Pull request #43199 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 3c06ebd876687555fdf030a3307a66908c4fa57c rather than af819bf623a8d414289b24f9817c6317cf3f96d5 Obtained Jenkinsfile from 3c06ebd876687555fdf030a3307a66908c4fa57c 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-43199@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-01-31T13:44:29.085Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-01-31T13:44:29.089Z] Trying to pass milestone 3 [Pipeline] milestone [2022-01-31T13:44:29.162Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-01-31T13:44:38.218Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-094484e9d69994a92) in /home/ubuntu/workspace/moby_PR-43199 [Pipeline] { [Pipeline] checkout [2022-01-31T13:44:38.258Z] The recommended git tool is: git [2022-01-31T13:44:38.289Z] using credential docker-jenkins-github-credentials [2022-01-31T13:44:38.297Z] Cloning the remote Git repository [2022-01-31T13:44:38.297Z] Cloning with configured refspecs honoured and without tags [2022-01-31T13:44:38.299Z] Cloning repository https://github.com/moby/moby.git [2022-01-31T13:44:38.300Z] > git init /home/ubuntu/workspace/moby_PR-43199 # timeout=10 [2022-01-31T13:44:38.311Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:44:38.312Z] > git --version # timeout=10 [2022-01-31T13:44:38.316Z] > git --version # 'git version 2.17.1' [2022-01-31T13:44:38.316Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:44:38.317Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:44:53.471Z] Fetching without tags [2022-01-31T13:44:53.684Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:44:53.448Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:44:53.454Z] > git config --add remote.origin.fetch +refs/pull/43199/head:refs/remotes/origin/PR-43199 # timeout=10 [2022-01-31T13:44:53.457Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:44:53.463Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:44:53.473Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:44:53.474Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:44:53.474Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:44:53.687Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:44:53.693Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:44:54.206Z] Merge succeeded, producing af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:44:54.206Z] Checking out Revision af819bf623a8d414289b24f9817c6317cf3f96d5 (PR-43199) [2022-01-31T13:44:54.437Z] Commit message: "seccomp: add support for Landlock syscalls in default policy" [2022-01-31T13:44:54.446Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-01-31T13:44:55.107Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43199:/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-01-31T13:44:54.160Z] > git remote # timeout=10 [2022-01-31T13:44:54.165Z] > git config --get remote.origin.url # timeout=10 [2022-01-31T13:44:54.182Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:44:54.183Z] > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10 [2022-01-31T13:44:54.191Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-31T13:44:54.209Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:44:54.224Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:44:54.439Z] > git rev-list --no-walk 52c3315900610fa2be8b95a02aec03a011e29d8e # timeout=10 [2022-01-31T13:44:57.652Z] 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 [Pipeline] node [2022-01-31T13:44:57.861Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-094484e9d69994a92) in /home/ubuntu/workspace/moby_PR-43199 [2022-01-31T13:44:57.861Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0bf7b8e3bfbae4841) in /home/ubuntu/workspace/moby_PR-43199 [Pipeline] node [Pipeline] node [2022-01-31T13:44:57.867Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e7008d0c77a6b173) in /home/ubuntu/workspace/moby_PR-43199 [Pipeline] node [2022-01-31T13:44:57.868Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0d54d2037e80880fe) in /home/ubuntu/workspace/moby_PR-43199 [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] { [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-01-31T13:44:57.951Z] The recommended git tool is: git [Pipeline] checkout [2022-01-31T13:44:57.958Z] The recommended git tool is: git [Pipeline] checkout [2022-01-31T13:44:57.963Z] using credential docker-jenkins-github-credentials [2022-01-31T13:44:57.965Z] The recommended git tool is: git [2022-01-31T13:44:57.969Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2022-01-31T13:44:57.973Z] using credential docker-jenkins-github-credentials [2022-01-31T13:44:57.973Z] The recommended git tool is: git [2022-01-31T13:44:57.977Z] Cloning the remote Git repository [2022-01-31T13:44:57.977Z] Cloning with configured refspecs honoured and without tags [2022-01-31T13:44:57.979Z] Fetching changes from the remote Git repository [2022-01-31T13:44:57.983Z] using credential docker-jenkins-github-credentials [2022-01-31T13:44:57.986Z] Cloning the remote Git repository [2022-01-31T13:44:57.986Z] Cloning with configured refspecs honoured and without tags [2022-01-31T13:44:57.989Z] Cloning the remote Git repository [2022-01-31T13:44:57.989Z] Cloning with configured refspecs honoured and without tags [2022-01-31T13:44:57.991Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) 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 [2022-01-31T13:44:58.214Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit af819bf623a8d414289b24f9817c6317cf3f96d5 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) 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-01-31T13:44:58.471Z] Merge succeeded, producing af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:44:58.472Z] Checking out Revision af819bf623a8d414289b24f9817c6317cf3f96d5 (PR-43199) [2022-01-31T13:44:58.536Z] Commit message: "seccomp: add support for Landlock syscalls in default policy" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-01-31T13:44:57.973Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43199/.git # timeout=10 [2022-01-31T13:44:57.982Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:44:57.993Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:44:57.993Z] > git --version # timeout=10 [2022-01-31T13:44:57.999Z] > git --version # 'git version 2.17.1' [2022-01-31T13:44:57.999Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:44:58.000Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:44:58.217Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:44:58.220Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:44:58.422Z] > git remote # timeout=10 [2022-01-31T13:44:58.436Z] > git config --get remote.origin.url # timeout=10 [2022-01-31T13:44:58.448Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:44:58.449Z] > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10 [2022-01-31T13:44:58.463Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-31T13:44:58.474Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:44:58.479Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:44:57.980Z] Cloning repository https://github.com/moby/moby.git [2022-01-31T13:44:57.980Z] > git init /home/ubuntu/workspace/moby_PR-43199 # timeout=10 [2022-01-31T13:44:57.995Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:44:57.995Z] > git --version # timeout=10 [2022-01-31T13:44:58.006Z] > git --version # 'git version 2.17.1' [2022-01-31T13:44:58.006Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:44:58.008Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:44:57.998Z] Cloning repository https://github.com/moby/moby.git [2022-01-31T13:44:57.998Z] > git init /home/ubuntu/workspace/moby_PR-43199 # timeout=10 [2022-01-31T13:44:58.005Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:44:58.005Z] > git --version # timeout=10 [2022-01-31T13:44:58.008Z] > git --version # 'git version 2.17.1' [2022-01-31T13:44:58.008Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:44:58.009Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:44:57.995Z] Cloning repository https://github.com/moby/moby.git [2022-01-31T13:44:57.995Z] > git init /home/ubuntu/workspace/moby_PR-43199 # timeout=10 [2022-01-31T13:44:58.006Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:44:58.006Z] > git --version # timeout=10 [2022-01-31T13:44:58.008Z] > git --version # 'git version 2.25.1' [2022-01-31T13:44:58.008Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:44:58.009Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:44:59.204Z] + [ PR != PR ] [2022-01-31T13:44:59.204Z] + [ master != master ] [2022-01-31T13:44:59.204Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-31T13:44:59.529Z] + docker version [2022-01-31T13:44:59.529Z] Client: Docker Engine - Community [2022-01-31T13:44:59.529Z] Version: 20.10.12 [2022-01-31T13:44:59.529Z] API version: 1.41 [2022-01-31T13:44:59.529Z] Go version: go1.16.12 [2022-01-31T13:44:59.529Z] Git commit: e91ed57 [2022-01-31T13:44:59.529Z] Built: Mon Dec 13 11:45:27 2021 [2022-01-31T13:44:59.529Z] OS/Arch: linux/amd64 [2022-01-31T13:44:59.529Z] Context: default [2022-01-31T13:44:59.529Z] Experimental: true [2022-01-31T13:44:59.529Z] [2022-01-31T13:44:59.529Z] Server: Docker Engine - Community [2022-01-31T13:44:59.529Z] Engine: [2022-01-31T13:44:59.529Z] Version: 20.10.12 [2022-01-31T13:44:59.529Z] API version: 1.41 (minimum version 1.12) [2022-01-31T13:44:59.529Z] Go version: go1.16.12 [2022-01-31T13:44:59.529Z] Git commit: 459d0df [2022-01-31T13:44:59.530Z] Built: Mon Dec 13 11:43:36 2021 [2022-01-31T13:44:59.530Z] OS/Arch: linux/amd64 [2022-01-31T13:44:59.530Z] Experimental: true [2022-01-31T13:44:59.530Z] containerd: [2022-01-31T13:44:59.530Z] Version: 1.4.12 [2022-01-31T13:44:59.530Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-31T13:44:59.530Z] runc: [2022-01-31T13:44:59.530Z] Version: 1.0.2 [2022-01-31T13:44:59.530Z] GitCommit: v1.0.2-0-g52b36a2 [2022-01-31T13:44:59.530Z] docker-init: [2022-01-31T13:44:59.530Z] Version: 0.19.0 [2022-01-31T13:44:59.530Z] GitCommit: de40ad0 [Pipeline] sh [2022-01-31T13:44:59.816Z] + docker info [2022-01-31T13:44:59.816Z] Client: [2022-01-31T13:44:59.816Z] Context: default [2022-01-31T13:44:59.816Z] Debug Mode: false [2022-01-31T13:44:59.816Z] Plugins: [2022-01-31T13:44:59.816Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-01-31T13:44:59.816Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-01-31T13:44:59.816Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-01-31T13:44:59.816Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-01-31T13:44:59.816Z] [2022-01-31T13:44:59.816Z] Server: [2022-01-31T13:44:59.816Z] Containers: 0 [2022-01-31T13:44:59.816Z] Running: 0 [2022-01-31T13:44:59.816Z] Paused: 0 [2022-01-31T13:44:59.816Z] Stopped: 0 [2022-01-31T13:44:59.816Z] Images: 2 [2022-01-31T13:44:59.816Z] Server Version: 20.10.12 [2022-01-31T13:44:59.816Z] Storage Driver: overlay2 [2022-01-31T13:44:59.816Z] Backing Filesystem: extfs [2022-01-31T13:44:59.816Z] Supports d_type: true [2022-01-31T13:44:59.816Z] Native Overlay Diff: true [2022-01-31T13:44:59.816Z] userxattr: false [2022-01-31T13:44:59.816Z] Logging Driver: json-file [2022-01-31T13:44:59.816Z] Cgroup Driver: cgroupfs [2022-01-31T13:44:59.816Z] Cgroup Version: 1 [2022-01-31T13:44:59.816Z] Plugins: [2022-01-31T13:44:59.816Z] Volume: local [2022-01-31T13:44:59.816Z] Network: bridge host ipvlan macvlan null overlay [2022-01-31T13:44:59.816Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-01-31T13:44:59.816Z] Swarm: inactive [2022-01-31T13:44:59.816Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-01-31T13:44:59.816Z] Default Runtime: runc [2022-01-31T13:44:59.816Z] Init Binary: docker-init [2022-01-31T13:44:59.816Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-31T13:44:59.816Z] runc version: v1.0.2-0-g52b36a2 [2022-01-31T13:44:59.816Z] init version: de40ad0 [2022-01-31T13:44:59.816Z] Security Options: [2022-01-31T13:44:59.816Z] apparmor [2022-01-31T13:44:59.816Z] seccomp [2022-01-31T13:44:59.816Z] Profile: default [2022-01-31T13:44:59.816Z] Kernel Version: 5.4.0-1061-aws [2022-01-31T13:44:59.816Z] Operating System: Ubuntu 18.04.6 LTS [2022-01-31T13:44:59.816Z] OSType: linux [2022-01-31T13:44:59.816Z] Architecture: x86_64 [2022-01-31T13:44:59.816Z] CPUs: 2 [2022-01-31T13:44:59.816Z] Total Memory: 7.565GiB [2022-01-31T13:44:59.816Z] Name: ip-10-100-56-9 [2022-01-31T13:44:59.816Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-01-31T13:44:59.816Z] Docker Root Dir: /var/lib/docker [2022-01-31T13:44:59.816Z] Debug Mode: false [2022-01-31T13:44:59.816Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:44:59.816Z] Labels: [2022-01-31T13:44:59.816Z] Experimental: true [2022-01-31T13:44:59.816Z] Insecure Registries: [2022-01-31T13:44:59.816Z] 127.0.0.0/8 [2022-01-31T13:44:59.816Z] Live Restore Enabled: true [2022-01-31T13:44:59.816Z] [2022-01-31T13:44:59.816Z] WARNING: No swap limit support [Pipeline] sh [2022-01-31T13:45:00.102Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:45:00.102Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:45:00.102Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43199/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-01-31T13:45:00.102Z] + bash /home/ubuntu/workspace/moby_PR-43199/check-config.sh [2022-01-31T13:45:00.102Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-01-31T13:45:00.102Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-01-31T13:45:00.102Z] [2022-01-31T13:45:00.102Z] Generally Necessary: [2022-01-31T13:45:00.102Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-01-31T13:45:00.102Z] - apparmor: enabled and tools installed [2022-01-31T13:45:00.102Z] - CONFIG_NAMESPACES: enabled [2022-01-31T13:45:00.102Z] - CONFIG_NET_NS: enabled [2022-01-31T13:45:00.102Z] - CONFIG_PID_NS: enabled [2022-01-31T13:45:00.102Z] - CONFIG_IPC_NS: enabled [2022-01-31T13:45:00.102Z] - CONFIG_UTS_NS: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CGROUPS: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CGROUP_DEVICE: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CGROUP_FREEZER: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CGROUP_SCHED: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CPUSETS: enabled [2022-01-31T13:45:00.102Z] - CONFIG_MEMCG: enabled [2022-01-31T13:45:00.102Z] - CONFIG_KEYS: enabled [2022-01-31T13:45:00.102Z] - CONFIG_VETH: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_BRIDGE: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_NF_NAT: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_POSIX_MQUEUE: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CGROUP_BPF: enabled [2022-01-31T13:45:00.102Z] [2022-01-31T13:45:00.102Z] Optional Features: [2022-01-31T13:45:00.102Z] - CONFIG_USER_NS: enabled [2022-01-31T13:45:00.102Z] - CONFIG_SECCOMP: enabled [2022-01-31T13:45:00.102Z] - CONFIG_SECCOMP_FILTER: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CGROUP_PIDS: enabled [2022-01-31T13:45:00.102Z] - CONFIG_MEMCG_SWAP: enabled [2022-01-31T13:45:00.102Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-01-31T13:45:00.102Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-01-31T13:45:00.102Z] - CONFIG_BLK_CGROUP: enabled [2022-01-31T13:45:00.102Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CGROUP_PERF: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-01-31T13:45:00.102Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-01-31T13:45:00.102Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-01-31T13:45:00.102Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-01-31T13:45:00.102Z] - CONFIG_RT_GROUP_SCHED: missing [2022-01-31T13:45:00.102Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-01-31T13:45:00.102Z] - CONFIG_IP_VS: enabled (as module) [2022-01-31T13:45:00.362Z] - CONFIG_IP_VS_NFCT: enabled [2022-01-31T13:45:00.362Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-01-31T13:45:00.362Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-01-31T13:45:00.362Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-01-31T13:45:00.362Z] - CONFIG_SECURITY_SELINUX: enabled [2022-01-31T13:45:00.362Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-01-31T13:45:00.362Z] - CONFIG_EXT4_FS: enabled [2022-01-31T13:45:00.362Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-01-31T13:45:00.362Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-01-31T13:45:00.362Z] - Network Drivers: [2022-01-31T13:45:00.362Z] - "overlay": [2022-01-31T13:45:00.362Z] - CONFIG_VXLAN: enabled (as module) [2022-01-31T13:45:00.362Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-01-31T13:45:00.362Z] Optional (for encrypted networks): [2022-01-31T13:45:00.362Z] - CONFIG_CRYPTO: enabled [2022-01-31T13:45:00.362Z] - CONFIG_CRYPTO_AEAD: enabled [2022-01-31T13:45:00.362Z] - CONFIG_CRYPTO_GCM: enabled [2022-01-31T13:45:00.362Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-01-31T13:45:00.362Z] - CONFIG_CRYPTO_GHASH: enabled [2022-01-31T13:45:00.362Z] - CONFIG_XFRM: enabled [2022-01-31T13:45:00.362Z] - CONFIG_XFRM_USER: enabled (as module) [2022-01-31T13:45:00.362Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-01-31T13:45:00.362Z] - CONFIG_INET_ESP: enabled (as module) [2022-01-31T13:45:00.362Z] - "ipvlan": [2022-01-31T13:45:00.362Z] - CONFIG_IPVLAN: enabled (as module) [2022-01-31T13:45:00.362Z] - "macvlan": [2022-01-31T13:45:00.362Z] - CONFIG_MACVLAN: enabled (as module) [2022-01-31T13:45:00.362Z] - CONFIG_DUMMY: enabled (as module) [2022-01-31T13:45:00.362Z] - "ftp,tftp client in container": [2022-01-31T13:45:00.362Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-01-31T13:45:00.362Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-01-31T13:45:00.362Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-01-31T13:45:00.362Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-01-31T13:45:00.362Z] - Storage Drivers: [2022-01-31T13:45:00.362Z] - "aufs": [2022-01-31T13:45:00.362Z] - CONFIG_AUFS_FS: enabled (as module) [2022-01-31T13:45:00.362Z] - "btrfs": [2022-01-31T13:45:00.362Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-01-31T13:45:00.362Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-01-31T13:45:00.362Z] - "devicemapper": [2022-01-31T13:45:00.362Z] - CONFIG_BLK_DEV_DM: enabled [2022-01-31T13:45:00.362Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-01-31T13:45:00.362Z] - "overlay": [2022-01-31T13:45:00.362Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-01-31T13:45:00.362Z] - "zfs": [2022-01-31T13:45:00.362Z] - /dev/zfs: present [2022-01-31T13:45:00.362Z] - zfs command: missing [2022-01-31T13:45:00.362Z] - zpool command: missing [2022-01-31T13:45:00.362Z] [2022-01-31T13:45:00.362Z] Limits: [2022-01-31T13:45:00.362Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-01-31T13:45:00.362Z] [2022-01-31T13:45:00.362Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-01-31T13:45:00.704Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:af819bf623a8d414289b24f9817c6317cf3f96d5 . [2022-01-31T13:45:00.704Z] #1 [internal] load build definition from Dockerfile [2022-01-31T13:45:00.704Z] #1 sha256:9c85ca3f47236cf920ba6b71e6bf0332f491713303e6a02ab12f679a7dca58a4 [2022-01-31T13:45:00.704Z] #1 transferring dockerfile: 16.86kB done [2022-01-31T13:45:00.704Z] #1 DONE 0.0s [2022-01-31T13:45:00.704Z] [2022-01-31T13:45:00.704Z] #2 [internal] load .dockerignore [2022-01-31T13:45:00.704Z] #2 sha256:aa59115547faf9d3b512dea08fc820585b6c925350ab48af94af6da28295cbcd [2022-01-31T13:45:00.704Z] #2 transferring context: 87B done [2022-01-31T13:45:00.704Z] #2 DONE 0.0s [2022-01-31T13:45:00.704Z] [2022-01-31T13:45:00.704Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-01-31T13:45:00.704Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-01-31T13:45:00.704Z] #3 DONE 0.1s [2022-01-31T13:45:00.964Z] [2022-01-31T13:45:00.964Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-01-31T13:45:00.964Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-01-31T13:45:00.964Z] #4 CACHED [2022-01-31T13:45:00.964Z] [2022-01-31T13:45:00.964Z] #5 [internal] load .dockerignore [2022-01-31T13:45:00.964Z] #5 sha256:7746b0c6498c1ee1de60b3337926f27c64c4d702a178fca6c1699a51506ebe1f [2022-01-31T13:45:00.964Z] #5 DONE 0.0s [2022-01-31T13:45:00.964Z] [2022-01-31T13:45:00.964Z] #6 [internal] load build definition from Dockerfile [2022-01-31T13:45:00.964Z] #6 sha256:fa1e926098cc173c40abeab57b62f01c0382ff3015674b9c86c33e81a5f8da14 [2022-01-31T13:45:00.964Z] #6 DONE 0.0s [2022-01-31T13:45:00.964Z] [2022-01-31T13:45:00.964Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-01-31T13:45:00.964Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-01-31T13:45:00.964Z] #7 DONE 0.1s [2022-01-31T13:45:00.964Z] [2022-01-31T13:45:00.965Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:45:00.965Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-31T13:45:01.225Z] #10 DONE 0.1s [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #8 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-01-31T13:45:01.225Z] #8 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-01-31T13:45:01.225Z] #8 DONE 0.1s [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:45:01.225Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-01-31T13:45:01.225Z] #9 DONE 0.1s [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:45:01.225Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-31T13:45:01.225Z] #76 DONE 0.0s [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:45:01.225Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-31T13:45:01.225Z] #74 DONE 0.0s [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:01.225Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:01.225Z] #11 DONE 0.0s [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:45:01.225Z] #35 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-01-31T13:45:01.225Z] #35 DONE 0.0s [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-31T13:45:01.225Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-01-31T13:45:01.225Z] #12 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-01-31T13:45:01.225Z] #40 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-01-31T13:45:01.225Z] #40 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-01-31T13:45:01.225Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-01-31T13:45:01.225Z] #75 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-01-31T13:45:01.225Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-01-31T13:45:01.225Z] #77 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #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-01-31T13:45:01.225Z] #60 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-01-31T13:45:01.225Z] #60 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #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-01-31T13:45:01.225Z] #56 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-01-31T13:45:01.225Z] #56 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #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-01-31T13:45:01.225Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-01-31T13:45:01.225Z] #13 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-01-31T13:45:01.225Z] #49 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-01-31T13:45:01.225Z] #49 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-01-31T13:45:01.225Z] #17 sha256:b6793ae868d943325cbcf0ec2b5c55ffd96303163fd8983061026bf6c747d097 [2022-01-31T13:45:01.225Z] #17 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-01-31T13:45:01.225Z] #16 sha256:e9a4f3b19d9c80777681a89ec0677705bad61e94ba03634e8336b8d7cb814e00 [2022-01-31T13:45:01.225Z] #16 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-01-31T13:45:01.225Z] #14 sha256:a0f43bcbf82047d011ca0160430a587a8ca0787c8ffe733254dff179ba27b9ca [2022-01-31T13:45:01.225Z] #14 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-01-31T13:45:01.225Z] #15 sha256:a9532c6427c39f190d1e9bbce425fcedf727114b0709a1eefb13072795e49bf0 [2022-01-31T13:45:01.225Z] #15 CACHED [2022-01-31T13:45:01.225Z] [2022-01-31T13:45:01.225Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-01-31T13:45:01.225Z] #18 sha256:e7a95b51f07f14c43df1a9627c1484ffb2e99df116caa41299a921bdecde9514 [2022-01-31T13:45:01.225Z] #18 CACHED [2022-01-31T13:45:01.226Z] [2022-01-31T13:45:01.226Z] #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-01-31T13:45:01.226Z] #43 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-01-31T13:45:01.226Z] #43 CACHED [2022-01-31T13:45:01.226Z] [2022-01-31T13:45:01.226Z] #31 [internal] load build context [2022-01-31T13:45:01.226Z] #31 sha256:b8e2581dd0036ec91a3a32b1ffc712895cc67dc04231823c0acf5cc9863c161a [2022-01-31T13:45:01.486Z] #31 ... [2022-01-31T13:45:01.486Z] [2022-01-31T13:45:01.486Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-01-31T13:45:01.486Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-01-31T13:45:01.486Z] #52 DONE 0.3s [2022-01-31T13:45:01.747Z] [2022-01-31T13:45:01.747Z] #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-01-31T13:45:01.747Z] #53 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-01-31T13:45:01.747Z] #53 CACHED [2022-01-31T13:45:01.747Z] [2022-01-31T13:45:01.747Z] #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-01-31T13:45:01.747Z] #54 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:45:01.747Z] #54 CACHED [2022-01-31T13:45:01.747Z] [2022-01-31T13:45:01.747Z] #31 [internal] load build context [2022-01-31T13:45:01.747Z] #31 sha256:b8e2581dd0036ec91a3a32b1ffc712895cc67dc04231823c0acf5cc9863c161a [2022-01-31T13:45:05.968Z] #31 transferring context: 56.55MB 4.4s done [2022-01-31T13:45:05.968Z] #31 DONE 4.5s [2022-01-31T13:45:05.968Z] [2022-01-31T13:45:05.968Z] #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-01-31T13:45:05.968Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-01-31T13:45:05.968Z] #19 2.173 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-01-31T13:45:05.968Z] #19 2.173 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-01-31T13:45:05.968Z] #19 2.317 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-01-31T13:45:05.968Z] #19 3.524 Reading package lists... [2022-01-31T13:45:05.968Z] #19 ... [2022-01-31T13:45:05.968Z] [2022-01-31T13:45:05.968Z] #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-01-31T13:45:05.968Z] #36 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-01-31T13:45:05.968Z] #36 CACHED [2022-01-31T13:45:05.968Z] [2022-01-31T13:45:05.968Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-01-31T13:45:05.968Z] #37 sha256:fc31225e791932dc84fed521b90846c2fc2ddaf811b941fbae0f1ac9531fe21b [2022-01-31T13:45:05.968Z] #37 CACHED [2022-01-31T13:45:05.968Z] [2022-01-31T13:45:05.968Z] #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-01-31T13:45:05.968Z] #38 sha256:247bd88a75d8efa40057f6fdfac9feb14135027a18b0ec350330077c4c895bc3 [2022-01-31T13:45:05.968Z] #38 CACHED [2022-01-31T13:45:05.968Z] [2022-01-31T13:45:05.968Z] #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-01-31T13:45:05.968Z] #50 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:45:05.968Z] #50 1.812 + git clone https://github.com/docker/distribution.git . [2022-01-31T13:45:05.968Z] #50 1.821 Cloning into '.'... [2022-01-31T13:45:11.264Z] #50 9.269 + git checkout -q v2.3.0 [2022-01-31T13:45:11.264Z] #50 ... [2022-01-31T13:45:11.264Z] [2022-01-31T13:45:11.264Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:45:11.264Z] #58 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:45:11.264Z] #58 ... [2022-01-31T13:45:11.264Z] [2022-01-31T13:45:11.264Z] #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-01-31T13:45:11.264Z] #41 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:45:11.264Z] #41 2.066 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-01-31T13:45:11.264Z] #41 2.066 Cloning into '.'... [2022-01-31T13:45:11.524Z] #41 ... [2022-01-31T13:45:11.524Z] [2022-01-31T13:45:11.524Z] #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-01-31T13:45:11.524Z] #50 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:45:11.524Z] #50 10.14 + 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-01-31T13:45:12.867Z] Still waiting to schedule task [2022-01-31T13:45:12.867Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0f9b66a994c655ede)’ [2022-01-31T13:45:12.867Z] Still waiting to schedule task [2022-01-31T13:45:12.868Z] ‘azwin-2-de7590’ is offline [2022-01-31T13:45:12.869Z] Still waiting to schedule task [2022-01-31T13:45:12.870Z] Waiting for next available executor on ‘windows-2022’ [2022-01-31T13:45:13.044Z] Fetching without tags [2022-01-31T13:45:13.333Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:45:12.935Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:45:12.950Z] > git config --add remote.origin.fetch +refs/pull/43199/head:refs/remotes/origin/PR-43199 # timeout=10 [2022-01-31T13:45:13.004Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:45:13.035Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:45:13.089Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:45:13.089Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:45:13.090Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:45:13.335Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:45:13.347Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:45:13.886Z] Merge succeeded, producing af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:45:13.886Z] Checking out Revision af819bf623a8d414289b24f9817c6317cf3f96d5 (PR-43199) [2022-01-31T13:45:14.449Z] Commit message: "seccomp: add support for Landlock syscalls in default policy" [2022-01-31T13:45:14.549Z] Fetching without tags [2022-01-31T13:45:14.750Z] Running on azwin-2-045ec0 in d:\jenkins\workspace\moby_PR-43199 [Pipeline] { [Pipeline] ws [2022-01-31T13:45:14.769Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2022-01-31T13:45:14.789Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit af819bf623a8d414289b24f9817c6317cf3f96d5 [Pipeline] checkout [2022-01-31T13:45:14.792Z] Fetching without tags [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-31T13:45:15.062Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:45:15.150Z] + docker version [2022-01-31T13:45:15.150Z] Client: Docker Engine - Community [2022-01-31T13:45:15.150Z] Version: 20.10.12 [2022-01-31T13:45:15.150Z] API version: 1.41 [2022-01-31T13:45:15.150Z] Go version: go1.16.12 [2022-01-31T13:45:15.150Z] Git commit: e91ed57 [2022-01-31T13:45:15.150Z] Built: Mon Dec 13 11:45:27 2021 [2022-01-31T13:45:15.150Z] OS/Arch: linux/amd64 [2022-01-31T13:45:15.150Z] Context: default [2022-01-31T13:45:15.150Z] Experimental: true [2022-01-31T13:45:15.150Z] [2022-01-31T13:45:15.150Z] Server: Docker Engine - Community [2022-01-31T13:45:15.150Z] Engine: [2022-01-31T13:45:15.150Z] Version: 20.10.12 [2022-01-31T13:45:15.150Z] API version: 1.41 (minimum version 1.12) [2022-01-31T13:45:15.150Z] Go version: go1.16.12 [2022-01-31T13:45:15.150Z] Git commit: 459d0df [2022-01-31T13:45:15.150Z] Built: Mon Dec 13 11:43:36 2021 [2022-01-31T13:45:15.150Z] OS/Arch: linux/amd64 [2022-01-31T13:45:15.150Z] Experimental: true [2022-01-31T13:45:15.150Z] containerd: [2022-01-31T13:45:15.150Z] Version: 1.4.12 [2022-01-31T13:45:15.150Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-31T13:45:15.150Z] runc: [2022-01-31T13:45:15.150Z] Version: 1.0.2 [2022-01-31T13:45:15.150Z] GitCommit: v1.0.2-0-g52b36a2 [2022-01-31T13:45:15.150Z] docker-init: [2022-01-31T13:45:15.150Z] Version: 0.19.0 [2022-01-31T13:45:15.150Z] GitCommit: de40ad0 [Pipeline] sh [2022-01-31T13:45:15.324Z] Merge succeeded, producing af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:45:15.324Z] Checking out Revision af819bf623a8d414289b24f9817c6317cf3f96d5 (PR-43199) [2022-01-31T13:45:15.422Z] + docker info [2022-01-31T13:45:15.423Z] Client: [2022-01-31T13:45:15.423Z] Context: default [2022-01-31T13:45:15.423Z] Debug Mode: false [2022-01-31T13:45:15.423Z] Plugins: [2022-01-31T13:45:15.423Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-01-31T13:45:15.423Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-01-31T13:45:15.423Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-01-31T13:45:15.423Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-01-31T13:45:15.423Z] [2022-01-31T13:45:15.423Z] Server: [2022-01-31T13:45:15.423Z] Containers: 0 [2022-01-31T13:45:15.423Z] Running: 0 [2022-01-31T13:45:15.423Z] Paused: 0 [2022-01-31T13:45:15.423Z] Stopped: 0 [2022-01-31T13:45:15.423Z] Images: 1 [2022-01-31T13:45:15.423Z] Server Version: 20.10.12 [2022-01-31T13:45:15.423Z] Storage Driver: overlay2 [2022-01-31T13:45:15.423Z] Backing Filesystem: extfs [2022-01-31T13:45:15.423Z] Supports d_type: true [2022-01-31T13:45:15.423Z] Native Overlay Diff: true [2022-01-31T13:45:15.423Z] userxattr: false [2022-01-31T13:45:15.423Z] Logging Driver: json-file [2022-01-31T13:45:15.423Z] Cgroup Driver: cgroupfs [2022-01-31T13:45:15.423Z] Cgroup Version: 1 [2022-01-31T13:45:15.423Z] Plugins: [2022-01-31T13:45:15.423Z] Volume: local [2022-01-31T13:45:15.423Z] Network: bridge host ipvlan macvlan null overlay [2022-01-31T13:45:15.423Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-01-31T13:45:15.423Z] Swarm: inactive [2022-01-31T13:45:15.423Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-01-31T13:45:15.423Z] Default Runtime: runc [2022-01-31T13:45:15.423Z] Init Binary: docker-init [2022-01-31T13:45:15.423Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-31T13:45:15.423Z] runc version: v1.0.2-0-g52b36a2 [2022-01-31T13:45:15.423Z] init version: de40ad0 [2022-01-31T13:45:15.423Z] Security Options: [2022-01-31T13:45:15.423Z] apparmor [2022-01-31T13:45:15.423Z] seccomp [2022-01-31T13:45:15.423Z] Profile: default [2022-01-31T13:45:15.423Z] Kernel Version: 5.4.0-1061-aws [2022-01-31T13:45:15.423Z] Operating System: Ubuntu 18.04.6 LTS [2022-01-31T13:45:15.423Z] OSType: linux [2022-01-31T13:45:15.423Z] Architecture: x86_64 [2022-01-31T13:45:15.423Z] CPUs: 2 [2022-01-31T13:45:15.423Z] Total Memory: 7.483GiB [2022-01-31T13:45:15.423Z] Name: ip-10-100-88-102 [2022-01-31T13:45:15.423Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-01-31T13:45:15.423Z] Docker Root Dir: /var/lib/docker [2022-01-31T13:45:15.423Z] Debug Mode: false [2022-01-31T13:45:15.423Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:45:15.423Z] Labels: [2022-01-31T13:45:15.423Z] Experimental: true [2022-01-31T13:45:15.423Z] Insecure Registries: [2022-01-31T13:45:15.423Z] 127.0.0.0/8 [2022-01-31T13:45:15.423Z] Live Restore Enabled: true [2022-01-31T13:45:15.423Z] [2022-01-31T13:45:15.423Z] WARNING: No swap limit support [Pipeline] sh [2022-01-31T13:45:13.859Z] > git remote # timeout=10 [2022-01-31T13:45:13.864Z] > git config --get remote.origin.url # timeout=10 [2022-01-31T13:45:13.872Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:45:13.873Z] > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10 [2022-01-31T13:45:13.882Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-31T13:45:13.888Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:45:13.893Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:45:14.748Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:45:14.765Z] > git config --add remote.origin.fetch +refs/pull/43199/head:refs/remotes/origin/PR-43199 # timeout=10 [2022-01-31T13:45:14.776Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:45:14.787Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:45:14.804Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:45:14.805Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:45:14.807Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:45:15.074Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:45:15.080Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:45:15.607Z] > git remote # timeout=10 [2022-01-31T13:45:15.620Z] > git config --get remote.origin.url # timeout=10 [2022-01-31T13:45:15.636Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:45:15.638Z] > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10 [2022-01-31T13:45:15.648Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-31T13:45:15.644Z] Merge succeeded, producing af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:45:15.644Z] Checking out Revision af819bf623a8d414289b24f9817c6317cf3f96d5 (PR-43199) [2022-01-31T13:45:14.517Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:45:14.520Z] > git config --add remote.origin.fetch +refs/pull/43199/head:refs/remotes/origin/PR-43199 # timeout=10 [2022-01-31T13:45:14.526Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:45:14.543Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:45:14.555Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:45:14.555Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:45:14.556Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:45:14.795Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:45:14.798Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:45:15.306Z] > git remote # timeout=10 [2022-01-31T13:45:15.310Z] > git config --get remote.origin.url # timeout=10 [2022-01-31T13:45:15.315Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:45:15.316Z] > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10 [2022-01-31T13:45:15.325Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-31T13:45:15.330Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:45:15.340Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:45:15.696Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:45:15.696Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:45:15.696Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43199/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-01-31T13:45:15.696Z] + bash /home/ubuntu/workspace/moby_PR-43199/check-config.sh [2022-01-31T13:45:15.696Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-01-31T13:45:15.696Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-01-31T13:45:15.696Z] [2022-01-31T13:45:15.696Z] Generally Necessary: [2022-01-31T13:45:15.696Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-01-31T13:45:15.696Z] - apparmor: enabled and tools installed [2022-01-31T13:45:15.696Z] - CONFIG_NAMESPACES: enabled [2022-01-31T13:45:15.696Z] - CONFIG_NET_NS: enabled [2022-01-31T13:45:15.696Z] - CONFIG_PID_NS: enabled [2022-01-31T13:45:15.696Z] - CONFIG_IPC_NS: enabled [2022-01-31T13:45:15.696Z] - CONFIG_UTS_NS: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CGROUPS: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CGROUP_DEVICE: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CGROUP_FREEZER: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CGROUP_SCHED: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CPUSETS: enabled [2022-01-31T13:45:15.696Z] - CONFIG_MEMCG: enabled [2022-01-31T13:45:15.696Z] - CONFIG_KEYS: enabled [2022-01-31T13:45:15.696Z] - CONFIG_VETH: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_BRIDGE: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_NF_NAT: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_POSIX_MQUEUE: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CGROUP_BPF: enabled [2022-01-31T13:45:15.696Z] [2022-01-31T13:45:15.696Z] Optional Features: [2022-01-31T13:45:15.696Z] - CONFIG_USER_NS: enabled [2022-01-31T13:45:15.696Z] - CONFIG_SECCOMP: enabled [2022-01-31T13:45:15.696Z] - CONFIG_SECCOMP_FILTER: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CGROUP_PIDS: enabled [2022-01-31T13:45:15.696Z] - CONFIG_MEMCG_SWAP: enabled [2022-01-31T13:45:15.696Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-01-31T13:45:15.696Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-01-31T13:45:15.696Z] - CONFIG_BLK_CGROUP: enabled [2022-01-31T13:45:15.696Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CGROUP_PERF: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-01-31T13:45:15.696Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-01-31T13:45:15.696Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-01-31T13:45:15.696Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-01-31T13:45:15.696Z] - CONFIG_RT_GROUP_SCHED: missing [2022-01-31T13:45:15.696Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_IP_VS: enabled (as module) [2022-01-31T13:45:15.696Z] - CONFIG_IP_VS_NFCT: enabled [2022-01-31T13:45:15.726Z] Commit message: "seccomp: add support for Landlock syscalls in default policy" [2022-01-31T13:45:15.951Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-01-31T13:45:15.951Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-01-31T13:45:15.951Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-01-31T13:45:15.951Z] - CONFIG_SECURITY_SELINUX: enabled [2022-01-31T13:45:15.951Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-01-31T13:45:15.951Z] - CONFIG_EXT4_FS: enabled [2022-01-31T13:45:15.951Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-01-31T13:45:15.951Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-01-31T13:45:15.951Z] - Network Drivers: [2022-01-31T13:45:15.951Z] - "overlay": [2022-01-31T13:45:15.951Z] - CONFIG_VXLAN: enabled (as module) [2022-01-31T13:45:15.951Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-01-31T13:45:15.951Z] Optional (for encrypted networks): [2022-01-31T13:45:15.951Z] - CONFIG_CRYPTO: enabled [2022-01-31T13:45:15.951Z] - CONFIG_CRYPTO_AEAD: enabled [2022-01-31T13:45:15.951Z] - CONFIG_CRYPTO_GCM: enabled [2022-01-31T13:45:15.951Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-01-31T13:45:15.951Z] - CONFIG_CRYPTO_GHASH: enabled [2022-01-31T13:45:15.951Z] - CONFIG_XFRM: enabled [2022-01-31T13:45:15.952Z] - CONFIG_XFRM_USER: enabled (as module) [2022-01-31T13:45:15.952Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-01-31T13:45:15.952Z] - CONFIG_INET_ESP: enabled (as module) [2022-01-31T13:45:15.952Z] - "ipvlan": [2022-01-31T13:45:15.952Z] - CONFIG_IPVLAN: enabled (as module) [2022-01-31T13:45:15.952Z] - "macvlan": [2022-01-31T13:45:15.952Z] - CONFIG_MACVLAN: enabled (as module) [2022-01-31T13:45:15.952Z] - CONFIG_DUMMY: enabled (as module) [2022-01-31T13:45:15.952Z] - "ftp,tftp client in container": [2022-01-31T13:45:15.952Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-01-31T13:45:15.952Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-01-31T13:45:15.952Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-01-31T13:45:15.952Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-01-31T13:45:15.952Z] - Storage Drivers: [2022-01-31T13:45:15.952Z] - "aufs": [2022-01-31T13:45:15.952Z] - CONFIG_AUFS_FS: enabled (as module) [2022-01-31T13:45:15.952Z] - "btrfs": [2022-01-31T13:45:15.952Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-01-31T13:45:15.952Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-01-31T13:45:15.952Z] - "devicemapper": [2022-01-31T13:45:15.952Z] - CONFIG_BLK_DEV_DM: enabled [2022-01-31T13:45:15.952Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-01-31T13:45:15.952Z] - "overlay": [2022-01-31T13:45:15.952Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-01-31T13:45:15.952Z] - "zfs": [2022-01-31T13:45:15.952Z] - /dev/zfs: present [2022-01-31T13:45:15.952Z] - zfs command: missing [2022-01-31T13:45:15.952Z] - zpool command: missing [2022-01-31T13:45:15.952Z] [2022-01-31T13:45:15.952Z] Limits: [2022-01-31T13:45:15.952Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-01-31T13:45:15.952Z] [2022-01-31T13:45:15.952Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-31T13:45:16.157Z] The recommended git tool is: git [2022-01-31T13:45:16.242Z] Commit message: "seccomp: add support for Landlock syscalls in default policy" [2022-01-31T13:45:16.269Z] + sudo modprobe ip_vs [2022-01-31T13:45:16.270Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:af819bf623a8d414289b24f9817c6317cf3f96d5 . [2022-01-31T13:45:16.270Z] #1 [internal] load build definition from Dockerfile [2022-01-31T13:45:16.270Z] #1 sha256:4ffa03df8e96097fa7f5751afe899ad2f4adfcd465830a1a7f28b8a0e8bc721b [2022-01-31T13:45:16.270Z] #1 transferring dockerfile: 16.86kB done [2022-01-31T13:45:16.270Z] #1 DONE 0.0s [2022-01-31T13:45:16.270Z] [2022-01-31T13:45:16.270Z] #2 [internal] load .dockerignore [2022-01-31T13:45:16.270Z] #2 sha256:28eb7e78b272d36d0999f8db3e9812788137172f604114908b9ab7a0ce510ecf [2022-01-31T13:45:16.270Z] #2 transferring context: 87B done [2022-01-31T13:45:16.270Z] #2 DONE 0.0s [2022-01-31T13:45:16.270Z] [2022-01-31T13:45:16.270Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-01-31T13:45:16.270Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-01-31T13:45:16.270Z] #3 DONE 0.1s [2022-01-31T13:45:16.384Z] + docker version [2022-01-31T13:45:16.384Z] Client: Docker Engine - Community [2022-01-31T13:45:16.384Z] Version: 20.10.12 [2022-01-31T13:45:16.384Z] API version: 1.41 [2022-01-31T13:45:16.384Z] Go version: go1.16.12 [2022-01-31T13:45:16.384Z] Git commit: e91ed57 [2022-01-31T13:45:16.384Z] Built: Mon Dec 13 11:45:33 2021 [2022-01-31T13:45:16.384Z] OS/Arch: linux/amd64 [2022-01-31T13:45:16.384Z] Context: default [2022-01-31T13:45:16.384Z] Experimental: true [2022-01-31T13:45:16.384Z] [2022-01-31T13:45:16.384Z] Server: Docker Engine - Community [2022-01-31T13:45:16.384Z] Engine: [2022-01-31T13:45:16.384Z] Version: 20.10.12 [2022-01-31T13:45:16.384Z] API version: 1.41 (minimum version 1.12) [2022-01-31T13:45:16.384Z] Go version: go1.16.12 [2022-01-31T13:45:16.384Z] Git commit: 459d0df [2022-01-31T13:45:16.384Z] Built: Mon Dec 13 11:43:42 2021 [2022-01-31T13:45:16.384Z] OS/Arch: linux/amd64 [2022-01-31T13:45:16.384Z] Experimental: true [2022-01-31T13:45:16.384Z] containerd: [2022-01-31T13:45:16.384Z] Version: 1.4.12 [2022-01-31T13:45:16.384Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-31T13:45:16.384Z] runc: [2022-01-31T13:45:16.384Z] Version: 1.0.2 [2022-01-31T13:45:16.384Z] GitCommit: v1.0.2-0-g52b36a2 [2022-01-31T13:45:16.384Z] docker-init: [2022-01-31T13:45:16.384Z] Version: 0.19.0 [2022-01-31T13:45:16.384Z] GitCommit: de40ad0 [Pipeline] sh [2022-01-31T13:45:16.530Z] [2022-01-31T13:45:16.530Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-01-31T13:45:16.530Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-01-31T13:45:16.530Z] #4 CACHED [2022-01-31T13:45:16.530Z] [2022-01-31T13:45:16.530Z] #5 [internal] load .dockerignore [2022-01-31T13:45:16.530Z] #5 sha256:9ab7563571db7aac4c349c83a66a7564b0d768ca28801cfba534c512a0e32d40 [2022-01-31T13:45:16.530Z] #5 DONE 0.0s [2022-01-31T13:45:16.530Z] [2022-01-31T13:45:16.530Z] #6 [internal] load build definition from Dockerfile [2022-01-31T13:45:16.530Z] #6 sha256:0c221f89e475e01d8a57bfa73f53a37e952a5e61079eb6a9e2b91338871183db [2022-01-31T13:45:16.530Z] #6 DONE 0.0s [2022-01-31T13:45:16.530Z] [2022-01-31T13:45:16.530Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:45:16.530Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-01-31T13:45:16.530Z] #10 DONE 0.1s [2022-01-31T13:45:16.530Z] [2022-01-31T13:45:16.530Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-01-31T13:45:16.530Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-01-31T13:45:16.530Z] #7 DONE 0.1s [2022-01-31T13:45:16.530Z] [2022-01-31T13:45:16.530Z] #8 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-01-31T13:45:16.530Z] #8 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-01-31T13:45:16.530Z] #8 DONE 0.1s [2022-01-31T13:45:16.530Z] [2022-01-31T13:45:16.530Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:45:16.530Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-31T13:45:16.530Z] #9 DONE 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-31T13:45:16.704Z] + docker info [2022-01-31T13:45:16.974Z] + docker version [2022-01-31T13:45:16.974Z] Client: Docker Engine - Community [2022-01-31T13:45:16.974Z] Version: 20.10.12 [2022-01-31T13:45:16.974Z] API version: 1.41 [2022-01-31T13:45:16.974Z] Go version: go1.16.12 [2022-01-31T13:45:16.974Z] Git commit: e91ed57 [2022-01-31T13:45:16.974Z] Built: Mon Dec 13 11:45:27 2021 [2022-01-31T13:45:16.974Z] OS/Arch: linux/amd64 [2022-01-31T13:45:16.974Z] Context: default [2022-01-31T13:45:16.974Z] Experimental: true [2022-01-31T13:45:16.974Z] [2022-01-31T13:45:16.974Z] Server: Docker Engine - Community [2022-01-31T13:45:16.974Z] Engine: [2022-01-31T13:45:16.974Z] Version: 20.10.12 [2022-01-31T13:45:16.974Z] API version: 1.41 (minimum version 1.12) [2022-01-31T13:45:16.974Z] Go version: go1.16.12 [2022-01-31T13:45:16.974Z] Git commit: 459d0df [2022-01-31T13:45:16.974Z] Built: Mon Dec 13 11:43:36 2021 [2022-01-31T13:45:16.974Z] OS/Arch: linux/amd64 [2022-01-31T13:45:16.974Z] Experimental: true [2022-01-31T13:45:16.974Z] containerd: [2022-01-31T13:45:16.974Z] Version: 1.4.12 [2022-01-31T13:45:16.974Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-31T13:45:16.974Z] runc: [2022-01-31T13:45:16.974Z] Version: 1.0.2 [2022-01-31T13:45:16.974Z] GitCommit: v1.0.2-0-g52b36a2 [2022-01-31T13:45:16.974Z] docker-init: [2022-01-31T13:45:16.974Z] Version: 0.19.0 [2022-01-31T13:45:16.974Z] GitCommit: de40ad0 [Pipeline] sh [2022-01-31T13:45:17.095Z] [2022-01-31T13:45:17.095Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:45:17.095Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-31T13:45:17.095Z] #67 DONE 0.0s [2022-01-31T13:45:17.095Z] [2022-01-31T13:45:17.095Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:17.095Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:17.095Z] #11 DONE 0.0s [2022-01-31T13:45:17.095Z] [2022-01-31T13:45:17.095Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:45:17.095Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-01-31T13:45:17.095Z] #28 DONE 0.0s [2022-01-31T13:45:17.095Z] [2022-01-31T13:45:17.095Z] #24 [internal] load build context [2022-01-31T13:45:17.095Z] #24 sha256:5d1aaf721ec426fcf20f38a14b4e99916bfbaaeb6c9dfe5295cce4f69cb7226f [2022-01-31T13:45:17.289Z] + docker info [2022-01-31T13:45:17.289Z] Client: [2022-01-31T13:45:17.289Z] Context: default [2022-01-31T13:45:17.289Z] Debug Mode: false [2022-01-31T13:45:17.289Z] Plugins: [2022-01-31T13:45:17.289Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-01-31T13:45:17.289Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-01-31T13:45:17.289Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-01-31T13:45:17.289Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-01-31T13:45:17.289Z] [2022-01-31T13:45:17.289Z] Server: [2022-01-31T13:45:17.289Z] Containers: 0 [2022-01-31T13:45:17.289Z] Running: 0 [2022-01-31T13:45:17.289Z] Paused: 0 [2022-01-31T13:45:17.289Z] Stopped: 0 [2022-01-31T13:45:17.289Z] Images: 1 [2022-01-31T13:45:17.289Z] Server Version: 20.10.12 [2022-01-31T13:45:17.289Z] Storage Driver: overlay2 [2022-01-31T13:45:17.289Z] Backing Filesystem: extfs [2022-01-31T13:45:17.289Z] Supports d_type: true [2022-01-31T13:45:17.289Z] Native Overlay Diff: true [2022-01-31T13:45:17.289Z] userxattr: false [2022-01-31T13:45:17.289Z] Logging Driver: json-file [2022-01-31T13:45:17.289Z] Cgroup Driver: cgroupfs [2022-01-31T13:45:17.289Z] Cgroup Version: 1 [2022-01-31T13:45:17.289Z] Plugins: [2022-01-31T13:45:17.289Z] Volume: local [2022-01-31T13:45:17.289Z] Network: bridge host ipvlan macvlan null overlay [2022-01-31T13:45:17.289Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-01-31T13:45:17.289Z] Swarm: inactive [2022-01-31T13:45:17.289Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-01-31T13:45:17.289Z] Default Runtime: runc [2022-01-31T13:45:17.289Z] Init Binary: docker-init [2022-01-31T13:45:17.289Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-31T13:45:17.289Z] runc version: v1.0.2-0-g52b36a2 [2022-01-31T13:45:17.289Z] init version: de40ad0 [2022-01-31T13:45:17.289Z] Security Options: [2022-01-31T13:45:17.289Z] apparmor [2022-01-31T13:45:17.289Z] seccomp [2022-01-31T13:45:17.289Z] Profile: default [2022-01-31T13:45:17.289Z] Kernel Version: 5.4.0-1061-aws [2022-01-31T13:45:17.289Z] Operating System: Ubuntu 18.04.6 LTS [2022-01-31T13:45:17.289Z] OSType: linux [2022-01-31T13:45:17.289Z] Architecture: x86_64 [2022-01-31T13:45:17.289Z] CPUs: 2 [2022-01-31T13:45:17.289Z] Total Memory: 7.483GiB [2022-01-31T13:45:17.289Z] Name: ip-10-100-78-132 [2022-01-31T13:45:17.289Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-01-31T13:45:17.289Z] Docker Root Dir: /var/lib/docker [2022-01-31T13:45:17.289Z] Debug Mode: false [2022-01-31T13:45:17.289Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:45:17.289Z] Labels: [2022-01-31T13:45:17.289Z] Experimental: true [2022-01-31T13:45:17.289Z] Insecure Registries: [2022-01-31T13:45:17.289Z] 127.0.0.0/8 [2022-01-31T13:45:17.289Z] Live Restore Enabled: true [2022-01-31T13:45:17.289Z] [2022-01-31T13:45:17.289Z] WARNING: No swap limit support [Pipeline] sh [2022-01-31T13:45:17.352Z] #24 ... [2022-01-31T13:45:17.352Z] [2022-01-31T13:45:17.352Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-01-31T13:45:17.352Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-01-31T13:45:17.352Z] #45 CACHED [2022-01-31T13:45:17.352Z] [2022-01-31T13:45:17.352Z] #24 [internal] load build context [2022-01-31T13:45:17.352Z] #24 sha256:5d1aaf721ec426fcf20f38a14b4e99916bfbaaeb6c9dfe5295cce4f69cb7226f [2022-01-31T13:45:15.656Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:45:15.658Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:45:17.606Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:45:17.606Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:45:17.606Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43199/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-01-31T13:45:17.606Z] + bash /home/ubuntu/workspace/moby_PR-43199/check-config.sh [2022-01-31T13:45:17.606Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-01-31T13:45:17.606Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-01-31T13:45:17.606Z] [2022-01-31T13:45:17.606Z] Generally Necessary: [2022-01-31T13:45:17.606Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-01-31T13:45:17.606Z] - apparmor: enabled and tools installed [2022-01-31T13:45:17.606Z] - CONFIG_NAMESPACES: enabled [2022-01-31T13:45:17.606Z] - CONFIG_NET_NS: enabled [2022-01-31T13:45:17.606Z] - CONFIG_PID_NS: enabled [2022-01-31T13:45:17.606Z] - CONFIG_IPC_NS: enabled [2022-01-31T13:45:17.606Z] - CONFIG_UTS_NS: enabled [2022-01-31T13:45:17.606Z] - CONFIG_CGROUPS: enabled [2022-01-31T13:45:17.606Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-01-31T13:45:17.606Z] - CONFIG_CGROUP_DEVICE: enabled [2022-01-31T13:45:17.606Z] - CONFIG_CGROUP_FREEZER: enabled [2022-01-31T13:45:17.606Z] - CONFIG_CGROUP_SCHED: enabled [2022-01-31T13:45:17.606Z] - CONFIG_CPUSETS: enabled [2022-01-31T13:45:17.606Z] - CONFIG_MEMCG: enabled [2022-01-31T13:45:17.606Z] - CONFIG_KEYS: enabled [2022-01-31T13:45:17.606Z] - CONFIG_VETH: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_BRIDGE: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_NF_NAT: enabled (as module) [2022-01-31T13:45:17.606Z] - CONFIG_POSIX_MQUEUE: enabled [2022-01-31T13:45:17.606Z] - CONFIG_CGROUP_BPF: enabled [2022-01-31T13:45:17.606Z] [2022-01-31T13:45:17.606Z] Optional Features: [2022-01-31T13:45:17.606Z] - CONFIG_USER_NS: enabled [2022-01-31T13:45:17.606Z] - CONFIG_SECCOMP: enabled [2022-01-31T13:45:17.606Z] - CONFIG_SECCOMP_FILTER: enabled [2022-01-31T13:45:17.607Z] - CONFIG_CGROUP_PIDS: enabled [2022-01-31T13:45:17.607Z] - CONFIG_MEMCG_SWAP: enabled [2022-01-31T13:45:17.607Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-01-31T13:45:17.607Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-01-31T13:45:17.607Z] - CONFIG_BLK_CGROUP: enabled [2022-01-31T13:45:17.607Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-01-31T13:45:17.607Z] - CONFIG_CGROUP_PERF: enabled [2022-01-31T13:45:17.607Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-01-31T13:45:17.607Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-01-31T13:45:17.607Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-01-31T13:45:17.607Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-01-31T13:45:17.607Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-01-31T13:45:17.607Z] - CONFIG_RT_GROUP_SCHED: missing [2022-01-31T13:45:17.607Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-01-31T13:45:17.862Z] - CONFIG_IP_VS: enabled (as module) [2022-01-31T13:45:17.862Z] - CONFIG_IP_VS_NFCT: enabled [2022-01-31T13:45:17.862Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-01-31T13:45:17.862Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-01-31T13:45:17.862Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-01-31T13:45:17.862Z] - CONFIG_SECURITY_SELINUX: enabled [2022-01-31T13:45:17.862Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-01-31T13:45:17.862Z] - CONFIG_EXT4_FS: enabled [2022-01-31T13:45:17.862Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-01-31T13:45:17.863Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-01-31T13:45:17.863Z] - Network Drivers: [2022-01-31T13:45:17.863Z] - "overlay": [2022-01-31T13:45:17.863Z] - CONFIG_VXLAN: enabled (as module) [2022-01-31T13:45:17.863Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-01-31T13:45:17.863Z] Optional (for encrypted networks): [2022-01-31T13:45:17.863Z] - CONFIG_CRYPTO: enabled [2022-01-31T13:45:17.863Z] - CONFIG_CRYPTO_AEAD: enabled [2022-01-31T13:45:17.863Z] - CONFIG_CRYPTO_GCM: enabled [2022-01-31T13:45:17.863Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-01-31T13:45:17.863Z] - CONFIG_CRYPTO_GHASH: enabled [2022-01-31T13:45:17.863Z] - CONFIG_XFRM: enabled [2022-01-31T13:45:17.863Z] - CONFIG_XFRM_USER: enabled (as module) [2022-01-31T13:45:17.863Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-01-31T13:45:17.863Z] - CONFIG_INET_ESP: enabled (as module) [2022-01-31T13:45:17.863Z] - "ipvlan": [2022-01-31T13:45:17.863Z] - CONFIG_IPVLAN: enabled (as module) [2022-01-31T13:45:17.863Z] - "macvlan": [2022-01-31T13:45:17.863Z] - CONFIG_MACVLAN: enabled (as module) [2022-01-31T13:45:17.863Z] - CONFIG_DUMMY: enabled (as module) [2022-01-31T13:45:17.863Z] - "ftp,tftp client in container": [2022-01-31T13:45:17.863Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-01-31T13:45:17.863Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-01-31T13:45:17.863Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-01-31T13:45:17.863Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-01-31T13:45:17.863Z] - Storage Drivers: [2022-01-31T13:45:17.863Z] - "aufs": [2022-01-31T13:45:17.863Z] - CONFIG_AUFS_FS: enabled (as module) [2022-01-31T13:45:17.863Z] - "btrfs": [2022-01-31T13:45:17.863Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-01-31T13:45:17.863Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-01-31T13:45:17.863Z] - "devicemapper": [2022-01-31T13:45:17.863Z] - CONFIG_BLK_DEV_DM: enabled [2022-01-31T13:45:17.863Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-01-31T13:45:17.863Z] - "overlay": [2022-01-31T13:45:17.863Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-01-31T13:45:17.863Z] - "zfs": [2022-01-31T13:45:17.863Z] - /dev/zfs: present [2022-01-31T13:45:17.863Z] - zfs command: missing [2022-01-31T13:45:17.863Z] - zpool command: missing [2022-01-31T13:45:17.863Z] [2022-01-31T13:45:17.863Z] Limits: [2022-01-31T13:45:17.863Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-01-31T13:45:17.863Z] [2022-01-31T13:45:17.863Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-01-31T13:45:18.067Z] Client: [2022-01-31T13:45:18.067Z] Context: default [2022-01-31T13:45:18.067Z] Debug Mode: false [2022-01-31T13:45:18.067Z] Plugins: [2022-01-31T13:45:18.067Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-01-31T13:45:18.067Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-01-31T13:45:18.067Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-01-31T13:45:18.067Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-01-31T13:45:18.067Z] [2022-01-31T13:45:18.067Z] Server: [2022-01-31T13:45:18.067Z] Containers: 0 [2022-01-31T13:45:18.067Z] Running: 0 [2022-01-31T13:45:18.067Z] Paused: 0 [2022-01-31T13:45:18.067Z] Stopped: 0 [2022-01-31T13:45:18.067Z] Images: 1 [2022-01-31T13:45:18.067Z] Server Version: 20.10.12 [2022-01-31T13:45:18.067Z] Storage Driver: overlay2 [2022-01-31T13:45:18.067Z] Backing Filesystem: extfs [2022-01-31T13:45:18.067Z] Supports d_type: true [2022-01-31T13:45:18.067Z] Native Overlay Diff: true [2022-01-31T13:45:18.067Z] userxattr: false [2022-01-31T13:45:18.067Z] Logging Driver: json-file [2022-01-31T13:45:18.067Z] Cgroup Driver: systemd [2022-01-31T13:45:18.067Z] Cgroup Version: 2 [2022-01-31T13:45:18.067Z] Plugins: [2022-01-31T13:45:18.067Z] Volume: local [2022-01-31T13:45:18.067Z] Network: bridge host ipvlan macvlan null overlay [2022-01-31T13:45:18.067Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-01-31T13:45:18.067Z] Swarm: inactive [2022-01-31T13:45:18.067Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-01-31T13:45:18.067Z] Default Runtime: runc [2022-01-31T13:45:18.067Z] Init Binary: docker-init [2022-01-31T13:45:18.067Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-31T13:45:18.067Z] runc version: v1.0.2-0-g52b36a2 [2022-01-31T13:45:18.067Z] init version: de40ad0 [2022-01-31T13:45:18.067Z] Security Options: [2022-01-31T13:45:18.067Z] apparmor [2022-01-31T13:45:18.067Z] seccomp [2022-01-31T13:45:18.067Z] Profile: default [2022-01-31T13:45:18.067Z] cgroupns [2022-01-31T13:45:18.067Z] Kernel Version: 5.11.0-1023-aws [2022-01-31T13:45:18.067Z] Operating System: Ubuntu 20.04.3 LTS [2022-01-31T13:45:18.067Z] OSType: linux [2022-01-31T13:45:18.067Z] Architecture: x86_64 [2022-01-31T13:45:18.067Z] CPUs: 2 [2022-01-31T13:45:18.067Z] Total Memory: 7.477GiB [2022-01-31T13:45:18.067Z] Name: ip-10-100-66-221 [2022-01-31T13:45:18.067Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-01-31T13:45:18.067Z] Docker Root Dir: /var/lib/docker [2022-01-31T13:45:18.067Z] Debug Mode: false [2022-01-31T13:45:18.067Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:45:18.067Z] Labels: [2022-01-31T13:45:18.067Z] Experimental: true [2022-01-31T13:45:18.067Z] Insecure Registries: [2022-01-31T13:45:18.067Z] 127.0.0.0/8 [2022-01-31T13:45:18.067Z] Live Restore Enabled: true [2022-01-31T13:45:18.067Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-01-31T13:45:18.123Z] #50 ... [2022-01-31T13:45:18.123Z] [2022-01-31T13:45:18.123Z] #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-01-31T13:45:18.123Z] #41 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:45:18.123Z] #41 16.12 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-01-31T13:45:18.123Z] #41 16.27 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-01-31T13:45:18.189Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:af819bf623a8d414289b24f9817c6317cf3f96d5 . [2022-01-31T13:45:18.189Z] #1 [internal] load build definition from Dockerfile [2022-01-31T13:45:18.189Z] #1 sha256:d9604e86b4a655094a405655b7a92ff76ddb7af313e14ed5a8ee3e7ddc13d7b8 [2022-01-31T13:45:18.189Z] #1 transferring dockerfile: 16.86kB done [2022-01-31T13:45:18.190Z] #1 DONE 0.0s [2022-01-31T13:45:18.190Z] [2022-01-31T13:45:18.190Z] #2 [internal] load .dockerignore [2022-01-31T13:45:18.190Z] #2 sha256:8e5f13bc6037497c36b93761d142a72649a88af639c59a20ec457b6c5429cbeb [2022-01-31T13:45:18.190Z] #2 transferring context: 87B done [2022-01-31T13:45:18.190Z] #2 DONE 0.0s [2022-01-31T13:45:18.190Z] [2022-01-31T13:45:18.190Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-01-31T13:45:18.190Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-01-31T13:45:18.190Z] #3 DONE 0.1s [2022-01-31T13:45:18.388Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:af819bf623a8d414289b24f9817c6317cf3f96d5 . [2022-01-31T13:45:18.446Z] [2022-01-31T13:45:18.446Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-01-31T13:45:18.446Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-01-31T13:45:18.446Z] #4 CACHED [2022-01-31T13:45:18.446Z] [2022-01-31T13:45:18.446Z] #6 [internal] load .dockerignore [2022-01-31T13:45:18.446Z] #6 sha256:f666ecda480215a02c95597ca0ae52ddeaf7b4db21420ac70739dea66541697e [2022-01-31T13:45:18.446Z] #6 DONE 0.0s [2022-01-31T13:45:18.446Z] [2022-01-31T13:45:18.446Z] #5 [internal] load build definition from Dockerfile [2022-01-31T13:45:18.446Z] #5 sha256:203f8ab81c03e2501dc08c1bb80544ceaa8760aff62b5574ff41986a77839762 [2022-01-31T13:45:18.446Z] #5 DONE 0.0s [2022-01-31T13:45:18.446Z] [2022-01-31T13:45:18.446Z] #9 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-01-31T13:45:18.446Z] #9 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-01-31T13:45:18.446Z] #9 DONE 0.1s [2022-01-31T13:45:18.446Z] [2022-01-31T13:45:18.446Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-01-31T13:45:18.446Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-01-31T13:45:18.446Z] #7 DONE 0.1s [2022-01-31T13:45:18.446Z] [2022-01-31T13:45:18.446Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:45:18.446Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-01-31T13:45:18.446Z] #10 DONE 0.1s [2022-01-31T13:45:18.446Z] [2022-01-31T13:45:18.446Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:45:18.446Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-31T13:45:18.446Z] #8 DONE 0.1s [2022-01-31T13:45:18.646Z] #2 [internal] load .dockerignore [2022-01-31T13:45:18.646Z] #2 sha256:eb1c56e834f0138393460e230ce28ba9f9a91350660c21c06506524814e98a2c [2022-01-31T13:45:18.946Z] #2 transferring context: 87B done [2022-01-31T13:45:18.946Z] #2 DONE 0.3s [2022-01-31T13:45:18.946Z] [2022-01-31T13:45:18.946Z] #1 [internal] load build definition from Dockerfile [2022-01-31T13:45:18.946Z] #1 sha256:2cf9b1a015579a9881eac5a764dc6aa408cca853ef15e8d20b08e11c382be8f9 [2022-01-31T13:45:18.946Z] #1 transferring dockerfile: 16.86kB done [2022-01-31T13:45:18.946Z] #1 DONE 0.3s [2022-01-31T13:45:18.946Z] [2022-01-31T13:45:18.946Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-01-31T13:45:18.946Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-01-31T13:45:18.946Z] #3 DONE 0.3s [2022-01-31T13:45:19.201Z] [2022-01-31T13:45:19.202Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-01-31T13:45:19.202Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-01-31T13:45:19.202Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-01-31T13:45:19.202Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-01-31T13:45:19.202Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-01-31T13:45:19.202Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-01-31T13:45:19.202Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s [2022-01-31T13:45:19.202Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 7.34MB / 9.67MB 0.2s [2022-01-31T13:45:19.374Z] [2022-01-31T13:45:19.374Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:45:19.374Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-31T13:45:19.374Z] #67 CACHED [2022-01-31T13:45:19.374Z] [2022-01-31T13:45:19.374Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:19.374Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:19.374Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.0s done [2022-01-31T13:45:19.457Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s [2022-01-31T13:45:19.457Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-01-31T13:45:19.457Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-01-31T13:45:19.632Z] #11 sha256:ec67c62f48ddfbca1ccaef18f9b3addccd707e1885fa28702a3954340786fcf6 1.80kB / 1.80kB done [2022-01-31T13:45:19.632Z] #11 sha256:80d9a75ccb3879eefdece2f6409bd7a7eed708ea4e830e6c4ecfadeff65f68e0 7.07kB / 7.07kB done [2022-01-31T13:45:19.632Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0B / 10.87MB 0.0s [2022-01-31T13:45:19.632Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-01-31T13:45:19.632Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 0B / 54.92MB 0.1s [2022-01-31T13:45:19.632Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0B / 5.15MB 0.1s [2022-01-31T13:45:19.714Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-01-31T13:45:19.714Z] #4 DONE 0.6s [2022-01-31T13:45:19.889Z] #11 ... [2022-01-31T13:45:19.889Z] [2022-01-31T13:45:19.889Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-01-31T13:45:19.889Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-01-31T13:45:19.889Z] #45 CACHED [2022-01-31T13:45:19.889Z] [2022-01-31T13:45:19.889Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:19.889Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:19.889Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 1.05MB / 10.87MB 0.2s [2022-01-31T13:45:19.889Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.2s [2022-01-31T13:45:19.889Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 0.4s [2022-01-31T13:45:19.889Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 16.78MB / 54.92MB 0.4s [2022-01-31T13:45:19.889Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 24.12MB / 54.92MB 0.5s [2022-01-31T13:45:19.970Z] [2022-01-31T13:45:19.970Z] #5 [internal] load .dockerignore [2022-01-31T13:45:19.970Z] #5 sha256:564ca1986f559b08bf835cba134b255d712587009436b70dd4f598d80ad071e0 [2022-01-31T13:45:19.970Z] #5 DONE 0.0s [2022-01-31T13:45:19.970Z] [2022-01-31T13:45:19.970Z] #6 [internal] load build definition from Dockerfile [2022-01-31T13:45:19.970Z] #6 sha256:96511122b890ae6fd72dcd5ad764b10bc07413a0526b2eafd1d2730c304e8d60 [2022-01-31T13:45:19.970Z] #6 DONE 0.0s [2022-01-31T13:45:19.970Z] [2022-01-31T13:45:19.970Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:45:19.970Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-31T13:45:20.158Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 32.89MB / 54.92MB 0.6s [2022-01-31T13:45:20.158Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 43.91MB / 54.92MB 0.7s [2022-01-31T13:45:20.158Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.7s done [2022-01-31T13:45:20.418Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 50.33MB / 54.92MB 0.8s [2022-01-31T13:45:20.418Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 4.19MB / 54.57MB 0.9s [2022-01-31T13:45:20.680Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 9.44MB / 54.57MB 1.0s [2022-01-31T13:45:20.680Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 1.1s done [2022-01-31T13:45:20.680Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.2s [2022-01-31T13:45:20.680Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 20.97MB / 54.57MB 1.2s [2022-01-31T13:45:20.896Z] #10 DONE 0.8s [2022-01-31T13:45:20.896Z] [2022-01-31T13:45:20.896Z] #9 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-01-31T13:45:20.896Z] #9 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-01-31T13:45:20.896Z] #9 DONE 0.9s [2022-01-31T13:45:20.896Z] [2022-01-31T13:45:20.896Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:45:20.896Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-01-31T13:45:20.896Z] #7 DONE 0.8s [2022-01-31T13:45:20.896Z] [2022-01-31T13:45:20.896Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-01-31T13:45:20.896Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-01-31T13:45:20.896Z] #8 DONE 0.9s [2022-01-31T13:45:20.944Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 29.36MB / 54.57MB 1.3s [2022-01-31T13:45:20.944Z] #11 ... [2022-01-31T13:45:20.944Z] [2022-01-31T13:45:20.944Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-01-31T13:45:20.944Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-01-31T13:45:20.944Z] #68 DONE 1.5s [2022-01-31T13:45:20.944Z] [2022-01-31T13:45:20.944Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:20.944Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:20.944Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 33.55MB / 54.57MB 1.4s [2022-01-31T13:45:20.944Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 2.10MB / 85.81MB 1.4s [2022-01-31T13:45:21.203Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.4s done [2022-01-31T13:45:21.203Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 39.89MB / 54.57MB 1.6s [2022-01-31T13:45:21.203Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 10.49MB / 85.81MB 1.6s [2022-01-31T13:45:21.203Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 0B / 134.83MB 1.6s [2022-01-31T13:45:21.203Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 52.43MB / 54.57MB 1.8s [2022-01-31T13:45:21.203Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 23.07MB / 85.81MB 1.8s [2022-01-31T13:45:21.203Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 12.58MB / 134.83MB 1.8s [2022-01-31T13:45:21.203Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 [2022-01-31T13:45:21.464Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 27.57MB / 85.81MB 1.9s [2022-01-31T13:45:21.464Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 19.87MB / 134.83MB 1.9s [2022-01-31T13:45:21.464Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 28.44MB / 134.83MB 2.0s [2022-01-31T13:45:21.505Z] [2022-01-31T13:45:21.505Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:45:21.505Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-01-31T13:45:21.505Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.0s done [2022-01-31T13:45:21.583Z] #24 transferring context: 34.59MB 4.3s [2022-01-31T13:45:21.733Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 40.89MB / 134.83MB 2.1s [2022-01-31T13:45:21.733Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 40.89MB / 85.81MB 2.2s [2022-01-31T13:45:21.771Z] #28 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-01-31T13:45:21.771Z] #28 sha256:7d8264bf731fec57d807d1918bec0a16550f52a9766f0034b40f55c5b7dc3712 529B / 529B done [2022-01-31T13:45:21.771Z] #28 sha256:04fbdaf87a6a632f3f2e8d9f53f97b2813d9e4111c62e21d56454460f477075b 1.46kB / 1.46kB done [2022-01-31T13:45:21.996Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 51.38MB / 85.81MB 2.3s [2022-01-31T13:45:21.996Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 2.3s done [2022-01-31T13:45:21.996Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 56.62MB / 85.81MB 2.4s [2022-01-31T13:45:21.996Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 0B / 155B 2.4s [2022-01-31T13:45:21.996Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 69.81MB / 85.81MB 2.6s [2022-01-31T13:45:21.996Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 57.79MB / 134.83MB 2.6s [2022-01-31T13:45:21.996Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 155B / 155B 2.5s done [2022-01-31T13:45:22.157Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 0B / 54.92MB 0.2s [2022-01-31T13:45:22.157Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 5.24MB / 54.92MB 0.3s [2022-01-31T13:45:22.157Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 14.07MB / 54.92MB 0.4s [2022-01-31T13:45:22.252Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 75.63MB / 85.81MB 2.7s [2022-01-31T13:45:22.478Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 19.92MB / 54.92MB 0.7s [2022-01-31T13:45:22.478Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 30.41MB / 54.92MB 0.8s [2022-01-31T13:45:22.517Z] #24 ... [2022-01-31T13:45:22.517Z] [2022-01-31T13:45:22.517Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:45:22.517Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-31T13:45:22.517Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-01-31T13:45:22.517Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-01-31T13:45:22.517Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-01-31T13:45:22.517Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done [2022-01-31T13:45:22.517Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-01-31T13:45:22.517Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.5s done [2022-01-31T13:45:22.517Z] #67 DONE 5.2s [2022-01-31T13:45:22.517Z] [2022-01-31T13:45:22.517Z] #24 [internal] load build context [2022-01-31T13:45:22.517Z] #24 sha256:5d1aaf721ec426fcf20f38a14b4e99916bfbaaeb6c9dfe5295cce4f69cb7226f [2022-01-31T13:45:22.517Z] #24 ... [2022-01-31T13:45:22.517Z] [2022-01-31T13:45:22.517Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:45:22.517Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-31T13:45:22.517Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-01-31T13:45:22.517Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2022-01-31T13:45:22.517Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-01-31T13:45:22.517Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-01-31T13:45:22.517Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-01-31T13:45:22.517Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.8s done [2022-01-31T13:45:22.517Z] #69 DONE 5.3s [2022-01-31T13:45:22.517Z] [2022-01-31T13:45:22.517Z] #24 [internal] load build context [2022-01-31T13:45:22.517Z] #24 sha256:5d1aaf721ec426fcf20f38a14b4e99916bfbaaeb6c9dfe5295cce4f69cb7226f [2022-01-31T13:45:22.518Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 2.9s [2022-01-31T13:45:22.518Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 73.40MB / 134.83MB 2.9s [2022-01-31T13:45:22.518Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 80.74MB / 134.83MB 3.0s [2022-01-31T13:45:22.518Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 89.13MB / 134.83MB 3.1s [2022-01-31T13:45:22.735Z] #28 ... [2022-01-31T13:45:22.735Z] [2022-01-31T13:45:22.735Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-01-31T13:45:22.735Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-01-31T13:45:22.735Z] #45 DONE 0.0s [2022-01-31T13:45:22.735Z] [2022-01-31T13:45:22.735Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:45:22.735Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-01-31T13:45:22.735Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 35.04MB / 54.92MB 1.0s [2022-01-31T13:45:22.735Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 38.80MB / 54.92MB 1.1s [2022-01-31T13:45:22.774Z] #24 transferring context: 56.55MB 5.7s done [2022-01-31T13:45:22.776Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 98.57MB / 134.83MB 3.2s [2022-01-31T13:45:22.776Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 106.95MB / 134.83MB 3.3s [2022-01-31T13:45:22.993Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 46.14MB / 54.92MB 1.3s [2022-01-31T13:45:22.993Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 52.43MB / 54.92MB 1.4s [2022-01-31T13:45:23.033Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 115.34MB / 134.83MB 3.4s [2022-01-31T13:45:23.033Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 3.6s done [2022-01-31T13:45:23.033Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 130.02MB / 134.83MB 3.6s [2022-01-31T13:45:23.077Z] #24 DONE 6.0s [2022-01-31T13:45:23.077Z] [2022-01-31T13:45:23.077Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:23.077Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:23.077Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.1s done [2022-01-31T13:45:23.077Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-01-31T13:45:23.077Z] #11 sha256:ec67c62f48ddfbca1ccaef18f9b3addccd707e1885fa28702a3954340786fcf6 1.80kB / 1.80kB done [2022-01-31T13:45:23.077Z] #11 sha256:80d9a75ccb3879eefdece2f6409bd7a7eed708ea4e830e6c4ecfadeff65f68e0 7.07kB / 7.07kB done [2022-01-31T13:45:23.077Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.1s done [2022-01-31T13:45:23.077Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.7s done [2022-01-31T13:45:23.077Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 0.9s done [2022-01-31T13:45:23.077Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 2.3s done [2022-01-31T13:45:23.077Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 3.6s done [2022-01-31T13:45:23.077Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 5.0s done [2022-01-31T13:45:23.077Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 2.7s [2022-01-31T13:45:23.077Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 155B / 155B 2.4s done [2022-01-31T13:45:23.924Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.1s done [2022-01-31T13:45:24.401Z] #11 ... [2022-01-31T13:45:24.401Z] [2022-01-31T13:45:24.401Z] #24 [internal] load build context [2022-01-31T13:45:24.401Z] #24 sha256:c9f4603495f10ceada0fe27f1fa2e7aec09931627d87f1e8d94ab2b3e640d4da [2022-01-31T13:45:24.401Z] #24 transferring context: 56.55MB 4.4s done [2022-01-31T13:45:24.401Z] #24 DONE 4.8s [2022-01-31T13:45:24.401Z] [2022-01-31T13:45:24.401Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:24.401Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:24.401Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 4.8s done [2022-01-31T13:45:24.401Z] #11 ... [2022-01-31T13:45:24.401Z] [2022-01-31T13:45:24.401Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:45:24.401Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-31T13:45:24.401Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-01-31T13:45:24.401Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-01-31T13:45:24.401Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-01-31T13:45:24.401Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-01-31T13:45:24.401Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.7s done [2022-01-31T13:45:24.401Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done [2022-01-31T13:45:24.401Z] #69 DONE 5.0s [2022-01-31T13:45:24.401Z] [2022-01-31T13:45:24.401Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:24.401Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:24.444Z] #11 ... [2022-01-31T13:45:24.444Z] [2022-01-31T13:45:24.444Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-01-31T13:45:24.444Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-01-31T13:45:24.444Z] #68 DONE 0.6s [2022-01-31T13:45:24.444Z] [2022-01-31T13:45:24.444Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-01-31T13:45:24.444Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-01-31T13:45:24.488Z] #28 ... [2022-01-31T13:45:24.488Z] [2022-01-31T13:45:24.488Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:45:24.488Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-31T13:45:24.488Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-01-31T13:45:24.488Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-01-31T13:45:24.488Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-01-31T13:45:24.488Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-01-31T13:45:24.488Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2022-01-31T13:45:24.488Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.0s done [2022-01-31T13:45:24.488Z] #67 DONE 2.9s [2022-01-31T13:45:24.488Z] [2022-01-31T13:45:24.488Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:45:24.488Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-01-31T13:45:24.488Z] #28 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 0.4s [2022-01-31T13:45:24.718Z] #41 ... [2022-01-31T13:45:24.718Z] [2022-01-31T13:45:24.718Z] #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-01-31T13:45:24.718Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-01-31T13:45:24.718Z] #19 3.524 Reading package lists... [2022-01-31T13:45:24.718Z] #19 13.35 Reading package lists... [2022-01-31T13:45:25.006Z] #70 DONE 0.6s [2022-01-31T13:45:25.006Z] [2022-01-31T13:45:25.006Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:45:25.006Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-01-31T13:45:25.006Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.0s done [2022-01-31T13:45:25.006Z] #28 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-01-31T13:45:25.006Z] #28 sha256:7d8264bf731fec57d807d1918bec0a16550f52a9766f0034b40f55c5b7dc3712 529B / 529B done [2022-01-31T13:45:25.006Z] #28 sha256:04fbdaf87a6a632f3f2e8d9f53f97b2813d9e4111c62e21d56454460f477075b 1.46kB / 1.46kB done [2022-01-31T13:45:25.006Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.2s done [2022-01-31T13:45:25.006Z] #28 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 5.9s done [2022-01-31T13:45:25.006Z] #28 DONE 8.0s [2022-01-31T13:45:25.006Z] [2022-01-31T13:45:25.006Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:25.006Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:25.006Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.1s [2022-01-31T13:45:25.568Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.6s done [2022-01-31T13:45:25.568Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 [2022-01-31T13:45:25.660Z] #19 22.17 Building dependency tree... [2022-01-31T13:45:26.177Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.4s done [2022-01-31T13:45:26.296Z] #11 ... [2022-01-31T13:45:26.296Z] [2022-01-31T13:45:26.296Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-01-31T13:45:26.296Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-01-31T13:45:26.296Z] #70 DONE 0.6s [2022-01-31T13:45:26.296Z] [2022-01-31T13:45:26.296Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:26.296Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:26.296Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 5.0s done [2022-01-31T13:45:26.296Z] #11 ... [2022-01-31T13:45:26.296Z] [2022-01-31T13:45:26.296Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:45:26.296Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-01-31T13:45:26.296Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.1s done [2022-01-31T13:45:26.296Z] #28 sha256:7d8264bf731fec57d807d1918bec0a16550f52a9766f0034b40f55c5b7dc3712 529B / 529B done [2022-01-31T13:45:26.296Z] #28 sha256:04fbdaf87a6a632f3f2e8d9f53f97b2813d9e4111c62e21d56454460f477075b 1.46kB / 1.46kB done [2022-01-31T13:45:26.296Z] #28 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.4s done [2022-01-31T13:45:26.296Z] #28 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-01-31T13:45:26.296Z] #28 DONE 6.8s [2022-01-31T13:45:26.296Z] [2022-01-31T13:45:26.296Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:26.296Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:26.296Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 [2022-01-31T13:45:26.434Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 [2022-01-31T13:45:26.861Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.6s done [2022-01-31T13:45:27.118Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.1s [2022-01-31T13:45:27.375Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.4s done [2022-01-31T13:45:27.577Z] #19 26.22 The following additional packages will be installed: [2022-01-31T13:45:27.577Z] #19 26.22 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-01-31T13:45:27.577Z] #19 26.22 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-01-31T13:45:27.577Z] #19 26.22 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-01-31T13:45:27.577Z] #19 26.22 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-01-31T13:45:27.577Z] #19 26.22 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-01-31T13:45:27.577Z] #19 26.22 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-01-31T13:45:27.577Z] #19 26.22 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-01-31T13:45:27.577Z] #19 26.22 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-01-31T13:45:27.577Z] #19 26.22 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-01-31T13:45:27.577Z] #19 26.22 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-01-31T13:45:27.577Z] #19 26.22 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-01-31T13:45:27.577Z] #19 26.22 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-01-31T13:45:27.577Z] #19 26.22 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-01-31T13:45:27.577Z] #19 26.22 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-01-31T13:45:27.577Z] #19 26.22 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-01-31T13:45:27.577Z] #19 26.22 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-01-31T13:45:27.577Z] #19 26.23 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-01-31T13:45:27.577Z] #19 26.23 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-01-31T13:45:27.577Z] #19 26.23 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-01-31T13:45:27.577Z] #19 26.23 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-01-31T13:45:27.577Z] #19 26.23 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-01-31T13:45:27.577Z] #19 26.23 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-01-31T13:45:27.577Z] #19 26.23 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-01-31T13:45:27.577Z] #19 26.23 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-01-31T13:45:27.577Z] #19 26.23 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-01-31T13:45:27.577Z] #19 26.23 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-01-31T13:45:27.577Z] #19 26.23 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-01-31T13:45:27.577Z] #19 26.23 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-01-31T13:45:27.577Z] #19 26.23 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-01-31T13:45:27.577Z] #19 26.23 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-01-31T13:45:27.577Z] #19 26.23 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-01-31T13:45:27.577Z] #19 26.23 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-01-31T13:45:27.577Z] #19 26.24 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-01-31T13:45:27.577Z] #19 26.24 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-01-31T13:45:27.577Z] #19 26.24 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-01-31T13:45:27.577Z] #19 26.24 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-01-31T13:45:27.577Z] #19 26.24 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-01-31T13:45:27.577Z] #19 26.24 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-01-31T13:45:27.577Z] #19 26.24 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-01-31T13:45:27.577Z] #19 26.24 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-01-31T13:45:27.577Z] #19 26.24 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-01-31T13:45:27.577Z] #19 26.24 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-01-31T13:45:27.577Z] #19 26.24 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-01-31T13:45:27.577Z] #19 26.24 linux-libc-dev-s390x-cross patch xz-utils [2022-01-31T13:45:27.577Z] #19 26.28 Suggested packages: [2022-01-31T13:45:27.577Z] #19 26.28 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-01-31T13:45:27.577Z] #19 26.28 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-01-31T13:45:27.577Z] #19 26.28 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-01-31T13:45:27.577Z] #19 26.28 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-01-31T13:45:27.577Z] #19 26.28 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-01-31T13:45:27.577Z] #19 26.28 libyaml-shell-perl ed diffutils-doc [2022-01-31T13:45:27.577Z] #19 26.28 Recommended packages: [2022-01-31T13:45:27.577Z] #19 26.29 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-01-31T13:45:27.577Z] #19 26.29 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-01-31T13:45:27.633Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 [2022-01-31T13:45:27.768Z] #28 ... [2022-01-31T13:45:27.768Z] [2022-01-31T13:45:27.768Z] #24 [internal] load build context [2022-01-31T13:45:27.768Z] #24 sha256:8a81e739bc38852fb47bf045350f27e8fe9115c3e92e0004b86ca5ad7735d5af [2022-01-31T13:45:27.768Z] #24 transferring context: 56.54MB 5.3s done [2022-01-31T13:45:27.768Z] #24 DONE 5.6s [2022-01-31T13:45:27.768Z] [2022-01-31T13:45:27.768Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:27.768Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:27.768Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.0s done [2022-01-31T13:45:27.768Z] #11 sha256:80d9a75ccb3879eefdece2f6409bd7a7eed708ea4e830e6c4ecfadeff65f68e0 7.07kB / 7.07kB done [2022-01-31T13:45:27.768Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-01-31T13:45:27.768Z] #11 sha256:ec67c62f48ddfbca1ccaef18f9b3addccd707e1885fa28702a3954340786fcf6 1.80kB / 1.80kB done [2022-01-31T13:45:27.768Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.5s done [2022-01-31T13:45:27.768Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.1s done [2022-01-31T13:45:27.768Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 2.6s done [2022-01-31T13:45:27.768Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 1.5s done [2022-01-31T13:45:27.768Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 4.1s done [2022-01-31T13:45:27.768Z] #11 sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 0B / 155B 2.7s [2022-01-31T13:45:27.768Z] #11 sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 134.83MB / 134.83MB 5.4s done [2022-01-31T13:45:27.768Z] #11 ... [2022-01-31T13:45:27.768Z] [2022-01-31T13:45:27.768Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:45:27.768Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-31T13:45:27.768Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-01-31T13:45:27.768Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-01-31T13:45:27.768Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-01-31T13:45:27.768Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-01-31T13:45:27.768Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.3s done [2022-01-31T13:45:27.768Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2022-01-31T13:45:27.768Z] #69 DONE 6.2s [2022-01-31T13:45:27.768Z] [2022-01-31T13:45:27.768Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:27.768Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:27.768Z] #11 ... [2022-01-31T13:45:27.768Z] [2022-01-31T13:45:27.768Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-01-31T13:45:27.768Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-01-31T13:45:28.332Z] #68 DONE 1.2s [2022-01-31T13:45:28.332Z] [2022-01-31T13:45:28.332Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:28.332Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:29.262Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 5.1s done [2022-01-31T13:45:29.262Z] #11 ... [2022-01-31T13:45:29.262Z] [2022-01-31T13:45:29.262Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:45:29.262Z] #28 sha256:1d76eedc609edac28df150b85ca9c739a61dda31f8f27f1809f969b0680c9659 [2022-01-31T13:45:29.262Z] #28 DONE 7.8s [2022-01-31T13:45:29.262Z] [2022-01-31T13:45:29.262Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:29.262Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:29.262Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 [2022-01-31T13:45:29.518Z] #11 ... [2022-01-31T13:45:29.518Z] [2022-01-31T13:45:29.518Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-01-31T13:45:29.518Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-01-31T13:45:29.518Z] #70 DONE 0.9s [2022-01-31T13:45:29.518Z] [2022-01-31T13:45:29.518Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:29.518Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:29.775Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.5s done [2022-01-31T13:45:30.031Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.1s [2022-01-31T13:45:30.288Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.4s done [2022-01-31T13:45:30.545Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 [2022-01-31T13:45:30.885Z] #19 29.70 The following NEW packages will be installed: [2022-01-31T13:45:30.885Z] #19 29.70 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-01-31T13:45:30.885Z] #19 29.70 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-01-31T13:45:30.885Z] #19 29.70 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-01-31T13:45:30.885Z] #19 29.70 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-01-31T13:45:30.885Z] #19 29.70 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-01-31T13:45:30.885Z] #19 29.70 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-01-31T13:45:30.885Z] #19 29.70 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-01-31T13:45:30.885Z] #19 29.70 crossbuild-essential-armel crossbuild-essential-armhf [2022-01-31T13:45:30.885Z] #19 29.70 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-01-31T13:45:30.885Z] #19 29.70 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-01-31T13:45:30.885Z] #19 29.70 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-01-31T13:45:30.885Z] #19 29.70 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-01-31T13:45:30.885Z] #19 29.70 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-01-31T13:45:30.885Z] #19 29.70 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-01-31T13:45:30.885Z] #19 29.70 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-01-31T13:45:30.885Z] #19 29.70 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-01-31T13:45:30.885Z] #19 29.70 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-01-31T13:45:30.885Z] #19 29.70 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-01-31T13:45:30.885Z] #19 29.70 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-01-31T13:45:30.885Z] #19 29.70 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-01-31T13:45:30.885Z] #19 29.70 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-01-31T13:45:30.885Z] #19 29.70 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-01-31T13:45:30.885Z] #19 29.70 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-01-31T13:45:30.885Z] #19 29.70 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-01-31T13:45:30.885Z] #19 29.70 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-01-31T13:45:30.885Z] #19 29.70 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-01-31T13:45:30.885Z] #19 29.70 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-01-31T13:45:30.885Z] #19 29.70 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-01-31T13:45:30.885Z] #19 29.70 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-01-31T13:45:30.885Z] #19 29.70 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-01-31T13:45:30.885Z] #19 29.70 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-01-31T13:45:30.885Z] #19 29.71 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-01-31T13:45:30.885Z] #19 29.71 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-01-31T13:45:30.885Z] #19 29.71 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-01-31T13:45:30.885Z] #19 29.71 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-01-31T13:45:30.885Z] #19 29.71 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-01-31T13:45:30.885Z] #19 29.71 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-01-31T13:45:30.885Z] #19 29.71 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-01-31T13:45:30.885Z] #19 29.72 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-01-31T13:45:30.885Z] #19 29.72 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-01-31T13:45:30.885Z] #19 29.72 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-01-31T13:45:30.885Z] #19 29.72 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-01-31T13:45:30.885Z] #19 29.72 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-01-31T13:45:30.885Z] #19 29.72 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-01-31T13:45:30.885Z] #19 29.72 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-01-31T13:45:30.885Z] #19 29.72 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-01-31T13:45:30.885Z] #19 29.72 linux-libc-dev-s390x-cross patch xz-utils [2022-01-31T13:45:31.458Z] #19 30.16 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:45:31.458Z] #19 30.16 Need to get 787 MB of archives. [2022-01-31T13:45:31.458Z] #19 30.16 After this operation, 3385 MB of additional disk space will be used. [2022-01-31T13:45:31.458Z] #19 30.16 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-01-31T13:45:31.458Z] #19 30.16 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-01-31T13:45:31.458Z] #19 30.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-01-31T13:45:31.458Z] #19 30.17 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-01-31T13:45:31.458Z] #19 30.17 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-01-31T13:45:31.458Z] #19 30.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-01-31T13:45:31.458Z] #19 30.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-01-31T13:45:31.458Z] #19 30.24 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-01-31T13:45:31.458Z] #19 30.29 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-01-31T13:45:31.458Z] #19 30.34 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-01-31T13:45:31.684Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 4.7s done [2022-01-31T13:45:31.684Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b [2022-01-31T13:45:31.720Z] #19 30.38 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-01-31T13:45:31.720Z] #19 30.41 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-01-31T13:45:31.720Z] #19 30.42 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-01-31T13:45:32.885Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 4.7s done [2022-01-31T13:45:32.885Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b [2022-01-31T13:45:33.111Z] #19 31.63 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-01-31T13:45:33.111Z] #19 31.64 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-01-31T13:45:34.204Z] #11 ... [2022-01-31T13:45:34.205Z] [2022-01-31T13:45:34.205Z] #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-01-31T13:45:34.205Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-01-31T13:45:34.205Z] #29 1.023 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:45:34.205Z] #29 1.026 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:45:34.205Z] #29 1.034 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:45:34.205Z] #29 1.154 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:45:34.205Z] #29 1.313 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:45:34.205Z] #29 1.599 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:45:34.205Z] #29 3.020 Fetched 8499 kB in 2s (3756 kB/s) [2022-01-31T13:45:34.205Z] #29 3.020 Reading package lists... [2022-01-31T13:45:34.205Z] #29 3.822 Reading package lists... [2022-01-31T13:45:34.205Z] #29 4.607 Building dependency tree... [2022-01-31T13:45:34.205Z] #29 4.964 The following additional packages will be installed: [2022-01-31T13:45:34.205Z] #29 4.964 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-01-31T13:45:34.205Z] #29 4.964 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-01-31T13:45:34.205Z] #29 4.964 Recommended packages: [2022-01-31T13:45:34.205Z] #29 4.964 libldap-common publicsuffix libsasl2-modules [2022-01-31T13:45:34.205Z] #29 5.135 The following NEW packages will be installed: [2022-01-31T13:45:34.205Z] #29 5.136 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-01-31T13:45:34.205Z] #29 5.136 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-01-31T13:45:34.205Z] #29 5.137 libssh2-1 openssl [2022-01-31T13:45:34.205Z] #29 5.415 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:45:34.205Z] #29 5.415 Need to get 3038 kB of archives. [2022-01-31T13:45:34.205Z] #29 5.415 After this operation, 6650 kB of additional disk space will be used. [2022-01-31T13:45:34.205Z] #29 5.415 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-01-31T13:45:34.205Z] #29 5.427 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-01-31T13:45:34.205Z] #29 5.429 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-01-31T13:45:34.205Z] #29 5.432 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2022-01-31T13:45:34.205Z] #29 5.433 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2022-01-31T13:45:34.205Z] #29 5.434 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-01-31T13:45:34.205Z] #29 5.439 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-01-31T13:45:34.205Z] #29 5.442 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-01-31T13:45:34.205Z] #29 5.454 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-01-31T13:45:34.205Z] #29 5.454 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-01-31T13:45:34.205Z] #29 5.454 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-01-31T13:45:34.205Z] #29 5.454 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-01-31T13:45:34.205Z] #29 5.454 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-01-31T13:45:34.205Z] #29 5.454 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-01-31T13:45:34.205Z] #29 5.454 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-01-31T13:45:34.205Z] #29 5.619 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:45:34.205Z] #29 5.641 Fetched 3038 kB in 0s (9797 kB/s) [2022-01-31T13:45:34.205Z] #29 5.665 Selecting previously unselected package openssl. [2022-01-31T13:45:34.205Z] #29 5.665 (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-01-31T13:45:34.205Z] #29 5.671 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 5.684 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-01-31T13:45:34.205Z] #29 5.826 Selecting previously unselected package ca-certificates. [2022-01-31T13:45:34.205Z] #29 5.826 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-01-31T13:45:34.205Z] #29 5.831 Unpacking ca-certificates (20210119) ... [2022-01-31T13:45:34.205Z] #29 5.911 Selecting previously unselected package libbrotli1:amd64. [2022-01-31T13:45:34.205Z] #29 5.912 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 5.918 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-01-31T13:45:34.205Z] #29 5.996 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-01-31T13:45:34.205Z] #29 5.998 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.003 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:34.205Z] #29 6.045 Selecting previously unselected package libsasl2-2:amd64. [2022-01-31T13:45:34.205Z] #29 6.045 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.049 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:34.205Z] #29 6.100 Selecting previously unselected package libldap-2.4-2:amd64. [2022-01-31T13:45:34.205Z] #29 6.100 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.102 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-01-31T13:45:34.205Z] #29 6.170 Selecting previously unselected package libnghttp2-14:amd64. [2022-01-31T13:45:34.205Z] #29 6.170 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.173 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-01-31T13:45:34.205Z] #29 6.217 Selecting previously unselected package libpsl5:amd64. [2022-01-31T13:45:34.205Z] #29 6.217 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.221 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-01-31T13:45:34.205Z] #29 6.263 Selecting previously unselected package librtmp1:amd64. [2022-01-31T13:45:34.205Z] #29 6.263 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.267 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-01-31T13:45:34.205Z] #29 6.312 Selecting previously unselected package libssh2-1:amd64. [2022-01-31T13:45:34.205Z] #29 6.312 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.317 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-01-31T13:45:34.205Z] #29 6.364 Selecting previously unselected package libcurl4:amd64. [2022-01-31T13:45:34.205Z] #29 6.364 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.368 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:34.205Z] #29 6.429 Selecting previously unselected package curl. [2022-01-31T13:45:34.205Z] #29 6.429 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.432 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:34.205Z] #29 6.498 Selecting previously unselected package libonig5:amd64. [2022-01-31T13:45:34.205Z] #29 6.498 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.502 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:45:34.205Z] #29 6.555 Selecting previously unselected package libjq1:amd64. [2022-01-31T13:45:34.205Z] #29 6.555 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.558 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:45:34.205Z] #29 6.607 Selecting previously unselected package jq. [2022-01-31T13:45:34.205Z] #29 6.607 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-01-31T13:45:34.205Z] #29 6.610 Unpacking jq (1.6-2.1) ... [2022-01-31T13:45:34.205Z] #29 6.643 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-01-31T13:45:34.205Z] #29 6.653 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-01-31T13:45:34.205Z] #29 6.662 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-01-31T13:45:34.205Z] #29 6.672 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:34.205Z] #29 6.682 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-01-31T13:45:34.205Z] #29 6.692 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:34.205Z] #29 6.703 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-01-31T13:45:34.205Z] #29 6.713 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-01-31T13:45:34.205Z] #29 6.728 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:45:34.205Z] #29 6.739 Setting up libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:45:34.205Z] #29 6.750 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-01-31T13:45:34.205Z] #29 6.761 Setting up ca-certificates (20210119) ... [2022-01-31T13:45:34.205Z] #29 7.389 Updating certificates in /etc/ssl/certs... [2022-01-31T13:45:34.205Z] #29 8.088 129 added, 0 removed; done. [2022-01-31T13:45:34.205Z] #29 8.128 Setting up jq (1.6-2.1) ... [2022-01-31T13:45:34.205Z] #29 8.139 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:34.205Z] #29 8.149 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:34.205Z] #29 8.158 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:45:34.205Z] #29 8.178 Processing triggers for ca-certificates (20210119) ... [2022-01-31T13:45:34.205Z] #29 8.186 Updating certificates in /etc/ssl/certs... [2022-01-31T13:45:34.205Z] #29 8.790 0 added, 0 removed; done. [2022-01-31T13:45:34.205Z] #29 8.790 Running hooks in /etc/ca-certificates/update.d... [2022-01-31T13:45:34.205Z] #29 8.792 done. [2022-01-31T13:45:34.205Z] #29 ... [2022-01-31T13:45:34.205Z] [2022-01-31T13:45:34.205Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:34.205Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:34.237Z] Running on azwin-2-de7590 in d:\jenkins\workspace\moby_PR-43199 [Pipeline] { [Pipeline] ws [2022-01-31T13:45:34.253Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-01-31T13:45:34.500Z] #19 32.90 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-01-31T13:45:34.500Z] #19 32.90 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-01-31T13:45:34.815Z] #11 ... [2022-01-31T13:45:34.815Z] [2022-01-31T13:45:34.815Z] #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-01-31T13:45:34.815Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-01-31T13:45:34.815Z] #29 DONE 9.6s [2022-01-31T13:45:34.815Z] [2022-01-31T13:45:34.815Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-01-31T13:45:34.815Z] #30 sha256:5b468655edb908745fc14c29e2ec0b3cc863b99862340f53e26c36acefc8b7c9 [2022-01-31T13:45:34.815Z] #30 DONE 0.1s [2022-01-31T13:45:34.815Z] [2022-01-31T13:45:34.815Z] #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-01-31T13:45:34.815Z] #31 sha256:943935ba71d3565fb73699e852cbb29942d4cd1ddcabecc5ad4118a61bec71fb [2022-01-31T13:45:35.837Z] The recommended git tool is: git [2022-01-31T13:45:35.847Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 4.7s done [2022-01-31T13:45:35.847Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 0.1s [2022-01-31T13:45:35.892Z] #19 34.25 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-01-31T13:45:35.892Z] #19 34.26 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-01-31T13:45:35.892Z] #19 ... [2022-01-31T13:45:35.892Z] [2022-01-31T13:45:35.892Z] #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-01-31T13:45:35.893Z] #41 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:45:35.893Z] #41 DONE 34.4s [2022-01-31T13:45:35.893Z] [2022-01-31T13:45:35.893Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:45:35.893Z] #58 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:45:36.704Z] #31 1.770 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-01-31T13:45:36.962Z] #31 2.041 [2022-01-31T13:45:37.058Z] #11 ... [2022-01-31T13:45:37.058Z] [2022-01-31T13:45:37.058Z] #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-01-31T13:45:37.058Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-01-31T13:45:37.058Z] #29 0.969 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:45:37.058Z] #29 0.972 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:45:37.058Z] #29 0.972 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:45:37.058Z] #29 1.063 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:45:37.058Z] #29 1.228 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:45:37.058Z] #29 1.429 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:45:37.058Z] #29 2.944 Fetched 8499 kB in 2s (3789 kB/s) [2022-01-31T13:45:37.058Z] #29 2.944 Reading package lists... [2022-01-31T13:45:37.058Z] #29 3.744 Reading package lists... [2022-01-31T13:45:37.058Z] #29 4.552 Building dependency tree... [2022-01-31T13:45:37.058Z] #29 4.924 The following additional packages will be installed: [2022-01-31T13:45:37.058Z] #29 4.924 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-01-31T13:45:37.058Z] #29 4.924 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-01-31T13:45:37.059Z] #29 4.924 Recommended packages: [2022-01-31T13:45:37.059Z] #29 4.924 libldap-common publicsuffix libsasl2-modules [2022-01-31T13:45:37.059Z] #29 5.096 The following NEW packages will be installed: [2022-01-31T13:45:37.059Z] #29 5.105 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-01-31T13:45:37.059Z] #29 5.105 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-01-31T13:45:37.059Z] #29 5.105 libssh2-1 openssl [2022-01-31T13:45:37.059Z] #29 5.371 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:45:37.059Z] #29 5.371 Need to get 3038 kB of archives. [2022-01-31T13:45:37.059Z] #29 5.371 After this operation, 6650 kB of additional disk space will be used. [2022-01-31T13:45:37.059Z] #29 5.371 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-01-31T13:45:37.059Z] #29 5.393 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-01-31T13:45:37.059Z] #29 5.393 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-01-31T13:45:37.059Z] #29 5.393 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2022-01-31T13:45:37.059Z] #29 5.393 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2022-01-31T13:45:37.059Z] #29 5.393 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-01-31T13:45:37.059Z] #29 5.393 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-01-31T13:45:37.059Z] #29 5.393 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-01-31T13:45:37.059Z] #29 5.393 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-01-31T13:45:37.059Z] #29 5.393 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-01-31T13:45:37.059Z] #29 5.393 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-01-31T13:45:37.059Z] #29 5.400 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-01-31T13:45:37.059Z] #29 5.416 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-01-31T13:45:37.059Z] #29 5.416 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-01-31T13:45:37.059Z] #29 5.421 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-01-31T13:45:37.059Z] #29 5.561 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:45:37.059Z] #29 5.593 Fetched 3038 kB in 0s (9728 kB/s) [2022-01-31T13:45:37.059Z] #29 5.629 Selecting previously unselected package openssl. [2022-01-31T13:45:37.059Z] #29 5.629 (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-01-31T13:45:37.059Z] #29 5.629 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 5.637 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-01-31T13:45:37.059Z] #29 5.777 Selecting previously unselected package ca-certificates. [2022-01-31T13:45:37.059Z] #29 5.777 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-01-31T13:45:37.059Z] #29 5.781 Unpacking ca-certificates (20210119) ... [2022-01-31T13:45:37.059Z] #29 5.855 Selecting previously unselected package libbrotli1:amd64. [2022-01-31T13:45:37.059Z] #29 5.855 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 5.865 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-01-31T13:45:37.059Z] #29 5.938 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-01-31T13:45:37.059Z] #29 5.938 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 5.942 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:37.059Z] #29 5.984 Selecting previously unselected package libsasl2-2:amd64. [2022-01-31T13:45:37.059Z] #29 5.984 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 5.989 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:37.059Z] #29 6.040 Selecting previously unselected package libldap-2.4-2:amd64. [2022-01-31T13:45:37.059Z] #29 6.040 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 6.043 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-01-31T13:45:37.059Z] #29 6.126 Selecting previously unselected package libnghttp2-14:amd64. [2022-01-31T13:45:37.059Z] #29 6.126 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 6.136 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-01-31T13:45:37.059Z] #29 6.174 Selecting previously unselected package libpsl5:amd64. [2022-01-31T13:45:37.059Z] #29 6.174 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 6.177 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-01-31T13:45:37.059Z] #29 6.226 Selecting previously unselected package librtmp1:amd64. [2022-01-31T13:45:37.059Z] #29 6.226 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 6.229 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-01-31T13:45:37.059Z] #29 6.272 Selecting previously unselected package libssh2-1:amd64. [2022-01-31T13:45:37.059Z] #29 6.273 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 6.278 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-01-31T13:45:37.059Z] #29 6.325 Selecting previously unselected package libcurl4:amd64. [2022-01-31T13:45:37.059Z] #29 6.326 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 6.331 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:37.059Z] #29 6.392 Selecting previously unselected package curl. [2022-01-31T13:45:37.059Z] #29 6.392 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 6.395 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:37.059Z] #29 6.454 Selecting previously unselected package libonig5:amd64. [2022-01-31T13:45:37.059Z] #29 6.454 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 6.456 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:45:37.059Z] #29 6.509 Selecting previously unselected package libjq1:amd64. [2022-01-31T13:45:37.059Z] #29 6.509 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 6.511 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:45:37.059Z] #29 6.548 Selecting previously unselected package jq. [2022-01-31T13:45:37.059Z] #29 6.549 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-01-31T13:45:37.059Z] #29 6.552 Unpacking jq (1.6-2.1) ... [2022-01-31T13:45:37.059Z] #29 6.594 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-01-31T13:45:37.059Z] #29 6.603 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-01-31T13:45:37.059Z] #29 6.612 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-01-31T13:45:37.059Z] #29 6.621 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:37.059Z] #29 6.630 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-01-31T13:45:37.059Z] #29 6.640 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:37.059Z] #29 6.649 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-01-31T13:45:37.059Z] #29 6.657 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-01-31T13:45:37.059Z] #29 6.670 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:45:37.059Z] #29 6.733 Setting up libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:45:37.059Z] #29 6.782 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-01-31T13:45:37.059Z] #29 6.793 Setting up ca-certificates (20210119) ... [2022-01-31T13:45:37.059Z] #29 7.491 Updating certificates in /etc/ssl/certs... [2022-01-31T13:45:37.059Z] #29 8.295 129 added, 0 removed; done. [2022-01-31T13:45:37.059Z] #29 8.323 Setting up jq (1.6-2.1) ... [2022-01-31T13:45:37.059Z] #29 8.332 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:37.059Z] #29 8.342 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:37.059Z] #29 8.350 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:45:37.059Z] #29 8.364 Processing triggers for ca-certificates (20210119) ... [2022-01-31T13:45:37.059Z] #29 8.373 Updating certificates in /etc/ssl/certs... [2022-01-31T13:45:37.059Z] #29 8.980 0 added, 0 removed; done. [2022-01-31T13:45:37.059Z] #29 8.980 Running hooks in /etc/ca-certificates/update.d... [2022-01-31T13:45:37.059Z] #29 8.983 done. [2022-01-31T13:45:37.059Z] #29 ... [2022-01-31T13:45:37.059Z] [2022-01-31T13:45:37.059Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:37.059Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:37.059Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 3.9s done [2022-01-31T13:45:37.219Z] #31 2.254 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:37.219Z] #31 2.550 [2022-01-31T13:45:37.286Z] #58 ... [2022-01-31T13:45:37.286Z] [2022-01-31T13:45:37.286Z] #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-01-31T13:45:37.286Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-01-31T13:45:37.286Z] #19 35.78 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-01-31T13:45:37.286Z] #19 35.80 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-01-31T13:45:37.316Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 0.1s [2022-01-31T13:45:37.316Z] #11 ... [2022-01-31T13:45:37.316Z] [2022-01-31T13:45:37.316Z] #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-01-31T13:45:37.316Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-01-31T13:45:37.316Z] #29 DONE 11.0s [2022-01-31T13:45:37.316Z] [2022-01-31T13:45:37.316Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:37.316Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:37.573Z] #11 ... [2022-01-31T13:45:37.573Z] [2022-01-31T13:45:37.573Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-01-31T13:45:37.573Z] #30 sha256:0acaebc8e8d87760abb45a1fd51b617deda2b8069b0ada55708c2ce499e73ea6 [2022-01-31T13:45:37.573Z] #30 DONE 0.1s [2022-01-31T13:45:37.830Z] [2022-01-31T13:45:37.830Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:37.830Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:37.860Z] #19 36.71 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-01-31T13:45:37.860Z] #19 36.72 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-01-31T13:45:37.860Z] #19 36.72 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-01-31T13:45:37.860Z] #19 36.72 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-01-31T13:45:37.860Z] #19 36.73 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-01-31T13:45:37.860Z] #19 36.73 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-01-31T13:45:37.860Z] #19 36.73 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-01-31T13:45:37.860Z] #19 36.73 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-01-31T13:45:37.860Z] #19 36.75 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-01-31T13:45:37.860Z] #19 36.76 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-01-31T13:45:37.860Z] #19 36.76 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-01-31T13:45:37.860Z] #19 36.76 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-01-31T13:45:38.122Z] #19 36.76 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-01-31T13:45:38.122Z] #19 36.79 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-01-31T13:45:38.122Z] #19 36.82 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-01-31T13:45:38.122Z] #19 36.84 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-01-31T13:45:38.122Z] #19 36.85 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-01-31T13:45:38.122Z] #19 36.87 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-01-31T13:45:38.122Z] #19 36.88 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-01-31T13:45:38.148Z] #31 3.414 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-01-31T13:45:38.404Z] #31 3.660 [2022-01-31T13:45:38.661Z] #31 3.879 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:38.917Z] #31 4.181 [2022-01-31T13:45:39.510Z] #19 38.07 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-01-31T13:45:39.510Z] #19 38.08 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-01-31T13:45:39.510Z] #19 38.09 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-01-31T13:45:39.510Z] #19 38.13 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-01-31T13:45:39.510Z] #19 38.16 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-01-31T13:45:39.846Z] #31 5.084 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-01-31T13:45:40.018Z] #11 ... [2022-01-31T13:45:40.018Z] [2022-01-31T13:45:40.018Z] #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-01-31T13:45:40.018Z] #29 sha256:1c54e41060962e5d78e7f2b733f82a85704155c604958ad60253c1c66c7ec691 [2022-01-31T13:45:40.018Z] #29 1.105 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:45:40.018Z] #29 1.115 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:45:40.018Z] #29 1.121 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:45:40.018Z] #29 1.234 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:45:40.018Z] #29 1.393 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:45:40.018Z] #29 1.622 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:45:40.018Z] #29 3.121 Fetched 8499 kB in 2s (3717 kB/s) [2022-01-31T13:45:40.018Z] #29 3.121 Reading package lists... [2022-01-31T13:45:40.018Z] #29 3.949 Reading package lists... [2022-01-31T13:45:40.018Z] #29 4.764 Building dependency tree... [2022-01-31T13:45:40.018Z] #29 5.155 The following additional packages will be installed: [2022-01-31T13:45:40.018Z] #29 5.155 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-01-31T13:45:40.018Z] #29 5.155 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-01-31T13:45:40.018Z] #29 5.163 Recommended packages: [2022-01-31T13:45:40.018Z] #29 5.163 libldap-common publicsuffix libsasl2-modules [2022-01-31T13:45:40.018Z] #29 5.360 The following NEW packages will be installed: [2022-01-31T13:45:40.018Z] #29 5.360 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-01-31T13:45:40.018Z] #29 5.360 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-01-31T13:45:40.018Z] #29 5.360 libssh2-1 openssl [2022-01-31T13:45:40.018Z] #29 5.610 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:45:40.018Z] #29 5.610 Need to get 3038 kB of archives. [2022-01-31T13:45:40.018Z] #29 5.610 After this operation, 6650 kB of additional disk space will be used. [2022-01-31T13:45:40.018Z] #29 5.610 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-01-31T13:45:40.018Z] #29 5.626 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-01-31T13:45:40.018Z] #29 5.629 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-01-31T13:45:40.018Z] #29 5.633 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2022-01-31T13:45:40.018Z] #29 5.639 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2022-01-31T13:45:40.018Z] #29 5.639 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-01-31T13:45:40.018Z] #29 5.641 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-01-31T13:45:40.019Z] #29 5.656 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-01-31T13:45:40.019Z] #29 5.656 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-01-31T13:45:40.019Z] #29 5.656 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-01-31T13:45:40.019Z] #29 5.656 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-01-31T13:45:40.019Z] #29 5.656 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-01-31T13:45:40.019Z] #29 5.687 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-01-31T13:45:40.019Z] #29 5.687 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-01-31T13:45:40.019Z] #29 5.687 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-01-31T13:45:40.019Z] #29 5.926 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:45:40.019Z] #29 5.973 Fetched 3038 kB in 0s (9016 kB/s) [2022-01-31T13:45:40.019Z] #29 6.000 Selecting previously unselected package openssl. [2022-01-31T13:45:40.019Z] #29 6.000 (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-01-31T13:45:40.019Z] #29 6.006 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.010 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-01-31T13:45:40.019Z] #29 6.198 Selecting previously unselected package ca-certificates. [2022-01-31T13:45:40.019Z] #29 6.198 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-01-31T13:45:40.019Z] #29 6.200 Unpacking ca-certificates (20210119) ... [2022-01-31T13:45:40.019Z] #29 6.281 Selecting previously unselected package libbrotli1:amd64. [2022-01-31T13:45:40.019Z] #29 6.281 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.290 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-01-31T13:45:40.019Z] #29 6.379 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-01-31T13:45:40.019Z] #29 6.379 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.383 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:40.019Z] #29 6.416 Selecting previously unselected package libsasl2-2:amd64. [2022-01-31T13:45:40.019Z] #29 6.416 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.420 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:40.019Z] #29 6.469 Selecting previously unselected package libldap-2.4-2:amd64. [2022-01-31T13:45:40.019Z] #29 6.469 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.472 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-01-31T13:45:40.019Z] #29 6.536 Selecting previously unselected package libnghttp2-14:amd64. [2022-01-31T13:45:40.019Z] #29 6.536 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.540 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-01-31T13:45:40.019Z] #29 6.585 Selecting previously unselected package libpsl5:amd64. [2022-01-31T13:45:40.019Z] #29 6.585 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.588 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-01-31T13:45:40.019Z] #29 6.630 Selecting previously unselected package librtmp1:amd64. [2022-01-31T13:45:40.019Z] #29 6.630 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.634 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-01-31T13:45:40.019Z] #29 6.682 Selecting previously unselected package libssh2-1:amd64. [2022-01-31T13:45:40.019Z] #29 6.683 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.687 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-01-31T13:45:40.019Z] #29 6.752 Selecting previously unselected package libcurl4:amd64. [2022-01-31T13:45:40.019Z] #29 6.752 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.754 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:40.019Z] #29 6.831 Selecting previously unselected package curl. [2022-01-31T13:45:40.019Z] #29 6.831 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.836 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:40.019Z] #29 6.895 Selecting previously unselected package libonig5:amd64. [2022-01-31T13:45:40.019Z] #29 6.895 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.898 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:45:40.019Z] #29 6.966 Selecting previously unselected package libjq1:amd64. [2022-01-31T13:45:40.019Z] #29 6.968 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 6.972 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:45:40.019Z] #29 7.028 Selecting previously unselected package jq. [2022-01-31T13:45:40.019Z] #29 7.028 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-01-31T13:45:40.019Z] #29 7.033 Unpacking jq (1.6-2.1) ... [2022-01-31T13:45:40.019Z] #29 7.081 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-01-31T13:45:40.019Z] #29 7.097 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-01-31T13:45:40.019Z] #29 7.108 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-01-31T13:45:40.019Z] #29 7.118 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:40.019Z] #29 7.132 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-01-31T13:45:40.019Z] #29 7.141 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:45:40.019Z] #29 7.151 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-01-31T13:45:40.019Z] #29 7.160 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-01-31T13:45:40.019Z] #29 7.176 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:45:40.019Z] #29 7.191 Setting up libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:45:40.019Z] #29 7.197 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-01-31T13:45:40.019Z] #29 7.209 Setting up ca-certificates (20210119) ... [2022-01-31T13:45:40.019Z] #29 7.780 Updating certificates in /etc/ssl/certs... [2022-01-31T13:45:40.019Z] #29 8.418 129 added, 0 removed; done. [2022-01-31T13:45:40.019Z] #29 8.479 Setting up jq (1.6-2.1) ... [2022-01-31T13:45:40.019Z] #29 8.489 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:40.019Z] #29 8.498 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-01-31T13:45:40.019Z] #29 8.508 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:45:40.019Z] #29 8.522 Processing triggers for ca-certificates (20210119) ... [2022-01-31T13:45:40.019Z] #29 8.531 Updating certificates in /etc/ssl/certs... [2022-01-31T13:45:40.019Z] #29 9.052 0 added, 0 removed; done. [2022-01-31T13:45:40.019Z] #29 9.052 Running hooks in /etc/ca-certificates/update.d... [2022-01-31T13:45:40.019Z] #29 9.053 done. [2022-01-31T13:45:40.019Z] #29 DONE 10.7s [2022-01-31T13:45:40.019Z] [2022-01-31T13:45:40.019Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:40.019Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:40.019Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 4.1s done [2022-01-31T13:45:40.019Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 0.1s [2022-01-31T13:45:40.102Z] #31 5.350 [2022-01-31T13:45:40.275Z] #11 ... [2022-01-31T13:45:40.276Z] [2022-01-31T13:45:40.276Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-01-31T13:45:40.276Z] #30 sha256:cb1bc343bbd8a2d338c10b91974767dd842d97ddee396533330a38511b911d08 [2022-01-31T13:45:40.276Z] #30 DONE 0.3s [2022-01-31T13:45:40.276Z] [2022-01-31T13:45:40.276Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:40.276Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:40.453Z] #19 39.24 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-01-31T13:45:40.616Z] #31 5.564 #=#=# #################### 28.2% ########################################### 60.0% ################################################################## 92.1% ######################################################################## 100.0% [2022-01-31T13:45:40.714Z] #19 39.25 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-01-31T13:45:40.714Z] #19 39.25 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-01-31T13:45:40.714Z] #19 39.28 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-01-31T13:45:40.714Z] #19 39.28 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-01-31T13:45:40.714Z] #19 39.28 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-01-31T13:45:40.714Z] #19 39.50 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-01-31T13:45:40.714Z] #19 39.52 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-01-31T13:45:40.714Z] #19 39.52 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-01-31T13:45:40.714Z] #19 39.52 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-01-31T13:45:40.714Z] #19 39.52 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-01-31T13:45:40.714Z] #19 39.53 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-01-31T13:45:40.714Z] #19 39.53 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-01-31T13:45:40.714Z] #19 39.53 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-01-31T13:45:40.714Z] #19 39.53 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-01-31T13:45:40.714Z] #19 39.54 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-01-31T13:45:40.714Z] #19 39.54 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-01-31T13:45:40.714Z] #19 39.54 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-01-31T13:45:40.714Z] #19 39.54 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-01-31T13:45:40.714Z] #19 39.54 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-01-31T13:45:40.714Z] #19 39.56 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-01-31T13:45:40.714Z] #19 39.56 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-01-31T13:45:40.714Z] #19 39.57 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-01-31T13:45:40.714Z] #19 39.58 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-01-31T13:45:40.714Z] #19 39.61 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-01-31T13:45:40.872Z] #31 6.093 [2022-01-31T13:45:40.975Z] #19 39.62 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-01-31T13:45:40.975Z] #19 39.64 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-01-31T13:45:40.975Z] #19 39.65 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-01-31T13:45:41.094Z] using credential docker-jenkins-github-credentials [2022-01-31T13:45:41.172Z] Cloning the remote Git repository [2022-01-31T13:45:41.172Z] Cloning with configured refspecs honoured and without tags [2022-01-31T13:45:41.435Z] #31 ... [2022-01-31T13:45:41.435Z] [2022-01-31T13:45:41.435Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:45:41.435Z] #11 sha256:df00cc21b0cdc2aaa6e967519bb422628f28c4988bf4c67b80da7d27e5f641f6 [2022-01-31T13:45:41.435Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 4.4s done [2022-01-31T13:45:41.435Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 5.7s [2022-01-31T13:45:41.918Z] #19 40.79 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-01-31T13:45:41.368Z] Cloning repository https://github.com/moby/moby.git [2022-01-31T13:45:41.769Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-01-31T13:45:42.180Z] #19 40.79 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-01-31T13:45:42.180Z] #19 40.81 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-01-31T13:45:42.180Z] #19 40.85 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-01-31T13:45:42.180Z] #19 40.88 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-01-31T13:45:43.090Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 5.2s [2022-01-31T13:45:43.125Z] #19 41.94 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-01-31T13:45:43.125Z] #19 41.94 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-01-31T13:45:43.125Z] #19 41.94 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-01-31T13:45:43.125Z] #19 41.96 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-01-31T13:45:43.387Z] #19 41.96 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-01-31T13:45:43.387Z] #19 41.96 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-01-31T13:45:43.387Z] #19 41.97 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-01-31T13:45:43.387Z] #19 42.00 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-01-31T13:45:43.387Z] #19 42.01 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-01-31T13:45:43.387Z] #19 42.02 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-01-31T13:45:43.387Z] #19 42.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-01-31T13:45:43.439Z] Running on azwin-2-045ec1 in d:\jenkins\workspace\moby_PR-43199 [Pipeline] { [Pipeline] ws [2022-01-31T13:45:43.455Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-01-31T13:45:43.995Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 7.8s done [2022-01-31T13:45:43.995Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 done [2022-01-31T13:45:43.995Z] #11 DONE 26.8s [2022-01-31T13:45:43.995Z] [2022-01-31T13:45:43.995Z] #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-01-31T13:45:43.995Z] #31 sha256:943935ba71d3565fb73699e852cbb29942d4cd1ddcabecc5ad4118a61bec71fb [2022-01-31T13:45:43.995Z] #31 7.009 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-01-31T13:45:43.995Z] #31 7.277 [2022-01-31T13:45:43.995Z] #31 7.502 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:43.995Z] #31 7.758 [2022-01-31T13:45:43.995Z] #31 8.429 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-01-31T13:45:43.995Z] #31 8.732 [2022-01-31T13:45:43.995Z] #31 8.942 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:43.995Z] #31 9.180 [2022-01-31T13:45:43.995Z] #31 9.231 Download of images into '/build' complete. [2022-01-31T13:45:43.995Z] #31 9.231 Use something like the following to load the result into a Docker daemon: [2022-01-31T13:45:43.995Z] #31 9.231 tar -cC '/build' . | docker load [2022-01-31T13:45:42.510Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:45:42.510Z] > git --version # timeout=10 [2022-01-31T13:45:42.555Z] > git --version # 'git version 2.24.1.windows.2' [2022-01-31T13:45:42.556Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:45:42.559Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:45:44.779Z] #19 43.31 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-01-31T13:45:44.779Z] #19 43.31 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-01-31T13:45:44.779Z] #19 43.33 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-01-31T13:45:44.779Z] #19 43.36 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-01-31T13:45:44.779Z] #19 43.40 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-01-31T13:45:45.263Z] The recommended git tool is: git [2022-01-31T13:45:45.409Z] #31 DONE 10.3s [2022-01-31T13:45:45.409Z] [2022-01-31T13:45:45.409Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-31T13:45:45.409Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-01-31T13:45:45.527Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 5.3s [2022-01-31T13:45:45.616Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 8.0s done [2022-01-31T13:45:45.617Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 done [2022-01-31T13:45:45.617Z] #11 DONE 26.1s [2022-01-31T13:45:45.617Z] [2022-01-31T13:45:45.617Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-31T13:45:45.617Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-01-31T13:45:45.709Z] #12 DONE 1.7s [2022-01-31T13:45:45.709Z] [2022-01-31T13:45:45.709Z] #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-01-31T13:45:45.709Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-01-31T13:45:45.722Z] #19 44.64 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-01-31T13:45:45.983Z] #19 44.64 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-01-31T13:45:45.983Z] #19 44.64 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-01-31T13:45:45.984Z] #19 44.67 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-01-31T13:45:45.984Z] #19 44.67 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-01-31T13:45:45.984Z] #19 44.68 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-01-31T13:45:45.984Z] #19 44.69 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-01-31T13:45:45.984Z] #19 44.69 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-01-31T13:45:45.984Z] #19 44.73 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-01-31T13:45:45.984Z] #19 44.75 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-01-31T13:45:45.984Z] #19 44.77 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-01-31T13:45:45.984Z] #19 44.78 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-01-31T13:45:45.984Z] #19 44.80 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-01-31T13:45:45.984Z] #19 44.80 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-01-31T13:45:45.984Z] #19 44.82 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-01-31T13:45:46.270Z] #13 DONE 0.4s [2022-01-31T13:45:46.270Z] [2022-01-31T13:45:46.270Z] #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-01-31T13:45:46.270Z] #46 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-01-31T13:45:46.270Z] #46 ... [2022-01-31T13:45:46.270Z] [2022-01-31T13:45:46.270Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-01-31T13:45:46.270Z] #42 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-01-31T13:45:46.270Z] #42 DONE 0.2s [2022-01-31T13:45:46.270Z] [2022-01-31T13:45:46.270Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-01-31T13:45:46.270Z] #33 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-01-31T13:45:46.270Z] #33 DONE 0.3s [2022-01-31T13:45:46.270Z] [2022-01-31T13:45:46.270Z] #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-01-31T13:45:46.270Z] #46 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-01-31T13:45:46.270Z] #46 DONE 0.3s [2022-01-31T13:45:46.270Z] [2022-01-31T13:45:46.270Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-01-31T13:45:46.270Z] #62 sha256:2af18cb20f0a4f9456393ee6bcf0d98db20013d4f3e6521091e4ac89151f3662 [2022-01-31T13:45:46.270Z] #62 DONE 0.3s [2022-01-31T13:45:46.270Z] [2022-01-31T13:45:46.270Z] #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-01-31T13:45:46.270Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:45:46.531Z] #47 ... [2022-01-31T13:45:46.531Z] [2022-01-31T13:45:46.531Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-01-31T13:45:46.531Z] #25 sha256:755a3d39024282a0df2ecbe72febb59855c5226b440a93b4c55ee7d3e357d4f0 [2022-01-31T13:45:46.531Z] #25 DONE 0.4s [2022-01-31T13:45:46.531Z] [2022-01-31T13:45:46.531Z] #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-01-31T13:45:46.531Z] #26 sha256:77e894ea38af53fa08cfd22744bf4e5e94c9b6d105b7574b5d14fa25ad1c06d7 [2022-01-31T13:45:46.984Z] #12 ... [2022-01-31T13:45:46.984Z] [2022-01-31T13:45:46.984Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-01-31T13:45:46.984Z] #31 sha256:ec923ca74c4c98682b760c6efe1abdcc26047b39b9cdc518c142acda59ec0f34 [2022-01-31T13:45:46.984Z] #31 1.454 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-01-31T13:45:46.984Z] #31 1.716 [2022-01-31T13:45:46.984Z] #31 1.931 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:46.984Z] #31 2.178 [2022-01-31T13:45:46.984Z] #31 3.046 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-01-31T13:45:46.984Z] #31 3.320 [2022-01-31T13:45:46.984Z] #31 3.540 #=#=# #################################################################### 95.3% ######################################################################## 100.0% [2022-01-31T13:45:46.984Z] #31 3.879 [2022-01-31T13:45:46.984Z] #31 4.751 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-01-31T13:45:46.984Z] #31 5.016 [2022-01-31T13:45:46.984Z] #31 5.233 #=#=# ################## 26.3% ########################################## 58.4% ################################################################ 89.6% ######################################################################## 100.0% [2022-01-31T13:45:46.984Z] #31 5.766 [2022-01-31T13:45:46.984Z] #31 6.624 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-01-31T13:45:46.984Z] #31 6.900 [2022-01-31T13:45:46.984Z] #31 7.113 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:46.984Z] #31 7.368 [2022-01-31T13:45:46.984Z] #31 8.107 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-01-31T13:45:46.984Z] #31 8.402 [2022-01-31T13:45:46.984Z] #31 8.631 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:46.984Z] #31 8.819 [2022-01-31T13:45:46.984Z] #31 8.858 Download of images into '/build' complete. [2022-01-31T13:45:46.984Z] #31 8.858 Use something like the following to load the result into a Docker daemon: [2022-01-31T13:45:46.984Z] #31 8.858 tar -cC '/build' . | docker load [2022-01-31T13:45:46.984Z] #31 DONE 9.5s [2022-01-31T13:45:46.984Z] [2022-01-31T13:45:46.984Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-31T13:45:46.984Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-01-31T13:45:46.984Z] #12 DONE 1.4s [2022-01-31T13:45:46.984Z] [2022-01-31T13:45:46.984Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-01-31T13:45:46.984Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-01-31T13:45:47.374Z] #19 45.95 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-01-31T13:45:47.374Z] #19 45.95 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-01-31T13:45:47.374Z] #19 45.97 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-01-31T13:45:47.374Z] #19 46.01 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-01-31T13:45:47.374Z] #19 46.05 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-01-31T13:45:47.918Z] #13 DONE 0.6s [2022-01-31T13:45:47.918Z] [2022-01-31T13:45:47.918Z] #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-01-31T13:45:47.918Z] #46 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-01-31T13:45:47.918Z] #46 DONE 0.0s [2022-01-31T13:45:47.918Z] [2022-01-31T13:45:47.918Z] #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-01-31T13:45:47.918Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:45:47.918Z] #47 ... [2022-01-31T13:45:47.918Z] [2022-01-31T13:45:47.918Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-01-31T13:45:47.918Z] #33 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-01-31T13:45:47.918Z] #33 DONE 0.2s [2022-01-31T13:45:47.918Z] [2022-01-31T13:45:47.918Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-01-31T13:45:47.918Z] #25 sha256:45f6f12cfe611848320d88b2af30d13371fda8b60a8f7784565116c7167bf47c [2022-01-31T13:45:47.918Z] #25 DONE 0.2s [2022-01-31T13:45:47.918Z] [2022-01-31T13:45:47.918Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-01-31T13:45:47.918Z] #42 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-01-31T13:45:47.918Z] #42 DONE 0.3s [2022-01-31T13:45:47.918Z] [2022-01-31T13:45:47.918Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-01-31T13:45:47.918Z] #62 sha256:0d2f33ed28c88d19fb1399c9e08e1b82089719b9ba34a731336e43347d942006 [2022-01-31T13:45:47.918Z] #62 DONE 0.3s [2022-01-31T13:45:47.918Z] [2022-01-31T13:45:47.918Z] #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-01-31T13:45:47.918Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:45:48.046Z] #11 extracting sha256:6a0b51344be5f9250bead5056dab94779c90f7387bb1bc436f0a0cdbe2254d13 8.0s done [2022-01-31T13:45:48.303Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 [2022-01-31T13:45:48.303Z] #11 extracting sha256:856234c9f3194ea7c9dde1bed11c61f4dcd53cb2edba539d136b955fe4bace56 done [2022-01-31T13:45:48.325Z] #19 47.18 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-01-31T13:45:48.325Z] #19 47.20 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-01-31T13:45:48.325Z] #19 47.20 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-01-31T13:45:48.325Z] #19 47.21 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-01-31T13:45:48.559Z] #11 DONE 26.9s [2022-01-31T13:45:48.559Z] [2022-01-31T13:45:48.559Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-31T13:45:48.559Z] #12 sha256:9eb25e4ceca9115a4c5147aabaa358114ca2384606bbf843cd8bb93b7468011c [2022-01-31T13:45:48.586Z] #19 47.21 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-01-31T13:45:48.586Z] #19 47.22 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-01-31T13:45:48.586Z] #19 47.23 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-01-31T13:45:48.586Z] #19 47.23 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-01-31T13:45:48.586Z] #19 47.26 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-01-31T13:45:48.586Z] #19 47.27 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-01-31T13:45:48.586Z] #19 47.29 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-01-31T13:45:48.586Z] #19 47.30 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-01-31T13:45:49.804Z] #26 3.121 + RM_GOPATH=0 [2022-01-31T13:45:49.804Z] #26 3.121 + TMP_GOPATH= [2022-01-31T13:45:49.804Z] #26 3.121 + : /build [2022-01-31T13:45:49.804Z] #26 3.121 + '[' -z '' ']' [2022-01-31T13:45:49.804Z] #26 3.121 ++ mktemp -d [2022-01-31T13:45:49.804Z] #26 3.121 + export GOPATH=/tmp/tmp.1MZPotWOEr [2022-01-31T13:45:49.804Z] #26 3.121 + GOPATH=/tmp/tmp.1MZPotWOEr [2022-01-31T13:45:49.804Z] #26 3.121 + RM_GOPATH=1 [2022-01-31T13:45:49.804Z] #26 3.121 + case "$(go env GOARCH)" in [2022-01-31T13:45:49.804Z] #26 3.121 ++ go env GOARCH [2022-01-31T13:45:49.804Z] #26 3.142 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:45:49.804Z] #26 3.142 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:45:49.804Z] #26 3.142 ++ dirname /install.sh [2022-01-31T13:45:49.804Z] #26 3.142 + dir=/ [2022-01-31T13:45:49.804Z] #26 3.142 + bin=dockercli [2022-01-31T13:45:49.804Z] #26 3.142 + shift [2022-01-31T13:45:49.804Z] #26 3.142 + '[' '!' -f //dockercli.installer ']' [2022-01-31T13:45:49.804Z] #26 3.142 + . //dockercli.installer [2022-01-31T13:45:49.804Z] #26 3.142 ++ : stable [2022-01-31T13:45:49.804Z] #26 3.142 ++ : 17.06.2-ce [2022-01-31T13:45:49.804Z] #26 3.142 + install_dockercli [2022-01-31T13:45:49.804Z] #26 3.142 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-01-31T13:45:49.804Z] #26 3.142 Install docker/cli version 17.06.2-ce from stable [2022-01-31T13:45:49.804Z] #26 3.152 ++ uname -m [2022-01-31T13:45:49.804Z] #26 3.159 + arch=x86_64 [2022-01-31T13:45:49.804Z] #26 3.159 + '[' x86_64 '!=' x86_64 ']' [2022-01-31T13:45:49.804Z] #26 3.159 + url=https://download.docker.com/linux/static [2022-01-31T13:45:49.804Z] #26 3.160 + tar -xz docker/docker [2022-01-31T13:45:49.804Z] #26 3.161 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-01-31T13:45:49.928Z] #12 DONE 1.3s [2022-01-31T13:45:49.928Z] [2022-01-31T13:45:49.928Z] #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-01-31T13:45:49.928Z] #31 sha256:922c761d8a2d03bd7fb8cdfa2ef46b6b369b49b48dc279340dc80ee04e74d14b [2022-01-31T13:45:49.928Z] #31 1.491 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-01-31T13:45:49.928Z] #31 1.753 [2022-01-31T13:45:49.928Z] #31 1.973 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:49.928Z] #31 2.222 [2022-01-31T13:45:49.928Z] #31 3.060 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-01-31T13:45:49.928Z] #31 3.325 [2022-01-31T13:45:49.928Z] #31 3.540 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:49.928Z] #31 3.804 [2022-01-31T13:45:49.928Z] #31 4.676 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-01-31T13:45:49.928Z] #31 4.983 [2022-01-31T13:45:49.928Z] #31 5.201 #=#=# ################### 27.4% ########################################## 59.6% ################################################################# 91.3% ######################################################################## 100.0% [2022-01-31T13:45:49.928Z] #31 5.767 [2022-01-31T13:45:49.928Z] #31 6.633 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-01-31T13:45:49.928Z] #31 6.905 [2022-01-31T13:45:49.928Z] #31 7.128 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:49.928Z] #31 7.392 [2022-01-31T13:45:49.928Z] #31 8.025 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-01-31T13:45:49.928Z] #31 8.287 [2022-01-31T13:45:49.928Z] #31 8.509 #=#=# ######################################################################## 100.0% [2022-01-31T13:45:49.928Z] #31 8.695 [2022-01-31T13:45:49.928Z] #31 8.737 Download of images into '/build' complete. [2022-01-31T13:45:49.928Z] #31 8.737 Use something like the following to load the result into a Docker daemon: [2022-01-31T13:45:49.928Z] #31 8.737 tar -cC '/build' . | docker load [2022-01-31T13:45:49.928Z] #31 DONE 9.4s [2022-01-31T13:45:49.928Z] [2022-01-31T13:45:49.928Z] #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-01-31T13:45:49.928Z] #13 sha256:e9ef1126d59f1b7baa2f9742af6a0d1d50f7c96616cba544c73a1841a0d4c1b0 [2022-01-31T13:45:49.972Z] #19 48.54 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-01-31T13:45:49.972Z] #19 48.56 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-01-31T13:45:49.972Z] #19 48.58 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-01-31T13:45:49.972Z] #19 48.62 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-01-31T13:45:49.972Z] #19 48.65 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-01-31T13:45:50.497Z] #13 DONE 0.6s [2022-01-31T13:45:50.497Z] [2022-01-31T13:45:50.497Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-01-31T13:45:50.497Z] #42 sha256:88717b960ae2c32d1683d89c477023a795cab24937111aa609431ebce214cbb4 [2022-01-31T13:45:50.497Z] #42 DONE 0.1s [2022-01-31T13:45:50.497Z] [2022-01-31T13:45:50.497Z] #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-01-31T13:45:50.497Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:45:50.497Z] #43 ... [2022-01-31T13:45:50.497Z] [2022-01-31T13:45:50.497Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-01-31T13:45:50.497Z] #33 sha256:b7d377f2965af815cbf8c35073959a3e4ab1fc93aa58585f4e4bbf74a8e71fb8 [2022-01-31T13:45:50.497Z] #33 DONE 0.1s [2022-01-31T13:45:50.497Z] [2022-01-31T13:45:50.497Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-01-31T13:45:50.497Z] #62 sha256:57917ad435ebc194ad9b4e109071ee0882d4df68e1d98894937fe1ac196ad341 [2022-01-31T13:45:50.497Z] #62 DONE 0.2s [2022-01-31T13:45:50.754Z] [2022-01-31T13:45:50.754Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-01-31T13:45:50.754Z] #25 sha256:e88a1874a2fbbece87b9dbd75d4b497497402574877508de001dc19021688c91 [2022-01-31T13:45:50.754Z] #25 DONE 0.3s [2022-01-31T13:45:50.754Z] [2022-01-31T13:45:50.754Z] #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-01-31T13:45:50.754Z] #46 sha256:bedbe15e565eb22f56ceb7109eec53bd8bb9ae03693df03b3a7683489064651f [2022-01-31T13:45:50.754Z] #46 DONE 0.3s [2022-01-31T13:45:50.754Z] [2022-01-31T13:45:50.754Z] #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-01-31T13:45:50.754Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:45:51.369Z] #19 49.87 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-01-31T13:45:51.369Z] #19 49.87 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-01-31T13:45:51.941Z] #19 50.52 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:45:51.941Z] #19 50.78 Fetched 787 MB in 20s (39.3 MB/s) [2022-01-31T13:45:51.941Z] #19 50.83 Selecting previously unselected package liblocale-gettext-perl. [2022-01-31T13:45:52.090Z] #43 3.485 + git clone https://github.com/docker/distribution.git . [2022-01-31T13:45:52.090Z] #43 3.487 Cloning into '.'... [2022-01-31T13:45:52.202Z] #19 50.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-01-31T13:45:52.202Z] #19 50.87 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-01-31T13:45:52.202Z] #19 50.88 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-01-31T13:45:52.202Z] #19 50.93 Selecting previously unselected package bzip2. [2022-01-31T13:45:52.202Z] #19 50.93 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-01-31T13:45:52.202Z] #19 50.93 Unpacking bzip2 (1.0.8-4) ... [2022-01-31T13:45:52.334Z] #26 ... [2022-01-31T13:45:52.334Z] [2022-01-31T13:45:52.334Z] #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-01-31T13:45:52.334Z] #63 sha256:dac193652b0e80dfd853d38aa4d60c1abee4f6f681cb848b9db5a03e7b57e035 [2022-01-31T13:45:52.334Z] #63 3.406 + RM_GOPATH=0 [2022-01-31T13:45:52.334Z] #63 3.406 + TMP_GOPATH= [2022-01-31T13:45:52.334Z] #63 3.406 + : /build [2022-01-31T13:45:52.334Z] #63 3.406 + '[' -z '' ']' [2022-01-31T13:45:52.334Z] #63 3.406 ++ mktemp -d [2022-01-31T13:45:52.334Z] #63 3.410 + export GOPATH=/tmp/tmp.ESczfTsryF [2022-01-31T13:45:52.334Z] #63 3.411 + GOPATH=/tmp/tmp.ESczfTsryF [2022-01-31T13:45:52.334Z] #63 3.411 + RM_GOPATH=1 [2022-01-31T13:45:52.334Z] #63 3.411 + case "$(go env GOARCH)" in [2022-01-31T13:45:52.334Z] #63 3.412 ++ go env GOARCH [2022-01-31T13:45:52.334Z] #63 3.430 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:45:52.334Z] #63 3.430 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:45:52.334Z] #63 3.432 ++ dirname /install.sh [2022-01-31T13:45:52.334Z] #63 3.438 + dir=/ [2022-01-31T13:45:52.334Z] #63 3.438 + bin=rootlesskit [2022-01-31T13:45:52.334Z] #63 3.438 + shift [2022-01-31T13:45:52.334Z] #63 3.438 + '[' '!' -f //rootlesskit.installer ']' [2022-01-31T13:45:52.334Z] #63 3.439 + . //rootlesskit.installer [2022-01-31T13:45:52.334Z] #63 3.439 ++ : v0.14.6 [2022-01-31T13:45:52.334Z] #63 3.439 + install_rootlesskit [2022-01-31T13:45:52.334Z] #63 3.439 + case "$1" in [2022-01-31T13:45:52.334Z] #63 3.439 + export CGO_ENABLED=0 [2022-01-31T13:45:52.334Z] #63 3.439 + CGO_ENABLED=0 [2022-01-31T13:45:52.334Z] #63 3.439 + _install_rootlesskit [2022-01-31T13:45:52.334Z] #63 3.441 + echo 'Install rootlesskit version v0.14.6' [2022-01-31T13:45:52.334Z] #63 3.441 Install rootlesskit version v0.14.6 [2022-01-31T13:45:52.334Z] #63 3.445 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-31T13:45:52.334Z] #63 3.446 + GOBIN=/build [2022-01-31T13:45:52.334Z] #63 3.446 + GO111MODULE=on [2022-01-31T13:45:52.334Z] #63 3.446 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-01-31T13:45:52.334Z] #63 3.986 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-01-31T13:45:52.464Z] #19 50.99 Selecting previously unselected package libmagic-mgc. [2022-01-31T13:45:52.464Z] #19 51.00 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-01-31T13:45:52.464Z] #19 51.00 Unpacking libmagic-mgc (1:5.39-3) ... [2022-01-31T13:45:52.464Z] #19 51.20 Selecting previously unselected package libmagic1:amd64. [2022-01-31T13:45:52.464Z] #19 51.20 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-01-31T13:45:52.464Z] #19 51.21 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-01-31T13:45:52.779Z] #19 51.27 Selecting previously unselected package file. [2022-01-31T13:45:52.779Z] #19 51.28 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-01-31T13:45:52.779Z] #19 51.28 Unpacking file (1:5.39-3) ... [2022-01-31T13:45:52.779Z] #19 51.34 Selecting previously unselected package xz-utils. [2022-01-31T13:45:52.779Z] #19 51.34 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-01-31T13:45:52.779Z] #19 51.35 Unpacking xz-utils (5.2.5-2) ... [2022-01-31T13:45:52.779Z] #19 51.46 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-01-31T13:45:52.779Z] #19 51.46 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-01-31T13:45:52.779Z] #19 51.46 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-01-31T13:45:52.931Z] #63 6.363 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-01-31T13:45:52.931Z] #63 6.381 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-01-31T13:45:53.465Z] #43 ... [2022-01-31T13:45:53.465Z] [2022-01-31T13:45:53.465Z] #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-01-31T13:45:53.465Z] #26 sha256:38108b6092bc4c20d2844ec8d3709e90747e1552cc16f283abeee1d264da2d87 [2022-01-31T13:45:53.465Z] #26 3.508 + RM_GOPATH=0 [2022-01-31T13:45:53.465Z] #26 3.508 + TMP_GOPATH= [2022-01-31T13:45:53.465Z] #26 3.509 + : /build [2022-01-31T13:45:53.465Z] #26 3.509 + '[' -z '' ']' [2022-01-31T13:45:53.465Z] #26 3.509 ++ mktemp -d [2022-01-31T13:45:53.465Z] #26 3.511 + export GOPATH=/tmp/tmp.d2pdSjloh0 [2022-01-31T13:45:53.465Z] #26 3.512 + GOPATH=/tmp/tmp.d2pdSjloh0 [2022-01-31T13:45:53.465Z] #26 3.512 + RM_GOPATH=1 [2022-01-31T13:45:53.465Z] #26 3.512 + case "$(go env GOARCH)" in [2022-01-31T13:45:53.465Z] #26 3.514 ++ go env GOARCH [2022-01-31T13:45:53.465Z] #26 3.575 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:45:53.465Z] #26 3.575 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:45:53.465Z] #26 3.580 ++ dirname /install.sh [2022-01-31T13:45:53.465Z] #26 3.584 + dir=/ [2022-01-31T13:45:53.465Z] #26 3.584 + bin=dockercli [2022-01-31T13:45:53.465Z] #26 3.584 + shift [2022-01-31T13:45:53.465Z] #26 3.584 + '[' '!' -f //dockercli.installer ']' [2022-01-31T13:45:53.465Z] #26 3.585 + . //dockercli.installer [2022-01-31T13:45:53.465Z] #26 3.586 ++ : stable [2022-01-31T13:45:53.465Z] #26 3.587 ++ : 17.06.2-ce [2022-01-31T13:45:53.465Z] #26 3.588 + install_dockercli [2022-01-31T13:45:53.465Z] #26 3.589 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-01-31T13:45:53.465Z] #26 3.589 Install docker/cli version 17.06.2-ce from stable [2022-01-31T13:45:53.465Z] #26 3.590 ++ uname -m [2022-01-31T13:45:53.465Z] #26 3.596 + arch=x86_64 [2022-01-31T13:45:53.465Z] #26 3.597 + '[' x86_64 '!=' x86_64 ']' [2022-01-31T13:45:53.465Z] #26 3.597 + url=https://download.docker.com/linux/static [2022-01-31T13:45:53.465Z] #26 3.597 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-01-31T13:45:53.465Z] #26 3.600 + tar -xz docker/docker [2022-01-31T13:45:53.728Z] #19 52.24 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-01-31T13:45:53.728Z] #19 52.24 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-01-31T13:45:53.728Z] #19 52.24 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-01-31T13:45:53.871Z] #63 7.359 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-01-31T13:45:54.302Z] #19 53.01 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-01-31T13:45:54.302Z] #19 53.02 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-01-31T13:45:54.302Z] #19 53.02 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-01-31T13:45:55.242Z] #19 53.74 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-01-31T13:45:55.242Z] #19 53.74 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-01-31T13:45:55.242Z] #19 53.75 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-01-31T13:45:55.764Z] #19 54.44 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-01-31T13:45:55.764Z] #19 54.44 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-01-31T13:45:55.764Z] #19 54.45 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-01-31T13:45:56.018Z] #47 4.843 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:45:56.018Z] #47 4.897 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:45:56.018Z] #47 4.897 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:45:56.018Z] #47 ... [2022-01-31T13:45:56.018Z] [2022-01-31T13:45:56.018Z] #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-01-31T13:45:56.018Z] #26 sha256:f18c58a3b9fda907403f1481632fcbcbdecb4387333f60fa56d1680212facb82 [2022-01-31T13:45:56.018Z] #26 4.180 + RM_GOPATH=0 [2022-01-31T13:45:56.018Z] #26 4.191 + TMP_GOPATH= [2022-01-31T13:45:56.018Z] #26 4.191 + : /build [2022-01-31T13:45:56.018Z] #26 4.191 + '[' -z '' ']' [2022-01-31T13:45:56.018Z] #26 4.192 ++ mktemp -d [2022-01-31T13:45:56.018Z] #26 4.193 + export GOPATH=/tmp/tmp.jzoq5fNeXO [2022-01-31T13:45:56.018Z] #26 4.194 + GOPATH=/tmp/tmp.jzoq5fNeXO [2022-01-31T13:45:56.018Z] #26 4.194 + RM_GOPATH=1 [2022-01-31T13:45:56.018Z] #26 4.194 + case "$(go env GOARCH)" in [2022-01-31T13:45:56.018Z] #26 4.195 ++ go env GOARCH [2022-01-31T13:45:56.018Z] #26 4.225 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:45:56.018Z] #26 4.225 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:45:56.018Z] #26 4.225 ++ dirname /install.sh [2022-01-31T13:45:56.018Z] #26 4.229 Install docker/cli version 17.06.2-ce from stable [2022-01-31T13:45:56.018Z] #26 4.229 + dir=/ [2022-01-31T13:45:56.018Z] #26 4.229 + bin=dockercli [2022-01-31T13:45:56.018Z] #26 4.229 + shift [2022-01-31T13:45:56.018Z] #26 4.229 + '[' '!' -f //dockercli.installer ']' [2022-01-31T13:45:56.018Z] #26 4.229 + . //dockercli.installer [2022-01-31T13:45:56.018Z] #26 4.229 ++ : stable [2022-01-31T13:45:56.018Z] #26 4.229 ++ : 17.06.2-ce [2022-01-31T13:45:56.018Z] #26 4.229 + install_dockercli [2022-01-31T13:45:56.018Z] #26 4.229 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-01-31T13:45:56.018Z] #26 4.229 ++ uname -m [2022-01-31T13:45:56.018Z] #26 4.229 + arch=x86_64 [2022-01-31T13:45:56.018Z] #26 4.229 + '[' x86_64 '!=' x86_64 ']' [2022-01-31T13:45:56.018Z] #26 4.229 + url=https://download.docker.com/linux/static [2022-01-31T13:45:56.018Z] #26 4.229 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-01-31T13:45:56.018Z] #26 4.229 + tar -xz docker/docker [2022-01-31T13:45:56.018Z] #26 ... [2022-01-31T13:45:56.018Z] [2022-01-31T13:45:56.018Z] #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-01-31T13:45:56.018Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:45:56.018Z] #47 5.397 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-01-31T13:45:56.335Z] #19 54.98 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-01-31T13:45:56.335Z] #19 54.98 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:45:56.335Z] #19 54.99 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-31T13:45:56.335Z] #19 55.05 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-01-31T13:45:56.335Z] #19 55.06 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:45:56.335Z] #19 55.06 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:45:56.385Z] #63 9.554 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-01-31T13:45:56.385Z] #63 ... [2022-01-31T13:45:56.385Z] [2022-01-31T13:45:56.385Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:45:56.385Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:45:56.385Z] #51 3.682 go: downloading github.com/golangci/golangci-lint v1.23.8 [2022-01-31T13:45:56.385Z] #51 9.347 go: downloading github.com/fatih/color v1.7.0 [2022-01-31T13:45:56.385Z] #51 9.357 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2022-01-31T13:45:56.385Z] #51 9.425 go: downloading github.com/pkg/errors v0.8.1 [2022-01-31T13:45:56.385Z] #51 9.453 go: downloading github.com/spf13/cobra v0.0.5 [2022-01-31T13:45:56.385Z] #51 9.490 go: downloading github.com/spf13/pflag v1.0.5 [2022-01-31T13:45:56.385Z] #51 9.710 go: downloading github.com/spf13/viper v1.6.1 [2022-01-31T13:45:56.385Z] #51 ... [2022-01-31T13:45:56.385Z] [2022-01-31T13:45:56.385Z] #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-01-31T13:45:56.385Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-01-31T13:45:56.385Z] #49 3.883 go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-31T13:45:56.385Z] #49 5.419 go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-31T13:45:56.385Z] #49 5.419 go: downloading github.com/fatih/color v1.10.0 [2022-01-31T13:45:56.385Z] #49 5.544 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-31T13:45:56.385Z] #49 5.562 go: downloading github.com/pkg/errors v0.9.1 [2022-01-31T13:45:56.385Z] #49 5.915 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-31T13:45:56.385Z] #49 5.922 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-31T13:45:56.385Z] #49 5.976 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-31T13:45:56.385Z] #49 6.080 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-31T13:45:56.385Z] #49 6.113 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-31T13:45:56.385Z] #49 6.235 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-31T13:45:56.385Z] #49 6.356 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-31T13:45:56.385Z] #49 6.671 go: downloading golang.org/x/tools v0.1.0 [2022-01-31T13:45:56.385Z] #49 ... [2022-01-31T13:45:56.385Z] [2022-01-31T13:45:56.385Z] #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-01-31T13:45:56.385Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:45:56.385Z] #14 4.108 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:45:56.385Z] #14 4.176 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:45:56.385Z] #14 4.200 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:45:56.385Z] #14 4.902 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:45:56.385Z] #14 7.017 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:45:56.385Z] #14 8.951 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:45:56.385Z] #14 ... [2022-01-31T13:45:56.385Z] [2022-01-31T13:45:56.385Z] #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-01-31T13:45:56.385Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-01-31T13:45:56.385Z] #36 3.745 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-01-31T13:45:56.582Z] #47 5.958 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:45:56.640Z] #36 ... [2022-01-31T13:45:56.640Z] [2022-01-31T13:45:56.640Z] #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-01-31T13:45:56.640Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:45:56.640Z] #34 3.246 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-01-31T13:45:56.640Z] #34 3.246 Cloning into '.'... [2022-01-31T13:45:56.685Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:45:56.744Z] > git config --add remote.origin.fetch +refs/pull/43199/head:refs/remotes/origin/PR-43199 # timeout=10 [2022-01-31T13:45:56.786Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:45:56.896Z] #34 ... [2022-01-31T13:45:56.896Z] [2022-01-31T13:45:56.896Z] #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-01-31T13:45:56.896Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:45:56.896Z] #58 4.132 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:45:56.896Z] #58 4.199 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:45:56.896Z] #58 4.200 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:45:56.896Z] #58 5.111 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:45:56.896Z] #58 7.088 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:45:56.896Z] #58 8.920 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:45:56.896Z] #58 ... [2022-01-31T13:45:56.896Z] [2022-01-31T13:45:56.896Z] #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-01-31T13:45:56.896Z] #26 sha256:77e894ea38af53fa08cfd22744bf4e5e94c9b6d105b7574b5d14fa25ad1c06d7 [2022-01-31T13:45:56.896Z] #26 10.01 + mkdir -p /build [2022-01-31T13:45:56.896Z] #26 10.01 + mv docker/docker /build/ [2022-01-31T13:45:56.896Z] #26 10.02 + rmdir docker [2022-01-31T13:45:56.896Z] #26 DONE 10.4s [2022-01-31T13:45:56.896Z] [2022-01-31T13:45:56.896Z] #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-01-31T13:45:56.896Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-01-31T13:45:56.896Z] #53 3.734 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-01-31T13:45:56.896Z] #53 4.842 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-01-31T13:45:56.896Z] #53 4.853 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-01-31T13:45:56.896Z] #53 4.988 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-01-31T13:45:56.896Z] #53 6.804 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-01-31T13:45:56.981Z] Fetching without tags [2022-01-31T13:45:57.151Z] #53 ... [2022-01-31T13:45:57.151Z] [2022-01-31T13:45:57.151Z] #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-01-31T13:45:57.151Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:45:57.151Z] #43 3.086 + git clone https://github.com/docker/distribution.git . [2022-01-31T13:45:57.151Z] #43 3.090 Cloning into '.'... [2022-01-31T13:45:57.151Z] #43 ... [2022-01-31T13:45:57.151Z] [2022-01-31T13:45:57.151Z] #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-01-31T13:45:57.151Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:45:57.151Z] #38 4.003 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:45:57.151Z] #38 4.188 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:45:57.151Z] #38 4.217 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:45:57.151Z] #38 4.732 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:45:57.151Z] #38 6.770 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:45:57.151Z] #38 8.960 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:45:57.407Z] #38 ... [2022-01-31T13:45:57.407Z] [2022-01-31T13:45:57.407Z] #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-01-31T13:45:57.407Z] #63 sha256:dac193652b0e80dfd853d38aa4d60c1abee4f6f681cb848b9db5a03e7b57e035 [2022-01-31T13:45:57.407Z] #63 10.65 go: downloading github.com/google/uuid v1.3.0 [2022-01-31T13:45:57.407Z] #63 10.78 go: downloading github.com/moby/vpnkit v0.5.0 [2022-01-31T13:45:57.650Z] #26 ... [2022-01-31T13:45:57.650Z] [2022-01-31T13:45:57.650Z] #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-01-31T13:45:57.650Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:45:57.650Z] #58 3.661 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:45:57.650Z] #58 3.691 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:45:57.650Z] #58 3.692 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:45:57.650Z] #58 4.357 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:45:57.650Z] #58 6.007 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:45:57.650Z] #58 7.819 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:45:57.662Z] #63 11.35 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-01-31T13:45:57.733Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:45:57.906Z] #58 ... [2022-01-31T13:45:57.906Z] [2022-01-31T13:45:57.906Z] #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-01-31T13:45:57.906Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-01-31T13:45:57.906Z] #49 3.551 go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-31T13:45:57.906Z] #49 5.003 go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-31T13:45:57.906Z] #49 5.004 go: downloading github.com/fatih/color v1.10.0 [2022-01-31T13:45:57.906Z] #49 5.038 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-31T13:45:57.906Z] #49 5.120 go: downloading github.com/pkg/errors v0.9.1 [2022-01-31T13:45:57.906Z] #49 5.503 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-31T13:45:57.906Z] #49 5.505 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-31T13:45:57.906Z] #49 5.550 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-31T13:45:57.906Z] #49 5.563 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-31T13:45:57.906Z] #49 5.717 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-31T13:45:57.906Z] #49 5.905 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-31T13:45:57.906Z] #49 5.953 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-31T13:45:57.906Z] #49 6.255 go: downloading golang.org/x/tools v0.1.0 [2022-01-31T13:45:57.906Z] #49 ... [2022-01-31T13:45:57.906Z] [2022-01-31T13:45:57.906Z] #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-01-31T13:45:57.906Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:45:57.906Z] #38 3.174 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:45:57.906Z] #38 3.198 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:45:57.906Z] #38 3.198 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:45:57.906Z] #38 3.879 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:45:57.906Z] #38 5.296 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:45:57.907Z] #38 7.077 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:45:58.165Z] #38 ... [2022-01-31T13:45:58.165Z] [2022-01-31T13:45:58.165Z] #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-01-31T13:45:58.165Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-01-31T13:45:58.165Z] #36 3.589 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-01-31T13:45:58.165Z] #36 ... [2022-01-31T13:45:58.165Z] [2022-01-31T13:45:58.165Z] #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-01-31T13:45:58.165Z] #63 sha256:b9d2bb12b367a00180d720ada01d3917b9f87566e219c0e538efc2c301b904bb [2022-01-31T13:45:58.165Z] #63 2.912 + RM_GOPATH=0 [2022-01-31T13:45:58.165Z] #63 2.912 + TMP_GOPATH= [2022-01-31T13:45:58.165Z] #63 2.912 + : /build [2022-01-31T13:45:58.165Z] #63 2.912 + '[' -z '' ']' [2022-01-31T13:45:58.165Z] #63 2.912 ++ mktemp -d [2022-01-31T13:45:58.165Z] #63 2.912 + export GOPATH=/tmp/tmp.VmrSEDmurU [2022-01-31T13:45:58.165Z] #63 2.912 + GOPATH=/tmp/tmp.VmrSEDmurU [2022-01-31T13:45:58.165Z] #63 2.912 + RM_GOPATH=1 [2022-01-31T13:45:58.165Z] #63 2.912 + case "$(go env GOARCH)" in [2022-01-31T13:45:58.165Z] #63 2.912 ++ go env GOARCH [2022-01-31T13:45:58.165Z] #63 2.932 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:45:58.165Z] #63 2.932 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:45:58.165Z] #63 2.940 ++ dirname /install.sh [2022-01-31T13:45:58.165Z] #63 2.940 Install rootlesskit version v0.14.6 [2022-01-31T13:45:58.165Z] #63 2.941 + dir=/ [2022-01-31T13:45:58.165Z] #63 2.941 + bin=rootlesskit [2022-01-31T13:45:58.165Z] #63 2.941 + shift [2022-01-31T13:45:58.165Z] #63 2.941 + '[' '!' -f //rootlesskit.installer ']' [2022-01-31T13:45:58.165Z] #63 2.941 + . //rootlesskit.installer [2022-01-31T13:45:58.165Z] #63 2.941 ++ : v0.14.6 [2022-01-31T13:45:58.165Z] #63 2.941 + install_rootlesskit [2022-01-31T13:45:58.165Z] #63 2.941 + case "$1" in [2022-01-31T13:45:58.165Z] #63 2.941 + export CGO_ENABLED=0 [2022-01-31T13:45:58.165Z] #63 2.941 + CGO_ENABLED=0 [2022-01-31T13:45:58.165Z] #63 2.941 + _install_rootlesskit [2022-01-31T13:45:58.165Z] #63 2.941 + echo 'Install rootlesskit version v0.14.6' [2022-01-31T13:45:58.165Z] #63 2.941 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-31T13:45:58.165Z] #63 2.941 + GOBIN=/build [2022-01-31T13:45:58.165Z] #63 2.941 + GO111MODULE=on [2022-01-31T13:45:58.165Z] #63 2.941 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-01-31T13:45:58.165Z] #63 3.499 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-01-31T13:45:58.165Z] #63 5.519 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-01-31T13:45:58.165Z] #63 5.589 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-01-31T13:45:58.165Z] #63 6.009 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-01-31T13:45:58.165Z] #63 9.160 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-01-31T13:45:58.165Z] #63 9.688 go: downloading github.com/google/uuid v1.3.0 [2022-01-31T13:45:58.165Z] #63 9.718 go: downloading github.com/moby/vpnkit v0.5.0 [2022-01-31T13:45:58.165Z] #63 9.775 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-01-31T13:45:58.165Z] #63 9.870 go: downloading github.com/gofrs/flock v0.8.1 [2022-01-31T13:45:58.165Z] #63 9.916 go: downloading github.com/gorilla/mux v1.8.0 [2022-01-31T13:45:58.165Z] #63 10.08 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-01-31T13:45:58.224Z] #63 11.73 go: downloading github.com/gofrs/flock v0.8.1 [2022-01-31T13:45:58.224Z] #63 11.75 go: downloading github.com/gorilla/mux v1.8.0 [2022-01-31T13:45:58.422Z] #63 ... [2022-01-31T13:45:58.422Z] [2022-01-31T13:45:58.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-01-31T13:45:58.422Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:45:58.422Z] #14 4.147 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:45:58.422Z] #14 4.188 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:45:58.422Z] #14 4.190 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:45:58.422Z] #14 4.891 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:45:58.422Z] #14 6.592 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:45:58.422Z] #14 8.436 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:45:58.422Z] #14 ... [2022-01-31T13:45:58.422Z] [2022-01-31T13:45:58.422Z] #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-01-31T13:45:58.422Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:45:58.422Z] #34 3.240 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-01-31T13:45:58.422Z] #34 3.248 Cloning into '.'... [2022-01-31T13:45:58.479Z] #63 12.06 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-01-31T13:45:58.679Z] #34 ... [2022-01-31T13:45:58.679Z] [2022-01-31T13:45:58.679Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:45:58.679Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:45:58.679Z] #51 3.888 go: downloading github.com/golangci/golangci-lint v1.23.8 [2022-01-31T13:45:58.679Z] #51 9.743 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2022-01-31T13:45:58.679Z] #51 9.745 go: downloading github.com/fatih/color v1.7.0 [2022-01-31T13:45:58.679Z] #51 9.825 go: downloading github.com/pkg/errors v0.8.1 [2022-01-31T13:45:58.679Z] #51 9.829 go: downloading github.com/spf13/cobra v0.0.5 [2022-01-31T13:45:58.679Z] #51 9.892 go: downloading github.com/spf13/pflag v1.0.5 [2022-01-31T13:45:58.679Z] #51 10.09 go: downloading github.com/spf13/viper v1.6.1 [2022-01-31T13:45:58.679Z] #51 10.51 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2022-01-31T13:45:58.679Z] #51 10.51 go: downloading github.com/go-critic/go-critic v0.4.1 [2022-01-31T13:45:58.679Z] #51 ... [2022-01-31T13:45:58.679Z] [2022-01-31T13:45:58.679Z] #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-01-31T13:45:58.679Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-01-31T13:45:58.679Z] #53 4.200 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-01-31T13:45:58.679Z] #53 5.333 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-01-31T13:45:58.679Z] #53 5.335 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-01-31T13:45:58.679Z] #53 5.398 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-01-31T13:45:58.679Z] #53 6.622 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-01-31T13:45:58.735Z] #63 12.35 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-01-31T13:45:58.735Z] #63 12.45 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-01-31T13:45:58.935Z] #53 ... [2022-01-31T13:45:58.935Z] [2022-01-31T13:45:58.935Z] #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-01-31T13:45:58.935Z] #63 sha256:b9d2bb12b367a00180d720ada01d3917b9f87566e219c0e538efc2c301b904bb [2022-01-31T13:45:58.935Z] #63 10.45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-01-31T13:45:58.935Z] #63 10.68 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-01-31T13:45:58.935Z] #63 10.88 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-01-31T13:45:59.033Z] #63 12.68 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-01-31T13:45:59.103Z] #47 8.121 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:45:56.902Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:45:57.020Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:45:57.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:45:57.022Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:45:57.846Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:45:57.891Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:46:00.304Z] #63 ... [2022-01-31T13:46:00.305Z] [2022-01-31T13:46:00.305Z] #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-01-31T13:46:00.305Z] #26 sha256:38108b6092bc4c20d2844ec8d3709e90747e1552cc16f283abeee1d264da2d87 [2022-01-31T13:46:00.305Z] #26 11.68 + mkdir -p /build [2022-01-31T13:46:00.305Z] #26 11.68 + mv docker/docker /build/ [2022-01-31T13:46:00.305Z] #26 11.70 + rmdir docker [2022-01-31T13:46:00.305Z] #26 DONE 12.3s [2022-01-31T13:46:00.305Z] [2022-01-31T13:46:00.305Z] #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-01-31T13:46:00.305Z] #63 sha256:b9d2bb12b367a00180d720ada01d3917b9f87566e219c0e538efc2c301b904bb [2022-01-31T13:46:00.305Z] #63 12.03 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-01-31T13:46:00.401Z] #63 ... [2022-01-31T13:46:00.401Z] [2022-01-31T13:46:00.401Z] #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-01-31T13:46:00.401Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:00.401Z] #47 3.805 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:46:00.401Z] #47 3.845 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:46:00.401Z] #47 3.853 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:46:00.401Z] #47 4.358 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-01-31T13:46:00.401Z] #47 4.766 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:46:00.401Z] #47 6.632 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:46:00.401Z] #47 8.824 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:46:00.401Z] #47 10.80 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-01-31T13:46:00.401Z] #47 ... [2022-01-31T13:46:00.401Z] [2022-01-31T13:46:00.401Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:46:00.401Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:46:00.401Z] #51 10.24 go: downloading github.com/mattn/go-colorable v0.1.4 [2022-01-31T13:46:00.401Z] #51 10.26 go: downloading github.com/mattn/go-isatty v0.0.8 [2022-01-31T13:46:00.401Z] #51 10.34 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2022-01-31T13:46:00.401Z] #51 10.37 go: downloading github.com/go-critic/go-critic v0.4.1 [2022-01-31T13:46:00.401Z] #51 11.52 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2022-01-31T13:46:00.401Z] #51 11.77 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-01-31T13:46:00.473Z] #47 ... [2022-01-31T13:46:00.473Z] [2022-01-31T13:46:00.473Z] #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-01-31T13:46:00.473Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:46:00.473Z] #58 3.535 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:46:00.473Z] #58 3.543 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:46:00.473Z] #58 3.543 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:46:00.473Z] #58 3.804 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:46:00.473Z] #58 5.106 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:46:00.473Z] #58 6.840 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:46:00.473Z] #58 ... [2022-01-31T13:46:00.473Z] [2022-01-31T13:46:00.473Z] #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-01-31T13:46:00.473Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:00.473Z] #14 4.211 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:46:00.473Z] #14 4.221 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:46:00.473Z] #14 4.228 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:46:00.473Z] #14 4.681 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:46:00.473Z] #14 6.538 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:46:00.473Z] #14 8.660 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:46:00.473Z] #14 ... [2022-01-31T13:46:00.473Z] [2022-01-31T13:46:00.473Z] #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-01-31T13:46:00.473Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:00.473Z] #38 2.355 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:46:00.473Z] #38 2.373 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:46:00.473Z] #38 2.373 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:46:00.473Z] #38 2.579 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:46:00.473Z] #38 3.197 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:46:00.473Z] #38 3.733 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:46:00.473Z] #38 7.861 Fetched 8499 kB in 6s (1472 kB/s) [2022-01-31T13:46:00.658Z] #51 14.46 go: downloading github.com/sirupsen/logrus v1.4.2 [2022-01-31T13:46:00.658Z] #51 14.49 go: downloading github.com/stretchr/testify v1.4.0 [2022-01-31T13:46:00.658Z] #51 14.69 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2022-01-31T13:46:00.730Z] #38 7.861 Reading package lists... [2022-01-31T13:46:00.730Z] #38 ... [2022-01-31T13:46:00.730Z] [2022-01-31T13:46:00.730Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-01-31T13:46:00.730Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:46:00.730Z] #34 3.128 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-01-31T13:46:00.730Z] #34 3.128 Cloning into '.'... [2022-01-31T13:46:00.915Z] #51 14.81 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2022-01-31T13:46:00.915Z] #51 14.85 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-01-31T13:46:00.990Z] #34 ... [2022-01-31T13:46:00.990Z] [2022-01-31T13:46:00.990Z] #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-01-31T13:46:00.990Z] #63 sha256:3378abd251ce707f8ba8598e25360f28d28d8e893cb6128779256ce1fa7dbe69 [2022-01-31T13:46:00.990Z] #63 3.761 + RM_GOPATH=0 [2022-01-31T13:46:00.990Z] #63 3.761 + TMP_GOPATH= [2022-01-31T13:46:00.990Z] #63 3.761 + : /build [2022-01-31T13:46:00.990Z] #63 3.761 + '[' -z '' ']' [2022-01-31T13:46:00.990Z] #63 3.761 ++ mktemp -d [2022-01-31T13:46:00.990Z] #63 3.761 + export GOPATH=/tmp/tmp.jfD6kJZd6p [2022-01-31T13:46:00.990Z] #63 3.761 + GOPATH=/tmp/tmp.jfD6kJZd6p [2022-01-31T13:46:00.990Z] #63 3.761 + RM_GOPATH=1 [2022-01-31T13:46:00.990Z] #63 3.761 + case "$(go env GOARCH)" in [2022-01-31T13:46:00.990Z] #63 3.761 ++ go env GOARCH [2022-01-31T13:46:00.990Z] #63 3.768 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:00.990Z] #63 3.768 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:00.990Z] #63 3.772 Install rootlesskit version v0.14.6 [2022-01-31T13:46:00.990Z] #63 3.773 ++ dirname /install.sh [2022-01-31T13:46:00.990Z] #63 3.773 + dir=/ [2022-01-31T13:46:00.990Z] #63 3.773 + bin=rootlesskit [2022-01-31T13:46:00.990Z] #63 3.773 + shift [2022-01-31T13:46:00.990Z] #63 3.773 + '[' '!' -f //rootlesskit.installer ']' [2022-01-31T13:46:00.990Z] #63 3.773 + . //rootlesskit.installer [2022-01-31T13:46:00.990Z] #63 3.773 ++ : v0.14.6 [2022-01-31T13:46:00.990Z] #63 3.773 + install_rootlesskit [2022-01-31T13:46:00.990Z] #63 3.773 + case "$1" in [2022-01-31T13:46:00.990Z] #63 3.773 + export CGO_ENABLED=0 [2022-01-31T13:46:00.990Z] #63 3.773 + CGO_ENABLED=0 [2022-01-31T13:46:00.990Z] #63 3.773 + _install_rootlesskit [2022-01-31T13:46:00.990Z] #63 3.773 + echo 'Install rootlesskit version v0.14.6' [2022-01-31T13:46:00.990Z] #63 3.773 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-31T13:46:00.990Z] #63 3.773 + GOBIN=/build [2022-01-31T13:46:00.990Z] #63 3.773 + GO111MODULE=on [2022-01-31T13:46:00.990Z] #63 3.773 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-01-31T13:46:00.990Z] #63 4.221 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-01-31T13:46:00.990Z] #63 6.350 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-01-31T13:46:00.990Z] #63 6.441 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-01-31T13:46:00.990Z] #63 6.987 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-01-31T13:46:00.990Z] #63 9.972 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-01-31T13:46:00.990Z] #63 ... [2022-01-31T13:46:00.990Z] [2022-01-31T13:46:00.990Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:46:00.990Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:46:00.990Z] #51 4.096 go: downloading github.com/golangci/golangci-lint v1.23.8 [2022-01-31T13:46:00.990Z] #51 9.315 go: downloading github.com/fatih/color v1.7.0 [2022-01-31T13:46:00.990Z] #51 9.330 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2022-01-31T13:46:00.990Z] #51 9.361 go: downloading github.com/pkg/errors v0.8.1 [2022-01-31T13:46:00.990Z] #51 9.413 go: downloading github.com/spf13/cobra v0.0.5 [2022-01-31T13:46:00.990Z] #51 9.494 go: downloading github.com/spf13/pflag v1.0.5 [2022-01-31T13:46:00.990Z] #51 9.748 go: downloading github.com/spf13/viper v1.6.1 [2022-01-31T13:46:00.990Z] #51 10.01 go: downloading github.com/mattn/go-colorable v0.1.4 [2022-01-31T13:46:00.990Z] #51 10.07 go: downloading github.com/mattn/go-isatty v0.0.8 [2022-01-31T13:46:00.990Z] #51 10.11 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2022-01-31T13:46:00.990Z] #51 10.12 go: downloading github.com/go-critic/go-critic v0.4.1 [2022-01-31T13:46:01.034Z] using credential docker-jenkins-github-credentials [2022-01-31T13:46:01.113Z] Cloning the remote Git repository [2022-01-31T13:46:01.113Z] Cloning with configured refspecs honoured and without tags [2022-01-31T13:46:01.172Z] #51 15.11 go: downloading github.com/magiconair/properties v1.8.1 [2022-01-31T13:46:01.172Z] #51 15.11 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-01-31T13:46:01.172Z] #51 15.18 go: downloading github.com/pelletier/go-toml v1.2.0 [2022-01-31T13:46:01.172Z] #51 15.20 go: downloading github.com/spf13/afero v1.1.2 [2022-01-31T13:46:01.244Z] Merge succeeded, producing af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:46:01.244Z] Checking out Revision af819bf623a8d414289b24f9817c6317cf3f96d5 (PR-43199) [2022-01-31T13:46:01.292Z] #51 ... [2022-01-31T13:46:01.292Z] [2022-01-31T13:46:01.292Z] #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-01-31T13:46:01.292Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-01-31T13:46:01.292Z] #53 4.055 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-01-31T13:46:01.292Z] #53 5.016 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-01-31T13:46:01.292Z] #53 5.019 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-01-31T13:46:01.292Z] #53 5.174 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-01-31T13:46:01.292Z] #53 6.803 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-01-31T13:46:01.292Z] #53 ... [2022-01-31T13:46:01.292Z] [2022-01-31T13:46:01.292Z] #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-01-31T13:46:01.292Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-01-31T13:46:01.292Z] #36 5.178 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-01-31T13:46:01.429Z] #51 15.34 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2022-01-31T13:46:01.429Z] #51 15.35 go: downloading github.com/spf13/cast v1.3.0 [2022-01-31T13:46:01.429Z] #51 15.36 go: downloading github.com/subosito/gotenv v1.2.0 [2022-01-31T13:46:01.429Z] #51 15.38 go: downloading gopkg.in/ini.v1 v1.51.0 [2022-01-31T13:46:01.429Z] #51 15.49 go: downloading gopkg.in/yaml.v2 v2.2.7 [2022-01-31T13:46:01.560Z] #36 ... [2022-01-31T13:46:01.560Z] [2022-01-31T13:46:01.560Z] #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-01-31T13:46:01.560Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-01-31T13:46:01.560Z] #49 4.642 go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-31T13:46:01.560Z] #49 6.176 go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-31T13:46:01.560Z] #49 6.179 go: downloading github.com/fatih/color v1.10.0 [2022-01-31T13:46:01.560Z] #49 6.218 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-31T13:46:01.560Z] #49 6.330 go: downloading github.com/pkg/errors v0.9.1 [2022-01-31T13:46:01.560Z] #49 6.606 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-31T13:46:01.560Z] #49 6.626 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-31T13:46:01.560Z] #49 6.737 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-31T13:46:01.560Z] #49 6.874 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-31T13:46:01.560Z] #49 7.119 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-31T13:46:01.560Z] #49 7.261 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-31T13:46:01.560Z] #49 7.466 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-31T13:46:01.560Z] #49 7.875 go: downloading golang.org/x/tools v0.1.0 [2022-01-31T13:46:01.560Z] #49 ... [2022-01-31T13:46:01.560Z] [2022-01-31T13:46:01.560Z] #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-01-31T13:46:01.560Z] #63 sha256:3378abd251ce707f8ba8598e25360f28d28d8e893cb6128779256ce1fa7dbe69 [2022-01-31T13:46:01.560Z] #63 10.53 go: downloading github.com/google/uuid v1.3.0 [2022-01-31T13:46:01.560Z] #63 10.53 go: downloading github.com/moby/vpnkit v0.5.0 [2022-01-31T13:46:01.560Z] #63 10.60 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-01-31T13:46:01.560Z] #63 10.89 go: downloading github.com/gofrs/flock v0.8.1 [2022-01-31T13:46:01.620Z] #19 ... [2022-01-31T13:46:01.620Z] [2022-01-31T13:46:01.620Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:46:01.620Z] #58 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:46:01.620Z] #58 58.48 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2022-01-31T13:46:01.620Z] #58 DONE 60.1s [2022-01-31T13:46:01.620Z] [2022-01-31T13:46:01.620Z] #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-01-31T13:46:01.620Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-01-31T13:46:01.686Z] #51 ... [2022-01-31T13:46:01.686Z] [2022-01-31T13:46:01.686Z] #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-01-31T13:46:01.686Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-01-31T13:46:01.686Z] #36 15.39 tomll can be used in two ways: [2022-01-31T13:46:01.686Z] #36 15.39 Writing to STDIN and reading from STDOUT: [2022-01-31T13:46:01.686Z] #36 15.39 cat file.toml | tomll > file.toml [2022-01-31T13:46:01.686Z] #36 15.39 [2022-01-31T13:46:01.686Z] #36 15.39 Reading and updating a list of files: [2022-01-31T13:46:01.686Z] #36 15.39 tomll a.toml b.toml c.toml [2022-01-31T13:46:01.686Z] #36 15.39 [2022-01-31T13:46:01.686Z] #36 15.39 When given a list of files, tomll will modify all files in place without asking. [2022-01-31T13:46:01.686Z] #36 DONE 15.6s [2022-01-31T13:46:01.686Z] [2022-01-31T13:46:01.686Z] #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-01-31T13:46:01.686Z] #63 sha256:dac193652b0e80dfd853d38aa4d60c1abee4f6f681cb848b9db5a03e7b57e035 [2022-01-31T13:46:01.686Z] #63 14.35 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-01-31T13:46:01.311Z] Cloning repository https://github.com/moby/moby.git [2022-01-31T13:46:01.730Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-01-31T13:46:01.817Z] #63 11.09 go: downloading github.com/gorilla/mux v1.8.0 [2022-01-31T13:46:01.817Z] #63 11.34 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-01-31T13:46:02.201Z] #63 ... [2022-01-31T13:46:02.201Z] [2022-01-31T13:46:02.201Z] #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-01-31T13:46:02.201Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:02.201Z] #47 4.136 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:46:02.201Z] #47 4.189 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:46:02.201Z] #47 4.190 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:46:02.201Z] #47 4.730 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-01-31T13:46:02.201Z] #47 5.096 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:46:02.201Z] #47 7.384 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:46:02.201Z] #47 9.416 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:46:02.201Z] #47 11.57 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-01-31T13:46:02.201Z] #47 ... [2022-01-31T13:46:02.201Z] [2022-01-31T13:46:02.201Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:46:02.201Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:46:02.201Z] #51 11.42 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2022-01-31T13:46:02.201Z] #51 11.61 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-01-31T13:46:02.201Z] #51 11.69 go: downloading github.com/mattn/go-colorable v0.1.4 [2022-01-31T13:46:02.201Z] #51 11.75 go: downloading github.com/mattn/go-isatty v0.0.8 [2022-01-31T13:46:02.381Z] #63 11.68 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-01-31T13:46:02.381Z] #63 ... [2022-01-31T13:46:02.381Z] [2022-01-31T13:46:02.381Z] #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-01-31T13:46:02.381Z] #26 sha256:f18c58a3b9fda907403f1481632fcbcbdecb4387333f60fa56d1680212facb82 [2022-01-31T13:46:02.381Z] #26 11.46 + mkdir -p /build [2022-01-31T13:46:02.381Z] #26 11.46 + mv docker/docker /build/ [2022-01-31T13:46:02.381Z] #26 11.47 + rmdir docker [2022-01-31T13:46:02.381Z] #26 DONE 11.8s [2022-01-31T13:46:02.381Z] [2022-01-31T13:46:02.381Z] #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-01-31T13:46:02.381Z] #63 sha256:3378abd251ce707f8ba8598e25360f28d28d8e893cb6128779256ce1fa7dbe69 [2022-01-31T13:46:02.381Z] #63 11.89 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-01-31T13:46:02.459Z] #51 14.95 go: downloading github.com/sirupsen/logrus v1.4.2 [2022-01-31T13:46:02.716Z] #51 14.95 go: downloading github.com/stretchr/testify v1.4.0 [2022-01-31T13:46:02.716Z] #51 15.04 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2022-01-31T13:46:02.716Z] #51 ... [2022-01-31T13:46:02.716Z] [2022-01-31T13:46:02.716Z] #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-01-31T13:46:02.716Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-01-31T13:46:02.716Z] #36 15.00 tomll can be used in two ways: [2022-01-31T13:46:02.716Z] #36 15.02 Writing to STDIN and reading from STDOUT: [2022-01-31T13:46:02.716Z] #36 15.02 cat file.toml | tomll > file.toml [2022-01-31T13:46:02.716Z] #36 15.02 [2022-01-31T13:46:02.716Z] #36 15.02 Reading and updating a list of files: [2022-01-31T13:46:02.716Z] #36 15.02 tomll a.toml b.toml c.toml [2022-01-31T13:46:02.716Z] #36 15.02 [2022-01-31T13:46:02.716Z] #36 15.02 When given a list of files, tomll will modify all files in place without asking. [2022-01-31T13:46:02.716Z] #36 DONE 15.2s [2022-01-31T13:46:00.898Z] > git remote # timeout=10 [2022-01-31T13:46:00.972Z] > git config --get remote.origin.url # timeout=10 [2022-01-31T13:46:01.021Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:46:01.023Z] > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10 [2022-01-31T13:46:01.159Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-01-31T13:46:01.282Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:46:01.321Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:46:02.945Z] #63 12.07 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-01-31T13:46:02.974Z] [2022-01-31T13:46:02.974Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:46:02.974Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:46:02.974Z] #51 15.23 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2022-01-31T13:46:02.974Z] #51 15.32 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-01-31T13:46:03.540Z] #51 15.87 go: downloading github.com/magiconair/properties v1.8.1 [2022-01-31T13:46:03.540Z] #51 15.87 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-01-31T13:46:03.540Z] #51 16.05 go: downloading github.com/pelletier/go-toml v1.2.0 [2022-01-31T13:46:03.797Z] #51 16.14 go: downloading github.com/spf13/afero v1.1.2 [2022-01-31T13:46:02.558Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:46:02.559Z] > git --version # timeout=10 [2022-01-31T13:46:02.611Z] > git --version # 'git version 2.24.1.windows.2' [2022-01-31T13:46:02.611Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:46:02.614Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:46:04.101Z] #51 16.45 go: downloading github.com/spf13/cast v1.3.0 [2022-01-31T13:46:04.101Z] #51 16.46 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2022-01-31T13:46:04.101Z] #51 16.47 go: downloading github.com/subosito/gotenv v1.2.0 [2022-01-31T13:46:04.101Z] #51 16.53 go: downloading gopkg.in/ini.v1 v1.51.0 [2022-01-31T13:46:04.101Z] #51 16.55 go: downloading gopkg.in/yaml.v2 v2.2.7 [2022-01-31T13:46:04.359Z] #51 16.72 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-01-31T13:46:04.359Z] #51 16.73 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-01-31T13:46:04.359Z] #51 16.73 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2022-01-31T13:46:04.359Z] #51 16.76 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-01-31T13:46:04.359Z] #51 16.77 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-01-31T13:46:04.359Z] #51 16.78 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-01-31T13:46:04.359Z] #51 16.78 go: downloading github.com/go-toolsmith/typep v1.0.0 [2022-01-31T13:46:04.359Z] #51 16.83 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2022-01-31T13:46:04.617Z] #51 16.87 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2022-01-31T13:46:04.617Z] #51 16.89 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2022-01-31T13:46:04.617Z] #51 16.93 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-01-31T13:46:04.617Z] #51 17.03 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-01-31T13:46:04.617Z] #51 17.08 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2022-01-31T13:46:04.617Z] #51 17.09 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-01-31T13:46:04.892Z] #63 14.00 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-01-31T13:46:04.892Z] #63 ... [2022-01-31T13:46:04.892Z] [2022-01-31T13:46:04.892Z] #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-01-31T13:46:04.892Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:46:04.892Z] #43 4.097 + git clone https://github.com/docker/distribution.git . [2022-01-31T13:46:04.892Z] #43 4.104 Cloning into '.'... [2022-01-31T13:46:04.892Z] #43 ... [2022-01-31T13:46:04.892Z] [2022-01-31T13:46:04.892Z] #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-01-31T13:46:04.892Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:04.892Z] #38 7.861 Reading package lists... [2022-01-31T13:46:04.917Z] #19 63.50 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-01-31T13:46:04.918Z] #19 63.51 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:04.918Z] #19 63.51 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-01-31T13:46:04.918Z] #19 63.56 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-01-31T13:46:04.918Z] #19 63.56 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:04.918Z] #19 63.57 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-31T13:46:05.181Z] #51 17.49 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2022-01-31T13:46:05.181Z] #51 17.53 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2022-01-31T13:46:05.181Z] #51 17.58 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-01-31T13:46:05.439Z] #51 17.71 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2022-01-31T13:46:05.439Z] #51 17.72 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-01-31T13:46:05.696Z] #51 17.86 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-01-31T13:46:05.696Z] #51 17.88 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2022-01-31T13:46:05.901Z] #63 ... [2022-01-31T13:46:05.901Z] [2022-01-31T13:46:05.901Z] #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-01-31T13:46:05.901Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:46:05.901Z] #43 19.57 + git checkout -q v2.3.0 [2022-01-31T13:46:05.953Z] #51 18.21 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2022-01-31T13:46:05.953Z] #51 18.22 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-01-31T13:46:05.953Z] #51 18.25 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2022-01-31T13:46:05.953Z] #51 18.34 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2022-01-31T13:46:05.953Z] #51 18.39 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2022-01-31T13:46:06.209Z] #51 18.45 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2022-01-31T13:46:06.467Z] #51 18.75 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2022-01-31T13:46:06.467Z] #51 18.90 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2022-01-31T13:46:06.724Z] #51 19.00 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2022-01-31T13:46:06.724Z] #51 19.11 go: downloading github.com/ultraware/funlen v0.0.2 [2022-01-31T13:46:06.724Z] #51 19.17 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-01-31T13:46:06.724Z] #51 19.18 go: downloading github.com/uudashr/gocognit v1.0.1 [2022-01-31T13:46:06.724Z] #51 19.22 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2022-01-31T13:46:07.426Z] #38 13.86 Reading package lists... [2022-01-31T13:46:07.426Z] #38 ... [2022-01-31T13:46:07.426Z] [2022-01-31T13:46:07.426Z] #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-01-31T13:46:07.426Z] #36 sha256:f407ce39f146d77284e99b31cc10951a50ddc2c02057df6d0428ff3aa8a382a2 [2022-01-31T13:46:07.426Z] #36 16.55 tomll can be used in two ways: [2022-01-31T13:46:07.426Z] #36 16.55 Writing to STDIN and reading from STDOUT: [2022-01-31T13:46:07.426Z] #36 16.55 cat file.toml | tomll > file.toml [2022-01-31T13:46:07.426Z] #36 16.55 [2022-01-31T13:46:07.426Z] #36 16.55 Reading and updating a list of files: [2022-01-31T13:46:07.426Z] #36 16.55 tomll a.toml b.toml c.toml [2022-01-31T13:46:07.426Z] #36 16.55 [2022-01-31T13:46:07.426Z] #36 16.55 When given a list of files, tomll will modify all files in place without asking. [2022-01-31T13:46:07.426Z] #36 DONE 17.0s [2022-01-31T13:46:07.655Z] #51 20.12 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-01-31T13:46:07.655Z] #51 20.15 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2022-01-31T13:46:07.684Z] [2022-01-31T13:46:07.684Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:46:07.684Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:46:07.684Z] #51 10.93 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2022-01-31T13:46:07.684Z] #51 11.30 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-01-31T13:46:07.684Z] #51 14.28 go: downloading github.com/sirupsen/logrus v1.4.2 [2022-01-31T13:46:07.684Z] #51 14.28 go: downloading github.com/stretchr/testify v1.4.0 [2022-01-31T13:46:07.684Z] #51 14.56 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2022-01-31T13:46:07.684Z] #51 14.66 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2022-01-31T13:46:07.684Z] #51 14.68 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-01-31T13:46:07.684Z] #51 15.09 go: downloading github.com/magiconair/properties v1.8.1 [2022-01-31T13:46:07.684Z] #51 15.10 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-01-31T13:46:07.684Z] #51 15.22 go: downloading github.com/pelletier/go-toml v1.2.0 [2022-01-31T13:46:07.685Z] #51 15.26 go: downloading github.com/spf13/afero v1.1.2 [2022-01-31T13:46:07.685Z] #51 15.42 go: downloading github.com/spf13/cast v1.3.0 [2022-01-31T13:46:07.685Z] #51 15.44 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2022-01-31T13:46:07.685Z] #51 15.49 go: downloading github.com/subosito/gotenv v1.2.0 [2022-01-31T13:46:07.685Z] #51 15.53 go: downloading gopkg.in/ini.v1 v1.51.0 [2022-01-31T13:46:07.685Z] #51 15.55 go: downloading gopkg.in/yaml.v2 v2.2.7 [2022-01-31T13:46:07.685Z] #51 15.81 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2022-01-31T13:46:07.685Z] #51 15.82 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-01-31T13:46:07.685Z] #51 15.90 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-01-31T13:46:07.685Z] #51 15.90 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2022-01-31T13:46:07.685Z] #51 15.95 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-01-31T13:46:07.685Z] #51 15.97 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-01-31T13:46:07.685Z] #51 16.00 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-01-31T13:46:07.685Z] #51 16.12 go: downloading github.com/go-toolsmith/typep v1.0.0 [2022-01-31T13:46:07.685Z] #51 16.25 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2022-01-31T13:46:07.685Z] #51 16.31 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2022-01-31T13:46:07.685Z] #51 16.38 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-01-31T13:46:07.685Z] #51 16.38 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-01-31T13:46:07.685Z] #51 16.46 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2022-01-31T13:46:07.685Z] #51 16.48 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-01-31T13:46:07.685Z] #51 17.12 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2022-01-31T13:46:07.685Z] #51 17.12 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2022-01-31T13:46:07.685Z] #51 17.22 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-01-31T13:46:07.685Z] #51 17.32 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2022-01-31T13:46:07.836Z] #43 21.42 + 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-01-31T13:46:07.912Z] #51 20.23 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-01-31T13:46:07.912Z] #51 20.30 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-01-31T13:46:07.912Z] #51 20.33 go: downloading github.com/stretchr/objx v0.2.0 [2022-01-31T13:46:07.912Z] #51 20.38 go: downloading golang.org/x/text v0.3.2 [2022-01-31T13:46:07.941Z] #51 17.46 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-01-31T13:46:07.941Z] #51 17.58 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-01-31T13:46:07.941Z] #51 17.59 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2022-01-31T13:46:08.198Z] #51 17.96 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2022-01-31T13:46:08.198Z] #51 17.96 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-01-31T13:46:08.455Z] #51 17.99 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2022-01-31T13:46:08.711Z] #51 18.07 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2022-01-31T13:46:08.711Z] #51 18.17 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2022-01-31T13:46:08.711Z] #51 18.17 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2022-01-31T13:46:08.808Z] #43 ... [2022-01-31T13:46:08.808Z] [2022-01-31T13:46:08.808Z] #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-01-31T13:46:08.808Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-01-31T13:46:08.808Z] #49 12.46 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-31T13:46:08.808Z] #49 12.47 go: downloading golang.org/x/mod v0.3.0 [2022-01-31T13:46:08.808Z] #49 ... [2022-01-31T13:46:08.808Z] [2022-01-31T13:46:08.808Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:46:08.808Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:46:08.808Z] #51 15.71 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2022-01-31T13:46:08.808Z] #51 15.76 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-01-31T13:46:08.808Z] #51 15.89 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-01-31T13:46:08.808Z] #51 15.94 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2022-01-31T13:46:08.808Z] #51 16.01 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-01-31T13:46:08.808Z] #51 16.09 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-01-31T13:46:08.808Z] #51 16.28 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-01-31T13:46:08.808Z] #51 16.33 go: downloading github.com/go-toolsmith/typep v1.0.0 [2022-01-31T13:46:08.808Z] #51 16.46 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2022-01-31T13:46:08.808Z] #51 16.51 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2022-01-31T13:46:08.808Z] #51 16.65 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-01-31T13:46:08.808Z] #51 16.69 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-01-31T13:46:08.808Z] #51 16.76 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2022-01-31T13:46:08.808Z] #51 16.79 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-01-31T13:46:08.808Z] #51 17.19 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2022-01-31T13:46:08.808Z] #51 17.22 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2022-01-31T13:46:08.808Z] #51 17.24 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-01-31T13:46:08.808Z] #51 17.48 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2022-01-31T13:46:08.808Z] #51 17.54 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-01-31T13:46:08.808Z] #51 17.61 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-01-31T13:46:08.808Z] #51 17.69 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2022-01-31T13:46:08.808Z] #51 18.04 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2022-01-31T13:46:08.808Z] #51 18.05 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-01-31T13:46:08.808Z] #51 18.05 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2022-01-31T13:46:08.808Z] #51 18.16 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2022-01-31T13:46:08.808Z] #51 18.21 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2022-01-31T13:46:08.808Z] #51 18.25 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2022-01-31T13:46:08.808Z] #51 18.48 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2022-01-31T13:46:08.808Z] #51 18.70 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2022-01-31T13:46:08.808Z] #51 18.73 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2022-01-31T13:46:08.808Z] #51 18.77 go: downloading github.com/ultraware/funlen v0.0.2 [2022-01-31T13:46:08.808Z] #51 18.81 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-01-31T13:46:08.808Z] #51 18.82 go: downloading github.com/uudashr/gocognit v1.0.1 [2022-01-31T13:46:08.808Z] #51 18.87 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2022-01-31T13:46:08.808Z] #51 19.50 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-01-31T13:46:08.808Z] #51 19.50 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2022-01-31T13:46:08.808Z] #51 19.60 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-01-31T13:46:08.808Z] #51 19.65 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-01-31T13:46:08.808Z] #51 19.72 go: downloading github.com/stretchr/objx v0.2.0 [2022-01-31T13:46:08.808Z] #51 19.74 go: downloading golang.org/x/text v0.3.2 [2022-01-31T13:46:08.842Z] #51 ... [2022-01-31T13:46:08.842Z] [2022-01-31T13:46:08.842Z] #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-01-31T13:46:08.842Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-01-31T13:46:08.842Z] #49 10.96 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-31T13:46:08.842Z] #49 10.97 go: downloading golang.org/x/mod v0.3.0 [2022-01-31T13:46:08.842Z] #49 ... [2022-01-31T13:46:08.842Z] [2022-01-31T13:46:08.842Z] #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-01-31T13:46:08.842Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:46:08.842Z] #58 16.43 Fetched 8499 kB in 13s (649 kB/s) [2022-01-31T13:46:08.842Z] #58 16.43 Reading package lists... [2022-01-31T13:46:08.968Z] #51 18.44 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2022-01-31T13:46:08.968Z] #51 18.70 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2022-01-31T13:46:09.100Z] #58 20.70 Reading package lists... [2022-01-31T13:46:09.100Z] #58 ... [2022-01-31T13:46:09.100Z] [2022-01-31T13:46:09.101Z] #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-01-31T13:46:09.101Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:46:09.101Z] #43 21.01 + git checkout -q v2.3.0 [2022-01-31T13:46:09.231Z] #51 18.75 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2022-01-31T13:46:09.231Z] #51 ... [2022-01-31T13:46:09.231Z] [2022-01-31T13:46:09.231Z] #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-01-31T13:46:09.231Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:09.231Z] #38 13.86 Reading package lists... [2022-01-31T13:46:10.701Z] #51 24.47 go: downloading github.com/gobwas/glob v0.2.3 [2022-01-31T13:46:10.701Z] #51 24.47 go: downloading github.com/kisielk/gotool v1.0.0 [2022-01-31T13:46:10.701Z] #51 24.54 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2022-01-31T13:46:10.701Z] #51 24.55 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2022-01-31T13:46:10.701Z] #51 24.57 go: downloading github.com/gogo/protobuf v1.2.1 [2022-01-31T13:46:10.999Z] #43 23.03 + 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-01-31T13:46:11.139Z] #38 18.89 Building dependency tree... [2022-01-31T13:46:11.395Z] #38 ... [2022-01-31T13:46:11.395Z] [2022-01-31T13:46:11.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-01-31T13:46:11.395Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:11.395Z] #47 10.61 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:46:11.395Z] #47 12.49 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-01-31T13:46:11.395Z] #47 18.60 Fetched 8503 kB in 14s (606 kB/s) [2022-01-31T13:46:11.395Z] #47 18.60 Reading package lists... [2022-01-31T13:46:11.395Z] #47 ... [2022-01-31T13:46:11.395Z] [2022-01-31T13:46:11.395Z] #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-01-31T13:46:11.395Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:46:11.395Z] #43 20.81 + git checkout -q v2.3.0 [2022-01-31T13:46:11.498Z] #19 69.73 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-01-31T13:46:11.498Z] #19 69.73 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:11.498Z] #19 69.73 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-01-31T13:46:11.498Z] #19 69.79 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-01-31T13:46:11.498Z] #19 69.79 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:11.498Z] #19 69.79 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-31T13:46:11.631Z] #51 25.56 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2022-01-31T13:46:11.631Z] #51 25.66 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-01-31T13:46:11.764Z] using credential docker-jenkins-github-credentials [2022-01-31T13:46:11.845Z] Cloning the remote Git repository [2022-01-31T13:46:11.845Z] Cloning with configured refspecs honoured and without tags [2022-01-31T13:46:11.888Z] #51 25.82 go: downloading github.com/BurntSushi/toml v0.3.1 [2022-01-31T13:46:12.145Z] #51 ... [2022-01-31T13:46:12.145Z] [2022-01-31T13:46:12.145Z] #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-01-31T13:46:12.145Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:12.145Z] #14 16.09 Fetched 8499 kB in 12s (696 kB/s) [2022-01-31T13:46:12.145Z] #14 16.09 Reading package lists... [2022-01-31T13:46:12.145Z] #14 20.67 Reading package lists... [2022-01-31T13:46:12.145Z] #14 24.74 Building dependency tree... [2022-01-31T13:46:12.402Z] #14 ... [2022-01-31T13:46:12.402Z] [2022-01-31T13:46:12.403Z] #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-01-31T13:46:12.403Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:12.403Z] #38 16.85 Fetched 8499 kB in 13s (648 kB/s) [2022-01-31T13:46:12.403Z] #38 16.85 Reading package lists... [2022-01-31T13:46:12.403Z] #38 21.24 Reading package lists... [2022-01-31T13:46:12.403Z] #38 25.32 Building dependency tree... [2022-01-31T13:46:12.660Z] #38 ... [2022-01-31T13:46:12.660Z] [2022-01-31T13:46:12.660Z] #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-01-31T13:46:12.660Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:46:12.660Z] #58 16.52 Fetched 8499 kB in 13s (677 kB/s) [2022-01-31T13:46:12.660Z] #58 16.52 Reading package lists... [2022-01-31T13:46:12.660Z] #58 20.70 Reading package lists... [2022-01-31T13:46:12.660Z] #58 25.05 Building dependency tree... [2022-01-31T13:46:12.894Z] #43 ... [2022-01-31T13:46:12.894Z] [2022-01-31T13:46:12.894Z] #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-01-31T13:46:12.894Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:12.894Z] #38 14.83 Fetched 8499 kB in 12s (714 kB/s) [2022-01-31T13:46:12.894Z] #38 14.83 Reading package lists... [2022-01-31T13:46:12.894Z] #38 19.63 Reading package lists... [2022-01-31T13:46:12.894Z] #38 23.92 Building dependency tree... [2022-01-31T13:46:12.894Z] #38 ... [2022-01-31T13:46:12.894Z] [2022-01-31T13:46:12.894Z] #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-01-31T13:46:12.894Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:46:12.894Z] #58 20.70 Reading package lists... [2022-01-31T13:46:12.910Z] Commit message: "seccomp: add support for Landlock syscalls in default policy" [2022-01-31T13:46:12.916Z] #58 ... [2022-01-31T13:46:12.916Z] [2022-01-31T13:46:12.916Z] #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-01-31T13:46:12.916Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:12.916Z] #47 16.77 Fetched 8503 kB in 13s (642 kB/s) [2022-01-31T13:46:12.916Z] #47 16.77 Reading package lists... [2022-01-31T13:46:12.916Z] #47 21.24 Reading package lists... [2022-01-31T13:46:12.916Z] #47 25.42 Building dependency tree... [2022-01-31T13:46:13.172Z] #47 ... [2022-01-31T13:46:13.172Z] [2022-01-31T13:46:13.173Z] #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-01-31T13:46:13.173Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:13.173Z] #14 27.23 The following additional packages will be installed: [2022-01-31T13:46:13.291Z] #43 22.42 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-01-31T13:46:13.430Z] #14 27.23 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-31T13:46:13.430Z] #14 27.23 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-01-31T13:46:13.430Z] #14 27.23 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-01-31T13:46:13.430Z] #14 27.23 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-01-31T13:46:13.430Z] #14 27.23 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-01-31T13:46:13.430Z] #14 27.23 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-01-31T13:46:13.430Z] #14 27.23 mingw-w64-common mingw-w64-x86-64-dev [2022-01-31T13:46:13.430Z] #14 27.25 Suggested packages: [2022-01-31T13:46:13.430Z] #14 27.25 gcc-10-locales seccomp wine64 [Pipeline] sh [2022-01-31T13:46:13.458Z] #58 25.03 Building dependency tree... [2022-01-31T13:46:13.458Z] #58 ... [2022-01-31T13:46:13.458Z] [2022-01-31T13:46:13.458Z] #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-01-31T13:46:13.458Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:13.458Z] #14 15.60 Fetched 8499 kB in 12s (726 kB/s) [2022-01-31T13:46:13.458Z] #14 15.60 Reading package lists... [2022-01-31T13:46:13.458Z] #14 20.20 Reading package lists... [2022-01-31T13:46:13.458Z] #14 24.50 Building dependency tree... [2022-01-31T13:46:13.458Z] #14 ... [2022-01-31T13:46:13.458Z] [2022-01-31T13:46:13.458Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:46:13.458Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:46:13.458Z] #51 25.05 go: downloading github.com/gobwas/glob v0.2.3 [2022-01-31T13:46:13.458Z] #51 25.06 go: downloading github.com/kisielk/gotool v1.0.0 [2022-01-31T13:46:13.458Z] #51 25.13 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2022-01-31T13:46:13.458Z] #51 25.19 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2022-01-31T13:46:13.458Z] #51 25.19 go: downloading github.com/gogo/protobuf v1.2.1 [2022-01-31T13:46:13.548Z] #43 ... [2022-01-31T13:46:13.548Z] [2022-01-31T13:46:13.548Z] #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-01-31T13:46:13.548Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-01-31T13:46:13.548Z] #49 13.10 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-31T13:46:13.548Z] #49 13.10 go: downloading golang.org/x/mod v0.3.0 [2022-01-31T13:46:12.038Z] Cloning repository https://github.com/moby/moby.git [2022-01-31T13:46:12.476Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-01-31T13:46:13.346Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:46:13.346Z] > git --version # timeout=10 [2022-01-31T13:46:13.393Z] > git --version # 'git version 2.24.1.windows.2' [2022-01-31T13:46:13.393Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:46:13.393Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:46:13.806Z] #49 ... [2022-01-31T13:46:13.806Z] [2022-01-31T13:46:13.806Z] #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-01-31T13:46:13.806Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:13.806Z] #38 22.14 The following additional packages will be installed: [2022-01-31T13:46:13.806Z] #38 22.14 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-01-31T13:46:13.806Z] #38 22.14 Suggested packages: [2022-01-31T13:46:13.806Z] #38 22.14 cmake-doc ninja-build lrzip [2022-01-31T13:46:13.806Z] #38 22.14 Recommended packages: [2022-01-31T13:46:13.806Z] #38 22.14 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-01-31T13:46:13.806Z] #38 22.95 The following NEW packages will be installed: [2022-01-31T13:46:13.806Z] #38 22.96 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-01-31T13:46:13.806Z] #38 22.97 vim-common xxd [2022-01-31T13:46:13.806Z] #38 23.38 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:13.806Z] #38 23.38 Need to get 17.7 MB of archives. [2022-01-31T13:46:13.806Z] #38 23.38 After this operation, 70.7 MB of additional disk space will be used. [2022-01-31T13:46:13.806Z] #38 23.38 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-31T13:46:13.806Z] #38 23.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-31T13:46:13.806Z] #38 23.38 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-01-31T13:46:13.806Z] #38 23.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-01-31T13:46:14.075Z] #51 26.24 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2022-01-31T13:46:14.075Z] #51 26.30 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-01-31T13:46:14.343Z] #51 26.48 go: downloading github.com/BurntSushi/toml v0.3.1 [2022-01-31T13:46:14.371Z] #38 24.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-01-31T13:46:14.627Z] #38 24.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-01-31T13:46:14.627Z] #38 24.15 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-01-31T13:46:14.627Z] #38 24.16 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-01-31T13:46:14.627Z] #38 24.17 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-01-31T13:46:14.627Z] #38 24.18 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-01-31T13:46:14.800Z] #14 28.37 The following NEW packages will be installed: [2022-01-31T13:46:14.800Z] #14 28.38 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-31T13:46:14.800Z] #14 28.38 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-01-31T13:46:14.800Z] #14 28.38 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-01-31T13:46:14.800Z] #14 28.38 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-01-31T13:46:14.800Z] #14 28.38 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-01-31T13:46:14.800Z] #14 28.38 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-01-31T13:46:14.800Z] #14 28.38 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-01-31T13:46:14.800Z] #14 28.38 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-01-31T13:46:14.800Z] #14 28.39 mingw-w64-x86-64-dev [2022-01-31T13:46:14.800Z] #14 28.75 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:14.800Z] #14 28.75 Need to get 115 MB of archives. [2022-01-31T13:46:14.800Z] #14 28.75 After this operation, 645 MB of additional disk space will be used. [2022-01-31T13:46:14.800Z] #14 28.75 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-01-31T13:46:14.801Z] #19 ... [2022-01-31T13:46:14.801Z] [2022-01-31T13:46:14.801Z] #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-01-31T13:46:14.801Z] #50 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:46:14.801Z] #50 63.62 + dpkg --print-architecture [2022-01-31T13:46:14.801Z] #50 63.63 + git checkout -q v2.1.0 [2022-01-31T13:46:14.801Z] #50 63.84 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-01-31T13:46:14.801Z] #50 63.84 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-01-31T13:46:15.058Z] #14 28.89 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-01-31T13:46:15.059Z] #14 29.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-01-31T13:46:15.059Z] #14 29.06 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-01-31T13:46:15.275Z] #51 ... [2022-01-31T13:46:15.275Z] [2022-01-31T13:46:15.275Z] #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-01-31T13:46:15.275Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:15.275Z] #47 17.59 Fetched 8503 kB in 14s (618 kB/s) [2022-01-31T13:46:15.275Z] #47 17.59 Reading package lists... [2022-01-31T13:46:15.275Z] #47 21.99 Reading package lists... [2022-01-31T13:46:15.275Z] #47 26.22 Building dependency tree... [2022-01-31T13:46:15.353Z] #14 29.07 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-01-31T13:46:15.353Z] #14 29.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-01-31T13:46:15.353Z] #14 29.30 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-01-31T13:46:15.532Z] #47 ... [2022-01-31T13:46:15.532Z] [2022-01-31T13:46:15.532Z] #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-01-31T13:46:15.532Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:15.532Z] #14 27.27 The following additional packages will be installed: [2022-01-31T13:46:15.532Z] #14 27.29 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-31T13:46:15.532Z] #14 27.29 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-01-31T13:46:15.532Z] #14 27.29 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-01-31T13:46:15.532Z] #14 27.29 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-01-31T13:46:15.532Z] #14 27.29 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-01-31T13:46:15.532Z] #14 27.29 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-01-31T13:46:15.532Z] #14 27.29 mingw-w64-common mingw-w64-x86-64-dev [2022-01-31T13:46:15.532Z] #14 27.29 Suggested packages: [2022-01-31T13:46:15.532Z] #14 27.31 gcc-10-locales seccomp wine64 [2022-01-31T13:46:15.557Z] #38 ... [2022-01-31T13:46:15.557Z] [2022-01-31T13:46:15.557Z] #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-01-31T13:46:15.557Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:46:15.557Z] #58 14.98 Fetched 8499 kB in 12s (721 kB/s) [2022-01-31T13:46:15.557Z] #58 14.98 Reading package lists... [2022-01-31T13:46:15.557Z] #58 20.28 Reading package lists... [2022-01-31T13:46:15.557Z] #58 25.12 Building dependency tree... [2022-01-31T13:46:15.557Z] #58 ... [2022-01-31T13:46:15.557Z] [2022-01-31T13:46:15.557Z] #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-01-31T13:46:15.557Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:15.557Z] #47 18.60 Reading package lists... [2022-01-31T13:46:15.609Z] #14 ... [2022-01-31T13:46:15.609Z] [2022-01-31T13:46:15.609Z] #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-01-31T13:46:15.609Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-01-31T13:46:15.609Z] #53 28.99 v3.0.2 [2022-01-31T13:46:15.609Z] #53 DONE 29.3s [2022-01-31T13:46:15.609Z] [2022-01-31T13:46:15.610Z] #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-01-31T13:46:15.610Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:15.610Z] #47 28.03 The following additional packages will be installed: [2022-01-31T13:46:15.610Z] #47 28.04 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-01-31T13:46:15.610Z] #47 28.04 python3-protobuf python3-six [2022-01-31T13:46:15.610Z] #47 28.05 Suggested packages: [2022-01-31T13:46:15.610Z] #47 28.05 python3-setuptools [2022-01-31T13:46:15.610Z] #47 28.05 Recommended packages: [2022-01-31T13:46:15.610Z] #47 28.05 iproute2 | iproute [2022-01-31T13:46:15.610Z] #47 28.51 The following NEW packages will be installed: [2022-01-31T13:46:15.610Z] #47 28.53 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-01-31T13:46:15.610Z] #47 28.53 python3-protobuf python3-six [2022-01-31T13:46:15.610Z] #47 28.94 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:15.610Z] #47 28.94 Need to get 2292 kB of archives. [2022-01-31T13:46:15.610Z] #47 28.94 After this operation, 11.0 MB of additional disk space will be used. [2022-01-31T13:46:15.610Z] #47 28.94 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-01-31T13:46:15.610Z] #47 29.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-31T13:46:15.610Z] #47 29.01 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-01-31T13:46:15.610Z] #47 29.16 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-01-31T13:46:15.610Z] #47 29.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-01-31T13:46:15.610Z] #47 29.18 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-01-31T13:46:15.610Z] #47 29.19 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-01-31T13:46:16.118Z] #14 28.47 The following NEW packages will be installed: [2022-01-31T13:46:16.118Z] #14 28.47 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-31T13:46:16.118Z] #14 28.47 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-01-31T13:46:16.118Z] #14 28.47 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-01-31T13:46:16.118Z] #14 28.47 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-01-31T13:46:16.118Z] #14 28.48 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-01-31T13:46:16.118Z] #14 28.48 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-01-31T13:46:16.118Z] #14 28.48 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-01-31T13:46:16.118Z] #14 28.48 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-01-31T13:46:16.118Z] #14 28.49 mingw-w64-x86-64-dev [2022-01-31T13:46:16.232Z] + docker version [2022-01-31T13:46:16.682Z] #14 28.92 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:16.682Z] #14 28.92 Need to get 115 MB of archives. [2022-01-31T13:46:16.682Z] #14 28.92 After this operation, 645 MB of additional disk space will be used. [2022-01-31T13:46:16.682Z] #14 28.92 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-01-31T13:46:16.682Z] #14 29.02 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-01-31T13:46:16.926Z] #47 23.28 Reading package lists... [2022-01-31T13:46:16.926Z] #47 ... [2022-01-31T13:46:16.926Z] [2022-01-31T13:46:16.926Z] #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-01-31T13:46:16.926Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:16.926Z] #14 16.44 Fetched 8499 kB in 12s (680 kB/s) [2022-01-31T13:46:16.926Z] #14 16.44 Reading package lists... [2022-01-31T13:46:16.926Z] #14 21.59 Reading package lists... [2022-01-31T13:46:16.926Z] #14 26.32 Building dependency tree... [2022-01-31T13:46:16.926Z] #14 ... [2022-01-31T13:46:16.926Z] [2022-01-31T13:46:16.926Z] #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-01-31T13:46:16.926Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:16.926Z] #38 25.36 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:16.926Z] #38 25.63 Fetched 17.7 MB in 1s (12.7 MB/s) [2022-01-31T13:46:16.926Z] #38 25.71 Selecting previously unselected package xxd. [2022-01-31T13:46:16.926Z] #38 25.71 (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-01-31T13:46:16.926Z] #38 25.78 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:46:16.926Z] #38 25.80 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:16.926Z] #38 26.00 Selecting previously unselected package vim-common. [2022-01-31T13:46:16.926Z] #38 26.00 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:46:16.926Z] #38 26.03 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:16.926Z] #38 26.35 Selecting previously unselected package cmake-data. [2022-01-31T13:46:16.926Z] #38 26.36 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-01-31T13:46:16.926Z] #38 26.39 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-01-31T13:46:16.939Z] #14 29.17 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-01-31T13:46:16.939Z] #14 29.18 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-01-31T13:46:16.939Z] #14 29.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-01-31T13:46:16.939Z] #14 29.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-01-31T13:46:17.204Z] #14 29.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-01-31T13:46:17.204Z] #14 ... [2022-01-31T13:46:17.204Z] [2022-01-31T13:46:17.204Z] #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-01-31T13:46:17.204Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-01-31T13:46:17.204Z] #53 29.32 v3.0.2 [2022-01-31T13:46:17.204Z] #53 DONE 29.7s [2022-01-31T13:46:17.204Z] [2022-01-31T13:46:17.204Z] #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-01-31T13:46:17.204Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:17.204Z] #14 29.59 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-01-31T13:46:17.204Z] #14 29.60 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-01-31T13:46:17.504Z] #47 ... [2022-01-31T13:46:17.504Z] [2022-01-31T13:46:17.504Z] #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-01-31T13:46:17.505Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:46:17.505Z] #58 27.61 The following additional packages will be installed: [2022-01-31T13:46:17.505Z] #58 27.61 libbtrfs0 [2022-01-31T13:46:17.505Z] #58 27.75 The following NEW packages will be installed: [2022-01-31T13:46:17.505Z] #58 27.76 libbtrfs-dev libbtrfs0 [2022-01-31T13:46:17.505Z] #58 28.13 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:17.505Z] #58 28.13 Need to get 460 kB of archives. [2022-01-31T13:46:17.505Z] #58 28.13 After this operation, 1237 kB of additional disk space will be used. [2022-01-31T13:46:17.505Z] #58 28.13 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-31T13:46:17.505Z] #58 28.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-31T13:46:17.505Z] #58 28.99 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:17.505Z] #58 29.25 Fetched 460 kB in 0s (1331 kB/s) [2022-01-31T13:46:17.505Z] #58 29.51 Selecting previously unselected package libbtrfs0:amd64. [2022-01-31T13:46:17.505Z] #58 29.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-01-31T13:46:17.505Z] #58 29.58 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-31T13:46:17.505Z] #58 29.60 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:46:17.505Z] #58 30.39 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-31T13:46:17.505Z] #58 30.39 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-31T13:46:17.505Z] #58 30.43 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:46:17.505Z] #58 30.86 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:46:17.505Z] #58 30.89 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:46:17.505Z] #58 30.91 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:46:17.505Z] #58 DONE 31.3s [2022-01-31T13:46:17.505Z] [2022-01-31T13:46:17.505Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-01-31T13:46:17.505Z] #59 sha256:011bc59b20500190f63bac49ebc64a846c87117b8af8732bb73051514a1d2744 [2022-01-31T13:46:17.505Z] #59 DONE 0.2s [2022-01-31T13:46:17.505Z] [2022-01-31T13:46:17.505Z] #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-01-31T13:46:17.505Z] #60 sha256:cd78e615a542d8a8d02979d578afcf805deaad8906ffb4669ff0af4bee37cb8a [2022-01-31T13:46:18.138Z] #14 30.40 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-01-31T13:46:18.437Z] #60 0.803 + RM_GOPATH=0 [2022-01-31T13:46:18.437Z] #60 0.803 + TMP_GOPATH= [2022-01-31T13:46:18.437Z] #60 0.803 + : /build [2022-01-31T13:46:18.437Z] #60 0.803 + '[' -z '' ']' [2022-01-31T13:46:18.437Z] #60 0.803 ++ mktemp -d [2022-01-31T13:46:18.437Z] #60 0.810 + export GOPATH=/tmp/tmp.e03YNLtWMR [2022-01-31T13:46:18.437Z] #60 0.810 + GOPATH=/tmp/tmp.e03YNLtWMR [2022-01-31T13:46:18.437Z] #60 0.811 + RM_GOPATH=1 [2022-01-31T13:46:18.437Z] #60 0.811 + case "$(go env GOARCH)" in [2022-01-31T13:46:18.437Z] #60 0.811 ++ go env GOARCH [2022-01-31T13:46:18.437Z] #60 0.836 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:18.437Z] #60 0.836 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:18.437Z] #60 0.837 ++ dirname /install.sh [2022-01-31T13:46:18.437Z] #60 0.842 + dir=/ [2022-01-31T13:46:18.437Z] #60 0.842 + bin=containerd [2022-01-31T13:46:18.437Z] #60 0.843 + shift [2022-01-31T13:46:18.437Z] #60 0.843 + '[' '!' -f //containerd.installer ']' [2022-01-31T13:46:18.437Z] #60 0.843 + . //containerd.installer [2022-01-31T13:46:18.437Z] #60 0.849 ++ set -e [2022-01-31T13:46:18.437Z] #60 0.853 ++ : v1.5.9 [2022-01-31T13:46:18.437Z] #60 0.853 + install_containerd [2022-01-31T13:46:18.437Z] #60 0.855 + echo 'Install containerd version v1.5.9' [2022-01-31T13:46:18.437Z] #60 0.856 Install containerd version v1.5.9 [2022-01-31T13:46:18.437Z] #60 0.859 + git clone https://github.com/containerd/containerd.git /tmp/tmp.e03YNLtWMR/src/github.com/containerd/containerd [2022-01-31T13:46:18.437Z] #60 0.860 Cloning into '/tmp/tmp.e03YNLtWMR/src/github.com/containerd/containerd'... [2022-01-31T13:46:19.450Z] #38 ... [2022-01-31T13:46:19.450Z] [2022-01-31T13:46:19.450Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:46:19.450Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:46:19.450Z] #51 18.89 go: downloading github.com/ultraware/funlen v0.0.2 [2022-01-31T13:46:19.450Z] #51 18.89 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-01-31T13:46:19.450Z] #51 18.94 go: downloading github.com/uudashr/gocognit v1.0.1 [2022-01-31T13:46:19.450Z] #51 18.99 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2022-01-31T13:46:19.450Z] #51 19.96 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-01-31T13:46:19.450Z] #51 19.96 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2022-01-31T13:46:19.450Z] #51 20.04 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-01-31T13:46:19.450Z] #51 20.04 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-01-31T13:46:19.450Z] #51 20.11 go: downloading github.com/stretchr/objx v0.2.0 [2022-01-31T13:46:19.450Z] #51 20.15 go: downloading golang.org/x/text v0.3.2 [2022-01-31T13:46:19.450Z] #51 25.22 go: downloading github.com/gobwas/glob v0.2.3 [2022-01-31T13:46:19.450Z] #51 25.23 go: downloading github.com/kisielk/gotool v1.0.0 [2022-01-31T13:46:19.450Z] #51 25.33 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2022-01-31T13:46:19.450Z] #51 25.37 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2022-01-31T13:46:19.450Z] #51 25.37 go: downloading github.com/gogo/protobuf v1.2.1 [2022-01-31T13:46:19.450Z] #51 26.44 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2022-01-31T13:46:19.450Z] #51 26.56 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-01-31T13:46:19.450Z] #51 26.78 go: downloading github.com/BurntSushi/toml v0.3.1 [2022-01-31T13:46:19.450Z] #51 ... [2022-01-31T13:46:19.450Z] [2022-01-31T13:46:19.450Z] #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-01-31T13:46:19.450Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:46:19.450Z] #58 25.12 Building dependency tree... [2022-01-31T13:46:19.450Z] #58 28.00 The following additional packages will be installed: [2022-01-31T13:46:19.450Z] #58 28.02 libbtrfs0 [2022-01-31T13:46:19.450Z] #58 28.23 The following NEW packages will be installed: [2022-01-31T13:46:19.450Z] #58 28.26 libbtrfs-dev libbtrfs0 [2022-01-31T13:46:19.450Z] #58 28.68 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:19.450Z] #58 28.68 Need to get 460 kB of archives. [2022-01-31T13:46:19.450Z] #58 28.68 After this operation, 1237 kB of additional disk space will be used. [2022-01-31T13:46:19.450Z] #58 28.68 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-31T13:46:19.450Z] #58 28.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-31T13:46:19.512Z] #14 31.58 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-01-31T13:46:19.512Z] #14 ... [2022-01-31T13:46:19.512Z] [2022-01-31T13:46:19.512Z] #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-01-31T13:46:19.512Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:46:19.512Z] #58 25.03 Building dependency tree... [2022-01-31T13:46:19.512Z] #58 28.00 The following additional packages will be installed: [2022-01-31T13:46:19.512Z] #58 28.00 libbtrfs0 [2022-01-31T13:46:19.512Z] #58 28.18 The following NEW packages will be installed: [2022-01-31T13:46:19.512Z] #58 28.20 libbtrfs-dev libbtrfs0 [2022-01-31T13:46:19.512Z] #58 28.67 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:19.512Z] #58 28.67 Need to get 460 kB of archives. [2022-01-31T13:46:19.512Z] #58 28.67 After this operation, 1237 kB of additional disk space will be used. [2022-01-31T13:46:19.512Z] #58 28.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-31T13:46:19.512Z] #58 28.68 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-31T13:46:19.512Z] #58 29.88 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:19.512Z] #58 30.34 Fetched 460 kB in 0s (1207 kB/s) [2022-01-31T13:46:19.512Z] #58 30.47 Selecting previously unselected package libbtrfs0:amd64. [2022-01-31T13:46:19.512Z] #58 30.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-01-31T13:46:19.512Z] #58 30.57 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-31T13:46:19.512Z] #58 30.59 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:46:19.512Z] #58 31.00 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-31T13:46:19.512Z] #58 31.01 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-31T13:46:19.512Z] #58 31.02 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:46:19.512Z] #58 31.37 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:46:19.512Z] #58 31.39 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:46:19.512Z] #58 31.41 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:46:19.512Z] #58 DONE 31.7s [2022-01-31T13:46:19.512Z] [2022-01-31T13:46:19.512Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-01-31T13:46:19.512Z] #59 sha256:881a4b262de97067d91d9cc1fb3397c4ec1c153ce069e9f8e401c276b47d5bd2 [2022-01-31T13:46:19.512Z] #59 DONE 0.1s [2022-01-31T13:46:19.512Z] [2022-01-31T13:46:19.512Z] #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-01-31T13:46:19.512Z] #60 sha256:fbcea3f085b90885e4101c671d0c08f2bbb09e9bede33f9121b56436b47840e9 [2022-01-31T13:46:20.013Z] #58 29.54 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:20.270Z] #58 29.78 Fetched 460 kB in 0s (1520 kB/s) [2022-01-31T13:46:20.270Z] #58 29.87 Selecting previously unselected package libbtrfs0:amd64. [2022-01-31T13:46:20.451Z] #60 0.941 + RM_GOPATH=0 [2022-01-31T13:46:20.451Z] #60 0.941 + TMP_GOPATH= [2022-01-31T13:46:20.451Z] #60 0.941 + : /build [2022-01-31T13:46:20.451Z] #60 0.941 + '[' -z '' ']' [2022-01-31T13:46:20.451Z] #60 0.941 ++ mktemp -d [2022-01-31T13:46:20.451Z] #60 0.942 + export GOPATH=/tmp/tmp.IkhRuWjyV0 [2022-01-31T13:46:20.451Z] #60 0.943 + GOPATH=/tmp/tmp.IkhRuWjyV0 [2022-01-31T13:46:20.451Z] #60 0.943 + RM_GOPATH=1 [2022-01-31T13:46:20.451Z] #60 0.943 + case "$(go env GOARCH)" in [2022-01-31T13:46:20.451Z] #60 0.944 ++ go env GOARCH [2022-01-31T13:46:20.451Z] #60 0.965 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:20.451Z] #60 0.973 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:20.451Z] #60 0.974 ++ dirname /install.sh [2022-01-31T13:46:20.451Z] #60 0.975 + dir=/ [2022-01-31T13:46:20.451Z] #60 0.975 + bin=containerd [2022-01-31T13:46:20.451Z] #60 0.975 + shift [2022-01-31T13:46:20.451Z] #60 0.975 + '[' '!' -f //containerd.installer ']' [2022-01-31T13:46:20.451Z] #60 0.975 + . //containerd.installer [2022-01-31T13:46:20.451Z] #60 0.980 ++ set -e [2022-01-31T13:46:20.451Z] #60 0.980 ++ : v1.5.9 [2022-01-31T13:46:20.451Z] #60 0.980 + install_containerd [2022-01-31T13:46:20.451Z] #60 0.984 + echo 'Install containerd version v1.5.9' [2022-01-31T13:46:20.451Z] #60 0.984 Install containerd version v1.5.9 [2022-01-31T13:46:20.451Z] #60 0.985 + git clone https://github.com/containerd/containerd.git /tmp/tmp.IkhRuWjyV0/src/github.com/containerd/containerd [2022-01-31T13:46:20.451Z] #60 0.989 Cloning into '/tmp/tmp.IkhRuWjyV0/src/github.com/containerd/containerd'... [2022-01-31T13:46:20.527Z] #58 29.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-01-31T13:46:20.527Z] #58 29.95 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-31T13:46:20.527Z] #58 29.96 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:46:20.527Z] #58 30.16 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-31T13:46:20.527Z] #58 30.17 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-31T13:46:20.527Z] #58 30.18 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:46:20.786Z] #58 30.54 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:46:21.046Z] #58 30.61 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:46:21.046Z] #58 30.64 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:46:21.046Z] #58 ... [2022-01-31T13:46:21.046Z] [2022-01-31T13:46:21.046Z] #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-01-31T13:46:21.046Z] #53 sha256:4b13d98b085ddcd7fae047447bfb57d1be42e428a771f87916a8d82413009bac [2022-01-31T13:46:21.046Z] #53 30.44 v3.0.2 [2022-01-31T13:46:21.046Z] #53 DONE 30.7s [2022-01-31T13:46:21.303Z] [2022-01-31T13:46:21.303Z] #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-01-31T13:46:21.303Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:21.303Z] #14 26.32 Building dependency tree... [2022-01-31T13:46:21.303Z] #14 29.13 The following additional packages will be installed: [2022-01-31T13:46:21.303Z] #14 29.16 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-31T13:46:21.303Z] #14 29.16 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-01-31T13:46:21.303Z] #14 29.16 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-01-31T13:46:21.303Z] #14 29.16 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-01-31T13:46:21.303Z] #14 29.16 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-01-31T13:46:21.303Z] #14 29.16 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-01-31T13:46:21.303Z] #14 29.16 mingw-w64-common mingw-w64-x86-64-dev [2022-01-31T13:46:21.303Z] #14 29.17 Suggested packages: [2022-01-31T13:46:21.303Z] #14 29.19 gcc-10-locales seccomp wine64 [2022-01-31T13:46:21.303Z] #14 30.41 The following NEW packages will be installed: [2022-01-31T13:46:21.303Z] #14 30.42 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-31T13:46:21.303Z] #14 30.42 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-01-31T13:46:21.303Z] #14 30.42 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-01-31T13:46:21.303Z] #14 30.42 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-01-31T13:46:21.303Z] #14 30.43 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-01-31T13:46:21.303Z] #14 30.43 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-01-31T13:46:21.303Z] #14 30.43 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-01-31T13:46:21.303Z] #14 30.43 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-01-31T13:46:21.303Z] #14 30.43 mingw-w64-x86-64-dev [2022-01-31T13:46:21.303Z] #14 30.91 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:21.303Z] #14 30.91 Need to get 115 MB of archives. [2022-01-31T13:46:21.303Z] #14 30.91 After this operation, 645 MB of additional disk space will be used. [2022-01-31T13:46:21.303Z] #14 30.91 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-01-31T13:46:21.303Z] #14 31.01 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-01-31T13:46:21.461Z] #50 ... [2022-01-31T13:46:21.461Z] [2022-01-31T13:46:21.461Z] #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-01-31T13:46:21.461Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-01-31T13:46:21.461Z] #19 79.46 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-01-31T13:46:21.461Z] #19 79.47 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:21.461Z] #19 79.67 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-31T13:46:21.605Z] #14 ... [2022-01-31T13:46:21.605Z] [2022-01-31T13:46:21.605Z] #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-01-31T13:46:21.605Z] #58 sha256:53862fbb77bf51806bbb0e8059038813b0b12d96948fca87c229ce51a0b0c26d [2022-01-31T13:46:21.605Z] #58 DONE 31.1s [2022-01-31T13:46:21.605Z] [2022-01-31T13:46:21.605Z] #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-01-31T13:46:21.605Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:21.605Z] #14 31.12 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-01-31T13:46:21.605Z] #14 31.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-01-31T13:46:21.605Z] #14 31.17 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-01-31T13:46:21.605Z] #14 31.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-01-31T13:46:21.862Z] #14 31.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-01-31T13:46:22.121Z] #14 ... [2022-01-31T13:46:22.121Z] [2022-01-31T13:46:22.121Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-01-31T13:46:22.121Z] #59 sha256:9a699e36617a188de76e5474b28f474f0acb8e3473c8454033b7cf2882aeec15 [2022-01-31T13:46:22.121Z] #59 DONE 0.5s [2022-01-31T13:46:22.121Z] [2022-01-31T13:46:22.121Z] #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-01-31T13:46:22.121Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:22.121Z] #14 31.68 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-01-31T13:46:22.121Z] #14 31.69 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-01-31T13:46:22.844Z] #19 81.50 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-01-31T13:46:22.844Z] #19 81.50 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:22.844Z] #19 81.76 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:46:22.981Z] #60 ... [2022-01-31T13:46:22.981Z] [2022-01-31T13:46:22.981Z] #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-01-31T13:46:22.981Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:22.981Z] #38 23.92 Building dependency tree... [2022-01-31T13:46:22.981Z] #38 26.80 The following additional packages will be installed: [2022-01-31T13:46:22.981Z] #38 26.80 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-01-31T13:46:22.981Z] #38 26.81 Suggested packages: [2022-01-31T13:46:22.981Z] #38 26.82 cmake-doc ninja-build lrzip [2022-01-31T13:46:22.981Z] #38 26.82 Recommended packages: [2022-01-31T13:46:22.981Z] #38 26.83 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-01-31T13:46:22.981Z] #38 27.59 The following NEW packages will be installed: [2022-01-31T13:46:22.981Z] #38 27.60 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-01-31T13:46:22.981Z] #38 27.60 vim-common xxd [2022-01-31T13:46:22.981Z] #38 27.99 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:22.981Z] #38 27.99 Need to get 17.7 MB of archives. [2022-01-31T13:46:22.981Z] #38 27.99 After this operation, 70.7 MB of additional disk space will be used. [2022-01-31T13:46:22.981Z] #38 27.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-31T13:46:22.981Z] #38 28.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-31T13:46:22.981Z] #38 28.00 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-01-31T13:46:22.981Z] #38 28.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-01-31T13:46:22.981Z] #38 28.58 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-01-31T13:46:22.981Z] #38 28.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-01-31T13:46:22.981Z] #38 28.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-01-31T13:46:22.981Z] #38 28.64 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-01-31T13:46:22.981Z] #38 28.64 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-01-31T13:46:22.981Z] #38 28.64 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-01-31T13:46:22.981Z] #38 30.03 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:22.981Z] #38 30.32 Fetched 17.7 MB in 1s (14.5 MB/s) [2022-01-31T13:46:22.981Z] #38 30.49 Selecting previously unselected package xxd. [2022-01-31T13:46:22.981Z] #38 30.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-01-31T13:46:22.981Z] #38 30.55 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:46:22.981Z] #38 30.64 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:22.981Z] #38 30.91 Selecting previously unselected package vim-common. [2022-01-31T13:46:22.981Z] #38 30.91 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:46:22.981Z] #38 30.94 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:22.981Z] #38 31.16 Selecting previously unselected package cmake-data. [2022-01-31T13:46:22.981Z] #38 31.16 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-01-31T13:46:22.981Z] #38 31.16 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-01-31T13:46:22.981Z] #38 34.10 Selecting previously unselected package libicu67:amd64. [2022-01-31T13:46:22.981Z] #38 34.13 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-01-31T13:46:22.981Z] #38 34.15 Unpacking libicu67:amd64 (67.1-7) ... [2022-01-31T13:46:22.981Z] #38 ... [2022-01-31T13:46:22.981Z] [2022-01-31T13:46:22.981Z] #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-01-31T13:46:22.981Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:22.981Z] #14 32.24 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-01-31T13:46:22.981Z] #14 32.80 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-01-31T13:46:22.981Z] #14 33.63 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-01-31T13:46:22.981Z] #14 33.98 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-01-31T13:46:22.981Z] #14 33.98 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-01-31T13:46:22.981Z] #14 33.98 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-01-31T13:46:22.981Z] #14 33.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-31T13:46:22.981Z] #14 33.99 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-31T13:46:22.981Z] #14 34.00 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-01-31T13:46:22.981Z] #14 34.01 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-01-31T13:46:22.981Z] #14 34.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-01-31T13:46:22.981Z] #14 34.03 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-01-31T13:46:22.981Z] #14 34.04 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-01-31T13:46:22.981Z] #14 34.04 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-01-31T13:46:22.981Z] #14 34.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-01-31T13:46:22.981Z] #14 34.07 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-01-31T13:46:22.981Z] #14 34.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-01-31T13:46:22.981Z] #14 34.09 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-01-31T13:46:22.981Z] #14 34.09 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-01-31T13:46:22.981Z] #14 34.91 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:22.981Z] #14 35.09 Fetched 115 MB in 5s (20.9 MB/s) [2022-01-31T13:46:22.981Z] #14 35.15 Selecting previously unselected package binutils-mingw-w64-i686. [2022-01-31T13:46:22.981Z] #14 35.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-01-31T13:46:22.981Z] #14 35.22 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-31T13:46:22.981Z] #14 35.23 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-31T13:46:23.062Z] #14 32.37 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-01-31T13:46:23.110Z] #19 ... [2022-01-31T13:46:23.110Z] [2022-01-31T13:46:23.110Z] #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-01-31T13:46:23.110Z] #50 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:46:23.110Z] #50 DONE 81.8s [2022-01-31T13:46:23.371Z] [2022-01-31T13:46:23.371Z] #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-01-31T13:46:23.371Z] #19 sha256:e6798e78d73b38d863d277f3b50a2bcdbf997696b972cf58606dfe892bcf36ba [2022-01-31T13:46:23.387Z] Client: [2022-01-31T13:46:23.387Z] Version: 20.10.9 [2022-01-31T13:46:23.387Z] API version: 1.41 [2022-01-31T13:46:23.387Z] Go version: go1.16.8 [2022-01-31T13:46:23.387Z] Git commit: c2ea9bc [2022-01-31T13:46:23.387Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-31T13:46:23.387Z] OS/Arch: windows/amd64 [2022-01-31T13:46:23.387Z] Context: default [2022-01-31T13:46:23.387Z] Experimental: true [2022-01-31T13:46:23.387Z] [2022-01-31T13:46:23.387Z] Server: Docker Engine - Community [2022-01-31T13:46:23.387Z] Engine: [2022-01-31T13:46:23.387Z] Version: 20.10.9 [2022-01-31T13:46:23.387Z] API version: 1.41 (minimum version 1.24) [2022-01-31T13:46:23.387Z] Go version: go1.16.8 [2022-01-31T13:46:23.387Z] Git commit: 79ea9d3 [2022-01-31T13:46:23.387Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-31T13:46:23.387Z] OS/Arch: windows/amd64 [2022-01-31T13:46:23.387Z] Experimental: true [2022-01-31T13:46:23.741Z] #60 ... [2022-01-31T13:46:23.742Z] [2022-01-31T13:46:23.742Z] #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-01-31T13:46:23.742Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:46:23.742Z] #34 36.72 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-01-31T13:46:23.742Z] #34 36.82 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-01-31T13:46:23.995Z] #14 33.59 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-01-31T13:46:24.041Z] #34 ... [2022-01-31T13:46:24.041Z] [2022-01-31T13:46:24.041Z] #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-01-31T13:46:24.041Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:24.041Z] #38 27.91 The following additional packages will be installed: [2022-01-31T13:46:24.041Z] #38 27.92 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-01-31T13:46:24.041Z] #38 27.93 Suggested packages: [2022-01-31T13:46:24.041Z] #38 27.93 cmake-doc ninja-build lrzip [2022-01-31T13:46:24.041Z] #38 27.93 Recommended packages: [2022-01-31T13:46:24.041Z] #38 27.93 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-01-31T13:46:24.041Z] #38 28.66 The following NEW packages will be installed: [2022-01-31T13:46:24.041Z] #38 28.67 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-01-31T13:46:24.041Z] #38 28.67 vim-common xxd [2022-01-31T13:46:24.041Z] #38 29.04 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:24.041Z] #38 29.04 Need to get 17.7 MB of archives. [2022-01-31T13:46:24.041Z] #38 29.04 After this operation, 70.7 MB of additional disk space will be used. [2022-01-31T13:46:24.041Z] #38 29.04 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-31T13:46:24.041Z] #38 29.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-31T13:46:24.041Z] #38 29.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-01-31T13:46:24.041Z] #38 29.20 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-01-31T13:46:24.041Z] #38 29.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-01-31T13:46:24.041Z] #38 29.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-01-31T13:46:24.042Z] #38 29.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-01-31T13:46:24.042Z] #38 29.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-01-31T13:46:24.042Z] #38 29.83 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-01-31T13:46:24.042Z] #38 29.83 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-01-31T13:46:24.042Z] #38 31.06 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:24.042Z] #38 31.35 Fetched 17.7 MB in 1s (12.4 MB/s) [2022-01-31T13:46:24.042Z] #38 31.48 Selecting previously unselected package xxd. [2022-01-31T13:46:24.042Z] #38 31.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-01-31T13:46:24.042Z] #38 31.57 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:46:24.042Z] #38 31.58 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:24.042Z] #38 31.82 Selecting previously unselected package vim-common. [2022-01-31T13:46:24.042Z] #38 31.82 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:46:24.042Z] #38 31.86 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:24.042Z] #38 32.24 Selecting previously unselected package cmake-data. [2022-01-31T13:46:24.042Z] #38 32.24 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-01-31T13:46:24.042Z] #38 32.25 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-01-31T13:46:24.042Z] #38 34.72 Selecting previously unselected package libicu67:amd64. [2022-01-31T13:46:24.042Z] #38 34.74 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-01-31T13:46:24.042Z] #38 34.76 Unpacking libicu67:amd64 (67.1-7) ... [2022-01-31T13:46:24.042Z] #38 ... [2022-01-31T13:46:24.042Z] [2022-01-31T13:46:24.042Z] #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-01-31T13:46:24.042Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:46:24.042Z] #34 37.79 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [Pipeline] sh [2022-01-31T13:46:24.409Z] Fetching without tags [2022-01-31T13:46:24.564Z] #14 34.22 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-01-31T13:46:24.663Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0febc58bb747ae9d6) in /home/ubuntu/workspace/moby_PR-43199 [Pipeline] { [Pipeline] checkout [2022-01-31T13:46:24.875Z] #14 37.03 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-01-31T13:46:24.875Z] #14 37.03 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-31T13:46:24.875Z] #14 37.04 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-31T13:46:24.899Z] The recommended git tool is: git [2022-01-31T13:46:24.967Z] + docker info [2022-01-31T13:46:24.967Z] Client: [2022-01-31T13:46:24.967Z] Context: default [2022-01-31T13:46:24.967Z] Debug Mode: false [2022-01-31T13:46:24.967Z] [2022-01-31T13:46:24.967Z] Server: [2022-01-31T13:46:24.967Z] Containers: 0 [2022-01-31T13:46:24.967Z] Running: 0 [2022-01-31T13:46:24.967Z] Paused: 0 [2022-01-31T13:46:24.967Z] Stopped: 0 [2022-01-31T13:46:24.967Z] Images: 0 [2022-01-31T13:46:24.967Z] Server Version: 20.10.9 [2022-01-31T13:46:24.967Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-31T13:46:24.967Z] Windows: [2022-01-31T13:46:24.967Z] LCOW: [2022-01-31T13:46:24.967Z] Logging Driver: json-file [2022-01-31T13:46:24.967Z] Plugins: [2022-01-31T13:46:24.967Z] Volume: local [2022-01-31T13:46:24.967Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T13:46:24.967Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T13:46:24.967Z] Swarm: inactive [2022-01-31T13:46:24.967Z] Default Isolation: process [2022-01-31T13:46:24.967Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-31T13:46:24.967Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-31T13:46:24.967Z] OSType: windows [2022-01-31T13:46:24.967Z] Architecture: x86_64 [2022-01-31T13:46:24.967Z] CPUs: 4 [2022-01-31T13:46:24.967Z] Total Memory: 32GiB [2022-01-31T13:46:24.967Z] Name: azwin-2-045ec0 [2022-01-31T13:46:24.967Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-01-31T13:46:24.967Z] Docker Root Dir: D:\docker [2022-01-31T13:46:24.967Z] Debug Mode: false [2022-01-31T13:46:24.967Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:46:24.967Z] Labels: [2022-01-31T13:46:24.967Z] Experimental: true [2022-01-31T13:46:24.967Z] Insecure Registries: [2022-01-31T13:46:24.967Z] 10.0.0.4:5000 [2022-01-31T13:46:24.967Z] 127.0.0.0/8 [2022-01-31T13:46:24.967Z] Registry Mirrors: [2022-01-31T13:46:24.967Z] http://10.0.0.4:5000/ [2022-01-31T13:46:24.967Z] Live Restore Enabled: false [2022-01-31T13:46:24.967Z] Product License: Community Engine [2022-01-31T13:46:24.967Z] [Pipeline] } [Pipeline] // stage [2022-01-31T13:46:25.133Z] #14 34.81 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] [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-01-31T13:46:25.232Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:46:25.439Z] #14 ... [2022-01-31T13:46:25.439Z] [2022-01-31T13:46:25.439Z] #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-01-31T13:46:25.439Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:46:25.439Z] #34 37.58 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-01-31T13:46:25.439Z] #34 37.68 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-01-31T13:46:24.080Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:46:24.147Z] > git config --add remote.origin.fetch +refs/pull/43199/head:refs/remotes/origin/PR-43199 # timeout=10 [2022-01-31T13:46:24.197Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:46:24.321Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:46:24.448Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:46:24.448Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:46:24.449Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:46:25.345Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:46:25.403Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:46:25.938Z] #34 ... [2022-01-31T13:46:25.938Z] [2022-01-31T13:46:25.938Z] #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-01-31T13:46:25.938Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:25.938Z] #14 29.59 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-01-31T13:46:25.938Z] #14 29.61 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-01-31T13:46:25.938Z] #14 30.29 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-01-31T13:46:25.938Z] #14 31.44 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-01-31T13:46:25.938Z] #14 32.07 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-01-31T13:46:25.938Z] #14 32.63 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-01-31T13:46:25.938Z] #14 34.07 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-01-31T13:46:25.938Z] #14 34.63 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-01-31T13:46:25.938Z] #14 34.63 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-01-31T13:46:25.938Z] #14 34.64 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-01-31T13:46:25.938Z] #14 34.64 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-31T13:46:25.938Z] #14 34.64 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-31T13:46:25.938Z] #14 34.67 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-01-31T13:46:25.938Z] #14 34.67 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-01-31T13:46:25.938Z] #14 34.68 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-01-31T13:46:25.938Z] #14 34.69 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-01-31T13:46:25.938Z] #14 34.70 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-01-31T13:46:25.938Z] #14 34.70 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-01-31T13:46:25.938Z] #14 34.71 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-01-31T13:46:25.938Z] #14 34.73 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-01-31T13:46:25.938Z] #14 34.74 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-01-31T13:46:25.938Z] #14 34.75 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-01-31T13:46:25.938Z] #14 34.75 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-01-31T13:46:25.938Z] #14 35.57 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:25.938Z] #14 35.77 Fetched 115 MB in 6s (18.1 MB/s) [2022-01-31T13:46:25.938Z] #14 35.84 Selecting previously unselected package binutils-mingw-w64-i686. [2022-01-31T13:46:25.938Z] #14 35.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-01-31T13:46:25.938Z] #14 35.91 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-31T13:46:25.938Z] #14 35.92 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-31T13:46:25.938Z] #14 37.99 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-01-31T13:46:25.938Z] #14 37.99 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-31T13:46:25.938Z] #14 37.99 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-31T13:46:25.938Z] #14 ... [2022-01-31T13:46:25.938Z] [2022-01-31T13:46:25.938Z] #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-01-31T13:46:25.938Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:25.938Z] #47 32.21 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-01-31T13:46:25.938Z] #47 33.46 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:25.938Z] #47 33.81 Fetched 2292 kB in 4s (571 kB/s) [2022-01-31T13:46:25.938Z] #47 33.89 Selecting previously unselected package libprotobuf23:amd64. [2022-01-31T13:46:25.938Z] #47 33.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-01-31T13:46:25.938Z] #47 33.97 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-01-31T13:46:25.938Z] #47 33.99 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-01-31T13:46:25.938Z] #47 34.69 Selecting previously unselected package python3-pkg-resources. [2022-01-31T13:46:25.938Z] #47 34.69 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-31T13:46:25.938Z] #47 34.70 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:46:25.938Z] #47 34.89 Selecting previously unselected package python3-six. [2022-01-31T13:46:25.938Z] #47 34.90 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-01-31T13:46:25.938Z] #47 34.90 Unpacking python3-six (1.16.0-2) ... [2022-01-31T13:46:25.938Z] #47 35.00 Selecting previously unselected package python3-protobuf. [2022-01-31T13:46:25.938Z] #47 35.00 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-01-31T13:46:25.938Z] #47 35.00 Unpacking python3-protobuf (3.12.4-1) ... [2022-01-31T13:46:25.938Z] #47 35.45 Selecting previously unselected package libnet1:amd64. [2022-01-31T13:46:25.938Z] #47 35.45 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-01-31T13:46:25.938Z] #47 35.46 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:46:25.938Z] #47 35.57 Selecting previously unselected package libnl-3-200:amd64. [2022-01-31T13:46:25.938Z] #47 35.58 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-01-31T13:46:25.938Z] #47 35.58 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:46:25.938Z] #47 35.70 Selecting previously unselected package libprotobuf-c1:amd64. [2022-01-31T13:46:25.938Z] #47 35.70 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-01-31T13:46:25.938Z] #47 35.71 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:46:25.938Z] #47 35.80 Selecting previously unselected package criu. [2022-01-31T13:46:25.938Z] #47 35.81 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-01-31T13:46:25.938Z] #47 35.81 Unpacking criu (3.16.1-3) ... [2022-01-31T13:46:25.938Z] #47 36.48 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:46:25.938Z] #47 38.01 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-01-31T13:46:25.938Z] #47 38.02 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:46:25.939Z] #47 38.03 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:46:25.939Z] #47 38.05 Setting up python3-six (1.16.0-2) ... [2022-01-31T13:46:25.939Z] #47 39.14 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:46:25.939Z] #47 39.17 Setting up python3-protobuf (3.12.4-1) ... [2022-01-31T13:46:25.939Z] #47 ... [2022-01-31T13:46:25.939Z] [2022-01-31T13:46:25.939Z] #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-01-31T13:46:25.939Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:25.939Z] #38 40.04 Selecting previously unselected package libxml2:amd64. [2022-01-31T13:46:25.954Z] #34 37.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-01-31T13:46:26.195Z] #38 40.06 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-01-31T13:46:26.196Z] #38 40.08 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-31T13:46:26.503Z] #14 36.21 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-01-31T13:46:26.759Z] #38 40.49 Selecting previously unselected package libarchive13:amd64. [2022-01-31T13:46:26.759Z] #38 40.49 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-01-31T13:46:26.759Z] #38 40.50 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-31T13:46:26.884Z] #34 ... [2022-01-31T13:46:26.884Z] [2022-01-31T13:46:26.884Z] #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-01-31T13:46:26.884Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:26.884Z] #47 29.12 The following additional packages will be installed: [2022-01-31T13:46:26.884Z] #47 29.14 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-01-31T13:46:26.884Z] #47 29.14 python3-protobuf python3-six [2022-01-31T13:46:26.884Z] #47 29.16 Suggested packages: [2022-01-31T13:46:26.884Z] #47 29.17 python3-setuptools [2022-01-31T13:46:26.884Z] #47 29.17 Recommended packages: [2022-01-31T13:46:26.884Z] #47 29.17 iproute2 | iproute [2022-01-31T13:46:26.884Z] #47 29.91 The following NEW packages will be installed: [2022-01-31T13:46:26.884Z] #47 29.93 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-01-31T13:46:26.884Z] #47 29.93 python3-protobuf python3-six [2022-01-31T13:46:26.884Z] #47 30.46 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:26.884Z] #47 30.46 Need to get 2292 kB of archives. [2022-01-31T13:46:26.884Z] #47 30.46 After this operation, 11.0 MB of additional disk space will be used. [2022-01-31T13:46:26.884Z] #47 30.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-01-31T13:46:26.884Z] #47 30.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-31T13:46:26.884Z] #47 30.52 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-01-31T13:46:26.884Z] #47 30.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-01-31T13:46:26.884Z] #47 30.56 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-01-31T13:46:26.884Z] #47 30.56 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-01-31T13:46:26.884Z] #47 30.56 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-01-31T13:46:26.884Z] #47 34.07 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-01-31T13:46:26.884Z] #47 35.15 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:26.884Z] #47 35.33 Fetched 2292 kB in 4s (523 kB/s) [2022-01-31T13:46:26.884Z] #47 35.40 Selecting previously unselected package libprotobuf23:amd64. [2022-01-31T13:46:26.884Z] #47 35.40 (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-01-31T13:46:26.884Z] #47 35.46 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-01-31T13:46:26.884Z] #47 35.48 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-01-31T13:46:26.884Z] #47 36.17 Selecting previously unselected package python3-pkg-resources. [2022-01-31T13:46:26.884Z] #47 36.17 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-31T13:46:26.884Z] #47 36.18 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:46:26.884Z] #47 36.40 Selecting previously unselected package python3-six. [2022-01-31T13:46:26.884Z] #47 36.41 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-01-31T13:46:26.884Z] #47 36.42 Unpacking python3-six (1.16.0-2) ... [2022-01-31T13:46:26.884Z] #47 36.51 Selecting previously unselected package python3-protobuf. [2022-01-31T13:46:26.884Z] #47 36.51 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-01-31T13:46:26.884Z] #47 36.51 Unpacking python3-protobuf (3.12.4-1) ... [2022-01-31T13:46:26.884Z] #47 36.99 Selecting previously unselected package libnet1:amd64. [2022-01-31T13:46:26.884Z] #47 36.99 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-01-31T13:46:26.884Z] #47 37.00 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:46:26.884Z] #47 37.13 Selecting previously unselected package libnl-3-200:amd64. [2022-01-31T13:46:26.884Z] #47 37.13 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-01-31T13:46:26.884Z] #47 37.13 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:46:26.884Z] #47 37.28 Selecting previously unselected package libprotobuf-c1:amd64. [2022-01-31T13:46:26.884Z] #47 37.28 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-01-31T13:46:26.884Z] #47 37.28 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:46:26.884Z] #47 37.38 Selecting previously unselected package criu. [2022-01-31T13:46:26.884Z] #47 37.38 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-01-31T13:46:26.884Z] #47 37.38 Unpacking criu (3.16.1-3) ... [2022-01-31T13:46:26.884Z] #47 38.08 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:46:26.884Z] #47 ... [2022-01-31T13:46:26.884Z] [2022-01-31T13:46:26.884Z] #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-01-31T13:46:26.884Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:26.884Z] #14 39.25 Selecting previously unselected package binutils-mingw-w64. [2022-01-31T13:46:26.884Z] #14 39.27 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-01-31T13:46:26.884Z] #14 39.28 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-31T13:46:26.884Z] #14 39.39 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-01-31T13:46:26.884Z] #14 39.39 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:46:27.020Z] #38 40.80 Selecting previously unselected package libjsoncpp24:amd64. [2022-01-31T13:46:27.020Z] #38 40.81 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-01-31T13:46:27.020Z] #38 40.82 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-31T13:46:27.020Z] #38 40.97 Selecting previously unselected package librhash0:amd64. [2022-01-31T13:46:27.020Z] #38 40.98 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-01-31T13:46:27.020Z] #38 40.98 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-01-31T13:46:27.112Z] #14 36.73 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-01-31T13:46:27.112Z] #14 36.73 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-01-31T13:46:27.112Z] #14 36.74 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-01-31T13:46:27.112Z] #14 36.74 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-31T13:46:27.112Z] #14 36.76 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-31T13:46:27.112Z] #14 36.76 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-01-31T13:46:27.112Z] #14 36.82 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-01-31T13:46:27.112Z] #14 36.82 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-01-31T13:46:27.112Z] #14 36.82 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-01-31T13:46:27.112Z] #14 36.82 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-01-31T13:46:27.112Z] #14 36.82 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-01-31T13:46:27.112Z] #14 36.82 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-01-31T13:46:27.112Z] #14 36.84 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-01-31T13:46:27.141Z] #14 39.42 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:46:27.277Z] #38 41.15 Selecting previously unselected package libuv1:amd64. [2022-01-31T13:46:27.277Z] #38 41.15 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-01-31T13:46:27.277Z] #38 41.16 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-01-31T13:46:27.370Z] #14 36.88 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-01-31T13:46:27.370Z] #14 36.88 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-01-31T13:46:27.370Z] #14 36.88 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-01-31T13:46:27.398Z] #14 39.57 Selecting previously unselected package dmsetup. [2022-01-31T13:46:27.398Z] #14 39.57 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:46:27.398Z] #14 39.60 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-01-31T13:46:27.398Z] #14 39.75 Selecting previously unselected package mingw-w64-common. [2022-01-31T13:46:27.398Z] #14 39.75 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-01-31T13:46:27.398Z] #14 39.76 Unpacking mingw-w64-common (8.0.0-1) ... [2022-01-31T13:46:27.534Z] #38 41.31 Selecting previously unselected package cmake. [2022-01-31T13:46:27.534Z] #38 41.31 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-01-31T13:46:27.534Z] #38 41.35 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-01-31T13:46:28.300Z] #14 37.73 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:28.300Z] #14 37.94 Fetched 115 MB in 6s (18.3 MB/s) [2022-01-31T13:46:28.300Z] #14 ... [2022-01-31T13:46:28.300Z] [2022-01-31T13:46:28.300Z] #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-01-31T13:46:28.300Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:28.300Z] #47 23.28 Reading package lists... [2022-01-31T13:46:28.300Z] #47 27.76 Building dependency tree... [2022-01-31T13:46:28.300Z] #47 30.83 The following additional packages will be installed: [2022-01-31T13:46:28.300Z] #47 30.87 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-01-31T13:46:28.300Z] #47 30.87 python3-protobuf python3-six [2022-01-31T13:46:28.300Z] #47 30.87 Suggested packages: [2022-01-31T13:46:28.300Z] #47 30.87 python3-setuptools [2022-01-31T13:46:28.300Z] #47 30.87 Recommended packages: [2022-01-31T13:46:28.300Z] #47 30.87 iproute2 | iproute [2022-01-31T13:46:28.300Z] #47 31.45 The following NEW packages will be installed: [2022-01-31T13:46:28.300Z] #47 31.48 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-01-31T13:46:28.300Z] #47 31.48 python3-protobuf python3-six [2022-01-31T13:46:28.300Z] #47 31.91 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:46:28.300Z] #47 31.91 Need to get 2292 kB of archives. [2022-01-31T13:46:28.300Z] #47 31.91 After this operation, 11.0 MB of additional disk space will be used. [2022-01-31T13:46:28.300Z] #47 31.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-01-31T13:46:28.300Z] #47 31.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-31T13:46:28.300Z] #47 31.95 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-01-31T13:46:28.300Z] #47 31.95 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-01-31T13:46:28.300Z] #47 31.97 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-01-31T13:46:28.300Z] #47 31.97 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-01-31T13:46:28.300Z] #47 32.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-01-31T13:46:28.300Z] #47 35.18 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-01-31T13:46:28.300Z] #47 36.62 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:46:28.300Z] #47 36.88 Fetched 2292 kB in 4s (571 kB/s) [2022-01-31T13:46:28.300Z] #47 37.07 Selecting previously unselected package libprotobuf23:amd64. [2022-01-31T13:46:28.300Z] #47 37.07 (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-01-31T13:46:28.300Z] #47 37.15 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-01-31T13:46:28.300Z] #47 37.18 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-01-31T13:46:28.558Z] #47 ... [2022-01-31T13:46:28.558Z] [2022-01-31T13:46:28.558Z] #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-01-31T13:46:28.558Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:28.558Z] #14 38.03 Selecting previously unselected package binutils-mingw-w64-i686. [2022-01-31T13:46:28.558Z] #14 38.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-01-31T13:46:28.558Z] #14 38.11 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-31T13:46:28.558Z] #14 38.12 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-31T13:46:28.701Z] #19 87.36 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-01-31T13:46:28.701Z] #19 87.36 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:28.701Z] #19 87.36 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-31T13:46:28.701Z] #19 87.42 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-01-31T13:46:28.701Z] #19 87.42 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:28.701Z] #19 87.43 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:46:28.856Z] Merge succeeded, producing af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:46:28.857Z] Checking out Revision af819bf623a8d414289b24f9817c6317cf3f96d5 (PR-43199) [2022-01-31T13:46:28.467Z] > git remote # timeout=10 [2022-01-31T13:46:28.556Z] > git config --get remote.origin.url # timeout=10 [2022-01-31T13:46:28.607Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:46:28.609Z] > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10 [2022-01-31T13:46:28.755Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-01-31T13:46:28.894Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:46:28.943Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:46:29.569Z] using credential docker-jenkins-github-credentials [2022-01-31T13:46:29.578Z] Cloning the remote Git repository [2022-01-31T13:46:29.578Z] Cloning with configured refspecs honoured and without tags [2022-01-31T13:46:29.616Z] Cloning repository https://github.com/moby/moby.git [2022-01-31T13:46:29.925Z] #14 ... [2022-01-31T13:46:29.926Z] [2022-01-31T13:46:29.926Z] #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-01-31T13:46:29.926Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:29.926Z] #38 29.27 Selecting previously unselected package libicu67:amd64. [2022-01-31T13:46:29.926Z] #38 29.31 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-01-31T13:46:29.926Z] #38 29.33 Unpacking libicu67:amd64 (67.1-7) ... [2022-01-31T13:46:29.926Z] #38 34.82 Selecting previously unselected package libxml2:amd64. [2022-01-31T13:46:29.926Z] #38 34.83 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-01-31T13:46:29.926Z] #38 34.84 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-31T13:46:29.926Z] #38 35.32 Selecting previously unselected package libarchive13:amd64. [2022-01-31T13:46:29.926Z] #38 35.32 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-01-31T13:46:29.926Z] #38 35.36 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-31T13:46:29.926Z] #38 35.58 Selecting previously unselected package libjsoncpp24:amd64. [2022-01-31T13:46:29.926Z] #38 35.60 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-01-31T13:46:29.926Z] #38 35.60 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-31T13:46:29.926Z] #38 35.84 Selecting previously unselected package librhash0:amd64. [2022-01-31T13:46:29.926Z] #38 35.84 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-01-31T13:46:29.926Z] #38 35.84 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-01-31T13:46:29.926Z] #38 36.29 Selecting previously unselected package libuv1:amd64. [2022-01-31T13:46:29.926Z] #38 36.29 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-01-31T13:46:29.926Z] #38 36.29 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-01-31T13:46:29.926Z] #38 36.42 Selecting previously unselected package cmake. [2022-01-31T13:46:29.926Z] #38 36.42 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-01-31T13:46:29.926Z] #38 36.45 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-01-31T13:46:29.926Z] #38 ... [2022-01-31T13:46:29.926Z] [2022-01-31T13:46:29.926Z] #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-01-31T13:46:29.926Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:29.926Z] #47 37.89 Selecting previously unselected package python3-pkg-resources. [2022-01-31T13:46:29.926Z] #47 37.92 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-31T13:46:29.926Z] #47 37.93 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:46:29.926Z] #47 38.14 Selecting previously unselected package python3-six. [2022-01-31T13:46:29.926Z] #47 38.14 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-01-31T13:46:29.926Z] #47 38.16 Unpacking python3-six (1.16.0-2) ... [2022-01-31T13:46:29.926Z] #47 38.22 Selecting previously unselected package python3-protobuf. [2022-01-31T13:46:29.926Z] #47 38.24 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-01-31T13:46:29.926Z] #47 38.25 Unpacking python3-protobuf (3.12.4-1) ... [2022-01-31T13:46:29.926Z] #47 38.72 Selecting previously unselected package libnet1:amd64. [2022-01-31T13:46:29.926Z] #47 38.72 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-01-31T13:46:29.926Z] #47 38.74 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:46:29.926Z] #47 38.84 Selecting previously unselected package libnl-3-200:amd64. [2022-01-31T13:46:29.926Z] #47 38.85 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-01-31T13:46:29.926Z] #47 38.85 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:46:29.926Z] #47 38.97 Selecting previously unselected package libprotobuf-c1:amd64. [2022-01-31T13:46:29.926Z] #47 38.98 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-01-31T13:46:29.926Z] #47 38.98 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:46:29.926Z] #47 39.06 Selecting previously unselected package criu. [2022-01-31T13:46:29.926Z] #47 39.07 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-01-31T13:46:29.926Z] #47 39.08 Unpacking criu (3.16.1-3) ... [2022-01-31T13:46:30.491Z] #47 39.76 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:46:29.666Z] > git init /home/ubuntu/workspace/moby_PR-43199 # timeout=10 [2022-01-31T13:46:30.332Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:46:30.333Z] > git --version # timeout=10 [2022-01-31T13:46:30.351Z] > git --version # 'git version 2.25.1' [2022-01-31T13:46:30.351Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:46:30.358Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:46:31.425Z] #47 40.73 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-01-31T13:46:31.425Z] #47 ... [2022-01-31T13:46:31.425Z] [2022-01-31T13:46:31.425Z] #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-01-31T13:46:31.425Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:31.425Z] #38 40.33 Setting up libicu67:amd64 (67.1-7) ... [2022-01-31T13:46:31.425Z] #38 40.34 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:31.425Z] #38 40.36 Setting up libuv1:amd64 (1.40.0-2) ... [2022-01-31T13:46:31.425Z] #38 40.37 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:31.425Z] #38 40.40 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-31T13:46:31.425Z] #38 40.41 Setting up librhash0:amd64 (1.4.1-2) ... [2022-01-31T13:46:31.425Z] #38 40.43 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-01-31T13:46:31.425Z] #38 40.44 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-31T13:46:31.425Z] #38 40.46 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-31T13:46:31.425Z] #38 40.47 Setting up cmake (3.18.4-2+deb11u1) ... [2022-01-31T13:46:31.425Z] #38 40.48 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:46:31.425Z] #38 DONE 41.1s [2022-01-31T13:46:31.425Z] [2022-01-31T13:46:31.425Z] #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-01-31T13:46:31.425Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:31.425Z] #47 40.79 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:46:31.425Z] #47 40.82 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:46:31.456Z] Fetching without tags [2022-01-31T13:46:31.682Z] #47 ... [2022-01-31T13:46:31.682Z] [2022-01-31T13:46:31.682Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-01-31T13:46:31.682Z] #39 sha256:e334a893a19752fe44e48f3d666221cd642b6ec81e457f43110416f1ebd31a76 [2022-01-31T13:46:31.682Z] #39 DONE 0.1s [2022-01-31T13:46:31.682Z] [2022-01-31T13:46:31.682Z] #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-01-31T13:46:31.682Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:31.682Z] #47 40.85 Setting up python3-six (1.16.0-2) ... [2022-01-31T13:46:32.209Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:46:31.128Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:46:31.191Z] > git config --add remote.origin.fetch +refs/pull/43199/head:refs/remotes/origin/PR-43199 # timeout=10 [2022-01-31T13:46:31.222Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:46:31.363Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:46:31.488Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:46:31.488Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:46:31.488Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:46:32.251Z] #47 ... [2022-01-31T13:46:32.251Z] [2022-01-31T13:46:32.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-01-31T13:46:32.251Z] #60 sha256:a3aad24170bfaa13cc085243178499f93af998cde178147f52a858c8b11f3bea [2022-01-31T13:46:32.251Z] #60 4.020 + RM_GOPATH=0 [2022-01-31T13:46:32.251Z] #60 4.020 + TMP_GOPATH= [2022-01-31T13:46:32.251Z] #60 4.020 + : /build [2022-01-31T13:46:32.251Z] #60 4.020 + '[' -z '' ']' [2022-01-31T13:46:32.251Z] #60 4.020 ++ mktemp -d [2022-01-31T13:46:32.251Z] #60 4.020 + export GOPATH=/tmp/tmp.mnilccJ68z [2022-01-31T13:46:32.251Z] #60 4.020 + GOPATH=/tmp/tmp.mnilccJ68z [2022-01-31T13:46:32.251Z] #60 4.020 + RM_GOPATH=1 [2022-01-31T13:46:32.251Z] #60 4.020 + case "$(go env GOARCH)" in [2022-01-31T13:46:32.251Z] #60 4.020 ++ go env GOARCH [2022-01-31T13:46:32.251Z] #60 4.039 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:32.251Z] #60 4.039 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:32.251Z] #60 4.039 ++ dirname /install.sh [2022-01-31T13:46:32.251Z] #60 4.043 + dir=/ [2022-01-31T13:46:32.251Z] #60 4.043 + bin=containerd [2022-01-31T13:46:32.251Z] #60 4.043 + shift [2022-01-31T13:46:32.251Z] #60 4.043 + '[' '!' -f //containerd.installer ']' [2022-01-31T13:46:32.251Z] #60 4.043 + . //containerd.installer [2022-01-31T13:46:32.251Z] #60 4.043 ++ set -e [2022-01-31T13:46:32.251Z] #60 4.043 ++ : v1.5.9 [2022-01-31T13:46:32.251Z] #60 4.043 + install_containerd [2022-01-31T13:46:32.251Z] #60 4.053 Install containerd version v1.5.9 [2022-01-31T13:46:32.251Z] #60 4.053 + echo 'Install containerd version v1.5.9' [2022-01-31T13:46:32.251Z] #60 4.053 + git clone https://github.com/containerd/containerd.git /tmp/tmp.mnilccJ68z/src/github.com/containerd/containerd [2022-01-31T13:46:32.251Z] #60 4.058 Cloning into '/tmp/tmp.mnilccJ68z/src/github.com/containerd/containerd'... [2022-01-31T13:46:32.251Z] #60 ... [2022-01-31T13:46:32.251Z] [2022-01-31T13:46:32.251Z] #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-01-31T13:46:32.251Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:46:32.251Z] #34 35.31 Updating files: 94% (1435/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-01-31T13:46:32.251Z] #34 35.38 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-01-31T13:46:32.251Z] #34 36.00 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-01-31T13:46:32.650Z] #14 44.06 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-01-31T13:46:32.650Z] #14 44.07 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-01-31T13:46:32.650Z] #14 44.09 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-31T13:46:32.823Z] #34 ... [2022-01-31T13:46:32.823Z] [2022-01-31T13:46:32.823Z] #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-01-31T13:46:32.823Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:32.823Z] #47 42.00 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:46:32.823Z] #47 42.04 Setting up python3-protobuf (3.12.4-1) ... [2022-01-31T13:46:32.831Z] #38 45.84 Setting up libicu67:amd64 (67.1-7) ... [2022-01-31T13:46:32.831Z] #38 45.90 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:32.831Z] #38 45.94 Setting up libuv1:amd64 (1.40.0-2) ... [2022-01-31T13:46:32.831Z] #38 46.06 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:32.831Z] #38 ... [2022-01-31T13:46:32.831Z] [2022-01-31T13:46:32.831Z] #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-01-31T13:46:32.831Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:32.831Z] #47 42.66 Setting up criu (3.16.1-3) ... [2022-01-31T13:46:32.831Z] #47 44.28 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:46:32.831Z] #47 DONE 45.9s [2022-01-31T13:46:32.831Z] [2022-01-31T13:46:32.831Z] #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-01-31T13:46:32.831Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:32.831Z] #38 46.23 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-31T13:46:32.831Z] #38 46.25 Setting up librhash0:amd64 (1.4.1-2) ... [2022-01-31T13:46:32.831Z] #38 46.25 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-01-31T13:46:32.831Z] #38 46.29 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-31T13:46:32.831Z] #38 46.30 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-31T13:46:32.831Z] #38 46.30 Setting up cmake (3.18.4-2+deb11u1) ... [2022-01-31T13:46:32.831Z] #38 46.34 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:46:32.831Z] #38 ... [2022-01-31T13:46:32.831Z] [2022-01-31T13:46:32.831Z] #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-01-31T13:46:32.831Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:32.831Z] #14 39.92 Selecting previously unselected package binutils-mingw-w64. [2022-01-31T13:46:32.831Z] #14 39.93 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-01-31T13:46:32.831Z] #14 39.95 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-31T13:46:32.831Z] #14 40.10 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-01-31T13:46:32.831Z] #14 40.11 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:46:32.831Z] #14 40.11 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:46:32.831Z] #14 40.29 Selecting previously unselected package dmsetup. [2022-01-31T13:46:32.831Z] #14 40.29 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:46:32.831Z] #14 40.30 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-01-31T13:46:32.831Z] #14 40.44 Selecting previously unselected package mingw-w64-common. [2022-01-31T13:46:32.831Z] #14 40.44 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-01-31T13:46:32.831Z] #14 40.45 Unpacking mingw-w64-common (8.0.0-1) ... [2022-01-31T13:46:32.831Z] #14 45.83 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-01-31T13:46:32.831Z] #14 45.83 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-01-31T13:46:32.831Z] #14 45.85 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-31T13:46:32.831Z] #14 ... [2022-01-31T13:46:32.831Z] [2022-01-31T13:46:32.831Z] #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-01-31T13:46:32.831Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:32.831Z] #38 DONE 46.7s [2022-01-31T13:46:32.831Z] [2022-01-31T13:46:32.831Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-01-31T13:46:32.831Z] #39 sha256:93eb1b37700a0ecbdba4a49f97400d00116df0fc8468d75f69e34cc03fc56397 [2022-01-31T13:46:32.831Z] #39 DONE 0.2s [2022-01-31T13:46:32.831Z] [2022-01-31T13:46:32.831Z] #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-01-31T13:46:32.831Z] #40 sha256:831657761b5e11466b5ced50912a1b7beb14c7a78e68e70c067ebba1d94269bf [2022-01-31T13:46:32.908Z] #19 91.32 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-01-31T13:46:32.908Z] #19 91.32 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:46:32.908Z] #19 91.33 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:46:32.908Z] #19 91.36 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-01-31T13:46:32.908Z] #19 91.37 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:46:32.908Z] #19 91.37 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-31T13:46:32.908Z] #19 91.41 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-01-31T13:46:32.908Z] #19 91.41 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:46:32.908Z] #19 91.46 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-31T13:46:32.908Z] #19 91.49 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-01-31T13:46:32.908Z] #19 91.49 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:46:32.908Z] #19 91.50 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:46:32.908Z] #19 91.56 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-01-31T13:46:32.908Z] #19 91.56 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:46:32.908Z] #19 91.58 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:46:32.908Z] #19 91.62 Selecting previously unselected package cross-config. [2022-01-31T13:46:32.908Z] #19 91.62 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-01-31T13:46:32.908Z] #19 91.62 Unpacking cross-config (2.6.18+nmu1) ... [2022-01-31T13:46:32.908Z] #19 91.66 Selecting previously unselected package gcc-10-cross-base. [2022-01-31T13:46:32.908Z] #19 91.67 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:32.908Z] #19 91.67 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-01-31T13:46:32.908Z] #19 91.72 Selecting previously unselected package libc6-arm64-cross. [2022-01-31T13:46:32.908Z] #19 91.72 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-01-31T13:46:32.908Z] #19 91.72 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-01-31T13:46:33.170Z] #19 91.88 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-01-31T13:46:33.170Z] #19 91.88 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:33.170Z] #19 91.89 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:33.170Z] #19 91.92 Selecting previously unselected package libgomp1-arm64-cross. [2022-01-31T13:46:33.170Z] #19 91.93 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:33.170Z] #19 91.93 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:33.170Z] #19 91.97 Selecting previously unselected package libitm1-arm64-cross. [2022-01-31T13:46:33.170Z] #19 91.97 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:33.170Z] #19 91.98 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:33.170Z] #19 92.04 Selecting previously unselected package libatomic1-arm64-cross. [2022-01-31T13:46:33.170Z] #19 92.04 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:33.170Z] #19 92.05 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:33.170Z] #19 92.08 Selecting previously unselected package libasan6-arm64-cross. [2022-01-31T13:46:33.430Z] #19 92.08 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:33.430Z] #19 92.09 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:33.591Z] #14 ... [2022-01-31T13:46:33.591Z] [2022-01-31T13:46:33.591Z] #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-01-31T13:46:33.591Z] #38 sha256:0e1acfed2a2badb2bb31263af48b0cb71379aea1e3153d3507945e0825d5a999 [2022-01-31T13:46:33.591Z] #38 39.85 Selecting previously unselected package libxml2:amd64. [2022-01-31T13:46:33.591Z] #38 39.86 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-01-31T13:46:33.591Z] #38 39.86 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-31T13:46:33.591Z] #38 40.27 Selecting previously unselected package libarchive13:amd64. [2022-01-31T13:46:33.591Z] #38 40.27 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-01-31T13:46:33.591Z] #38 40.30 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-31T13:46:33.591Z] #38 40.61 Selecting previously unselected package libjsoncpp24:amd64. [2022-01-31T13:46:33.591Z] #38 40.61 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-01-31T13:46:33.591Z] #38 40.62 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-31T13:46:33.591Z] #38 40.76 Selecting previously unselected package librhash0:amd64. [2022-01-31T13:46:33.591Z] #38 40.76 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-01-31T13:46:33.591Z] #38 40.77 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-01-31T13:46:33.591Z] #38 40.92 Selecting previously unselected package libuv1:amd64. [2022-01-31T13:46:33.591Z] #38 40.92 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-01-31T13:46:33.591Z] #38 40.94 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-01-31T13:46:33.591Z] #38 41.03 Selecting previously unselected package cmake. [2022-01-31T13:46:33.591Z] #38 41.07 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-01-31T13:46:33.591Z] #38 41.07 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-01-31T13:46:33.591Z] #38 44.89 Setting up libicu67:amd64 (67.1-7) ... [2022-01-31T13:46:33.591Z] #38 44.90 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:33.591Z] #38 44.93 Setting up libuv1:amd64 (1.40.0-2) ... [2022-01-31T13:46:33.591Z] #38 44.94 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:46:33.591Z] #38 44.99 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-31T13:46:33.591Z] #38 45.00 Setting up librhash0:amd64 (1.4.1-2) ... [2022-01-31T13:46:33.591Z] #38 45.01 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-01-31T13:46:33.591Z] #38 45.03 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-31T13:46:33.591Z] #38 45.04 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-31T13:46:33.591Z] #38 45.08 Setting up cmake (3.18.4-2+deb11u1) ... [2022-01-31T13:46:33.591Z] #38 45.10 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:46:33.591Z] #38 DONE 45.9s [2022-01-31T13:46:33.591Z] [2022-01-31T13:46:33.591Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-01-31T13:46:33.591Z] #39 sha256:e1d9af04660fadb22da52491f2c2cd26a5c9b3cdc21c12178d948ff39b7883e4 [2022-01-31T13:46:33.591Z] #39 DONE 0.1s [2022-01-31T13:46:33.591Z] [2022-01-31T13:46:33.591Z] #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-01-31T13:46:33.591Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:33.591Z] #47 39.69 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-01-31T13:46:33.591Z] #47 39.70 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:46:33.591Z] #47 39.71 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:46:33.591Z] #47 39.73 Setting up python3-six (1.16.0-2) ... [2022-01-31T13:46:33.591Z] #47 40.74 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:46:33.591Z] #47 40.77 Setting up python3-protobuf (3.12.4-1) ... [2022-01-31T13:46:33.591Z] #47 44.32 Setting up criu (3.16.1-3) ... [2022-01-31T13:46:33.591Z] #47 46.08 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:46:33.591Z] #47 ... [2022-01-31T13:46:33.591Z] [2022-01-31T13:46:33.591Z] #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-01-31T13:46:33.591Z] #40 sha256:400cae89b5a84820465dd4fb7e3c1e095c8004c7ec824fb5ec9675e4482e2b4d [2022-01-31T13:46:33.691Z] #19 92.32 Selecting previously unselected package liblsan0-arm64-cross. [2022-01-31T13:46:33.691Z] #19 92.32 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:33.691Z] #19 92.33 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:33.691Z] #19 92.44 Selecting previously unselected package libtsan0-arm64-cross. [2022-01-31T13:46:33.691Z] #19 92.44 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:33.691Z] #19 92.44 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:33.951Z] #19 92.67 Selecting previously unselected package libstdc++6-arm64-cross. [2022-01-31T13:46:33.951Z] #19 92.67 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:33.951Z] #19 92.67 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:33.951Z] #19 92.74 Selecting previously unselected package libubsan1-arm64-cross. [2022-01-31T13:46:33.951Z] #19 92.75 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:33.951Z] #19 92.75 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:34.155Z] #40 ... [2022-01-31T13:46:34.155Z] [2022-01-31T13:46:34.155Z] #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-01-31T13:46:34.155Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:34.155Z] #47 DONE 46.4s [2022-01-31T13:46:34.202Z] #40 1.198 + RM_GOPATH=0 [2022-01-31T13:46:34.202Z] #40 1.198 + TMP_GOPATH= [2022-01-31T13:46:34.202Z] #40 1.198 + : /build [2022-01-31T13:46:34.202Z] #40 1.198 + '[' -z '' ']' [2022-01-31T13:46:34.202Z] #40 1.199 ++ mktemp -d [2022-01-31T13:46:34.202Z] #40 1.204 + export GOPATH=/tmp/tmp.kppJVWvHu4 [2022-01-31T13:46:34.202Z] #40 1.204 + GOPATH=/tmp/tmp.kppJVWvHu4 [2022-01-31T13:46:34.202Z] #40 1.204 + RM_GOPATH=1 [2022-01-31T13:46:34.202Z] #40 1.204 + case "$(go env GOARCH)" in [2022-01-31T13:46:34.202Z] #40 1.204 ++ go env GOARCH [2022-01-31T13:46:34.202Z] #40 1.220 Install tini version v0.19.0 [2022-01-31T13:46:34.202Z] #40 1.220 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:34.202Z] #40 1.220 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:34.202Z] #40 1.220 ++ dirname /install.sh [2022-01-31T13:46:34.202Z] #40 1.220 + dir=/ [2022-01-31T13:46:34.202Z] #40 1.220 + bin=tini [2022-01-31T13:46:34.202Z] #40 1.220 + shift [2022-01-31T13:46:34.202Z] #40 1.220 + '[' '!' -f //tini.installer ']' [2022-01-31T13:46:34.202Z] #40 1.220 + . //tini.installer [2022-01-31T13:46:34.202Z] #40 1.220 ++ : v0.19.0 [2022-01-31T13:46:34.202Z] #40 1.220 + install_tini [2022-01-31T13:46:34.202Z] #40 1.220 + echo 'Install tini version v0.19.0' [2022-01-31T13:46:34.202Z] #40 1.221 + git clone https://github.com/krallin/tini.git /tmp/tmp.kppJVWvHu4/tini [2022-01-31T13:46:34.202Z] #40 1.223 Cloning into '/tmp/tmp.kppJVWvHu4/tini'... [2022-01-31T13:46:34.211Z] #19 92.85 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-01-31T13:46:34.211Z] #19 92.85 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:34.211Z] #19 92.86 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:34.211Z] #19 93.00 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-01-31T13:46:34.211Z] #19 93.00 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:34.211Z] #19 93.00 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:46:34.413Z] [2022-01-31T13:46:34.413Z] #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-01-31T13:46:34.413Z] #40 sha256:400cae89b5a84820465dd4fb7e3c1e095c8004c7ec824fb5ec9675e4482e2b4d [2022-01-31T13:46:34.770Z] #40 1.881 + cd /tmp/tmp.kppJVWvHu4/tini [2022-01-31T13:46:34.978Z] #40 1.311 + RM_GOPATH=0 [2022-01-31T13:46:34.978Z] #40 1.311 + TMP_GOPATH= [2022-01-31T13:46:34.978Z] #40 1.311 + : /build [2022-01-31T13:46:34.978Z] #40 1.311 + '[' -z '' ']' [2022-01-31T13:46:34.978Z] #40 1.311 ++ mktemp -d [2022-01-31T13:46:34.978Z] #40 1.318 + export GOPATH=/tmp/tmp.YbU82kNawM [2022-01-31T13:46:34.978Z] #40 1.318 + GOPATH=/tmp/tmp.YbU82kNawM [2022-01-31T13:46:34.978Z] #40 1.318 + RM_GOPATH=1 [2022-01-31T13:46:34.978Z] #40 1.318 + case "$(go env GOARCH)" in [2022-01-31T13:46:34.978Z] #40 1.319 ++ go env GOARCH [2022-01-31T13:46:34.978Z] #40 1.354 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:34.978Z] #40 1.354 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:34.978Z] #40 1.361 ++ dirname /install.sh [2022-01-31T13:46:34.978Z] #40 1.398 + dir=/ [2022-01-31T13:46:34.978Z] #40 1.398 + bin=tini [2022-01-31T13:46:34.978Z] #40 1.398 + shift [2022-01-31T13:46:34.978Z] #40 1.398 + '[' '!' -f //tini.installer ']' [2022-01-31T13:46:34.978Z] #40 1.398 + . //tini.installer [2022-01-31T13:46:34.978Z] #40 1.398 ++ : v0.19.0 [2022-01-31T13:46:34.978Z] #40 1.398 + install_tini [2022-01-31T13:46:34.978Z] #40 1.398 + echo 'Install tini version v0.19.0' [2022-01-31T13:46:34.978Z] #40 1.398 + git clone https://github.com/krallin/tini.git /tmp/tmp.YbU82kNawM/tini [2022-01-31T13:46:34.978Z] #40 1.398 Cloning into '/tmp/tmp.YbU82kNawM/tini'... [2022-01-31T13:46:34.978Z] #40 1.414 Install tini version v0.19.0 [2022-01-31T13:46:35.027Z] #40 1.881 + git checkout -q v0.19.0 [2022-01-31T13:46:35.027Z] #40 1.887 + cmake . [2022-01-31T13:46:32.316Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:46:32.363Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:46:35.590Z] #40 2.490 -- The C compiler identification is GNU 10.2.1 [2022-01-31T13:46:35.590Z] #40 2.604 -- Detecting C compiler ABI info [2022-01-31T13:46:35.590Z] #40 ... [2022-01-31T13:46:35.590Z] [2022-01-31T13:46:35.590Z] #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-01-31T13:46:35.590Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-01-31T13:46:35.590Z] #49 49.22 gotestsum version dev [2022-01-31T13:46:35.590Z] #49 DONE 49.5s [2022-01-31T13:46:35.847Z] [2022-01-31T13:46:35.847Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:46:35.847Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:46:35.910Z] #40 2.254 + cd /tmp/tmp.YbU82kNawM/tini [2022-01-31T13:46:35.910Z] #40 2.255 + git checkout -q v0.19.0 [2022-01-31T13:46:35.910Z] #40 2.260 + cmake . [2022-01-31T13:46:35.931Z] Merge succeeded, producing af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:46:35.931Z] Checking out Revision af819bf623a8d414289b24f9817c6317cf3f96d5 (PR-43199) [2022-01-31T13:46:36.453Z] #51 ... [2022-01-31T13:46:36.453Z] [2022-01-31T13:46:36.453Z] #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-01-31T13:46:36.453Z] #40 sha256:831657761b5e11466b5ced50912a1b7beb14c7a78e68e70c067ebba1d94269bf [2022-01-31T13:46:36.453Z] #40 3.437 -- Detecting C compiler ABI info - done [2022-01-31T13:46:36.453Z] #40 3.598 -- Check for working C compiler: /usr/bin/cc - skipped [2022-01-31T13:46:36.453Z] #40 3.598 -- Detecting C compile features [2022-01-31T13:46:36.453Z] #40 3.599 -- Detecting C compile features - done [2022-01-31T13:46:36.453Z] #40 3.637 -- Performing Test HAS_BUILTIN_FORTIFY [2022-01-31T13:46:36.473Z] #40 2.814 -- The C compiler identification is GNU 10.2.1 [2022-01-31T13:46:36.473Z] #40 2.907 -- Detecting C compiler ABI info [2022-01-31T13:46:36.709Z] #40 3.885 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-01-31T13:46:36.729Z] #40 ... [2022-01-31T13:46:36.729Z] [2022-01-31T13:46:36.729Z] #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-01-31T13:46:36.729Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-01-31T13:46:36.729Z] #49 48.88 gotestsum version dev [2022-01-31T13:46:36.729Z] #49 DONE 49.0s [2022-01-31T13:46:36.729Z] [2022-01-31T13:46:36.729Z] #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-01-31T13:46:36.729Z] #63 sha256:b9d2bb12b367a00180d720ada01d3917b9f87566e219c0e538efc2c301b904bb [2022-01-31T13:46:36.966Z] #40 3.967 -- Configuring done [2022-01-31T13:46:36.966Z] #40 3.989 -- Generating done [2022-01-31T13:46:36.966Z] #40 3.992 -- Build files have been written to: /tmp/tmp.kppJVWvHu4/tini [2022-01-31T13:46:36.966Z] #40 4.010 + make tini-static [2022-01-31T13:46:36.995Z] #63 ... [2022-01-31T13:46:36.995Z] [2022-01-31T13:46:36.995Z] #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-01-31T13:46:36.995Z] #40 sha256:400cae89b5a84820465dd4fb7e3c1e095c8004c7ec824fb5ec9675e4482e2b4d [2022-01-31T13:46:36.995Z] #40 3.547 -- Detecting C compiler ABI info - done [2022-01-31T13:46:37.010Z] #47 45.55 Setting up criu (3.16.1-3) ... [2022-01-31T13:46:37.223Z] #40 4.262 Scanning dependencies of target tini-static [2022-01-31T13:46:37.223Z] #40 4.381 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-01-31T13:46:37.252Z] #40 3.740 -- Check for working C compiler: /usr/bin/cc - skipped [2022-01-31T13:46:37.252Z] #40 3.793 -- Detecting C compile features [2022-01-31T13:46:37.252Z] #40 3.793 -- Detecting C compile features - done [2022-01-31T13:46:37.252Z] #40 3.802 -- Performing Test HAS_BUILTIN_FORTIFY [2022-01-31T13:46:37.815Z] #40 4.122 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-01-31T13:46:38.072Z] #40 4.257 -- Configuring done [2022-01-31T13:46:38.072Z] #40 4.279 -- Generating done [2022-01-31T13:46:38.072Z] #40 4.295 -- Build files have been written to: /tmp/tmp.YbU82kNawM/tini [2022-01-31T13:46:38.072Z] #40 4.314 + make tini-static [2022-01-31T13:46:38.153Z] #40 5.265 [100%] Linking C executable tini-static [2022-01-31T13:46:38.329Z] #40 4.609 Scanning dependencies of target tini-static [2022-01-31T13:46:38.329Z] #40 4.690 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-01-31T13:46:38.375Z] #47 47.40 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:46:38.375Z] #47 ... [2022-01-31T13:46:38.375Z] [2022-01-31T13:46:38.375Z] #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-01-31T13:46:38.375Z] #40 sha256:9d961cc4d2ca455aa904129a3bbef8212f434c6368613acb5ebae67e0678300b [2022-01-31T13:46:38.375Z] #40 2.170 + RM_GOPATH=0 [2022-01-31T13:46:38.375Z] #40 2.170 + TMP_GOPATH= [2022-01-31T13:46:38.375Z] #40 2.170 + : /build [2022-01-31T13:46:38.375Z] #40 2.170 + '[' -z '' ']' [2022-01-31T13:46:38.375Z] #40 2.171 ++ mktemp -d [2022-01-31T13:46:38.375Z] #40 2.174 + export GOPATH=/tmp/tmp.QNW9BXmaMW [2022-01-31T13:46:38.375Z] #40 2.175 + GOPATH=/tmp/tmp.QNW9BXmaMW [2022-01-31T13:46:38.375Z] #40 2.175 + RM_GOPATH=1 [2022-01-31T13:46:38.375Z] #40 2.175 + case "$(go env GOARCH)" in [2022-01-31T13:46:38.375Z] #40 2.177 ++ go env GOARCH [2022-01-31T13:46:38.375Z] #40 2.206 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:38.375Z] #40 2.213 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:46:38.375Z] #40 2.216 ++ dirname /install.sh [2022-01-31T13:46:38.375Z] #40 2.218 + dir=/ [2022-01-31T13:46:38.375Z] #40 2.218 + bin=tini [2022-01-31T13:46:38.375Z] #40 2.218 + shift [2022-01-31T13:46:38.375Z] #40 2.218 + '[' '!' -f //tini.installer ']' [2022-01-31T13:46:38.375Z] #40 2.219 + . //tini.installer [2022-01-31T13:46:38.375Z] #40 2.219 ++ : v0.19.0 [2022-01-31T13:46:38.375Z] #40 2.219 + install_tini [2022-01-31T13:46:38.375Z] #40 2.220 + echo 'Install tini version v0.19.0' [2022-01-31T13:46:38.375Z] #40 2.220 Install tini version v0.19.0 [2022-01-31T13:46:38.375Z] #40 2.220 + git clone https://github.com/krallin/tini.git /tmp/tmp.QNW9BXmaMW/tini [2022-01-31T13:46:38.375Z] #40 2.222 Cloning into '/tmp/tmp.QNW9BXmaMW/tini'... [2022-01-31T13:46:38.375Z] #40 2.971 + cd /tmp/tmp.QNW9BXmaMW/tini [2022-01-31T13:46:38.375Z] #40 2.971 + git checkout -q v0.19.0 [2022-01-31T13:46:38.375Z] #40 2.978 + cmake . [2022-01-31T13:46:38.375Z] #40 3.409 -- The C compiler identification is GNU 10.2.1 [2022-01-31T13:46:38.375Z] #40 3.526 -- Detecting C compiler ABI info [2022-01-31T13:46:38.375Z] #40 4.030 -- Detecting C compiler ABI info - done [2022-01-31T13:46:38.375Z] #40 4.151 -- Check for working C compiler: /usr/bin/cc - skipped [2022-01-31T13:46:38.375Z] #40 4.155 -- Detecting C compile features [2022-01-31T13:46:38.375Z] #40 4.162 -- Detecting C compile features - done [2022-01-31T13:46:38.375Z] #40 4.212 -- Performing Test HAS_BUILTIN_FORTIFY [2022-01-31T13:46:38.375Z] #40 4.426 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-01-31T13:46:38.375Z] #40 4.520 -- Configuring done [2022-01-31T13:46:38.375Z] #40 4.527 -- Generating done [2022-01-31T13:46:38.375Z] #40 4.544 -- Build files have been written to: /tmp/tmp.QNW9BXmaMW/tini [2022-01-31T13:46:38.375Z] #40 4.551 + make tini-static [2022-01-31T13:46:38.375Z] #40 4.833 Scanning dependencies of target tini-static [2022-01-31T13:46:38.375Z] #40 4.901 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-01-31T13:46:38.375Z] #40 6.054 [100%] Linking C executable tini-static [2022-01-31T13:46:38.375Z] #40 6.602 [100%] Built target tini-static [2022-01-31T13:46:38.375Z] #40 6.702 + mkdir -p /build [2022-01-31T13:46:38.375Z] #40 6.704 + cp tini-static /build/docker-init [2022-01-31T13:46:38.771Z] #40 5.837 [100%] Built target tini-static [2022-01-31T13:46:38.771Z] #40 5.894 + mkdir -p /build [2022-01-31T13:46:38.771Z] #40 5.896 + cp tini-static /build/docker-init [2022-01-31T13:46:35.556Z] > git remote # timeout=10 [2022-01-31T13:46:35.638Z] > git config --get remote.origin.url # timeout=10 [2022-01-31T13:46:35.685Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:46:35.685Z] > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10 [2022-01-31T13:46:35.841Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-01-31T13:46:35.966Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:46:36.013Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:46:38.944Z] #40 DONE 7.3s [2022-01-31T13:46:38.944Z] [2022-01-31T13:46:38.944Z] #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-01-31T13:46:38.944Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:38.944Z] #14 39.95 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-01-31T13:46:38.944Z] #14 39.95 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-31T13:46:38.944Z] #14 39.95 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-31T13:46:38.944Z] #14 42.40 Selecting previously unselected package binutils-mingw-w64. [2022-01-31T13:46:38.944Z] #14 42.40 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-01-31T13:46:38.944Z] #14 42.44 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-31T13:46:38.944Z] #14 42.54 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-01-31T13:46:38.944Z] #14 42.54 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:46:38.944Z] #14 42.57 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:46:38.944Z] #14 42.73 Selecting previously unselected package dmsetup. [2022-01-31T13:46:38.944Z] #14 42.74 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:46:38.944Z] #14 42.76 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-01-31T13:46:38.944Z] #14 42.92 Selecting previously unselected package mingw-w64-common. [2022-01-31T13:46:38.944Z] #14 42.92 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-01-31T13:46:38.944Z] #14 42.93 Unpacking mingw-w64-common (8.0.0-1) ... [2022-01-31T13:46:38.944Z] #14 47.66 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-01-31T13:46:38.944Z] #14 47.67 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-01-31T13:46:38.944Z] #14 47.67 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-31T13:46:38.944Z] #14 ... [2022-01-31T13:46:38.944Z] [2022-01-31T13:46:38.944Z] #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-01-31T13:46:38.944Z] #47 sha256:b0a42dc04a623169e1da64bea401c823eadf5c690623fa4aaa1ab77d547b90bf [2022-01-31T13:46:38.944Z] #47 DONE 48.3s [2022-01-31T13:46:39.209Z] [2022-01-31T13:46:39.209Z] #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-01-31T13:46:39.209Z] #63 sha256:3378abd251ce707f8ba8598e25360f28d28d8e893cb6128779256ce1fa7dbe69 [2022-01-31T13:46:39.260Z] #40 5.618 [100%] Linking C executable tini-static [2022-01-31T13:46:39.334Z] #40 DONE 6.2s [2022-01-31T13:46:39.334Z] [2022-01-31T13:46:39.334Z] #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-01-31T13:46:39.334Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:39.334Z] #14 51.43 Selecting previously unselected package gcc-mingw-w64-base. [2022-01-31T13:46:39.334Z] #14 51.43 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:46:39.334Z] #14 51.43 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-31T13:46:39.334Z] #14 51.52 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-01-31T13:46:39.334Z] #14 51.53 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:46:39.334Z] #14 51.53 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-31T13:46:39.502Z] #19 98.02 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-01-31T13:46:39.502Z] #19 98.02 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:46:39.502Z] #19 98.03 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:46:39.502Z] #19 98.06 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-01-31T13:46:39.502Z] #19 98.06 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-01-31T13:46:39.502Z] #19 98.07 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-01-31T13:46:39.502Z] #19 98.23 Selecting previously unselected package libc6-dev-arm64-cross. [2022-01-31T13:46:39.502Z] #19 98.24 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-01-31T13:46:39.502Z] #19 98.24 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-01-31T13:46:39.517Z] #40 5.985 [100%] Built target tini-static [2022-01-31T13:46:39.762Z] #19 98.49 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-01-31T13:46:39.762Z] #19 98.49 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:39.762Z] #19 98.49 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:46:39.774Z] #40 6.069 + mkdir -p /build [2022-01-31T13:46:39.774Z] #40 6.073 + cp tini-static /build/docker-init [2022-01-31T13:46:39.774Z] #40 DONE 6.2s [2022-01-31T13:46:39.774Z] [2022-01-31T13:46:39.774Z] #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-01-31T13:46:39.774Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:39.774Z] #14 50.53 Selecting previously unselected package gcc-mingw-w64-base. [2022-01-31T13:46:39.774Z] #14 50.54 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:46:39.774Z] #14 50.54 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-31T13:46:39.774Z] #14 50.63 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-01-31T13:46:39.774Z] #14 50.65 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:46:39.774Z] #14 50.65 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-31T13:46:40.022Z] #19 98.75 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-01-31T13:46:40.022Z] #19 98.75 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:40.022Z] #19 98.75 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:46:40.270Z] Commit message: "seccomp: add support for Landlock syscalls in default policy" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-31T13:46:41.104Z] #63 ... [2022-01-31T13:46:41.104Z] [2022-01-31T13:46:41.104Z] #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-01-31T13:46:41.104Z] #49 sha256:e128bd070acb77d02e54ae25ebbea27570e19742871458b3716c11a627275cda [2022-01-31T13:46:41.104Z] #49 50.51 gotestsum version dev [2022-01-31T13:46:41.711Z] #49 DONE 51.0s [2022-01-31T13:46:41.711Z] [2022-01-31T13:46:41.711Z] #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-01-31T13:46:41.712Z] #60 sha256:a3aad24170bfaa13cc085243178499f93af998cde178147f52a858c8b11f3bea [2022-01-31T13:46:42.641Z] #60 ... [2022-01-31T13:46:42.641Z] [2022-01-31T13:46:42.641Z] #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-01-31T13:46:42.641Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:46:42.641Z] #14 52.40 Selecting previously unselected package gcc-mingw-w64-base. [2022-01-31T13:46:42.641Z] #14 52.40 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:46:42.897Z] #14 52.43 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-31T13:46:42.897Z] #14 52.55 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-01-31T13:46:42.897Z] #14 52.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:46:42.897Z] #14 52.55 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-31T13:46:43.517Z] + docker version [2022-01-31T13:46:43.542Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-01-31T13:46:43.542Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-48df54e2\powershellScript.ps1'; exit $LASTEXITCODE; [2022-01-31T13:46:43.542Z] ---------------------------------------------------------------------------- [2022-01-31T13:46:43.542Z] [2022-01-31T13:46:43.542Z] INFO: executeCI.ps1 starting at Mon Jan 31 13:46:41 CUT 2022 [2022-01-31T13:46:43.542Z] [2022-01-31T13:46:43.542Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-01-31T13:46:43.542Z] INFO: Running git version 2.24.1.windows.2 [2022-01-31T13:46:43.542Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-01-31T13:46:43.542Z] INFO: Environment variables: [2022-01-31T13:46:43.542Z] [2022-01-31T13:46:43.542Z] Name Value [2022-01-31T13:46:43.542Z] ---- ----- [2022-01-31T13:46:43.542Z] ALLUSERSPROFILE C:\ProgramData [2022-01-31T13:46:43.543Z] amd64 true [2022-01-31T13:46:43.543Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-01-31T13:46:43.543Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-01-31T13:46:43.543Z] arm64 true [2022-01-31T13:46:43.543Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-01-31T13:46:43.543Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-01-31T13:46:43.543Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-01-31T13:46:43.543Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-01-31T13:46:43.543Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-01-31T13:46:43.543Z] BRANCH_NAME PR-43199 [2022-01-31T13:46:43.543Z] BUILD_DISPLAY_NAME #4 [2022-01-31T13:46:43.543Z] BUILD_ID 4 [2022-01-31T13:46:43.543Z] BUILD_NUMBER 4 [2022-01-31T13:46:43.543Z] BUILD_TAG jenkins-moby-PR-43199-4 [2022-01-31T13:46:43.543Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/ [2022-01-31T13:46:43.543Z] cgroup2 true [2022-01-31T13:46:43.543Z] CHANGE_AUTHOR Xyene [2022-01-31T13:46:43.543Z] CHANGE_AUTHOR_DISPLAY_NAME Tudor Brindus [2022-01-31T13:46:43.543Z] CHANGE_BRANCH allow-landlock [2022-01-31T13:46:43.543Z] CHANGE_FORK Xyene [2022-01-31T13:46:43.543Z] CHANGE_ID 43199 [2022-01-31T13:46:43.543Z] CHANGE_TARGET master [2022-01-31T13:46:43.543Z] CHANGE_TITLE seccomp: add support for Landlock syscalls in default policy [2022-01-31T13:46:43.543Z] CHANGE_URL https://github.com/moby/moby/pull/43199 [2022-01-31T13:46:43.543Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:46:43.543Z] CommonProgramFiles C:\Program Files\Common Files [2022-01-31T13:46:43.543Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-01-31T13:46:43.543Z] CommonProgramW6432 C:\Program Files\Common Files [2022-01-31T13:46:43.543Z] COMPUTERNAME azwin-2-045ec0 [2022-01-31T13:46:43.543Z] ComSpec C:\Windows\system32\cmd.exe [2022-01-31T13:46:43.543Z] ConfigSequenceNumber 0 [2022-01-31T13:46:43.543Z] dco true [2022-01-31T13:46:43.543Z] DOCKER_BUILDKIT 0 [2022-01-31T13:46:43.543Z] DOCKER_DUT_DEBUG 1 [2022-01-31T13:46:43.543Z] DOCKER_EXPERIMENTAL 1 [2022-01-31T13:46:43.543Z] DOCKER_GRAPHDRIVER overlay2 [2022-01-31T13:46:43.543Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-01-31T13:46:43.543Z] EXECUTOR_NUMBER 0 [2022-01-31T13:46:43.543Z] FQDN azwin-2-045ec0.westus.cloudapp.azure.com [2022-01-31T13:46:43.543Z] GIT_BRANCH PR-43199 [2022-01-31T13:46:43.543Z] GIT_COMMIT af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:46:43.543Z] GIT_PREVIOUS_COMMIT f4eaf4b0a1f7a9cc05516bf96534239a598c0495 [2022-01-31T13:46:43.543Z] GIT_URL https://github.com/moby/moby.git [2022-01-31T13:46:43.543Z] HUDSON_COOKIE ecb36b46-116f-465f-83fe-9643eb2e865f [2022-01-31T13:46:43.543Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-01-31T13:46:43.543Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-01-31T13:46:43.543Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-01-31T13:46:43.543Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-01-31T13:46:43.543Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-01-31T13:46:43.543Z] JENKINS_NODE_COOKIE 7d250baf-09e9-4cbb-8f8d-f286be3e3a36 [2022-01-31T13:46:43.543Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-01-31T13:46:43.543Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-01-31T13:46:43.543Z] JOB_BASE_NAME PR-43199 [2022-01-31T13:46:43.543Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/display/redirect [2022-01-31T13:46:43.543Z] JOB_NAME moby/PR-43199 [2022-01-31T13:46:43.543Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/ [2022-01-31T13:46:43.543Z] library.jps.version master [2022-01-31T13:46:43.543Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-01-31T13:46:43.543Z] NODE_LABELS amd64 azure azwin-2-045ec0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-01-31T13:46:43.543Z] NODE_NAME azwin-2-045ec0 [2022-01-31T13:46:43.543Z] NUMBER_OF_PROCESSORS 4 [2022-01-31T13:46:43.543Z] OS Windows_NT [2022-01-31T13:46:43.543Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-01-31T13:46:43.543Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-01-31T13:46:43.543Z] ppc64le false [2022-01-31T13:46:43.543Z] PROCESSOR_ARCHITECTURE AMD64 [2022-01-31T13:46:43.543Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-01-31T13:46:43.543Z] PROCESSOR_LEVEL 6 [2022-01-31T13:46:43.543Z] PROCESSOR_REVISION 4f01 [2022-01-31T13:46:43.543Z] ProgramData C:\ProgramData [2022-01-31T13:46:43.543Z] ProgramFiles C:\Program Files [2022-01-31T13:46:43.543Z] ProgramFiles(x86) C:\Program Files (x86) [2022-01-31T13:46:43.543Z] ProgramW6432 C:\Program Files [2022-01-31T13:46:43.543Z] PROMPT $P$G [2022-01-31T13:46:43.543Z] PSExecutionPolicyPreference Bypass [2022-01-31T13:46:43.543Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-01-31T13:46:43.543Z] PUBLIC C:\Users\Public [2022-01-31T13:46:43.543Z] rootless true [2022-01-31T13:46:43.543Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect?page=artif... [2022-01-31T13:46:43.543Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect?page=changes [2022-01-31T13:46:43.543Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect [2022-01-31T13:46:43.543Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect?page=tests [2022-01-31T13:46:43.543Z] s390x false [2022-01-31T13:46:43.543Z] SKIP_VALIDATION_TESTS 1 [2022-01-31T13:46:43.543Z] SOURCES_DRIVE d [2022-01-31T13:46:43.543Z] SOURCES_SUBDIR gopath [2022-01-31T13:46:43.543Z] STAGE_NAME Run tests [2022-01-31T13:46:43.543Z] SystemDrive C: [2022-01-31T13:46:43.543Z] SystemRoot C:\Windows [2022-01-31T13:46:43.543Z] TEMP C:\Windows\TEMP [2022-01-31T13:46:43.543Z] TESTDEBUG 0 [2022-01-31T13:46:43.543Z] TESTRUN_DRIVE d [2022-01-31T13:46:43.543Z] TESTRUN_SUBDIR CI [2022-01-31T13:46:43.543Z] TIMEOUT 120m [2022-01-31T13:46:43.543Z] TMP C:\Windows\TEMP [2022-01-31T13:46:43.543Z] unit_validate true [2022-01-31T13:46:43.543Z] USERDOMAIN WORKGROUP [2022-01-31T13:46:43.543Z] USERNAME azwin-2-045ec0$ [2022-01-31T13:46:43.543Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-01-31T13:46:43.543Z] validate_force false [2022-01-31T13:46:43.543Z] windir C:\Windows [2022-01-31T13:46:43.543Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-01-31T13:46:43.543Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-01-31T13:46:43.543Z] windows2022 true [2022-01-31T13:46:43.543Z] windows2022containerd true [2022-01-31T13:46:43.543Z] windowsRS5 true [2022-01-31T13:46:43.543Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-01-31T13:46:43.543Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-01-31T13:46:43.543Z] [2022-01-31T13:46:43.543Z] [2022-01-31T13:46:43.543Z] [2022-01-31T13:46:44.011Z] INFO: Sources under d:\gopath\... [2022-01-31T13:46:44.011Z] INFO: Test run under d:\CI\... [2022-01-31T13:46:44.011Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-01-31T13:46:44.011Z] INFO: docker/docker repository was found [2022-01-31T13:46:44.011Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-01-31T13:46:44.742Z] #14 57.90 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-01-31T13:46:44.742Z] #14 57.90 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:46:44.742Z] #14 57.91 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:46:45.000Z] ltsc2022: Pulling from windows/servercore [2022-01-31T13:46:45.029Z] #14 56.58 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-01-31T13:46:45.029Z] #14 56.58 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:46:45.029Z] #14 56.59 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:46:45.309Z] #19 103.5 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-01-31T13:46:45.309Z] #19 103.5 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:46:45.309Z] #19 103.5 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:46:45.309Z] #19 103.6 Selecting previously unselected package patch. [2022-01-31T13:46:45.309Z] #19 103.6 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-01-31T13:46:45.309Z] #19 103.6 Unpacking patch (2.7.6-7) ... [2022-01-31T13:46:45.309Z] #19 103.6 Selecting previously unselected package dpkg-dev. [2022-01-31T13:46:45.309Z] #19 103.6 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-01-31T13:46:45.309Z] #19 103.6 Unpacking dpkg-dev (1.20.9) ... [2022-01-31T13:46:45.309Z] #19 103.8 Selecting previously unselected package libconfig-inifiles-perl. [2022-01-31T13:46:45.309Z] #19 103.8 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-01-31T13:46:45.309Z] #19 103.8 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-01-31T13:46:45.309Z] #19 103.8 Selecting previously unselected package libio-string-perl. [2022-01-31T13:46:45.309Z] #19 103.8 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-01-31T13:46:45.309Z] #19 103.8 Unpacking libio-string-perl (1.08-3.1) ... [2022-01-31T13:46:45.309Z] #19 103.8 Selecting previously unselected package libicu67:amd64. [2022-01-31T13:46:45.309Z] #19 103.8 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-01-31T13:46:45.309Z] #19 103.8 Unpacking libicu67:amd64 (67.1-7) ... [2022-01-31T13:46:45.470Z] 8f616e6e9eec: Pulling fs layer [2022-01-31T13:46:45.470Z] 0e02c12b1310: Pulling fs layer [2022-01-31T13:46:45.881Z] #19 104.7 Selecting previously unselected package libxml2:amd64. [2022-01-31T13:46:45.881Z] #19 104.7 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-01-31T13:46:45.881Z] #19 104.7 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-31T13:46:45.881Z] #19 104.8 Selecting previously unselected package libxml-namespacesupport-perl. [2022-01-31T13:46:45.881Z] #19 104.8 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-01-31T13:46:45.881Z] #19 104.8 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-01-31T13:46:46.142Z] #19 104.8 Selecting previously unselected package libxml-sax-base-perl. [2022-01-31T13:46:46.142Z] #19 104.8 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-01-31T13:46:46.142Z] #19 104.8 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-01-31T13:46:46.142Z] #19 104.9 Selecting previously unselected package libxml-sax-perl. [2022-01-31T13:46:46.142Z] #19 104.9 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-01-31T13:46:46.142Z] #19 104.9 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-01-31T13:46:46.142Z] #19 105.0 Selecting previously unselected package libxml-libxml-perl. [2022-01-31T13:46:46.142Z] #19 105.0 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-01-31T13:46:46.142Z] #19 105.0 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-01-31T13:46:46.142Z] #19 105.0 Selecting previously unselected package libxml-simple-perl. [2022-01-31T13:46:46.142Z] #19 105.0 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-01-31T13:46:46.142Z] #19 105.0 Unpacking libxml-simple-perl (2.25-1) ... [2022-01-31T13:46:46.142Z] #19 105.1 Selecting previously unselected package libyaml-perl. [2022-01-31T13:46:46.402Z] #19 105.1 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-01-31T13:46:46.403Z] #19 105.1 Unpacking libyaml-perl (1.30-1) ... [2022-01-31T13:46:46.403Z] #19 105.1 Selecting previously unselected package libconfig-auto-perl. [2022-01-31T13:46:46.403Z] #19 105.1 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-01-31T13:46:46.403Z] #19 105.1 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-01-31T13:46:46.403Z] #19 105.2 Selecting previously unselected package libfile-which-perl. [2022-01-31T13:46:46.403Z] #19 105.2 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-01-31T13:46:46.403Z] #19 105.2 Unpacking libfile-which-perl (1.23-1) ... [2022-01-31T13:46:46.403Z] #19 105.2 Selecting previously unselected package libfile-homedir-perl. [2022-01-31T13:46:46.403Z] #19 105.2 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-01-31T13:46:46.403Z] #19 105.2 Unpacking libfile-homedir-perl (1.006-1) ... [2022-01-31T13:46:46.403Z] #19 105.2 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-01-31T13:46:46.403Z] #19 105.2 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-01-31T13:46:46.403Z] #19 105.2 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-01-31T13:46:46.403Z] #19 105.3 Selecting previously unselected package dpkg-cross. [2022-01-31T13:46:46.403Z] #19 105.3 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-01-31T13:46:46.403Z] #19 105.3 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-01-31T13:46:46.403Z] #19 105.3 Selecting previously unselected package crossbuild-essential-arm64. [2022-01-31T13:46:46.663Z] #19 105.3 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-01-31T13:46:46.663Z] #19 105.3 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-01-31T13:46:46.663Z] #19 105.4 Selecting previously unselected package libc6-armel-cross. [2022-01-31T13:46:46.663Z] #19 105.4 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-01-31T13:46:46.663Z] #19 105.4 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-01-31T13:46:46.663Z] #19 105.5 Selecting previously unselected package libgcc-s1-armel-cross. [2022-01-31T13:46:46.663Z] #19 105.5 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:46.663Z] #19 105.5 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:46:46.663Z] #19 105.5 Selecting previously unselected package libgomp1-armel-cross. [2022-01-31T13:46:46.663Z] #19 105.5 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:46.663Z] #19 105.5 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:46:46.663Z] #19 105.6 Selecting previously unselected package libatomic1-armel-cross. [2022-01-31T13:46:46.923Z] #19 105.6 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:46.924Z] #19 105.6 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:46:46.924Z] #19 105.6 Selecting previously unselected package libasan6-armel-cross. [2022-01-31T13:46:46.924Z] #19 105.6 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:46.924Z] #19 105.6 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:46:46.924Z] #19 105.8 Selecting previously unselected package libstdc++6-armel-cross. [2022-01-31T13:46:47.184Z] #19 105.8 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:47.184Z] #19 105.9 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:46:47.184Z] #19 105.9 Selecting previously unselected package libubsan1-armel-cross. [2022-01-31T13:46:47.184Z] #19 105.9 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:47.184Z] #19 105.9 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:46:47.369Z] Fetching without tags [2022-01-31T13:46:47.444Z] #19 106.0 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-01-31T13:46:47.444Z] #19 106.0 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:47.444Z] #19 106.0 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:46:47.622Z] Merging remotes/origin/master commit 3c06ebd876687555fdf030a3307a66908c4fa57c into PR head commit af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:46:47.705Z] #19 106.4 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-01-31T13:46:47.705Z] #19 106.4 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:47.745Z] Commit message: "seccomp: add support for Landlock syscalls in default policy" [2022-01-31T13:46:47.966Z] #19 106.6 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-31T13:46:48.234Z] Merge succeeded, producing af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:46:48.234Z] Checking out Revision af819bf623a8d414289b24f9817c6317cf3f96d5 (PR-43199) [2022-01-31T13:46:47.307Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:46:47.317Z] > git config --add remote.origin.fetch +refs/pull/43199/head:refs/remotes/origin/PR-43199 # timeout=10 [2022-01-31T13:46:47.327Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:46:47.338Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-31T13:46:47.346Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-31T13:46:47.346Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:46:47.347Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43199/head:refs/remotes/origin/PR-43199 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-31T13:46:47.601Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:46:47.609Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:46:48.168Z] > git remote # timeout=10 [2022-01-31T13:46:48.176Z] > git config --get remote.origin.url # timeout=10 [2022-01-31T13:46:48.183Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-31T13:46:48.184Z] > git merge 3c06ebd876687555fdf030a3307a66908c4fa57c # timeout=10 [2022-01-31T13:46:48.198Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-31T13:46:48.210Z] > git config core.sparsecheckout # timeout=10 [2022-01-31T13:46:48.226Z] > git checkout -f af819bf623a8d414289b24f9817c6317cf3f96d5 # timeout=10 [2022-01-31T13:46:49.454Z] #14 58.10 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-01-31T13:46:49.454Z] #14 58.13 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:46:49.454Z] #14 58.13 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:46:50.688Z] Client: [2022-01-31T13:46:50.688Z] Version: 20.10.9 [2022-01-31T13:46:50.688Z] API version: 1.41 [2022-01-31T13:46:50.688Z] Go version: go1.16.8 [2022-01-31T13:46:50.688Z] Git commit: c2ea9bc [2022-01-31T13:46:50.688Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-31T13:46:50.688Z] OS/Arch: windows/amd64 [2022-01-31T13:46:50.688Z] Context: default [2022-01-31T13:46:50.688Z] Experimental: true [2022-01-31T13:46:50.688Z] [2022-01-31T13:46:50.688Z] Server: Docker Engine - Community [2022-01-31T13:46:50.688Z] Engine: [2022-01-31T13:46:50.688Z] Version: 20.10.9 [2022-01-31T13:46:50.688Z] API version: 1.41 (minimum version 1.24) [2022-01-31T13:46:50.688Z] Go version: go1.16.8 [2022-01-31T13:46:50.688Z] Git commit: 79ea9d3 [2022-01-31T13:46:50.688Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-31T13:46:50.688Z] OS/Arch: windows/amd64 [2022-01-31T13:46:50.688Z] Experimental: true [2022-01-31T13:46:51.018Z] + docker version [Pipeline] sh [2022-01-31T13:46:51.965Z] Commit message: "seccomp: add support for Landlock syscalls in default policy" [2022-01-31T13:46:52.274Z] + docker info [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-31T13:46:52.920Z] #14 ... [2022-01-31T13:46:52.920Z] [2022-01-31T13:46:52.920Z] #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-01-31T13:46:52.920Z] #60 sha256:cd78e615a542d8a8d02979d578afcf805deaad8906ffb4669ff0af4bee37cb8a [2022-01-31T13:46:52.950Z] + docker version [2022-01-31T13:46:53.433Z] #60 35.10 Updating files: 60% (2811/4684) Updating files: 61% (2858/4684) Updating files: 62% (2905/4684) Updating files: 63% (2951/4684) Updating files: 64% (2998/4684) Updating files: 65% (3045/4684) Updating files: 66% (3092/4684) Updating files: 67% (3139/4684) Updating files: 68% (3186/4684) Updating files: 69% (3232/4684) Updating files: 70% (3279/4684) Updating files: 71% (3326/4684) Updating files: 72% (3373/4684) Updating files: 73% (3420/4684) Updating files: 74% (3467/4684) Updating files: 75% (3513/4684) Updating files: 76% (3560/4684) Updating files: 77% (3607/4684) Updating files: 78% (3654/4684) Updating files: 79% (3701/4684) Updating files: 80% (3748/4684) Updating files: 81% (3795/4684) Updating files: 82% (3841/4684) Updating files: 83% (3888/4684) Updating files: 84% (3935/4684) Updating files: 85% (3982/4684) Updating files: 86% (4029/4684) Updating files: 87% (4076/4684) Updating files: 88% (4122/4684) Updating files: 89% (4169/4684) Updating files: 90% (4216/4684) Updating files: 91% (4263/4684) Updating files: 92% (4310/4684) Updating files: 93% (4357/4684) Updating files: 94% (4403/4684) Updating files: 95% (4450/4684) Updating files: 96% (4497/4684) Updating files: 97% (4544/4684) Updating files: 98% (4591/4684) Updating files: 99% (4638/4684) Updating files: 100% (4684/4684) Updating files: 100% (4684/4684), done. [2022-01-31T13:46:53.433Z] #60 36.05 + cd /tmp/tmp.e03YNLtWMR/src/github.com/containerd/containerd [2022-01-31T13:46:53.733Z] #60 36.05 + git checkout -q v1.5.9 [2022-01-31T13:46:54.553Z] #19 112.3 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-01-31T13:46:54.553Z] #19 112.4 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:46:54.553Z] #19 112.4 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-31T13:46:54.553Z] #19 112.5 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-01-31T13:46:54.553Z] #19 112.5 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-01-31T13:46:54.553Z] #19 112.5 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-01-31T13:46:54.553Z] #19 112.7 Selecting previously unselected package libc6-dev-armel-cross. [2022-01-31T13:46:54.553Z] #19 112.7 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-01-31T13:46:54.553Z] #19 112.7 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-01-31T13:46:54.553Z] #19 112.9 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-01-31T13:46:54.553Z] #19 112.9 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:54.553Z] #19 112.9 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:46:54.553Z] #19 113.2 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-01-31T13:46:54.553Z] #19 113.2 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:46:54.553Z] #19 113.2 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-31T13:46:54.975Z] #14 ... [2022-01-31T13:46:54.975Z] [2022-01-31T13:46:54.975Z] #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-01-31T13:46:54.975Z] #60 sha256:fbcea3f085b90885e4101c671d0c08f2bbb09e9bede33f9121b56436b47840e9 [2022-01-31T13:46:54.976Z] #60 34.32 Updating files: 68% (3198/4684) Updating files: 69% (3232/4684) Updating files: 70% (3279/4684) Updating files: 71% (3326/4684) Updating files: 72% (3373/4684) Updating files: 73% (3420/4684) Updating files: 74% (3467/4684) Updating files: 75% (3513/4684) Updating files: 76% (3560/4684) Updating files: 77% (3607/4684) Updating files: 78% (3654/4684) Updating files: 79% (3701/4684) Updating files: 80% (3748/4684) Updating files: 81% (3795/4684) Updating files: 82% (3841/4684) Updating files: 83% (3888/4684) Updating files: 84% (3935/4684) Updating files: 85% (3982/4684) Updating files: 86% (4029/4684) Updating files: 87% (4076/4684) Updating files: 88% (4122/4684) Updating files: 89% (4169/4684) Updating files: 90% (4216/4684) Updating files: 91% (4263/4684) Updating files: 92% (4310/4684) Updating files: 93% (4357/4684) Updating files: 94% (4403/4684) Updating files: 95% (4450/4684) Updating files: 96% (4497/4684) Updating files: 97% (4544/4684) Updating files: 98% (4591/4684) Updating files: 99% (4638/4684) Updating files: 100% (4684/4684) Updating files: 100% (4684/4684), done. [2022-01-31T13:46:54.976Z] #60 35.05 + cd /tmp/tmp.IkhRuWjyV0/src/github.com/containerd/containerd [2022-01-31T13:46:54.976Z] #60 35.05 + git checkout -q v1.5.9 [2022-01-31T13:46:55.101Z] #60 37.37 + export 'BUILDTAGS=netgo osusergo static_build' [2022-01-31T13:46:55.101Z] #60 37.38 + BUILDTAGS='netgo osusergo static_build' [2022-01-31T13:46:55.101Z] #60 37.38 + export EXTRA_FLAGS=-buildmode=pie [2022-01-31T13:46:55.101Z] #60 37.38 + EXTRA_FLAGS=-buildmode=pie [2022-01-31T13:46:55.101Z] #60 37.38 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-01-31T13:46:55.101Z] #60 37.38 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-01-31T13:46:55.101Z] #60 37.38 + '[' '' = dynamic ']' [2022-01-31T13:46:55.101Z] #60 37.38 + make [2022-01-31T13:46:55.904Z] #60 36.33 + export 'BUILDTAGS=netgo osusergo static_build' [2022-01-31T13:46:55.904Z] #60 36.33 + BUILDTAGS='netgo osusergo static_build' [2022-01-31T13:46:55.904Z] #60 36.33 + export EXTRA_FLAGS=-buildmode=pie [2022-01-31T13:46:55.904Z] #60 36.33 + EXTRA_FLAGS=-buildmode=pie [2022-01-31T13:46:55.904Z] #60 36.33 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-01-31T13:46:55.904Z] #60 36.33 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-01-31T13:46:55.904Z] #60 36.33 + '[' '' = dynamic ']' [2022-01-31T13:46:55.904Z] #60 36.33 + make [2022-01-31T13:46:56.470Z] #60 38.77 + bin/ctr [2022-01-31T13:46:56.962Z] Client: [2022-01-31T13:46:56.962Z] Version: 20.10.9 [2022-01-31T13:46:56.962Z] API version: 1.41 [2022-01-31T13:46:56.962Z] Go version: go1.16.8 [2022-01-31T13:46:56.962Z] Git commit: c2ea9bc [2022-01-31T13:46:56.962Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-31T13:46:56.962Z] OS/Arch: windows/amd64 [2022-01-31T13:46:56.962Z] Context: default [2022-01-31T13:46:56.962Z] Experimental: true [2022-01-31T13:46:56.962Z] [2022-01-31T13:46:56.962Z] Server: Docker Engine - Community [2022-01-31T13:46:56.962Z] Engine: [2022-01-31T13:46:56.962Z] Version: 20.10.9 [2022-01-31T13:46:56.962Z] API version: 1.41 (minimum version 1.24) [2022-01-31T13:46:56.962Z] Go version: go1.16.8 [2022-01-31T13:46:56.962Z] Git commit: 79ea9d3 [2022-01-31T13:46:56.962Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-31T13:46:56.962Z] OS/Arch: windows/amd64 [2022-01-31T13:46:56.962Z] Experimental: true [2022-01-31T13:46:57.272Z] #60 37.71 + bin/ctr [Pipeline] sh [2022-01-31T13:46:57.975Z] 0e02c12b1310: Verifying Checksum [2022-01-31T13:46:57.975Z] 0e02c12b1310: Download complete [2022-01-31T13:46:58.601Z] + docker info [2022-01-31T13:46:58.601Z] Client: [2022-01-31T13:46:58.601Z] Context: default [2022-01-31T13:46:58.601Z] Debug Mode: false [2022-01-31T13:46:58.601Z] [2022-01-31T13:46:58.601Z] Server: [2022-01-31T13:46:58.601Z] Containers: 0 [2022-01-31T13:46:58.601Z] Running: 0 [2022-01-31T13:46:58.601Z] Paused: 0 [2022-01-31T13:46:58.601Z] Stopped: 0 [2022-01-31T13:46:58.601Z] Images: 0 [2022-01-31T13:46:58.601Z] Server Version: 20.10.9 [2022-01-31T13:46:58.601Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-31T13:46:58.601Z] Windows: [2022-01-31T13:46:58.601Z] LCOW: [2022-01-31T13:46:58.601Z] Logging Driver: json-file [2022-01-31T13:46:58.601Z] Plugins: [2022-01-31T13:46:58.601Z] Volume: local [2022-01-31T13:46:58.601Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T13:46:58.601Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T13:46:58.601Z] Swarm: inactive [2022-01-31T13:46:58.601Z] Default Isolation: process [2022-01-31T13:46:58.601Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-31T13:46:58.601Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-31T13:46:58.601Z] OSType: windows [2022-01-31T13:46:58.601Z] Architecture: x86_64 [2022-01-31T13:46:58.601Z] CPUs: 4 [2022-01-31T13:46:58.601Z] Total Memory: 32GiB [2022-01-31T13:46:58.601Z] Name: azwin-2-045ec1 [2022-01-31T13:46:58.601Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-01-31T13:46:58.601Z] Docker Root Dir: D:\docker [2022-01-31T13:46:58.601Z] Debug Mode: false [2022-01-31T13:46:58.601Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:46:58.601Z] Labels: [2022-01-31T13:46:58.601Z] Experimental: true [2022-01-31T13:46:58.601Z] Insecure Registries: [2022-01-31T13:46:58.601Z] 10.0.0.4:5000 [2022-01-31T13:46:58.601Z] 127.0.0.0/8 [2022-01-31T13:46:58.601Z] Registry Mirrors: [2022-01-31T13:46:58.601Z] http://10.0.0.4:5000/ [2022-01-31T13:46:58.601Z] Live Restore Enabled: false [2022-01-31T13:46:58.601Z] Product License: Community Engine [2022-01-31T13:46:58.601Z] [Pipeline] } [2022-01-31T13:46:58.759Z] #19 117.7 Selecting previously unselected package g++-arm-linux-gnueabi. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-01-31T13:46:59.032Z] #19 117.7 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:46:59.032Z] #19 117.7 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-31T13:46:59.032Z] #19 117.7 Selecting previously unselected package crossbuild-essential-armel. [2022-01-31T13:46:59.032Z] #19 117.7 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-01-31T13:46:59.032Z] #19 117.7 Unpacking crossbuild-essential-armel (12.9) ... [2022-01-31T13:46:59.032Z] #19 117.8 Selecting previously unselected package libc6-armhf-cross. [2022-01-31T13:46:59.032Z] #19 117.8 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-01-31T13:46:59.032Z] #19 117.8 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-01-31T13:46:59.032Z] #19 117.9 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-01-31T13:46:59.307Z] #19 117.9 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:59.307Z] #19 117.9 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:46:59.307Z] #19 117.9 Selecting previously unselected package libgomp1-armhf-cross. [2022-01-31T13:46:59.307Z] #19 117.9 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:59.307Z] #19 117.9 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:46:59.307Z] #19 118.0 Selecting previously unselected package libatomic1-armhf-cross. [2022-01-31T13:46:59.307Z] #19 118.0 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:59.307Z] #19 118.0 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:46:59.307Z] #19 118.1 Selecting previously unselected package libasan6-armhf-cross. [2022-01-31T13:46:59.307Z] #19 118.1 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:59.307Z] #19 118.1 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:46:59.570Z] #19 118.3 Selecting previously unselected package libstdc++6-armhf-cross. [2022-01-31T13:46:59.570Z] #19 118.3 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:59.570Z] #19 118.3 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:46:59.570Z] #19 118.4 Selecting previously unselected package libubsan1-armhf-cross. [2022-01-31T13:46:59.570Z] #19 118.4 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:59.570Z] #19 118.4 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:46:59.831Z] #19 118.5 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-01-31T13:46:59.831Z] #19 118.5 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:46:59.831Z] #19 118.5 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:47:00.092Z] #19 118.7 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-01-31T13:47:00.092Z] #19 118.7 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:47:00.092Z] #19 118.7 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-31T13:47:01.055Z] Client: Docker Engine - Community [2022-01-31T13:47:01.055Z] Version: 20.10.12 [2022-01-31T13:47:01.055Z] API version: 1.41 [2022-01-31T13:47:01.055Z] Go version: go1.16.12 [2022-01-31T13:47:01.055Z] Git commit: e91ed57 [2022-01-31T13:47:01.055Z] Built: Mon Dec 13 11:44:28 2021 [2022-01-31T13:47:01.055Z] OS/Arch: linux/arm64 [2022-01-31T13:47:01.055Z] Context: default [2022-01-31T13:47:01.055Z] Experimental: true [2022-01-31T13:47:01.055Z] [2022-01-31T13:47:01.055Z] Server: Docker Engine - Community [2022-01-31T13:47:01.055Z] Engine: [2022-01-31T13:47:01.055Z] Version: 20.10.12 [2022-01-31T13:47:01.055Z] API version: 1.41 (minimum version 1.12) [2022-01-31T13:47:01.055Z] Go version: go1.16.12 [2022-01-31T13:47:01.056Z] Git commit: 459d0df [2022-01-31T13:47:01.056Z] Built: Mon Dec 13 11:43:05 2021 [2022-01-31T13:47:01.056Z] OS/Arch: linux/arm64 [2022-01-31T13:47:01.056Z] Experimental: true [2022-01-31T13:47:01.056Z] containerd: [2022-01-31T13:47:01.056Z] Version: 1.4.12 [2022-01-31T13:47:01.056Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-31T13:47:01.056Z] runc: [2022-01-31T13:47:01.056Z] Version: 1.0.2 [2022-01-31T13:47:01.056Z] GitCommit: v1.0.2-0-g52b36a2 [2022-01-31T13:47:01.056Z] docker-init: [2022-01-31T13:47:01.056Z] Version: 0.19.0 [2022-01-31T13:47:01.056Z] GitCommit: de40ad0 [Pipeline] sh [2022-01-31T13:47:01.355Z] + docker info [2022-01-31T13:47:01.732Z] #14 69.32 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-01-31T13:47:01.732Z] #14 69.33 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:01.732Z] #14 69.34 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:47:01.732Z] #14 ... [2022-01-31T13:47:01.732Z] [2022-01-31T13:47:01.732Z] #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-01-31T13:47:01.732Z] #60 sha256:a3aad24170bfaa13cc085243178499f93af998cde178147f52a858c8b11f3bea [2022-01-31T13:47:01.732Z] #60 37.63 Updating files: 56% (2652/4684) Updating files: 57% (2670/4684) Updating files: 58% (2717/4684) Updating files: 59% (2764/4684) Updating files: 60% (2811/4684) Updating files: 61% (2858/4684) Updating files: 62% (2905/4684) Updating files: 63% (2951/4684) Updating files: 64% (2998/4684) Updating files: 65% (3045/4684) Updating files: 66% (3092/4684) Updating files: 67% (3139/4684) Updating files: 68% (3186/4684) Updating files: 69% (3232/4684) Updating files: 70% (3279/4684) Updating files: 71% (3326/4684) Updating files: 72% (3373/4684) Updating files: 73% (3420/4684) Updating files: 74% (3467/4684) Updating files: 75% (3513/4684) Updating files: 76% (3560/4684) Updating files: 77% (3607/4684) Updating files: 78% (3654/4684) Updating files: 79% (3701/4684) Updating files: 80% (3748/4684) Updating files: 81% (3795/4684) Updating files: 82% (3841/4684) Updating files: 83% (3888/4684) Updating files: 84% (3935/4684) Updating files: 85% (3982/4684) Updating files: 86% (4029/4684) Updating files: 87% (4076/4684) Updating files: 88% (4122/4684) Updating files: 89% (4169/4684) Updating files: 90% (4216/4684) Updating files: 91% (4263/4684) Updating files: 92% (4310/4684) Updating files: 93% (4357/4684) Updating files: 94% (4403/4684) Updating files: 95% (4450/4684) Updating files: 96% (4497/4684) Updating files: 97% (4544/4684) Updating files: 98% (4591/4684) Updating files: 99% (4638/4684) Updating files: 100% (4684/4684) Updating files: 100% (4684/4684), done. [2022-01-31T13:47:01.732Z] #60 38.62 + cd /tmp/tmp.mnilccJ68z/src/github.com/containerd/containerd [2022-01-31T13:47:01.732Z] #60 38.62 + git checkout -q v1.5.9 [2022-01-31T13:47:01.987Z] #60 40.03 + export 'BUILDTAGS=netgo osusergo static_build' [2022-01-31T13:47:01.987Z] #60 40.03 + BUILDTAGS='netgo osusergo static_build' [2022-01-31T13:47:01.987Z] #60 40.03 + export EXTRA_FLAGS=-buildmode=pie [2022-01-31T13:47:01.987Z] #60 40.03 + EXTRA_FLAGS=-buildmode=pie [2022-01-31T13:47:01.987Z] #60 40.03 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-01-31T13:47:01.987Z] #60 40.03 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-01-31T13:47:01.987Z] #60 40.03 + '[' '' = dynamic ']' [2022-01-31T13:47:01.987Z] #60 40.03 + make [2022-01-31T13:47:03.881Z] #60 41.55 + bin/ctr [2022-01-31T13:47:04.605Z] #60 ... [2022-01-31T13:47:04.606Z] [2022-01-31T13:47:04.606Z] #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-01-31T13:47:04.606Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:47:04.606Z] #14 67.79 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-01-31T13:47:04.606Z] #14 67.79 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:04.606Z] #14 67.80 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:47:04.606Z] #14 72.30 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-01-31T13:47:04.606Z] #14 72.30 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:04.606Z] #14 72.31 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-31T13:47:04.606Z] #14 77.39 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-01-31T13:47:04.606Z] #14 77.39 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:04.606Z] #14 77.40 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:04.783Z] Client: [2022-01-31T13:47:04.783Z] Context: default [2022-01-31T13:47:04.783Z] Debug Mode: false [2022-01-31T13:47:04.783Z] Plugins: [2022-01-31T13:47:04.783Z] app: Docker Application (Docker Inc., v0.8.0) [2022-01-31T13:47:04.783Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-01-31T13:47:04.783Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-01-31T13:47:04.783Z] [2022-01-31T13:47:04.783Z] Server: [2022-01-31T13:47:04.783Z] Containers: 0 [2022-01-31T13:47:04.783Z] Running: 0 [2022-01-31T13:47:04.783Z] Paused: 0 [2022-01-31T13:47:04.783Z] Stopped: 0 [2022-01-31T13:47:04.783Z] Images: 0 [2022-01-31T13:47:04.783Z] Server Version: 20.10.9 [2022-01-31T13:47:04.783Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-31T13:47:04.783Z] Windows: [2022-01-31T13:47:04.783Z] LCOW: [2022-01-31T13:47:04.783Z] Logging Driver: json-file [2022-01-31T13:47:04.783Z] Plugins: [2022-01-31T13:47:04.783Z] Volume: local [2022-01-31T13:47:04.783Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T13:47:04.783Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T13:47:04.783Z] Swarm: inactive [2022-01-31T13:47:04.783Z] Default Isolation: process [2022-01-31T13:47:04.783Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-01-31T13:47:04.783Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-01-31T13:47:04.783Z] OSType: windows [2022-01-31T13:47:04.783Z] Architecture: x86_64 [2022-01-31T13:47:04.783Z] CPUs: 4 [2022-01-31T13:47:04.783Z] Total Memory: 32GiB [2022-01-31T13:47:04.783Z] Name: azwin-2-de7590 [2022-01-31T13:47:04.783Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-01-31T13:47:04.783Z] Docker Root Dir: D:\docker [2022-01-31T13:47:04.783Z] Debug Mode: false [2022-01-31T13:47:04.783Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:47:04.783Z] Labels: [2022-01-31T13:47:04.783Z] Experimental: true [2022-01-31T13:47:04.783Z] Insecure Registries: [2022-01-31T13:47:04.783Z] 10.0.0.4:5000 [2022-01-31T13:47:04.783Z] 127.0.0.0/8 [2022-01-31T13:47:04.783Z] Registry Mirrors: [2022-01-31T13:47:04.783Z] http://10.0.0.4:5000/ [2022-01-31T13:47:04.783Z] Live Restore Enabled: false [2022-01-31T13:47:04.783Z] Product License: Community Engine [2022-01-31T13:47:04.783Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-01-31T13:47:05.364Z] #60 ... [2022-01-31T13:47:05.364Z] [2022-01-31T13:47:05.364Z] #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-01-31T13:47:05.364Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:47:05.364Z] #14 67.00 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-01-31T13:47:05.364Z] #14 67.00 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:05.364Z] #14 67.01 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:47:05.364Z] #14 71.72 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-01-31T13:47:05.364Z] #14 71.73 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:05.364Z] #14 71.75 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-31T13:47:05.364Z] #14 76.83 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-01-31T13:47:05.364Z] #14 76.84 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:05.364Z] #14 76.87 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:05.382Z] #19 123.7 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-01-31T13:47:05.382Z] #19 123.7 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:47:05.382Z] #19 123.7 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-31T13:47:05.382Z] #19 123.9 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-01-31T13:47:05.382Z] #19 123.9 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-01-31T13:47:05.382Z] #19 124.0 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-01-31T13:47:05.382Z] #19 124.1 Selecting previously unselected package libc6-dev-armhf-cross. [2022-01-31T13:47:05.382Z] #19 124.1 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-01-31T13:47:05.382Z] #19 124.1 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-01-31T13:47:05.643Z] #19 124.4 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-01-31T13:47:05.643Z] #19 124.4 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:05.643Z] #19 124.4 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:47:05.905Z] #19 124.6 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-01-31T13:47:05.905Z] #19 124.6 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:47:05.905Z] #19 124.6 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-31T13:47:06.642Z] 8f616e6e9eec: Verifying Checksum [2022-01-31T13:47:06.642Z] 8f616e6e9eec: Download complete [2022-01-31T13:47:11.192Z] #19 129.1 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-01-31T13:47:11.192Z] #19 129.1 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:47:11.192Z] #19 129.1 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-31T13:47:11.192Z] #19 129.2 Selecting previously unselected package crossbuild-essential-armhf. [2022-01-31T13:47:11.192Z] #19 129.2 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-01-31T13:47:11.192Z] #19 129.2 Unpacking crossbuild-essential-armhf (12.9) ... [2022-01-31T13:47:11.192Z] #19 129.2 Selecting previously unselected package libc6-ppc64el-cross. [2022-01-31T13:47:11.192Z] #19 129.2 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-01-31T13:47:11.192Z] #19 129.2 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-01-31T13:47:11.192Z] #19 129.4 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-01-31T13:47:11.192Z] #19 129.4 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.192Z] #19 129.4 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.192Z] #19 129.4 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-01-31T13:47:11.192Z] #19 129.4 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.192Z] #19 129.4 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.192Z] #19 129.4 Selecting previously unselected package libitm1-ppc64el-cross. [2022-01-31T13:47:11.192Z] #19 129.4 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.192Z] #19 129.5 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.192Z] #19 129.5 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-01-31T13:47:11.192Z] #19 129.5 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.192Z] #19 129.5 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.192Z] #19 129.5 Selecting previously unselected package libasan6-ppc64el-cross. [2022-01-31T13:47:11.192Z] #19 129.5 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.192Z] #19 129.5 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.192Z] #19 129.8 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-01-31T13:47:11.192Z] #19 129.8 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.192Z] #19 129.8 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.192Z] #19 129.9 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-01-31T13:47:11.192Z] #19 129.9 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.192Z] #19 129.9 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.452Z] #19 130.1 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-01-31T13:47:11.452Z] #19 130.1 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.452Z] #19 130.1 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.452Z] #19 130.2 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-01-31T13:47:11.452Z] #19 130.2 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.452Z] #19 130.2 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.452Z] #19 130.3 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-01-31T13:47:11.714Z] #19 130.3 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.714Z] #19 130.3 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.714Z] #19 130.4 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-01-31T13:47:11.714Z] #19 130.4 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:11.714Z] #19 130.4 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:11.714Z] #19 130.6 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-01-31T13:47:11.714Z] #19 130.6 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:47:11.714Z] #19 130.6 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:12.697Z] #14 ... [2022-01-31T13:47:12.697Z] [2022-01-31T13:47:12.697Z] #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-01-31T13:47:12.697Z] #63 sha256:dac193652b0e80dfd853d38aa4d60c1abee4f6f681cb848b9db5a03e7b57e035 [2022-01-31T13:47:12.697Z] #63 85.11 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-31T13:47:12.697Z] #63 85.11 + GOBIN=/build [2022-01-31T13:47:12.697Z] #63 85.11 + GO111MODULE=on [2022-01-31T13:47:12.697Z] #63 85.11 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-01-31T13:47:13.458Z] #14 ... [2022-01-31T13:47:13.458Z] [2022-01-31T13:47:13.458Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-01-31T13:47:13.458Z] #63 sha256:b9d2bb12b367a00180d720ada01d3917b9f87566e219c0e538efc2c301b904bb [2022-01-31T13:47:13.458Z] #63 85.50 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-31T13:47:13.458Z] #63 85.50 + GOBIN=/build [2022-01-31T13:47:13.458Z] #63 85.50 + GO111MODULE=on [2022-01-31T13:47:13.458Z] #63 85.50 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-01-31T13:47:16.011Z] #63 89.61 rootlesskit version 0.14.6 [2022-01-31T13:47:16.011Z] #63 89.61 Usage of /build/rootlesskit-docker-proxy: [2022-01-31T13:47:16.011Z] #63 89.61 -container-ip string [2022-01-31T13:47:16.011Z] #63 89.61 container ip [2022-01-31T13:47:16.011Z] #63 89.61 -container-port int [2022-01-31T13:47:16.011Z] #63 89.61 container port (default -1) [2022-01-31T13:47:16.011Z] #63 89.61 -host-ip string [2022-01-31T13:47:16.011Z] #63 89.61 host ip [2022-01-31T13:47:16.011Z] #63 89.61 -host-port int [2022-01-31T13:47:16.011Z] #63 89.61 host port (default -1) [2022-01-31T13:47:16.011Z] #63 89.61 -proto string [2022-01-31T13:47:16.011Z] #63 89.61 proxy protocol (default "tcp") [2022-01-31T13:47:16.053Z] #60 ... [2022-01-31T13:47:16.053Z] [2022-01-31T13:47:16.053Z] #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-01-31T13:47:16.053Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:47:16.053Z] #14 74.16 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-01-31T13:47:16.053Z] #14 74.18 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:16.053Z] #14 74.19 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-31T13:47:16.053Z] #14 79.26 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-01-31T13:47:16.053Z] #14 79.26 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:16.053Z] #14 79.27 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:16.213Z] Client: [2022-01-31T13:47:16.213Z] Context: default [2022-01-31T13:47:16.213Z] Debug Mode: false [2022-01-31T13:47:16.213Z] Plugins: [2022-01-31T13:47:16.213Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-01-31T13:47:16.213Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-01-31T13:47:16.213Z] [2022-01-31T13:47:16.213Z] Server: [2022-01-31T13:47:16.213Z] Containers: 0 [2022-01-31T13:47:16.213Z] Running: 0 [2022-01-31T13:47:16.213Z] Paused: 0 [2022-01-31T13:47:16.213Z] Stopped: 0 [2022-01-31T13:47:16.213Z] Images: 0 [2022-01-31T13:47:16.213Z] Server Version: 20.10.12 [2022-01-31T13:47:16.213Z] Storage Driver: overlay2 [2022-01-31T13:47:16.213Z] Backing Filesystem: extfs [2022-01-31T13:47:16.213Z] Supports d_type: true [2022-01-31T13:47:16.213Z] Native Overlay Diff: true [2022-01-31T13:47:16.213Z] userxattr: false [2022-01-31T13:47:16.213Z] Logging Driver: json-file [2022-01-31T13:47:16.213Z] Cgroup Driver: cgroupfs [2022-01-31T13:47:16.213Z] Cgroup Version: 1 [2022-01-31T13:47:16.213Z] Plugins: [2022-01-31T13:47:16.213Z] Volume: local [2022-01-31T13:47:16.213Z] Network: bridge host ipvlan macvlan null overlay [2022-01-31T13:47:16.213Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-01-31T13:47:16.213Z] Swarm: inactive [2022-01-31T13:47:16.213Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-01-31T13:47:16.213Z] Default Runtime: runc [2022-01-31T13:47:16.213Z] Init Binary: docker-init [2022-01-31T13:47:16.213Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-31T13:47:16.213Z] runc version: v1.0.2-0-g52b36a2 [2022-01-31T13:47:16.213Z] init version: de40ad0 [2022-01-31T13:47:16.213Z] Security Options: [2022-01-31T13:47:16.213Z] apparmor [2022-01-31T13:47:16.213Z] seccomp [2022-01-31T13:47:16.213Z] Profile: default [2022-01-31T13:47:16.213Z] Kernel Version: 5.11.0-1023-aws [2022-01-31T13:47:16.213Z] Operating System: Ubuntu 20.04.3 LTS [2022-01-31T13:47:16.213Z] OSType: linux [2022-01-31T13:47:16.213Z] Architecture: aarch64 [2022-01-31T13:47:16.213Z] CPUs: 2 [2022-01-31T13:47:16.213Z] Total Memory: 7.576GiB [2022-01-31T13:47:16.213Z] Name: ip-10-100-71-131 [2022-01-31T13:47:16.213Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-01-31T13:47:16.213Z] Docker Root Dir: /var/lib/docker [2022-01-31T13:47:16.213Z] Debug Mode: false [2022-01-31T13:47:16.213Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:47:16.213Z] Labels: [2022-01-31T13:47:16.213Z] Experimental: true [2022-01-31T13:47:16.213Z] Insecure Registries: [2022-01-31T13:47:16.213Z] 127.0.0.0/8 [2022-01-31T13:47:16.213Z] Live Restore Enabled: true [2022-01-31T13:47:16.213Z] [Pipeline] sh [2022-01-31T13:47:16.525Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:47:16.525Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:47:16.525Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43199/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-01-31T13:47:16.525Z] + bash /home/ubuntu/workspace/moby_PR-43199/check-config.sh [2022-01-31T13:47:16.525Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-01-31T13:47:16.525Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-01-31T13:47:16.525Z] [2022-01-31T13:47:16.525Z] Generally Necessary: [2022-01-31T13:47:16.525Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-01-31T13:47:16.525Z] - apparmor: enabled and tools installed [2022-01-31T13:47:16.525Z] - CONFIG_NAMESPACES: enabled [2022-01-31T13:47:16.525Z] - CONFIG_NET_NS: enabled [2022-01-31T13:47:16.525Z] - CONFIG_PID_NS: enabled [2022-01-31T13:47:16.525Z] - CONFIG_IPC_NS: enabled [2022-01-31T13:47:16.525Z] - CONFIG_UTS_NS: enabled [2022-01-31T13:47:16.525Z] - CONFIG_CGROUPS: enabled [2022-01-31T13:47:16.525Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-01-31T13:47:16.525Z] - CONFIG_CGROUP_DEVICE: enabled [2022-01-31T13:47:16.525Z] - CONFIG_CGROUP_FREEZER: enabled [2022-01-31T13:47:16.525Z] - CONFIG_CGROUP_SCHED: enabled [2022-01-31T13:47:16.525Z] - CONFIG_CPUSETS: enabled [2022-01-31T13:47:16.525Z] - CONFIG_MEMCG: enabled [2022-01-31T13:47:16.525Z] - CONFIG_KEYS: enabled [2022-01-31T13:47:16.525Z] - CONFIG_VETH: enabled (as module) [2022-01-31T13:47:16.525Z] - CONFIG_BRIDGE: enabled (as module) [2022-01-31T13:47:16.525Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-01-31T13:47:16.525Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_NF_NAT: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_POSIX_MQUEUE: enabled [2022-01-31T13:47:16.782Z] - CONFIG_CGROUP_BPF: enabled [2022-01-31T13:47:16.782Z] [2022-01-31T13:47:16.782Z] Optional Features: [2022-01-31T13:47:16.782Z] - CONFIG_USER_NS: enabled [2022-01-31T13:47:16.782Z] - CONFIG_SECCOMP: enabled [2022-01-31T13:47:16.782Z] - CONFIG_SECCOMP_FILTER: enabled [2022-01-31T13:47:16.782Z] - CONFIG_CGROUP_PIDS: enabled [2022-01-31T13:47:16.782Z] - CONFIG_MEMCG_SWAP: enabled [2022-01-31T13:47:16.782Z] (cgroup swap accounting is currently enabled) [2022-01-31T13:47:16.782Z] - CONFIG_BLK_CGROUP: enabled [2022-01-31T13:47:16.782Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-01-31T13:47:16.782Z] - CONFIG_CGROUP_PERF: enabled [2022-01-31T13:47:16.782Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-01-31T13:47:16.782Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-01-31T13:47:16.782Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-01-31T13:47:16.782Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-01-31T13:47:16.782Z] - CONFIG_RT_GROUP_SCHED: missing [2022-01-31T13:47:16.782Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_IP_VS: enabled (as module) [2022-01-31T13:47:16.782Z] - CONFIG_IP_VS_NFCT: enabled [2022-01-31T13:47:16.782Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-01-31T13:47:16.782Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-01-31T13:47:16.783Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-01-31T13:47:16.783Z] - CONFIG_SECURITY_SELINUX: enabled [2022-01-31T13:47:16.783Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-01-31T13:47:16.783Z] - CONFIG_EXT4_FS: enabled [2022-01-31T13:47:16.783Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-01-31T13:47:16.783Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-01-31T13:47:16.783Z] - Network Drivers: [2022-01-31T13:47:16.783Z] - "overlay": [2022-01-31T13:47:16.783Z] - CONFIG_VXLAN: enabled (as module) [2022-01-31T13:47:16.783Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-01-31T13:47:16.783Z] Optional (for encrypted networks): [2022-01-31T13:47:17.004Z] #19 135.1 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-01-31T13:47:17.004Z] #19 135.1 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:47:17.004Z] #19 135.1 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:17.004Z] #19 135.2 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-01-31T13:47:17.004Z] #19 135.2 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-01-31T13:47:17.004Z] #19 135.2 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-01-31T13:47:17.004Z] #19 135.4 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-01-31T13:47:17.004Z] #19 135.4 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-01-31T13:47:17.004Z] #19 135.4 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-01-31T13:47:17.004Z] #19 135.6 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-01-31T13:47:17.004Z] #19 135.6 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:17.004Z] #19 135.6 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:17.039Z] - CONFIG_CRYPTO: enabled [2022-01-31T13:47:17.039Z] - CONFIG_CRYPTO_AEAD: enabled [2022-01-31T13:47:17.039Z] - CONFIG_CRYPTO_GCM: enabled [2022-01-31T13:47:17.039Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-01-31T13:47:17.039Z] - CONFIG_CRYPTO_GHASH: enabled [2022-01-31T13:47:17.039Z] - CONFIG_XFRM: enabled [2022-01-31T13:47:17.039Z] - CONFIG_XFRM_USER: enabled (as module) [2022-01-31T13:47:17.039Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-01-31T13:47:17.039Z] - CONFIG_INET_ESP: enabled (as module) [2022-01-31T13:47:17.039Z] - "ipvlan": [2022-01-31T13:47:17.039Z] - CONFIG_IPVLAN: enabled (as module) [2022-01-31T13:47:17.039Z] - "macvlan": [2022-01-31T13:47:17.039Z] - CONFIG_MACVLAN: enabled (as module) [2022-01-31T13:47:17.039Z] - CONFIG_DUMMY: enabled (as module) [2022-01-31T13:47:17.039Z] - "ftp,tftp client in container": [2022-01-31T13:47:17.039Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-01-31T13:47:17.039Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-01-31T13:47:17.039Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-01-31T13:47:17.039Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-01-31T13:47:17.039Z] - Storage Drivers: [2022-01-31T13:47:17.039Z] - "aufs": [2022-01-31T13:47:17.039Z] - CONFIG_AUFS_FS: missing [2022-01-31T13:47:17.039Z] - "btrfs": [2022-01-31T13:47:17.040Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-01-31T13:47:17.040Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-01-31T13:47:17.040Z] - "devicemapper": [2022-01-31T13:47:17.040Z] - CONFIG_BLK_DEV_DM: enabled [2022-01-31T13:47:17.040Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-01-31T13:47:17.040Z] - "overlay": [2022-01-31T13:47:17.040Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-01-31T13:47:17.040Z] - "zfs": [2022-01-31T13:47:17.040Z] - /dev/zfs: present [2022-01-31T13:47:17.040Z] - zfs command: missing [2022-01-31T13:47:17.040Z] - zpool command: missing [2022-01-31T13:47:17.040Z] [2022-01-31T13:47:17.040Z] Limits: [2022-01-31T13:47:17.040Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-01-31T13:47:17.040Z] [2022-01-31T13:47:17.040Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-01-31T13:47:17.265Z] #19 135.9 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-01-31T13:47:17.265Z] #19 135.9 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:47:17.265Z] #19 135.9 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:17.367Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:af819bf623a8d414289b24f9817c6317cf3f96d5 . [2022-01-31T13:47:17.628Z] #1 [internal] load build definition from Dockerfile [2022-01-31T13:47:17.628Z] #1 sha256:c17499c600182d9c45aeb1935f886aa8626b8c1b1eb004031161819c893cb69c [2022-01-31T13:47:17.628Z] #1 transferring dockerfile: 37B [2022-01-31T13:47:17.628Z] #1 transferring dockerfile: 16.86kB done [2022-01-31T13:47:17.628Z] #1 DONE 0.1s [2022-01-31T13:47:17.628Z] [2022-01-31T13:47:17.628Z] #2 [internal] load .dockerignore [2022-01-31T13:47:17.628Z] #2 sha256:06df7b6dcb06b9d1e49db6ea8bdf0131b85587e06b1b440538a2f560cdb8c137 [2022-01-31T13:47:17.628Z] #2 transferring context: 87B done [2022-01-31T13:47:17.628Z] #2 DONE 0.1s [2022-01-31T13:47:17.885Z] [2022-01-31T13:47:17.885Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-01-31T13:47:17.885Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-01-31T13:47:18.145Z] #3 DONE 0.5s [2022-01-31T13:47:18.145Z] [2022-01-31T13:47:18.145Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-01-31T13:47:18.145Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-01-31T13:47:18.145Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-01-31T13:47:18.402Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-01-31T13:47:18.402Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-01-31T13:47:18.402Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-01-31T13:47:18.402Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.2s [2022-01-31T13:47:18.571Z] #14 ... [2022-01-31T13:47:18.571Z] [2022-01-31T13:47:18.571Z] #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-01-31T13:47:18.571Z] #63 sha256:3378abd251ce707f8ba8598e25360f28d28d8e893cb6128779256ce1fa7dbe69 [2022-01-31T13:47:18.571Z] #63 87.93 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-31T13:47:18.571Z] #63 87.93 + GOBIN=/build [2022-01-31T13:47:18.571Z] #63 87.93 + GO111MODULE=on [2022-01-31T13:47:18.571Z] #63 87.93 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-01-31T13:47:18.660Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 7.34MB / 9.06MB 0.3s [2022-01-31T13:47:18.660Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s [2022-01-31T13:47:18.709Z] #63 89.99 rootlesskit version 0.14.6 [2022-01-31T13:47:18.709Z] #63 90.00 Usage of /build/rootlesskit-docker-proxy: [2022-01-31T13:47:18.709Z] #63 90.00 -container-ip string [2022-01-31T13:47:18.709Z] #63 90.00 container ip [2022-01-31T13:47:18.709Z] #63 90.00 -container-port int [2022-01-31T13:47:18.709Z] #63 90.00 container port (default -1) [2022-01-31T13:47:18.709Z] #63 90.00 -host-ip string [2022-01-31T13:47:18.709Z] #63 90.00 host ip [2022-01-31T13:47:18.709Z] #63 90.00 -host-port int [2022-01-31T13:47:18.709Z] #63 90.00 host port (default -1) [2022-01-31T13:47:18.709Z] #63 90.00 -proto string [2022-01-31T13:47:18.709Z] #63 90.00 proxy protocol (default "tcp") [2022-01-31T13:47:18.917Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.6s done [2022-01-31T13:47:18.917Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2022-01-31T13:47:18.917Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-01-31T13:47:19.175Z] #4 DONE 0.8s [2022-01-31T13:47:19.175Z] [2022-01-31T13:47:19.175Z] #5 [internal] load build definition from Dockerfile [2022-01-31T13:47:19.175Z] #5 sha256:6ba2a6fb4992850f48cb2b8f7b145bc5e750ebb661bc204beecb519d3a29babc [2022-01-31T13:47:19.175Z] #5 DONE 0.0s [2022-01-31T13:47:19.175Z] [2022-01-31T13:47:19.175Z] #6 [internal] load .dockerignore [2022-01-31T13:47:19.175Z] #6 sha256:be1d7ce82b1e13290e4e9196da1463e44429341fe3c930cb7d1d3b0d27ad8d66 [2022-01-31T13:47:19.175Z] #6 DONE 0.0s [2022-01-31T13:47:19.175Z] [2022-01-31T13:47:19.175Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:47:19.175Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-31T13:47:20.080Z] #63 DONE 92.0s [2022-01-31T13:47:20.080Z] [2022-01-31T13:47:20.080Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-01-31T13:47:20.080Z] #64 sha256:25e3d07e8eb9c5ef55a0868fc71e7b5ad438926d22e376d0ddbe9ac5f04ce9f9 [2022-01-31T13:47:20.080Z] #64 DONE 0.0s [2022-01-31T13:47:20.080Z] [2022-01-31T13:47:20.080Z] #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-01-31T13:47:20.080Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:47:20.080Z] #14 87.18 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-01-31T13:47:20.080Z] #14 87.18 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:20.080Z] #14 87.19 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:20.080Z] #14 92.29 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-01-31T13:47:20.080Z] #14 92.29 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-01-31T13:47:20.080Z] #14 92.37 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-31T13:47:20.080Z] #14 ... [2022-01-31T13:47:20.080Z] [2022-01-31T13:47:20.080Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-01-31T13:47:20.080Z] #65 sha256:fd05ee3243799fab0d09930aa3f86872c8571fbeacebd3dc583d56f11ef0390f [2022-01-31T13:47:20.080Z] #65 DONE 0.1s [2022-01-31T13:47:20.080Z] [2022-01-31T13:47:20.080Z] #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-01-31T13:47:20.080Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:47:20.080Z] #14 92.54 Selecting previously unselected package libapparmor1:amd64. [2022-01-31T13:47:20.184Z] #63 DONE 93.5s [2022-01-31T13:47:20.184Z] [2022-01-31T13:47:20.184Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-01-31T13:47:20.184Z] #64 sha256:295241f0826d5efcd1cba99280966621d38c19cbd03d99812351cc07ef2efdc8 [2022-01-31T13:47:20.184Z] #64 DONE 0.1s [2022-01-31T13:47:20.184Z] [2022-01-31T13:47:20.184Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-01-31T13:47:20.184Z] #65 sha256:10caf72825ae8f0d3433275c7e7da395d34099cad378c3a75c17623b4324c2bc [2022-01-31T13:47:20.184Z] #65 DONE 0.1s [2022-01-31T13:47:20.184Z] [2022-01-31T13:47:20.184Z] #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-01-31T13:47:20.184Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:47:20.184Z] #14 87.96 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-01-31T13:47:20.184Z] #14 87.97 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:20.184Z] #14 87.97 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:20.184Z] #14 93.33 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-01-31T13:47:20.184Z] #14 93.34 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-01-31T13:47:20.184Z] #14 93.35 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-31T13:47:20.184Z] #14 93.88 Selecting previously unselected package libapparmor1:amd64. [2022-01-31T13:47:20.184Z] #14 93.88 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-01-31T13:47:20.184Z] #14 93.89 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-01-31T13:47:20.184Z] #14 94.09 Selecting previously unselected package libapparmor-dev:amd64. [2022-01-31T13:47:20.184Z] #14 94.09 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-01-31T13:47:20.184Z] #14 94.09 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-31T13:47:20.337Z] #14 92.55 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-01-31T13:47:20.337Z] #14 92.56 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-01-31T13:47:20.337Z] #14 92.72 Selecting previously unselected package libapparmor-dev:amd64. [2022-01-31T13:47:20.337Z] #14 92.73 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-01-31T13:47:20.337Z] #14 92.74 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-31T13:47:20.441Z] #14 94.25 Selecting previously unselected package libbtrfs0:amd64. [2022-01-31T13:47:20.441Z] #14 94.26 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-31T13:47:20.441Z] #14 94.27 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:47:20.698Z] #14 94.52 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-31T13:47:20.698Z] #14 94.53 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-31T13:47:20.698Z] #14 94.59 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:47:20.750Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-01-31T13:47:20.750Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-055cb9d8\powershellScript.ps1'; exit $LASTEXITCODE; [2022-01-31T13:47:20.750Z] ---------------------------------------------------------------------------- [2022-01-31T13:47:20.750Z] [2022-01-31T13:47:20.750Z] INFO: executeCI.ps1 starting at Mon Jan 31 13:47:17 CUT 2022 [2022-01-31T13:47:20.750Z] [2022-01-31T13:47:20.750Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-01-31T13:47:20.750Z] INFO: Running git version 2.24.1.windows.2 [2022-01-31T13:47:20.750Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-01-31T13:47:20.750Z] INFO: Environment variables: [2022-01-31T13:47:20.750Z] [2022-01-31T13:47:20.750Z] Name Value [2022-01-31T13:47:20.750Z] ---- ----- [2022-01-31T13:47:20.750Z] ALLUSERSPROFILE C:\ProgramData [2022-01-31T13:47:20.750Z] amd64 true [2022-01-31T13:47:20.750Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-01-31T13:47:20.750Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-01-31T13:47:20.750Z] arm64 true [2022-01-31T13:47:20.750Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-01-31T13:47:20.750Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-01-31T13:47:20.750Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-01-31T13:47:20.750Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-01-31T13:47:20.750Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-01-31T13:47:20.750Z] BRANCH_NAME PR-43199 [2022-01-31T13:47:20.750Z] BUILD_DISPLAY_NAME #4 [2022-01-31T13:47:20.750Z] BUILD_ID 4 [2022-01-31T13:47:20.750Z] BUILD_NUMBER 4 [2022-01-31T13:47:20.750Z] BUILD_TAG jenkins-moby-PR-43199-4 [2022-01-31T13:47:20.750Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/ [2022-01-31T13:47:20.750Z] cgroup2 true [2022-01-31T13:47:20.750Z] CHANGE_AUTHOR Xyene [2022-01-31T13:47:20.750Z] CHANGE_AUTHOR_DISPLAY_NAME Tudor Brindus [2022-01-31T13:47:20.750Z] CHANGE_BRANCH allow-landlock [2022-01-31T13:47:20.750Z] CHANGE_FORK Xyene [2022-01-31T13:47:20.750Z] CHANGE_ID 43199 [2022-01-31T13:47:20.750Z] CHANGE_TARGET master [2022-01-31T13:47:20.750Z] CHANGE_TITLE seccomp: add support for Landlock syscalls in default policy [2022-01-31T13:47:20.750Z] CHANGE_URL https://github.com/moby/moby/pull/43199 [2022-01-31T13:47:20.750Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:47:20.750Z] CommonProgramFiles C:\Program Files\Common Files [2022-01-31T13:47:20.750Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-01-31T13:47:20.750Z] CommonProgramW6432 C:\Program Files\Common Files [2022-01-31T13:47:20.750Z] COMPUTERNAME azwin-2-045ec1 [2022-01-31T13:47:20.750Z] ComSpec C:\Windows\system32\cmd.exe [2022-01-31T13:47:20.750Z] ConfigSequenceNumber 0 [2022-01-31T13:47:20.750Z] dco true [2022-01-31T13:47:20.750Z] DOCKER_BUILDKIT 0 [2022-01-31T13:47:20.750Z] DOCKER_DUT_DEBUG 1 [2022-01-31T13:47:20.750Z] DOCKER_EXPERIMENTAL 1 [2022-01-31T13:47:20.750Z] DOCKER_GRAPHDRIVER overlay2 [2022-01-31T13:47:20.750Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-01-31T13:47:20.750Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-01-31T13:47:20.750Z] EXECUTOR_NUMBER 0 [2022-01-31T13:47:20.750Z] FQDN azwin-2-045ec1.westus.cloudapp.azure.com [2022-01-31T13:47:20.750Z] GIT_BRANCH PR-43199 [2022-01-31T13:47:20.750Z] GIT_COMMIT af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:47:20.750Z] GIT_PREVIOUS_COMMIT f4eaf4b0a1f7a9cc05516bf96534239a598c0495 [2022-01-31T13:47:20.750Z] GIT_URL https://github.com/moby/moby.git [2022-01-31T13:47:20.750Z] HUDSON_COOKIE bbd523d2-e9f1-4711-b5a5-fc5fc25e601f [2022-01-31T13:47:20.750Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-01-31T13:47:20.750Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-01-31T13:47:20.750Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-01-31T13:47:20.750Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-01-31T13:47:20.750Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-01-31T13:47:20.750Z] JENKINS_NODE_COOKIE fecc6622-edb2-4d6a-a9a7-7f38bb408cc8 [2022-01-31T13:47:20.750Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-01-31T13:47:20.750Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-01-31T13:47:20.750Z] JOB_BASE_NAME PR-43199 [2022-01-31T13:47:20.750Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/display/redirect [2022-01-31T13:47:20.750Z] JOB_NAME moby/PR-43199 [2022-01-31T13:47:20.750Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/ [2022-01-31T13:47:20.750Z] library.jps.version master [2022-01-31T13:47:20.750Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-01-31T13:47:20.750Z] NODE_LABELS amd64 azure azwin-2-045ec1 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-01-31T13:47:20.750Z] NODE_NAME azwin-2-045ec1 [2022-01-31T13:47:20.750Z] NUMBER_OF_PROCESSORS 4 [2022-01-31T13:47:20.750Z] OS Windows_NT [2022-01-31T13:47:20.750Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-01-31T13:47:20.750Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-01-31T13:47:20.750Z] ppc64le false [2022-01-31T13:47:20.750Z] PROCESSOR_ARCHITECTURE AMD64 [2022-01-31T13:47:20.750Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-01-31T13:47:20.750Z] PROCESSOR_LEVEL 6 [2022-01-31T13:47:20.750Z] PROCESSOR_REVISION 4f01 [2022-01-31T13:47:20.750Z] ProgramData C:\ProgramData [2022-01-31T13:47:20.750Z] ProgramFiles C:\Program Files [2022-01-31T13:47:20.750Z] ProgramFiles(x86) C:\Program Files (x86) [2022-01-31T13:47:20.750Z] ProgramW6432 C:\Program Files [2022-01-31T13:47:20.750Z] PROMPT $P$G [2022-01-31T13:47:20.750Z] PSExecutionPolicyPreference Bypass [2022-01-31T13:47:20.750Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-01-31T13:47:20.750Z] PUBLIC C:\Users\Public [2022-01-31T13:47:20.750Z] rootless true [2022-01-31T13:47:20.750Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect?page=artif... [2022-01-31T13:47:20.750Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect?page=changes [2022-01-31T13:47:20.750Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect [2022-01-31T13:47:20.750Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect?page=tests [2022-01-31T13:47:20.750Z] s390x false [2022-01-31T13:47:20.750Z] SKIP_VALIDATION_TESTS 1 [2022-01-31T13:47:20.750Z] SOURCES_DRIVE d [2022-01-31T13:47:20.750Z] SOURCES_SUBDIR gopath [2022-01-31T13:47:20.751Z] STAGE_NAME Run tests [2022-01-31T13:47:20.751Z] SystemDrive C: [2022-01-31T13:47:20.751Z] SystemRoot C:\Windows [2022-01-31T13:47:20.751Z] TEMP C:\Windows\TEMP [2022-01-31T13:47:20.751Z] TESTDEBUG 0 [2022-01-31T13:47:20.751Z] TESTRUN_DRIVE d [2022-01-31T13:47:20.751Z] TESTRUN_SUBDIR CI [2022-01-31T13:47:20.751Z] TIMEOUT 120m [2022-01-31T13:47:20.751Z] TMP C:\Windows\TEMP [2022-01-31T13:47:20.751Z] unit_validate true [2022-01-31T13:47:20.751Z] USERDOMAIN WORKGROUP [2022-01-31T13:47:20.751Z] USERNAME azwin-2-045ec1$ [2022-01-31T13:47:20.751Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-01-31T13:47:20.751Z] validate_force false [2022-01-31T13:47:20.751Z] windir C:\Windows [2022-01-31T13:47:20.751Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-01-31T13:47:20.751Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-01-31T13:47:20.751Z] windows2022 true [2022-01-31T13:47:20.751Z] windows2022containerd true [2022-01-31T13:47:20.751Z] windowsRS5 true [2022-01-31T13:47:20.751Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-01-31T13:47:20.751Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-01-31T13:47:20.751Z] [2022-01-31T13:47:20.751Z] [2022-01-31T13:47:20.751Z] [2022-01-31T13:47:20.751Z] INFO: Sources under d:\gopath\... [2022-01-31T13:47:20.751Z] INFO: Test run under d:\CI\... [2022-01-31T13:47:20.751Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-01-31T13:47:20.751Z] INFO: docker/docker repository was found [2022-01-31T13:47:20.751Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-01-31T13:47:20.901Z] #14 93.01 Selecting previously unselected package libbtrfs0:amd64. [2022-01-31T13:47:20.901Z] #14 93.01 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-31T13:47:20.901Z] #14 93.02 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:47:20.901Z] #14 93.27 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-31T13:47:20.901Z] #14 93.31 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-31T13:47:20.901Z] #14 93.32 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:47:20.956Z] #14 94.91 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-01-31T13:47:20.956Z] #14 94.91 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:47:20.956Z] #14 94.91 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:21.214Z] #14 95.15 Selecting previously unselected package libudev-dev:amd64. [2022-01-31T13:47:21.214Z] #14 95.15 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-01-31T13:47:21.214Z] #14 95.19 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-01-31T13:47:21.229Z] ltsc2022: Pulling from windows/servercore [2022-01-31T13:47:21.229Z] 8f616e6e9eec: Pulling fs layer [2022-01-31T13:47:21.229Z] 0e02c12b1310: Pulling fs layer [2022-01-31T13:47:21.465Z] #14 93.59 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-01-31T13:47:21.465Z] #14 93.60 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:47:21.465Z] #14 93.60 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:21.465Z] #14 93.64 Selecting previously unselected package libudev-dev:amd64. [2022-01-31T13:47:21.465Z] #14 93.65 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-01-31T13:47:21.465Z] #14 93.66 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-01-31T13:47:21.465Z] #14 93.77 Selecting previously unselected package libsepol1-dev:amd64. [2022-01-31T13:47:21.465Z] #14 93.77 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-01-31T13:47:21.465Z] #14 93.78 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-01-31T13:47:21.465Z] #14 94.00 Selecting previously unselected package libpcre2-16-0:amd64. [2022-01-31T13:47:21.465Z] #14 94.00 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-01-31T13:47:21.470Z] #14 95.35 Selecting previously unselected package libsepol1-dev:amd64. [2022-01-31T13:47:21.470Z] #14 95.36 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-01-31T13:47:21.470Z] #14 95.36 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-01-31T13:47:21.470Z] #14 95.55 Selecting previously unselected package libpcre2-16-0:amd64. [2022-01-31T13:47:21.471Z] #19 140.4 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-01-31T13:47:21.703Z] #10 ... [2022-01-31T13:47:21.703Z] [2022-01-31T13:47:21.703Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-01-31T13:47:21.703Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-01-31T13:47:21.703Z] #7 DONE 2.5s [2022-01-31T13:47:21.727Z] #14 95.55 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-01-31T13:47:21.727Z] #14 95.55 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-01-31T13:47:21.731Z] #19 140.4 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:47:21.731Z] #19 140.4 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:21.731Z] #19 140.5 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-01-31T13:47:21.731Z] #19 140.6 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-01-31T13:47:21.731Z] #19 140.6 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-01-31T13:47:21.734Z] #14 94.00 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-01-31T13:47:21.734Z] #14 94.14 Selecting previously unselected package libpcre2-32-0:amd64. [2022-01-31T13:47:21.960Z] [2022-01-31T13:47:21.960Z] #8 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-01-31T13:47:21.960Z] #8 sha256:db19dae7982f63d12df7e141a5bcb4dbb2db37310d3de3620a415238ef91b690 [2022-01-31T13:47:21.960Z] #8 DONE 2.6s [2022-01-31T13:47:21.960Z] [2022-01-31T13:47:21.960Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:47:21.960Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-31T13:47:21.960Z] #10 DONE 2.7s [2022-01-31T13:47:21.960Z] [2022-01-31T13:47:21.960Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-31T13:47:21.960Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-01-31T13:47:21.960Z] #9 DONE 2.8s [2022-01-31T13:47:21.984Z] #14 95.70 Selecting previously unselected package libpcre2-32-0:amd64. [2022-01-31T13:47:21.984Z] #14 95.71 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-01-31T13:47:21.984Z] #14 95.72 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-01-31T13:47:21.984Z] #14 95.86 Selecting previously unselected package libpcre2-posix2:amd64. [2022-01-31T13:47:21.984Z] #14 95.87 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-01-31T13:47:21.984Z] #14 95.87 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-01-31T13:47:21.984Z] #14 95.93 Selecting previously unselected package libpcre2-dev:amd64. [2022-01-31T13:47:21.984Z] #14 95.93 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-01-31T13:47:21.984Z] #14 95.94 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-01-31T13:47:21.991Z] #14 94.14 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-01-31T13:47:21.991Z] #14 94.15 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-01-31T13:47:21.991Z] #14 94.29 Selecting previously unselected package libpcre2-posix2:amd64. [2022-01-31T13:47:21.991Z] #14 94.29 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-01-31T13:47:21.991Z] #14 94.30 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-01-31T13:47:21.991Z] #14 94.42 Selecting previously unselected package libpcre2-dev:amd64. [2022-01-31T13:47:21.991Z] #19 140.9 Selecting previously unselected package libc6-s390x-cross. [2022-01-31T13:47:21.991Z] #19 140.9 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-01-31T13:47:22.246Z] #14 96.23 Selecting previously unselected package libselinux1-dev:amd64. [2022-01-31T13:47:22.246Z] #14 96.23 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-01-31T13:47:22.246Z] #14 96.24 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-01-31T13:47:22.254Z] #19 140.9 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-01-31T13:47:22.255Z] #14 94.42 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-01-31T13:47:22.255Z] #14 94.43 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-01-31T13:47:22.506Z] #14 96.48 Selecting previously unselected package libdevmapper-dev:amd64. [2022-01-31T13:47:22.506Z] #14 96.48 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:47:22.506Z] #14 96.48 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:22.506Z] #14 96.54 Selecting previously unselected package libseccomp-dev:amd64. [2022-01-31T13:47:22.506Z] #14 96.54 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-01-31T13:47:22.506Z] #14 96.55 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-31T13:47:22.511Z] #14 94.78 Selecting previously unselected package libselinux1-dev:amd64. [2022-01-31T13:47:22.511Z] #14 94.78 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-01-31T13:47:22.511Z] #14 94.79 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-01-31T13:47:22.511Z] #14 94.98 Selecting previously unselected package libdevmapper-dev:amd64. [2022-01-31T13:47:22.511Z] #14 94.98 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:47:22.768Z] #14 94.99 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:22.768Z] #14 95.04 Selecting previously unselected package libseccomp-dev:amd64. [2022-01-31T13:47:22.768Z] #14 95.04 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-01-31T13:47:22.768Z] #14 95.04 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-31T13:47:22.768Z] #14 95.14 Selecting previously unselected package libsystemd-dev:amd64. [2022-01-31T13:47:22.768Z] #14 95.14 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-01-31T13:47:22.768Z] #14 95.15 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-01-31T13:47:22.804Z] #14 96.63 Selecting previously unselected package libsystemd-dev:amd64. [2022-01-31T13:47:22.804Z] #14 96.64 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-01-31T13:47:22.804Z] #14 96.66 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-01-31T13:47:22.825Z] #19 141.4 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-01-31T13:47:22.825Z] #19 141.4 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:22.825Z] #19 141.5 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:22.825Z] #19 141.6 Selecting previously unselected package libgomp1-s390x-cross. [2022-01-31T13:47:22.825Z] #19 141.6 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:22.825Z] #19 141.6 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:22.825Z] #19 141.6 Selecting previously unselected package libitm1-s390x-cross. [2022-01-31T13:47:22.825Z] #19 141.6 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:22.825Z] #19 141.6 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:22.825Z] #19 141.6 Selecting previously unselected package libatomic1-s390x-cross. [2022-01-31T13:47:23.060Z] #14 97.03 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-31T13:47:23.060Z] #14 97.05 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-01-31T13:47:23.060Z] #14 97.06 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-31T13:47:23.060Z] #14 97.08 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-01-31T13:47:23.060Z] #14 97.09 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-31T13:47:23.060Z] #14 97.10 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-01-31T13:47:23.060Z] #14 97.11 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:47:23.060Z] #14 97.12 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-01-31T13:47:23.060Z] #14 97.13 Setting up libudev-dev:amd64 (247.3-6) ... [2022-01-31T13:47:23.086Z] #19 141.6 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:23.086Z] #19 141.6 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:23.086Z] #19 141.7 Selecting previously unselected package libasan6-s390x-cross. [2022-01-31T13:47:23.086Z] #19 141.7 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:23.086Z] #19 141.7 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:23.086Z] #19 141.9 Selecting previously unselected package libstdc++6-s390x-cross. [2022-01-31T13:47:23.319Z] #14 97.14 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-01-31T13:47:23.319Z] #14 97.15 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-31T13:47:23.319Z] #14 97.16 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:47:23.319Z] #14 97.17 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-31T13:47:23.319Z] #14 97.18 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-31T13:47:23.319Z] #14 97.19 Setting up mingw-w64-common (8.0.0-1) ... [2022-01-31T13:47:23.319Z] #14 97.20 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-01-31T13:47:23.319Z] #14 97.21 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-31T13:47:23.319Z] #14 97.22 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-01-31T13:47:23.319Z] #14 97.23 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-01-31T13:47:23.319Z] #14 97.24 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-31T13:47:23.319Z] #14 97.25 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:47:23.319Z] #14 97.26 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-01-31T13:47:23.319Z] #14 97.27 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:23.319Z] #14 97.28 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-01-31T13:47:23.319Z] #14 97.29 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-31T13:47:23.319Z] #14 97.30 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:23.319Z] #14 97.31 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-01-31T13:47:23.319Z] #14 97.31 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:47:23.319Z] #14 97.33 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-31T13:47:23.319Z] #14 97.34 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:23.319Z] #14 97.35 Setting up dmsetup (2:1.02.175-2.1) ... [2022-01-31T13:47:23.334Z] #14 95.58 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-31T13:47:23.334Z] #14 95.59 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-01-31T13:47:23.334Z] #14 95.61 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-31T13:47:23.334Z] #14 95.62 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-01-31T13:47:23.334Z] #14 95.63 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-31T13:47:23.334Z] #14 95.63 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-01-31T13:47:23.334Z] #14 95.64 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:47:23.334Z] #14 95.65 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-01-31T13:47:23.334Z] #14 95.66 Setting up libudev-dev:amd64 (247.3-6) ... [2022-01-31T13:47:23.334Z] #14 95.67 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-01-31T13:47:23.334Z] #14 95.68 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-31T13:47:23.334Z] #14 95.69 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:47:23.334Z] #14 95.70 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-31T13:47:23.334Z] #14 95.71 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-31T13:47:23.334Z] #14 95.72 Setting up mingw-w64-common (8.0.0-1) ... [2022-01-31T13:47:23.334Z] #14 95.73 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-01-31T13:47:23.334Z] #14 95.74 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-31T13:47:23.334Z] #14 95.75 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-01-31T13:47:23.334Z] #14 95.76 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-01-31T13:47:23.334Z] #14 95.76 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-31T13:47:23.334Z] #14 95.77 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:47:23.334Z] #14 95.78 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-01-31T13:47:23.334Z] #14 95.79 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:23.347Z] #19 141.9 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:23.347Z] #19 141.9 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:23.347Z] #19 142.0 Selecting previously unselected package libubsan1-s390x-cross. [2022-01-31T13:47:23.347Z] #19 142.0 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:23.347Z] #19 142.0 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:23.347Z] #19 142.1 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-01-31T13:47:23.347Z] #19 142.1 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:23.347Z] #19 142.1 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:23.576Z] #14 97.37 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:23.576Z] #14 97.38 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:23.576Z] #14 97.39 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:47:23.590Z] #14 95.80 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-01-31T13:47:23.590Z] #14 95.81 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-31T13:47:23.590Z] #14 95.82 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:23.590Z] #14 95.83 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-01-31T13:47:23.590Z] #14 95.83 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:47:23.590Z] #14 95.85 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-31T13:47:23.590Z] #14 95.87 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:23.590Z] #14 95.88 Setting up dmsetup (2:1.02.175-2.1) ... [2022-01-31T13:47:23.590Z] #14 95.89 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:23.590Z] #14 95.90 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:23.590Z] #14 95.91 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:47:23.607Z] #19 142.2 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-01-31T13:47:23.608Z] #19 142.2 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:47:23.608Z] #19 142.2 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:23.821Z] #63 92.89 rootlesskit version 0.14.6 [2022-01-31T13:47:23.821Z] #63 92.90 Usage of /build/rootlesskit-docker-proxy: [2022-01-31T13:47:23.821Z] #63 92.90 -container-ip string [2022-01-31T13:47:23.821Z] #63 92.90 container ip [2022-01-31T13:47:23.821Z] #63 92.90 -container-port int [2022-01-31T13:47:23.821Z] #63 92.90 container port (default -1) [2022-01-31T13:47:23.821Z] #63 92.90 -host-ip string [2022-01-31T13:47:23.821Z] #63 92.90 host ip [2022-01-31T13:47:23.821Z] #63 92.90 -host-port int [2022-01-31T13:47:23.821Z] #63 92.90 host port (default -1) [2022-01-31T13:47:23.821Z] #63 92.91 -proto string [2022-01-31T13:47:23.821Z] #63 92.91 proxy protocol (default "tcp") [2022-01-31T13:47:23.833Z] #14 DONE 97.7s [2022-01-31T13:47:23.833Z] [2022-01-31T13:47:23.833Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-31T13:47:23.833Z] #55 sha256:556812d1a6c958efd854f7ccdd0f57bce66651b913e1214df8ce4b3dc6d5e485 [2022-01-31T13:47:23.833Z] #55 DONE 0.1s [2022-01-31T13:47:23.833Z] [2022-01-31T13:47:23.833Z] #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-01-31T13:47:23.833Z] #56 sha256:a1dfe8d142decbb54cc64355c776ddfed770174a775099a0b4e8294ff0f84f8f [2022-01-31T13:47:23.847Z] #14 DONE 96.2s [2022-01-31T13:47:23.847Z] [2022-01-31T13:47:23.847Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-31T13:47:23.847Z] #55 sha256:42bc787186243871c694947aaab8b4e521fb99dedee6f45e830c64601e7a5d37 [2022-01-31T13:47:23.847Z] #55 DONE 0.1s [2022-01-31T13:47:23.847Z] [2022-01-31T13:47:23.847Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-31T13:47:23.847Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-01-31T13:47:24.489Z] [2022-01-31T13:47:24.489Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:47:24.489Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-31T13:47:24.489Z] #69 DONE 0.0s [2022-01-31T13:47:24.489Z] [2022-01-31T13:47:24.489Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:47:24.489Z] #28 sha256:0256edf13a7c94038f6f160b92cd8f212ec2c72633457f00571488f790ce26af [2022-01-31T13:47:24.489Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:47:24.746Z] #28 resolve docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 0.2s done [2022-01-31T13:47:24.746Z] #28 sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d 1.85kB / 1.85kB done [2022-01-31T13:47:25.003Z] #28 sha256:0371e3756e46739939b54a1e429b519ccc1c88e5cc3870877b12c96bed3ea150 1.48kB / 1.48kB done [2022-01-31T13:47:25.003Z] #28 sha256:b3d4eb0332b522963a898e4bbac06c8129ffa0f90ae8862d25313633def3f2c2 529B / 529B done [2022-01-31T13:47:25.203Z] #56 ... [2022-01-31T13:47:25.203Z] [2022-01-31T13:47:25.203Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-31T13:47:25.203Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-01-31T13:47:25.203Z] #15 DONE 1.4s [2022-01-31T13:47:25.203Z] [2022-01-31T13:47:25.203Z] #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-01-31T13:47:25.203Z] #56 sha256:a1dfe8d142decbb54cc64355c776ddfed770174a775099a0b4e8294ff0f84f8f [2022-01-31T13:47:25.203Z] #56 1.243 + RM_GOPATH=0 [2022-01-31T13:47:25.203Z] #56 1.243 + TMP_GOPATH= [2022-01-31T13:47:25.203Z] #56 1.243 + : /build [2022-01-31T13:47:25.203Z] #56 1.243 + '[' -z '' ']' [2022-01-31T13:47:25.203Z] #56 1.243 ++ mktemp -d [2022-01-31T13:47:25.203Z] #56 1.245 + export GOPATH=/tmp/tmp.estAI4Xpa4 [2022-01-31T13:47:25.203Z] #56 1.245 + GOPATH=/tmp/tmp.estAI4Xpa4 [2022-01-31T13:47:25.203Z] #56 1.245 + RM_GOPATH=1 [2022-01-31T13:47:25.203Z] #56 1.245 + case "$(go env GOARCH)" in [2022-01-31T13:47:25.203Z] #56 1.245 ++ go env GOARCH [2022-01-31T13:47:25.203Z] #56 1.258 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:25.203Z] #56 1.258 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:25.203Z] #56 1.259 ++ dirname /install.sh [2022-01-31T13:47:25.203Z] #56 1.261 + dir=/ [2022-01-31T13:47:25.203Z] #56 1.261 + bin=runc [2022-01-31T13:47:25.203Z] #56 1.261 + shift [2022-01-31T13:47:25.203Z] #56 1.261 + '[' '!' -f //runc.installer ']' [2022-01-31T13:47:25.203Z] #56 1.261 + . //runc.installer [2022-01-31T13:47:25.203Z] #56 1.261 ++ set -e [2022-01-31T13:47:25.203Z] #56 1.261 ++ : v1.0.3 [2022-01-31T13:47:25.203Z] #56 1.262 + install_runc [2022-01-31T13:47:25.203Z] #56 1.262 + RUNC_BUILDTAGS=seccomp [2022-01-31T13:47:25.203Z] #56 1.262 + echo 'Install runc version v1.0.3 (build tags: seccomp)' [2022-01-31T13:47:25.203Z] #56 1.262 Install runc version v1.0.3 (build tags: seccomp) [2022-01-31T13:47:25.203Z] #56 1.262 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.estAI4Xpa4/src/github.com/opencontainers/runc [2022-01-31T13:47:25.203Z] #56 1.264 Cloning into '/tmp/tmp.estAI4Xpa4/src/github.com/opencontainers/runc'... [2022-01-31T13:47:25.262Z] #28 ... [2022-01-31T13:47:25.262Z] [2022-01-31T13:47:25.262Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-01-31T13:47:25.262Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-01-31T13:47:25.262Z] #45 DONE 0.0s [2022-01-31T13:47:25.262Z] [2022-01-31T13:47:25.262Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:47:25.262Z] #28 sha256:0256edf13a7c94038f6f160b92cd8f212ec2c72633457f00571488f790ce26af [2022-01-31T13:47:25.262Z] #28 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 19.92MB / 53.61MB 0.1s [2022-01-31T13:47:25.520Z] #28 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 25.31MB / 53.61MB 0.3s [2022-01-31T13:47:25.520Z] #28 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 35.65MB / 53.61MB 0.4s [2022-01-31T13:47:25.742Z] #15 DONE 1.5s [2022-01-31T13:47:25.742Z] [2022-01-31T13:47:25.742Z] #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-01-31T13:47:25.742Z] #56 sha256:a1e3039edc097d93d1b1ccff37dd984bf7f1cd8c1ec9682f9e140eb1f64e057a [2022-01-31T13:47:25.742Z] #56 1.197 + RM_GOPATH=0 [2022-01-31T13:47:25.742Z] #56 1.197 + TMP_GOPATH= [2022-01-31T13:47:25.742Z] #56 1.198 + : /build [2022-01-31T13:47:25.742Z] #56 1.199 + '[' -z '' ']' [2022-01-31T13:47:25.742Z] #56 1.199 ++ mktemp -d [2022-01-31T13:47:25.742Z] #56 1.202 + export GOPATH=/tmp/tmp.FH2CsZXrhO [2022-01-31T13:47:25.742Z] #56 1.205 + GOPATH=/tmp/tmp.FH2CsZXrhO [2022-01-31T13:47:25.742Z] #56 1.205 + RM_GOPATH=1 [2022-01-31T13:47:25.742Z] #56 1.205 + case "$(go env GOARCH)" in [2022-01-31T13:47:25.742Z] #56 1.206 ++ go env GOARCH [2022-01-31T13:47:25.742Z] #56 1.218 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:25.742Z] #56 1.218 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:25.742Z] #56 1.222 ++ dirname /install.sh [2022-01-31T13:47:25.742Z] #56 1.225 + dir=/ [2022-01-31T13:47:25.742Z] #56 1.225 + bin=runc [2022-01-31T13:47:25.742Z] #56 1.225 + shift [2022-01-31T13:47:25.742Z] #56 1.225 + '[' '!' -f //runc.installer ']' [2022-01-31T13:47:25.742Z] #56 1.226 + . //runc.installer [2022-01-31T13:47:25.742Z] #56 1.226 ++ set -e [2022-01-31T13:47:25.742Z] #56 1.226 ++ : v1.0.3 [2022-01-31T13:47:25.742Z] #56 1.226 + install_runc [2022-01-31T13:47:25.742Z] #56 1.227 + RUNC_BUILDTAGS=seccomp [2022-01-31T13:47:25.742Z] #56 1.227 + echo 'Install runc version v1.0.3 (build tags: seccomp)' [2022-01-31T13:47:25.742Z] #56 1.227 Install runc version v1.0.3 (build tags: seccomp) [2022-01-31T13:47:25.742Z] #56 1.227 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.FH2CsZXrhO/src/github.com/opencontainers/runc [2022-01-31T13:47:25.742Z] #56 1.229 Cloning into '/tmp/tmp.FH2CsZXrhO/src/github.com/opencontainers/runc'... [2022-01-31T13:47:25.779Z] #28 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 53.61MB / 53.61MB 0.5s [2022-01-31T13:47:26.136Z] #56 ... [2022-01-31T13:47:26.136Z] [2022-01-31T13:47:26.136Z] #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-01-31T13:47:26.136Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487 [2022-01-31T13:47:26.136Z] #16 DONE 1.0s [2022-01-31T13:47:26.305Z] #56 ... [2022-01-31T13:47:26.305Z] [2022-01-31T13:47:26.305Z] #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-01-31T13:47:26.305Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487 [2022-01-31T13:47:26.305Z] #16 DONE 0.9s [2022-01-31T13:47:26.343Z] #63 DONE 95.9s [2022-01-31T13:47:26.343Z] [2022-01-31T13:47:26.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-01-31T13:47:26.343Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:47:26.343Z] #14 89.73 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-01-31T13:47:26.343Z] #14 89.74 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:47:26.343Z] #14 89.74 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:26.343Z] #14 94.58 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-01-31T13:47:26.343Z] #14 94.59 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-01-31T13:47:26.343Z] #14 94.82 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-31T13:47:26.343Z] #14 96.09 Selecting previously unselected package libapparmor1:amd64. [2022-01-31T13:47:26.343Z] #14 96.10 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-01-31T13:47:26.343Z] #14 96.10 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-01-31T13:47:26.395Z] [2022-01-31T13:47:26.395Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-01-31T13:47:26.395Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941 [2022-01-31T13:47:26.562Z] [2022-01-31T13:47:26.562Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-01-31T13:47:26.562Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941 [2022-01-31T13:47:26.600Z] #14 96.21 Selecting previously unselected package libapparmor-dev:amd64. [2022-01-31T13:47:26.600Z] #14 ... [2022-01-31T13:47:26.600Z] [2022-01-31T13:47:26.600Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-01-31T13:47:26.600Z] #64 sha256:d8cadef8c5581dd6a1899e91e8ebba62de52a4e487e0dc3b86e9757cd917b72c [2022-01-31T13:47:26.600Z] #64 DONE 0.1s [2022-01-31T13:47:26.600Z] [2022-01-31T13:47:26.600Z] #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-01-31T13:47:26.600Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:47:26.600Z] #14 96.22 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-01-31T13:47:26.600Z] #14 96.25 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-31T13:47:26.856Z] #14 96.44 Selecting previously unselected package libbtrfs0:amd64. [2022-01-31T13:47:26.856Z] #14 96.47 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...#14 ... [2022-01-31T13:47:26.856Z] [2022-01-31T13:47:26.856Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-01-31T13:47:26.856Z] #65 sha256:553ffb5111b98b801de661645c3aeea741c9724519a0d1a4b82c24b6d1417378 [2022-01-31T13:47:26.856Z] #65 DONE 0.2s [2022-01-31T13:47:26.856Z] [2022-01-31T13:47:26.856Z] #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-01-31T13:47:26.856Z] #14 sha256:6b4412eff11fa0b8faa9d4253ace5f3557137dca19dfdd24cf0dd0271762830b [2022-01-31T13:47:26.856Z] #14 96.47 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-31T13:47:26.856Z] #14 96.48 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:47:27.112Z] #14 96.68 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-31T13:47:27.112Z] #14 96.69 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-31T13:47:27.112Z] #14 96.69 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:47:27.112Z] #14 96.83 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-01-31T13:47:27.112Z] #14 96.84 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:47:27.112Z] #14 96.84 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:27.112Z] #14 96.89 Selecting previously unselected package libudev-dev:amd64. [2022-01-31T13:47:27.126Z] #17 0.843 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-01-31T13:47:27.126Z] #17 DONE 0.9s [2022-01-31T13:47:27.126Z] [2022-01-31T13:47:27.126Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-01-31T13:47:27.126Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68 [2022-01-31T13:47:27.324Z] #17 0.837 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-01-31T13:47:27.324Z] #17 DONE 0.9s [2022-01-31T13:47:27.324Z] [2022-01-31T13:47:27.324Z] #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-01-31T13:47:27.324Z] #56 sha256:a1dfe8d142decbb54cc64355c776ddfed770174a775099a0b4e8294ff0f84f8f [2022-01-31T13:47:27.369Z] #14 96.89 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-01-31T13:47:27.369Z] #14 96.90 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-01-31T13:47:27.369Z] #14 97.02 Selecting previously unselected package libsepol1-dev:amd64. [2022-01-31T13:47:27.625Z] #14 97.03 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-01-31T13:47:27.625Z] #14 97.03 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-01-31T13:47:27.625Z] #14 97.27 Selecting previously unselected package libpcre2-16-0:amd64. [2022-01-31T13:47:27.749Z] #28 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 53.61MB / 53.61MB 2.1s done [2022-01-31T13:47:27.750Z] #28 extracting sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 [2022-01-31T13:47:27.811Z] #19 146.5 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-01-31T13:47:27.811Z] #19 146.5 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:47:27.811Z] #19 146.5 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:27.811Z] #19 146.6 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-01-31T13:47:27.811Z] #19 146.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-01-31T13:47:27.811Z] #19 146.6 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-01-31T13:47:27.881Z] #14 97.28 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-01-31T13:47:27.881Z] #14 97.29 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-01-31T13:47:27.881Z] #14 97.46 Selecting previously unselected package libpcre2-32-0:amd64. [2022-01-31T13:47:27.881Z] #14 97.46 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-01-31T13:47:27.881Z] #14 97.46 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-01-31T13:47:28.071Z] #19 146.7 Selecting previously unselected package libc6-dev-s390x-cross. [2022-01-31T13:47:28.071Z] #19 146.8 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-01-31T13:47:28.071Z] #19 146.8 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-01-31T13:47:28.138Z] #14 97.60 Selecting previously unselected package libpcre2-posix2:amd64. [2022-01-31T13:47:28.138Z] #14 97.61 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-01-31T13:47:28.138Z] #14 97.61 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-01-31T13:47:28.138Z] #14 97.66 Selecting previously unselected package libpcre2-dev:amd64. [2022-01-31T13:47:28.138Z] #14 97.67 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-01-31T13:47:28.138Z] #14 97.67 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-01-31T13:47:28.256Z] #56 ... [2022-01-31T13:47:28.256Z] [2022-01-31T13:47:28.256Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-01-31T13:47:28.256Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68 [2022-01-31T13:47:28.256Z] #18 DONE 1.0s [2022-01-31T13:47:28.256Z] [2022-01-31T13:47:28.256Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-01-31T13:47:28.256Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58 [2022-01-31T13:47:28.331Z] #19 147.0 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-01-31T13:47:28.331Z] #19 147.0 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-31T13:47:28.331Z] #19 147.0 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:28.331Z] #19 147.3 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-01-31T13:47:28.394Z] #14 98.06 Selecting previously unselected package libselinux1-dev:amd64. [2022-01-31T13:47:28.394Z] #14 98.06 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-01-31T13:47:28.394Z] #14 98.07 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-01-31T13:47:28.535Z] #18 DONE 1.0s [2022-01-31T13:47:28.536Z] [2022-01-31T13:47:28.536Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-01-31T13:47:28.536Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58 [2022-01-31T13:47:28.591Z] #19 147.3 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-31T13:47:28.591Z] #19 147.3 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:28.651Z] #14 98.25 Selecting previously unselected package libdevmapper-dev:amd64. [2022-01-31T13:47:28.651Z] #14 98.25 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:47:28.651Z] #14 98.26 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:28.685Z] #28 ... [2022-01-31T13:47:28.685Z] [2022-01-31T13:47:28.685Z] #24 [internal] load build context [2022-01-31T13:47:28.685Z] #24 sha256:f46ecd793f4148b083a6f85db5d673b5676855f8624e9bb9bced1abc82b9bcc0 [2022-01-31T13:47:28.685Z] #24 transferring context: 56.55MB 2.5s done [2022-01-31T13:47:28.685Z] #24 DONE 4.1s [2022-01-31T13:47:28.685Z] [2022-01-31T13:47:28.685Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:47:28.685Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-01-31T13:47:28.685Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 0.0s done [2022-01-31T13:47:28.685Z] #11 sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c 1.86kB / 1.86kB done [2022-01-31T13:47:28.685Z] #11 sha256:33333f82ea6e89b2e44618035b5a8f34a93292669064e882ef1b374127c325b9 7.08kB / 7.08kB done [2022-01-31T13:47:28.685Z] #11 sha256:0e633e6b67296a31dccdab5b33478cc54e088ddb70f755774e456e7a66867444 1.80kB / 1.80kB done [2022-01-31T13:47:28.685Z] #11 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 53.61MB / 53.61MB 2.6s done [2022-01-31T13:47:28.685Z] #11 sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 5.14MB / 5.14MB 0.6s done [2022-01-31T13:47:28.685Z] #11 sha256:e019dd0368ba992803442a16cc7792c1bd5a3d06c3a1ae6fae17cb838822fb4c 10.66MB / 10.66MB 1.2s done [2022-01-31T13:47:28.685Z] #11 sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 54.67MB / 54.67MB 3.9s [2022-01-31T13:47:28.685Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 81.02MB / 81.02MB 3.9s [2022-01-31T13:47:28.685Z] #11 sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 54.67MB / 54.67MB 3.9s done [2022-01-31T13:47:28.685Z] #11 sha256:cc12f2f51e9d2fcb027464ad5ef02d5118c57c2fe09f66b99e3d2476ce69d08a 126B / 126B 4.0s [2022-01-31T13:47:28.911Z] #14 98.31 Selecting previously unselected package libseccomp-dev:amd64. [2022-01-31T13:47:28.911Z] #14 98.32 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-01-31T13:47:28.911Z] #14 98.33 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-31T13:47:28.911Z] #14 98.46 Selecting previously unselected package libsystemd-dev:amd64. [2022-01-31T13:47:28.911Z] #14 98.47 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-01-31T13:47:28.911Z] #14 98.48 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-01-31T13:47:29.104Z] #19 DONE 1.0s [2022-01-31T13:47:29.104Z] [2022-01-31T13:47:29.104Z] #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-01-31T13:47:29.104Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:47:29.231Z] #19 DONE 1.0s [2022-01-31T13:47:29.231Z] [2022-01-31T13:47:29.231Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-01-31T13:47:29.231Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896 [2022-01-31T13:47:29.248Z] #11 extracting sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 1.8s done [2022-01-31T13:47:29.361Z] #43 ... [2022-01-31T13:47:29.361Z] [2022-01-31T13:47:29.361Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-01-31T13:47:29.361Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896 [2022-01-31T13:47:29.475Z] #14 99.04 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-31T13:47:29.475Z] #14 99.05 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-01-31T13:47:29.475Z] #14 99.06 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-31T13:47:29.475Z] #14 99.07 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-01-31T13:47:29.475Z] #14 99.08 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-31T13:47:29.475Z] #14 99.09 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-01-31T13:47:29.475Z] #14 99.10 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:47:29.475Z] #14 99.11 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-01-31T13:47:29.475Z] #14 99.12 Setting up libudev-dev:amd64 (247.3-6) ... [2022-01-31T13:47:29.475Z] #14 99.13 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-01-31T13:47:29.475Z] #14 99.14 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-31T13:47:29.475Z] #14 99.15 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:47:29.475Z] #14 99.16 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-31T13:47:29.475Z] #14 99.17 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-31T13:47:29.475Z] #14 99.18 Setting up mingw-w64-common (8.0.0-1) ... [2022-01-31T13:47:29.475Z] #14 99.19 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-01-31T13:47:29.475Z] #14 99.20 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-31T13:47:29.475Z] #14 99.21 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-01-31T13:47:29.475Z] #14 99.22 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-01-31T13:47:29.475Z] #14 99.23 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-31T13:47:29.475Z] #14 99.24 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:47:29.475Z] #14 99.25 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-01-31T13:47:29.732Z] #14 99.27 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:29.732Z] #14 99.28 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-01-31T13:47:29.732Z] #14 99.28 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-31T13:47:29.732Z] #14 99.29 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:47:29.732Z] #14 99.30 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-01-31T13:47:29.732Z] #14 99.31 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:47:29.732Z] #14 99.32 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-31T13:47:29.732Z] #14 99.34 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:29.732Z] #14 99.35 Setting up dmsetup (2:1.02.175-2.1) ... [2022-01-31T13:47:29.732Z] #14 99.36 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:29.732Z] #14 99.37 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:47:29.732Z] #14 99.38 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:47:30.168Z] #20 DONE 0.9s [2022-01-31T13:47:30.168Z] [2022-01-31T13:47:30.168Z] #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-01-31T13:47:30.168Z] #60 sha256:cd78e615a542d8a8d02979d578afcf805deaad8906ffb4669ff0af4bee37cb8a [2022-01-31T13:47:30.168Z] #60 ... [2022-01-31T13:47:30.168Z] [2022-01-31T13:47:30.168Z] #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-01-31T13:47:30.168Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-01-31T13:47:30.289Z] #20 DONE 0.9s [2022-01-31T13:47:30.289Z] [2022-01-31T13:47:30.290Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-01-31T13:47:30.290Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-01-31T13:47:30.295Z] #14 DONE 99.7s [2022-01-31T13:47:30.295Z] [2022-01-31T13:47:30.295Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-31T13:47:30.295Z] #55 sha256:340fbf63ae655c8e2cf206e2d03afe9bf7ffaf872fb6ee3c11af100d7b8c234e [2022-01-31T13:47:30.295Z] #55 DONE 0.2s [2022-01-31T13:47:30.295Z] [2022-01-31T13:47:30.295Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-31T13:47:30.295Z] #15 sha256:740ca258c6bfee48dc16e96fa11d33224a5d283f2ad21de315177dc70c060d12 [2022-01-31T13:47:30.617Z] #11 extracting sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 [2022-01-31T13:47:30.617Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 81.02MB / 81.02MB 5.9s done [2022-01-31T13:47:30.617Z] #11 sha256:cc12f2f51e9d2fcb027464ad5ef02d5118c57c2fe09f66b99e3d2476ce69d08a 126B / 126B 5.9s done [2022-01-31T13:47:30.617Z] #11 ... [2022-01-31T13:47:30.617Z] [2022-01-31T13:47:30.617Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:fb45fd4e25abe55a656ca69a7bef70e62099b8bb42a279a5e0ea4ae1ab410e0d [2022-01-31T13:47:30.617Z] #28 sha256:0256edf13a7c94038f6f160b92cd8f212ec2c72633457f00571488f790ce26af [2022-01-31T13:47:30.617Z] #28 DONE 6.2s [2022-01-31T13:47:30.617Z] [2022-01-31T13:47:30.617Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:47:30.617Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-01-31T13:47:30.617Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 0B / 102.65MB 6.0s [2022-01-31T13:47:30.617Z] #11 ... [2022-01-31T13:47:30.617Z] [2022-01-31T13:47:30.617Z] #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-01-31T13:47:30.617Z] #29 sha256:6fb4b5ee9f4ca553c9ca086e00072b70da2377dab9f294fbaacada76092a4f7f [2022-01-31T13:47:30.821Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-01-31T13:47:30.822Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-4abed21b\powershellScript.ps1'; exit $LASTEXITCODE; [2022-01-31T13:47:30.822Z] ---------------------------------------------------------------------------- [2022-01-31T13:47:30.822Z] [2022-01-31T13:47:30.822Z] INFO: executeCI.ps1 starting at Mon Jan 31 13:47:29 CUT 2022 [2022-01-31T13:47:30.822Z] [2022-01-31T13:47:30.822Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-01-31T13:47:30.822Z] INFO: Running git version 2.24.1.windows.2 [2022-01-31T13:47:30.822Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-01-31T13:47:30.822Z] INFO: Environment variables: [2022-01-31T13:47:30.822Z] [2022-01-31T13:47:30.822Z] Name Value [2022-01-31T13:47:30.822Z] ---- ----- [2022-01-31T13:47:30.822Z] ALLUSERSPROFILE C:\ProgramData [2022-01-31T13:47:30.822Z] amd64 true [2022-01-31T13:47:30.822Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-01-31T13:47:30.822Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-01-31T13:47:30.822Z] arm64 true [2022-01-31T13:47:30.822Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-01-31T13:47:30.822Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-01-31T13:47:30.822Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-01-31T13:47:30.822Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-01-31T13:47:30.822Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-01-31T13:47:30.822Z] BRANCH_NAME PR-43199 [2022-01-31T13:47:30.822Z] BUILD_DISPLAY_NAME #4 [2022-01-31T13:47:30.822Z] BUILD_ID 4 [2022-01-31T13:47:30.822Z] BUILD_NUMBER 4 [2022-01-31T13:47:30.822Z] BUILD_TAG jenkins-moby-PR-43199-4 [2022-01-31T13:47:30.822Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/ [2022-01-31T13:47:30.822Z] cgroup2 true [2022-01-31T13:47:30.822Z] CHANGE_AUTHOR Xyene [2022-01-31T13:47:30.822Z] CHANGE_AUTHOR_DISPLAY_NAME Tudor Brindus [2022-01-31T13:47:30.822Z] CHANGE_BRANCH allow-landlock [2022-01-31T13:47:30.822Z] CHANGE_FORK Xyene [2022-01-31T13:47:30.822Z] CHANGE_ID 43199 [2022-01-31T13:47:30.822Z] CHANGE_TARGET master [2022-01-31T13:47:30.822Z] CHANGE_TITLE seccomp: add support for Landlock syscalls in default policy [2022-01-31T13:47:30.822Z] CHANGE_URL https://github.com/moby/moby/pull/43199 [2022-01-31T13:47:30.822Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-31T13:47:30.822Z] CommonProgramFiles C:\Program Files\Common Files [2022-01-31T13:47:30.822Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-01-31T13:47:30.822Z] CommonProgramW6432 C:\Program Files\Common Files [2022-01-31T13:47:30.822Z] COMPUTERNAME azwin-2-de7590 [2022-01-31T13:47:30.822Z] ComSpec C:\Windows\system32\cmd.exe [2022-01-31T13:47:30.822Z] ConfigSequenceNumber 0 [2022-01-31T13:47:30.822Z] dco true [2022-01-31T13:47:30.822Z] DOCKER_BUILDKIT 0 [2022-01-31T13:47:30.822Z] DOCKER_DUT_DEBUG 1 [2022-01-31T13:47:30.822Z] DOCKER_EXPERIMENTAL 1 [2022-01-31T13:47:30.822Z] DOCKER_GRAPHDRIVER overlay2 [2022-01-31T13:47:30.822Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-01-31T13:47:30.822Z] EXECUTOR_NUMBER 0 [2022-01-31T13:47:30.822Z] FQDN azwin-2-de7590.westus.cloudapp.azure.com [2022-01-31T13:47:30.822Z] GIT_BRANCH PR-43199 [2022-01-31T13:47:30.822Z] GIT_COMMIT af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:47:30.822Z] GIT_PREVIOUS_COMMIT f4eaf4b0a1f7a9cc05516bf96534239a598c0495 [2022-01-31T13:47:30.822Z] GIT_URL https://github.com/moby/moby.git [2022-01-31T13:47:30.822Z] HUDSON_COOKIE 0f38b90d-2dbc-4cab-bdad-3547dfe90f25 [2022-01-31T13:47:30.822Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-01-31T13:47:30.822Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-01-31T13:47:30.822Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-01-31T13:47:30.822Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-01-31T13:47:30.822Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-01-31T13:47:30.822Z] JENKINS_NODE_COOKIE 87f1e8b1-2893-4527-8648-05f0833647c9 [2022-01-31T13:47:30.822Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-01-31T13:47:30.822Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-01-31T13:47:30.822Z] JOB_BASE_NAME PR-43199 [2022-01-31T13:47:30.822Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/display/redirect [2022-01-31T13:47:30.822Z] JOB_NAME moby/PR-43199 [2022-01-31T13:47:30.822Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/ [2022-01-31T13:47:30.822Z] library.jps.version master [2022-01-31T13:47:30.822Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-01-31T13:47:30.822Z] NODE_LABELS amd64 azure azwin-2-de7590 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-01-31T13:47:30.822Z] NODE_NAME azwin-2-de7590 [2022-01-31T13:47:30.822Z] NUMBER_OF_PROCESSORS 4 [2022-01-31T13:47:30.822Z] OS Windows_NT [2022-01-31T13:47:30.822Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-01-31T13:47:30.822Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-01-31T13:47:30.822Z] ppc64le false [2022-01-31T13:47:30.822Z] PROCESSOR_ARCHITECTURE AMD64 [2022-01-31T13:47:30.822Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-01-31T13:47:30.822Z] PROCESSOR_LEVEL 6 [2022-01-31T13:47:30.822Z] PROCESSOR_REVISION 4f01 [2022-01-31T13:47:30.822Z] ProgramData C:\ProgramData [2022-01-31T13:47:30.822Z] ProgramFiles C:\Program Files [2022-01-31T13:47:30.822Z] ProgramFiles(x86) C:\Program Files (x86) [2022-01-31T13:47:30.822Z] ProgramW6432 C:\Program Files [2022-01-31T13:47:30.822Z] PROMPT $P$G [2022-01-31T13:47:30.822Z] PSExecutionPolicyPreference Bypass [2022-01-31T13:47:30.822Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-01-31T13:47:30.822Z] PUBLIC C:\Users\Public [2022-01-31T13:47:30.822Z] rootless true [2022-01-31T13:47:30.822Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect?page=artif... [2022-01-31T13:47:30.822Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect?page=changes [2022-01-31T13:47:30.822Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect [2022-01-31T13:47:30.822Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43199/4/display/redirect?page=tests [2022-01-31T13:47:30.822Z] s390x false [2022-01-31T13:47:30.822Z] SKIP_VALIDATION_TESTS 1 [2022-01-31T13:47:30.822Z] SOURCES_DRIVE d [2022-01-31T13:47:30.822Z] SOURCES_SUBDIR gopath [2022-01-31T13:47:30.822Z] STAGE_NAME Run tests [2022-01-31T13:47:30.822Z] SystemDrive C: [2022-01-31T13:47:30.822Z] SystemRoot C:\Windows [2022-01-31T13:47:30.822Z] TEMP C:\Windows\TEMP [2022-01-31T13:47:30.822Z] TESTDEBUG 0 [2022-01-31T13:47:30.822Z] TESTRUN_DRIVE d [2022-01-31T13:47:30.822Z] TESTRUN_SUBDIR CI [2022-01-31T13:47:30.822Z] TIMEOUT 120m [2022-01-31T13:47:30.822Z] TMP C:\Windows\TEMP [2022-01-31T13:47:30.822Z] unit_validate true [2022-01-31T13:47:30.822Z] USERDOMAIN WORKGROUP [2022-01-31T13:47:30.822Z] USERNAME azwin-2-de7590$ [2022-01-31T13:47:30.822Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-01-31T13:47:30.822Z] validate_force false [2022-01-31T13:47:30.822Z] windir C:\Windows [2022-01-31T13:47:30.822Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-01-31T13:47:30.822Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-01-31T13:47:30.822Z] windows2022 true [2022-01-31T13:47:30.822Z] windows2022containerd true [2022-01-31T13:47:30.822Z] windowsRS5 true [2022-01-31T13:47:30.822Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-01-31T13:47:30.822Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-01-31T13:47:30.822Z] [2022-01-31T13:47:30.822Z] [2022-01-31T13:47:30.822Z] [2022-01-31T13:47:31.541Z] #21 1.445 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:47:31.661Z] #21 1.369 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:47:31.661Z] #21 1.591 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:47:31.797Z] #21 1.657 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:47:31.797Z] #21 1.664 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:47:31.918Z] #21 1.594 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:47:31.918Z] #21 1.854 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:47:32.003Z] #29 ... [2022-01-31T13:47:32.003Z] [2022-01-31T13:47:32.003Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:47:32.003Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-31T13:47:32.003Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-01-31T13:47:32.003Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-01-31T13:47:32.003Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-01-31T13:47:32.003Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-01-31T13:47:32.003Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.9s done [2022-01-31T13:47:32.003Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.7s done [2022-01-31T13:47:32.003Z] #67 DONE 7.3s [2022-01-31T13:47:32.003Z] [2022-01-31T13:47:32.003Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:47:32.003Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-01-31T13:47:32.003Z] #11 extracting sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 0.5s done [2022-01-31T13:47:32.003Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 66.06MB / 102.65MB 7.2s [2022-01-31T13:47:32.003Z] #11 extracting sha256:e019dd0368ba992803442a16cc7792c1bd5a3d06c3a1ae6fae17cb838822fb4c 0.6s done [2022-01-31T13:47:32.003Z] #11 extracting sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a [2022-01-31T13:47:32.003Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 79.69MB / 102.65MB 7.4s [2022-01-31T13:47:32.054Z] #21 1.854 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:47:32.394Z] INFO: Sources under d:\gopath\... [2022-01-31T13:47:32.394Z] INFO: Test run under d:\CI\... [2022-01-31T13:47:32.394Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-01-31T13:47:32.394Z] INFO: docker/docker repository was found [2022-01-31T13:47:32.394Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-01-31T13:47:32.573Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 89.27MB / 102.65MB 7.6s [2022-01-31T13:47:32.573Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 102.65MB / 102.65MB 7.9s [2022-01-31T13:47:32.617Z] #21 2.697 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:47:32.798Z] #19 151.4 Selecting previously unselected package g++-s390x-linux-gnu. [2022-01-31T13:47:32.798Z] #19 151.4 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-31T13:47:32.798Z] #19 151.4 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:32.798Z] #19 151.5 Selecting previously unselected package crossbuild-essential-s390x. [2022-01-31T13:47:32.798Z] #19 151.5 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-01-31T13:47:32.798Z] #19 151.5 Unpacking crossbuild-essential-s390x (12.9) ... [2022-01-31T13:47:32.798Z] #19 151.5 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-01-31T13:47:32.798Z] #19 151.5 Setting up libfile-which-perl (1.23-1) ... [2022-01-31T13:47:32.798Z] #19 151.6 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-01-31T13:47:32.798Z] #19 151.6 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-01-31T13:47:32.798Z] #19 151.6 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-01-31T13:47:32.798Z] #19 151.6 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-31T13:47:32.798Z] #19 151.6 Setting up libicu67:amd64 (67.1-7) ... [2022-01-31T13:47:32.798Z] #19 151.6 Setting up libmagic-mgc (1:5.39-3) ... [2022-01-31T13:47:32.798Z] #19 151.6 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-01-31T13:47:32.816Z] #15 DONE 2.3s [2022-01-31T13:47:32.816Z] [2022-01-31T13:47:32.816Z] #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-01-31T13:47:32.816Z] #16 sha256:99adeb285cf502d38b30cf3bbc040a13dc601b868c96c0eeb2e734d92ad3d487 [2022-01-31T13:47:32.867Z] ltsc2019: Pulling from windows/servercore [2022-01-31T13:47:32.867Z] 4612f6d0b889: Pulling fs layer [2022-01-31T13:47:32.867Z] 567fd00846e9: Pulling fs layer [2022-01-31T13:47:33.058Z] #19 151.7 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-01-31T13:47:33.058Z] #19 151.7 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-01-31T13:47:33.058Z] #19 151.7 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-01-31T13:47:33.058Z] #19 151.7 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-01-31T13:47:33.058Z] #19 151.7 Setting up file (1:5.39-3) ... [2022-01-31T13:47:33.058Z] #19 151.7 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-01-31T13:47:33.058Z] #19 151.8 Setting up bzip2 (1.0.8-4) ... [2022-01-31T13:47:33.058Z] #19 151.8 Setting up libyaml-perl (1.30-1) ... [2022-01-31T13:47:33.058Z] #19 151.8 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-01-31T13:47:33.058Z] #19 151.8 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-01-31T13:47:33.058Z] #19 151.8 Setting up libio-string-perl (1.08-3.1) ... [2022-01-31T13:47:33.058Z] #19 151.8 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-01-31T13:47:33.058Z] #19 151.8 Setting up cross-config (2.6.18+nmu1) ... [2022-01-31T13:47:33.058Z] #19 152.0 Setting up xz-utils (5.2.5-2) ... [2022-01-31T13:47:33.058Z] #19 152.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-01-31T13:47:33.058Z] #19 152.0 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-01-31T13:47:33.286Z] #21 2.972 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:47:33.318Z] #19 152.0 Setting up patch (2.7.6-7) ... [2022-01-31T13:47:33.318Z] #19 152.0 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-01-31T13:47:33.318Z] #19 152.0 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-01-31T13:47:33.318Z] #19 152.0 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.318Z] #19 152.1 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-01-31T13:47:33.318Z] #19 152.1 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-01-31T13:47:33.318Z] #19 152.1 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.318Z] #19 152.1 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.318Z] #19 152.1 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-01-31T13:47:33.318Z] #19 152.1 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-01-31T13:47:33.318Z] #19 152.1 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.318Z] #19 152.1 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:33.318Z] #19 152.2 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-01-31T13:47:33.318Z] #19 152.2 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-01-31T13:47:33.318Z] #19 152.2 Setting up libfile-homedir-perl (1.006-1) ... [2022-01-31T13:47:33.318Z] #19 152.2 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-01-31T13:47:33.318Z] #19 152.2 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.2 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-31T13:47:33.578Z] #19 152.2 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.2 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-01-31T13:47:33.578Z] #19 152.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:33.578Z] #19 152.3 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.3 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.3 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.3 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.3 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.3 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.4 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.4 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.578Z] #19 152.4 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-01-31T13:47:33.835Z] 0e02c12b1310: Verifying Checksum [2022-01-31T13:47:33.835Z] 0e02c12b1310: Download complete [2022-01-31T13:47:33.838Z] #19 152.5 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.838Z] #19 152.5 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.838Z] #19 152.5 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.838Z] #19 152.5 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.838Z] #19 152.5 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-01-31T13:47:33.838Z] #19 152.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.838Z] #19 152.6 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.838Z] #19 152.6 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.838Z] #19 152.6 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-01-31T13:47:33.838Z] #19 152.6 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.838Z] #19 152.6 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.838Z] #19 152.6 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:33.838Z] #19 152.6 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-01-31T13:47:33.984Z] #21 3.765 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:47:34.099Z] #19 152.8 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-01-31T13:47:34.099Z] #19 152.9 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-01-31T13:47:34.214Z] #21 3.997 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:47:34.360Z] #19 153.0 [2022-01-31T13:47:34.360Z] #19 153.0 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-01-31T13:47:34.360Z] #19 153.1 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:34.360Z] #19 153.1 Setting up dpkg-dev (1.20.9) ... [2022-01-31T13:47:34.360Z] #19 153.1 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:34.360Z] #19 153.1 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-31T13:47:34.360Z] #19 153.1 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:47:34.360Z] #19 153.1 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:34.360Z] #19 153.2 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:47:34.360Z] #19 153.2 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:47:34.360Z] #19 153.2 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-31T13:47:34.360Z] #19 153.2 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:47:34.476Z] #11 ... [2022-01-31T13:47:34.476Z] [2022-01-31T13:47:34.476Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:47:34.476Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-31T13:47:34.476Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-01-31T13:47:34.476Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-01-31T13:47:34.476Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-01-31T13:47:34.476Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.1s done [2022-01-31T13:47:34.476Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done [2022-01-31T13:47:34.622Z] #19 153.2 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:34.622Z] #19 153.2 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:34.622Z] #19 153.2 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:34.622Z] #19 153.3 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-01-31T13:47:34.622Z] #19 153.3 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-01-31T13:47:34.622Z] #19 153.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-01-31T13:47:34.622Z] #19 153.5 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-01-31T13:47:34.709Z] #16 DONE 2.1s [2022-01-31T13:47:34.710Z] [2022-01-31T13:47:34.710Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-01-31T13:47:34.710Z] #17 sha256:37ca357104f67296f908b3c46f1b07e702d533995321c7056ff075c799a23941 [2022-01-31T13:47:34.737Z] #69 ... [2022-01-31T13:47:34.737Z] [2022-01-31T13:47:34.737Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:47:34.737Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-01-31T13:47:35.001Z] #19 153.6 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-01-31T13:47:35.001Z] #19 153.6 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.6 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.6 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.6 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-31T13:47:35.001Z] #19 153.7 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.7 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.7 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:35.001Z] #19 153.7 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.7 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.7 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.7 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.8 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.8 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.8 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.8 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.8 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:35.001Z] #19 153.8 Setting up libxml-simple-perl (2.25-1) ... [2022-01-31T13:47:35.001Z] #19 153.8 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-31T13:47:35.001Z] #19 153.8 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.9 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-31T13:47:35.001Z] #19 153.9 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.9 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.9 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.001Z] #19 153.9 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.262Z] #19 153.9 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:35.262Z] #19 153.9 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-01-31T13:47:35.262Z] #19 153.9 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.262Z] #19 154.0 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:35.262Z] #19 154.0 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.262Z] #19 154.0 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:35.262Z] #19 154.0 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-31T13:47:35.262Z] #19 154.0 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-31T13:47:35.262Z] #19 154.0 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-01-31T13:47:35.262Z] #19 154.0 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:35.262Z] #19 154.0 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-01-31T13:47:35.262Z] #19 154.1 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:35.262Z] #19 154.1 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:35.262Z] #19 154.1 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-31T13:47:35.262Z] #19 154.1 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:35.262Z] #19 154.1 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:35.262Z] #19 154.1 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-31T13:47:35.522Z] #19 154.1 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:35.522Z] #19 154.1 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-01-31T13:47:35.522Z] #19 154.2 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:35.522Z] #19 154.2 Setting up crossbuild-essential-armel (12.9) ... [2022-01-31T13:47:35.522Z] #19 154.2 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-31T13:47:35.522Z] #19 154.2 Setting up crossbuild-essential-armhf (12.9) ... [2022-01-31T13:47:35.522Z] #19 154.2 Setting up crossbuild-essential-arm64 (12.9) ... [2022-01-31T13:47:35.522Z] #19 154.2 Setting up crossbuild-essential-s390x (12.9) ... [2022-01-31T13:47:35.522Z] #19 154.3 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-01-31T13:47:35.522Z] #19 154.3 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:47:35.669Z] #11 extracting sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 3.6s done [2022-01-31T13:47:36.151Z] #17 1.476 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-01-31T13:47:36.151Z] #17 DONE 1.7s [2022-01-31T13:47:36.151Z] [2022-01-31T13:47:36.151Z] #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-01-31T13:47:36.151Z] #56 sha256:578717035ed722894873c770388702486727736f5630b05556c72fa35e55aa60 [2022-01-31T13:47:36.151Z] #56 2.111 + RM_GOPATH=0 [2022-01-31T13:47:36.151Z] #56 2.111 + TMP_GOPATH= [2022-01-31T13:47:36.151Z] #56 2.111 + : /build [2022-01-31T13:47:36.151Z] #56 2.111 + '[' -z '' ']' [2022-01-31T13:47:36.151Z] #56 2.111 ++ mktemp -d [2022-01-31T13:47:36.151Z] #56 2.114 + export GOPATH=/tmp/tmp.YeMZw7IlvR [2022-01-31T13:47:36.151Z] #56 2.114 + GOPATH=/tmp/tmp.YeMZw7IlvR [2022-01-31T13:47:36.151Z] #56 2.114 + RM_GOPATH=1 [2022-01-31T13:47:36.151Z] #56 2.114 + case "$(go env GOARCH)" in [2022-01-31T13:47:36.151Z] #56 2.114 ++ go env GOARCH [2022-01-31T13:47:36.151Z] #56 2.135 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:36.151Z] #56 2.136 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:36.151Z] #56 2.140 ++ dirname /install.sh [2022-01-31T13:47:36.151Z] #56 2.146 + dir=/ [2022-01-31T13:47:36.151Z] #56 2.146 + bin=runc [2022-01-31T13:47:36.151Z] #56 2.146 + shift [2022-01-31T13:47:36.151Z] #56 2.146 + '[' '!' -f //runc.installer ']' [2022-01-31T13:47:36.151Z] #56 2.146 + . //runc.installer [2022-01-31T13:47:36.151Z] #56 2.146 ++ set -e [2022-01-31T13:47:36.151Z] #56 2.146 ++ : v1.0.3 [2022-01-31T13:47:36.151Z] #56 2.146 + install_runc [2022-01-31T13:47:36.151Z] #56 2.146 + RUNC_BUILDTAGS=seccomp [2022-01-31T13:47:36.151Z] #56 2.146 + echo 'Install runc version v1.0.3 (build tags: seccomp)' [2022-01-31T13:47:36.151Z] #56 2.146 Install runc version v1.0.3 (build tags: seccomp) [2022-01-31T13:47:36.151Z] #56 2.146 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.YeMZw7IlvR/src/github.com/opencontainers/runc [2022-01-31T13:47:36.151Z] #56 2.148 Cloning into '/tmp/tmp.YeMZw7IlvR/src/github.com/opencontainers/runc'... [2022-01-31T13:47:36.462Z] #19 DONE 155.4s [2022-01-31T13:47:36.600Z] #11 extracting sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 0.1s [2022-01-31T13:47:36.723Z] [2022-01-31T13:47:36.723Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-01-31T13:47:36.723Z] #32 sha256:2d82485b35d0a0dcc845cffcd3efea7a1aed4624be08507f3baa7e26a0ef3719 [2022-01-31T13:47:36.857Z] #11 sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 102.65MB / 102.65MB 11.8s done [2022-01-31T13:47:36.984Z] #32 DONE 0.2s [2022-01-31T13:47:36.984Z] [2022-01-31T13:47:36.984Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-01-31T13:47:36.984Z] #69 sha256:07208fdeaae0c3fb1cef620b5840fcc6f3c55c718215ade3ee7616767d250841 [2022-01-31T13:47:36.984Z] #69 DONE 0.2s [2022-01-31T13:47:36.984Z] [2022-01-31T13:47:36.984Z] #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-01-31T13:47:36.984Z] #33 sha256:15f10162563dd73a1a5b090c41ce2222247a7ccd50936f818cb943064f8fc713 [2022-01-31T13:47:37.335Z] #21 7.196 Fetched 8499 kB in 6s (1373 kB/s) [2022-01-31T13:47:37.420Z] #11 ... [2022-01-31T13:47:37.420Z] [2022-01-31T13:47:37.420Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-31T13:47:37.420Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-31T13:47:37.420Z] #69 DONE 12.6s [2022-01-31T13:47:37.420Z] [2022-01-31T13:47:37.420Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:47:37.420Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-01-31T13:47:37.486Z] #21 7.146 Fetched 8499 kB in 6s (1371 kB/s) [2022-01-31T13:47:38.057Z] #56 ... [2022-01-31T13:47:38.057Z] [2022-01-31T13:47:38.057Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-01-31T13:47:38.057Z] #18 sha256:ce91076a850313e9dae097da1aa82499e5e6184d5bc3c89816b6bd5ab93d4c68 [2022-01-31T13:47:38.057Z] #18 DONE 1.7s [2022-01-31T13:47:38.057Z] [2022-01-31T13:47:38.057Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-01-31T13:47:38.057Z] #19 sha256:6c004ca6d5db887f989d9abf069a78d3fc586b922412aff42b1cfe263efead58 [2022-01-31T13:47:38.273Z] #21 7.196 Reading package lists... [2022-01-31T13:47:38.273Z] #21 ... [2022-01-31T13:47:38.273Z] [2022-01-31T13:47:38.273Z] #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-01-31T13:47:38.273Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:47:38.273Z] #34 DONE 111.9s [2022-01-31T13:47:38.273Z] [2022-01-31T13:47:38.273Z] #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-01-31T13:47:38.273Z] #56 sha256:a1dfe8d142decbb54cc64355c776ddfed770174a775099a0b4e8294ff0f84f8f [2022-01-31T13:47:38.273Z] #56 10.01 + cd /tmp/tmp.estAI4Xpa4/src/github.com/opencontainers/runc [2022-01-31T13:47:38.273Z] #56 10.01 + git checkout -q v1.0.3 [2022-01-31T13:47:38.273Z] #56 10.60 + '[' -z '' ']' [2022-01-31T13:47:38.273Z] #56 10.60 + target=static [2022-01-31T13:47:38.273Z] #56 10.60 + make BUILDTAGS=seccomp static [2022-01-31T13:47:38.273Z] #56 11.09 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc . [2022-01-31T13:47:38.373Z] #33 1.427 + RM_GOPATH=0 [2022-01-31T13:47:38.373Z] #33 1.427 + TMP_GOPATH= [2022-01-31T13:47:38.373Z] #33 1.427 + : /build [2022-01-31T13:47:38.373Z] #33 1.427 + '[' -z '' ']' [2022-01-31T13:47:38.373Z] #33 1.427 ++ mktemp -d [2022-01-31T13:47:38.373Z] #33 1.429 + export GOPATH=/tmp/tmp.0BuqBxGKEP [2022-01-31T13:47:38.373Z] #33 1.429 + GOPATH=/tmp/tmp.0BuqBxGKEP [2022-01-31T13:47:38.373Z] #33 1.429 + RM_GOPATH=1 [2022-01-31T13:47:38.373Z] #33 1.429 + case "$(go env GOARCH)" in [2022-01-31T13:47:38.373Z] #33 1.429 ++ go env GOARCH [2022-01-31T13:47:38.373Z] #33 1.432 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:38.373Z] #33 1.432 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:38.373Z] #33 1.432 ++ dirname /install.sh [2022-01-31T13:47:38.373Z] #33 1.433 + dir=/ [2022-01-31T13:47:38.373Z] #33 1.433 + bin=dockercli [2022-01-31T13:47:38.373Z] #33 1.433 + shift [2022-01-31T13:47:38.373Z] #33 1.433 + '[' '!' -f //dockercli.installer ']' [2022-01-31T13:47:38.373Z] #33 1.433 + . //dockercli.installer [2022-01-31T13:47:38.373Z] #33 1.433 ++ : stable [2022-01-31T13:47:38.373Z] #33 1.433 ++ : 17.06.2-ce [2022-01-31T13:47:38.373Z] #33 1.433 + install_dockercli [2022-01-31T13:47:38.373Z] #33 1.433 Install docker/cli version 17.06.2-ce from stable [2022-01-31T13:47:38.373Z] #33 1.433 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-01-31T13:47:38.373Z] #33 1.434 ++ uname -m [2022-01-31T13:47:38.373Z] #33 1.437 + arch=x86_64 [2022-01-31T13:47:38.373Z] #33 1.437 + '[' x86_64 '!=' x86_64 ']' [2022-01-31T13:47:38.373Z] #33 1.437 + url=https://download.docker.com/linux/static [2022-01-31T13:47:38.373Z] #33 1.437 + tar -xz docker/docker [2022-01-31T13:47:38.373Z] #33 1.437 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-01-31T13:47:38.852Z] #21 7.146 Reading package lists... [2022-01-31T13:47:38.852Z] #21 ... [2022-01-31T13:47:38.852Z] [2022-01-31T13:47:38.852Z] #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-01-31T13:47:38.852Z] #56 sha256:a1e3039edc097d93d1b1ccff37dd984bf7f1cd8c1ec9682f9e140eb1f64e057a [2022-01-31T13:47:38.852Z] #56 10.19 + cd /tmp/tmp.FH2CsZXrhO/src/github.com/opencontainers/runc [2022-01-31T13:47:38.852Z] #56 10.19 + git checkout -q v1.0.3 [2022-01-31T13:47:38.852Z] #56 10.80 + '[' -z '' ']' [2022-01-31T13:47:38.852Z] #56 10.80 + target=static [2022-01-31T13:47:38.852Z] #56 10.80 + make BUILDTAGS=seccomp static [2022-01-31T13:47:38.852Z] #56 11.28 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc . [2022-01-31T13:47:39.780Z] #56 ... [2022-01-31T13:47:39.780Z] [2022-01-31T13:47:39.780Z] #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-01-31T13:47:39.780Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-01-31T13:47:39.780Z] #21 7.146 Reading package lists... [2022-01-31T13:47:39.950Z] #19 DONE 1.6s [2022-01-31T13:47:39.950Z] [2022-01-31T13:47:39.950Z] #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-01-31T13:47:39.950Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:47:39.950Z] #34 ... [2022-01-31T13:47:39.950Z] [2022-01-31T13:47:39.950Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-01-31T13:47:39.950Z] #20 sha256:ac3b3a3c6b80e74a558366144d42672e4015c84dd231b6b85084417f071a7896 [2022-01-31T13:47:40.161Z] #56 ... [2022-01-31T13:47:40.161Z] [2022-01-31T13:47:40.161Z] #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-01-31T13:47:40.161Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-01-31T13:47:40.161Z] #21 7.196 Reading package lists... [2022-01-31T13:47:40.730Z] #11 extracting sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 3.6s done [2022-01-31T13:47:40.730Z] #11 extracting sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 [2022-01-31T13:47:40.966Z] #21 9.700 Reading package lists... [2022-01-31T13:47:40.966Z] #21 ... [2022-01-31T13:47:40.966Z] [2022-01-31T13:47:40.966Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-01-31T13:47:40.966Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:47:40.966Z] #34 DONE 113.1s [2022-01-31T13:47:41.222Z] [2022-01-31T13:47:41.222Z] #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-01-31T13:47:41.222Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-01-31T13:47:41.362Z] #20 DONE 1.5s [2022-01-31T13:47:41.362Z] [2022-01-31T13:47:41.362Z] #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-01-31T13:47:41.362Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-01-31T13:47:41.683Z] #33 5.006 + mkdir -p /build [2022-01-31T13:47:41.683Z] #33 5.008 + mv docker/docker /build/ [2022-01-31T13:47:41.683Z] #33 5.010 + rmdir docker [2022-01-31T13:47:42.102Z] #11 ... [2022-01-31T13:47:42.102Z] [2022-01-31T13:47:42.103Z] #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-01-31T13:47:42.103Z] #29 sha256:6fb4b5ee9f4ca553c9ca086e00072b70da2377dab9f294fbaacada76092a4f7f [2022-01-31T13:47:42.103Z] #29 1.348 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:47:42.103Z] #29 1.354 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:47:42.103Z] #29 1.382 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:47:42.103Z] #29 1.527 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [112 kB] [2022-01-31T13:47:42.103Z] #29 1.705 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-31T13:47:42.103Z] #29 2.277 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-01-31T13:47:42.103Z] #29 3.189 Fetched 8384 kB in 2s (3980 kB/s) [2022-01-31T13:47:42.103Z] #29 3.189 Reading package lists... [2022-01-31T13:47:42.103Z] #29 3.749 Reading package lists... [2022-01-31T13:47:42.103Z] #29 4.332 Building dependency tree... [2022-01-31T13:47:42.103Z] #29 4.885 The following additional packages will be installed: [2022-01-31T13:47:42.103Z] #29 4.886 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-01-31T13:47:42.103Z] #29 4.887 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-01-31T13:47:42.103Z] #29 4.891 Recommended packages: [2022-01-31T13:47:42.103Z] #29 4.891 libldap-common publicsuffix libsasl2-modules [2022-01-31T13:47:42.103Z] #29 5.017 The following NEW packages will be installed: [2022-01-31T13:47:42.103Z] #29 5.017 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-01-31T13:47:42.103Z] #29 5.018 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-01-31T13:47:42.103Z] #29 5.018 libssh2-1 openssl [2022-01-31T13:47:42.103Z] #29 5.371 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:47:42.103Z] #29 5.371 Need to get 2932 kB of archives. [2022-01-31T13:47:42.103Z] #29 5.371 After this operation, 6483 kB of additional disk space will be used. [2022-01-31T13:47:42.103Z] #29 5.371 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2022-01-31T13:47:42.103Z] #29 5.583 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-01-31T13:47:42.103Z] #29 5.605 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-01-31T13:47:42.103Z] #29 5.698 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1 [69.3 kB] [2022-01-31T13:47:42.103Z] #29 5.704 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1 [105 kB] [2022-01-31T13:47:42.103Z] #29 5.706 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-01-31T13:47:42.103Z] #29 5.711 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-01-31T13:47:42.103Z] #29 5.726 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-01-31T13:47:42.103Z] #29 5.728 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-01-31T13:47:42.103Z] #29 5.740 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-01-31T13:47:42.103Z] #29 5.788 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-01-31T13:47:42.103Z] #29 5.795 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-01-31T13:47:42.103Z] #29 5.797 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-01-31T13:47:42.103Z] #29 5.797 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-01-31T13:47:42.103Z] #29 5.868 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-01-31T13:47:42.103Z] #29 6.333 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:47:42.103Z] #29 6.374 Fetched 2932 kB in 1s (3516 kB/s) [2022-01-31T13:47:42.103Z] #29 6.415 Selecting previously unselected package openssl. [2022-01-31T13:47:42.103Z] #29 6.415 (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-01-31T13:47:42.103Z] #29 6.416 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 6.435 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-01-31T13:47:42.103Z] #29 6.715 Selecting previously unselected package ca-certificates. [2022-01-31T13:47:42.103Z] #29 6.715 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-01-31T13:47:42.103Z] #29 6.729 Unpacking ca-certificates (20210119) ... [2022-01-31T13:47:42.103Z] #29 7.404 Selecting previously unselected package libbrotli1:arm64. [2022-01-31T13:47:42.103Z] #29 7.404 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 7.739 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-01-31T13:47:42.103Z] #29 8.833 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-01-31T13:47:42.103Z] #29 8.833 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 8.858 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:47:42.103Z] #29 9.017 Selecting previously unselected package libsasl2-2:arm64. [2022-01-31T13:47:42.103Z] #29 9.018 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 9.033 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:47:42.103Z] #29 9.295 Selecting previously unselected package libldap-2.4-2:arm64. [2022-01-31T13:47:42.103Z] #29 9.295 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 9.364 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-01-31T13:47:42.103Z] #29 9.603 Selecting previously unselected package libnghttp2-14:arm64. [2022-01-31T13:47:42.103Z] #29 9.603 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 9.610 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-01-31T13:47:42.103Z] #29 9.680 Selecting previously unselected package libpsl5:arm64. [2022-01-31T13:47:42.103Z] #29 9.680 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 9.693 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-01-31T13:47:42.103Z] #29 9.766 Selecting previously unselected package librtmp1:arm64. [2022-01-31T13:47:42.103Z] #29 9.766 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 9.780 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-01-31T13:47:42.103Z] #29 10.35 Selecting previously unselected package libssh2-1:arm64. [2022-01-31T13:47:42.103Z] #29 10.35 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 10.36 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-01-31T13:47:42.103Z] #29 10.44 Selecting previously unselected package libcurl4:arm64. [2022-01-31T13:47:42.103Z] #29 10.44 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 10.45 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-01-31T13:47:42.103Z] #29 10.72 Selecting previously unselected package curl. [2022-01-31T13:47:42.103Z] #29 10.72 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 10.74 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-01-31T13:47:42.103Z] #29 11.23 Selecting previously unselected package libonig5:arm64. [2022-01-31T13:47:42.103Z] #29 11.23 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-01-31T13:47:42.103Z] #29 11.31 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-01-31T13:47:42.126Z] #21 9.954 Reading package lists... [2022-01-31T13:47:42.255Z] #33 DONE 5.2s [2022-01-31T13:47:42.255Z] [2022-01-31T13:47:42.255Z] #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-01-31T13:47:42.255Z] #70 sha256:595380bfb8557bb8a518ff9cf5633f3bff0f913a17984dc791cf0e26be6eb8b6 [2022-01-31T13:47:42.255Z] #70 1.382 + RM_GOPATH=0 [2022-01-31T13:47:42.255Z] #70 1.382 + TMP_GOPATH= [2022-01-31T13:47:42.255Z] #70 1.382 + : /build [2022-01-31T13:47:42.255Z] #70 1.382 + '[' -z '' ']' [2022-01-31T13:47:42.255Z] #70 1.384 ++ mktemp -d [2022-01-31T13:47:42.255Z] #70 1.386 + export GOPATH=/tmp/tmp.AyN8w3am02 [2022-01-31T13:47:42.255Z] #70 1.386 + GOPATH=/tmp/tmp.AyN8w3am02 [2022-01-31T13:47:42.255Z] #70 1.386 + RM_GOPATH=1 [2022-01-31T13:47:42.255Z] #70 1.386 + case "$(go env GOARCH)" in [2022-01-31T13:47:42.255Z] #70 1.387 ++ go env GOARCH [2022-01-31T13:47:42.255Z] #70 1.405 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:42.255Z] #70 1.405 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:42.255Z] #70 1.406 ++ dirname /install.sh [2022-01-31T13:47:42.255Z] #70 1.407 + dir=/ [2022-01-31T13:47:42.255Z] #70 1.407 + bin=rootlesskit [2022-01-31T13:47:42.255Z] #70 1.407 + shift [2022-01-31T13:47:42.255Z] #70 1.408 + '[' '!' -f //rootlesskit.installer ']' [2022-01-31T13:47:42.255Z] #70 1.408 + . //rootlesskit.installer [2022-01-31T13:47:42.255Z] #70 1.408 ++ : v0.14.6 [2022-01-31T13:47:42.255Z] #70 1.408 + install_rootlesskit [2022-01-31T13:47:42.255Z] #70 1.408 + case "$1" in [2022-01-31T13:47:42.255Z] #70 1.409 + export CGO_ENABLED=0 [2022-01-31T13:47:42.255Z] #70 1.409 + CGO_ENABLED=0 [2022-01-31T13:47:42.255Z] #70 1.409 + _install_rootlesskit [2022-01-31T13:47:42.255Z] #70 1.409 + echo 'Install rootlesskit version v0.14.6' [2022-01-31T13:47:42.255Z] #70 1.409 Install rootlesskit version v0.14.6 [2022-01-31T13:47:42.255Z] #70 1.410 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-31T13:47:42.255Z] #70 1.410 + GOBIN=/build [2022-01-31T13:47:42.255Z] #70 1.410 + GO111MODULE=on [2022-01-31T13:47:42.255Z] #70 1.410 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-01-31T13:47:42.255Z] #70 1.808 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-01-31T13:47:42.255Z] #70 3.372 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-01-31T13:47:42.255Z] #70 3.374 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-01-31T13:47:42.255Z] #70 3.646 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-01-31T13:47:42.255Z] #70 5.022 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-01-31T13:47:42.255Z] #70 5.435 go: downloading github.com/google/uuid v1.3.0 [2022-01-31T13:47:42.255Z] #70 5.476 go: downloading github.com/moby/vpnkit v0.5.0 [2022-01-31T13:47:42.255Z] #70 5.511 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-01-31T13:47:42.255Z] #70 5.584 go: downloading github.com/gofrs/flock v0.8.1 [2022-01-31T13:47:42.359Z] #29 ... [2022-01-31T13:47:42.359Z] [2022-01-31T13:47:42.359Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:47:42.359Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-01-31T13:47:42.517Z] #70 5.625 go: downloading github.com/gorilla/mux v1.8.0 [2022-01-31T13:47:42.517Z] #70 5.708 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-01-31T13:47:42.590Z] #21 9.700 Reading package lists... [2022-01-31T13:47:42.688Z] #21 11.96 Building dependency tree... [2022-01-31T13:47:42.773Z] #21 ... [2022-01-31T13:47:42.774Z] [2022-01-31T13:47:42.774Z] #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-01-31T13:47:42.774Z] #34 sha256:4c78672af1e2fd1ff4a8df08f8682570625ce5d4c768dfb344e29852c5436b33 [2022-01-31T13:47:42.774Z] #34 DONE 112.3s [2022-01-31T13:47:42.779Z] #70 5.926 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-01-31T13:47:42.779Z] #70 6.052 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-01-31T13:47:42.779Z] #70 6.147 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-01-31T13:47:42.846Z] #21 12.37 Building dependency tree... [2022-01-31T13:47:42.943Z] #21 12.97 The following additional packages will be installed: [2022-01-31T13:47:43.030Z] [2022-01-31T13:47:43.030Z] #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-01-31T13:47:43.030Z] #56 sha256:578717035ed722894873c770388702486727736f5630b05556c72fa35e55aa60 [2022-01-31T13:47:43.030Z] #56 9.799 + cd /tmp/tmp.YeMZw7IlvR/src/github.com/opencontainers/runc [2022-01-31T13:47:43.030Z] #56 9.799 + git checkout -q v1.0.3 [2022-01-31T13:47:43.030Z] #56 10.39 + '[' -z '' ']' [2022-01-31T13:47:43.030Z] #56 10.39 + target=static [2022-01-31T13:47:43.030Z] #56 10.39 + make BUILDTAGS=seccomp static [2022-01-31T13:47:43.030Z] #56 10.84 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc . [2022-01-31T13:47:43.199Z] #21 12.98 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-01-31T13:47:43.199Z] #21 12.98 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-01-31T13:47:43.199Z] #21 12.98 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-01-31T13:47:43.199Z] #21 12.98 python3-pkg-resources vim-runtime xxd [2022-01-31T13:47:43.199Z] #21 12.98 Suggested packages: [2022-01-31T13:47:43.199Z] #21 12.99 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-01-31T13:47:43.199Z] #21 12.99 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-01-31T13:47:43.199Z] #21 12.99 acl attr quota [2022-01-31T13:47:43.199Z] #21 12.99 Recommended packages: [2022-01-31T13:47:43.199Z] #21 12.99 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-01-31T13:47:43.407Z] #21 13.34 The following additional packages will be installed: [2022-01-31T13:47:43.407Z] #21 13.34 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-01-31T13:47:43.407Z] #21 13.34 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-01-31T13:47:43.407Z] #21 13.34 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-01-31T13:47:43.407Z] #21 13.35 python3-pkg-resources vim-runtime xxd [2022-01-31T13:47:43.407Z] #21 13.35 Suggested packages: [2022-01-31T13:47:43.407Z] #21 13.35 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-01-31T13:47:43.407Z] #21 13.36 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-01-31T13:47:43.407Z] #21 13.36 acl attr quota [2022-01-31T13:47:43.407Z] #21 13.36 Recommended packages: [2022-01-31T13:47:43.407Z] #21 13.36 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-01-31T13:47:44.124Z] #21 14.12 The following NEW packages will be installed: [2022-01-31T13:47:44.124Z] #21 14.12 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-01-31T13:47:44.124Z] #21 14.12 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-01-31T13:47:44.163Z] #70 7.274 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-01-31T13:47:44.379Z] #21 14.12 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-01-31T13:47:44.379Z] #21 14.12 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-01-31T13:47:44.379Z] #21 14.13 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-01-31T13:47:44.379Z] #21 14.13 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-01-31T13:47:44.379Z] #21 14.13 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-01-31T13:47:44.379Z] #21 14.13 xz-utils zip zstd [2022-01-31T13:47:44.634Z] #21 14.43 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:47:44.634Z] #21 14.43 Need to get 27.6 MB of archives. [2022-01-31T13:47:44.634Z] #21 14.43 After this operation, 106 MB of additional disk space will be used. [2022-01-31T13:47:44.634Z] #21 14.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-01-31T13:47:44.634Z] #21 14.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-01-31T13:47:44.634Z] #21 14.44 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-01-31T13:47:44.634Z] #21 14.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-01-31T13:47:44.634Z] #21 14.44 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-01-31T13:47:44.634Z] #21 14.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-01-31T13:47:44.634Z] #21 14.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-01-31T13:47:44.634Z] #21 14.45 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-01-31T13:47:44.634Z] #21 14.47 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-31T13:47:44.634Z] #21 14.48 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-31T13:47:44.635Z] #21 14.49 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-01-31T13:47:44.635Z] #21 14.49 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-01-31T13:47:44.635Z] #21 14.50 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-01-31T13:47:44.635Z] #21 14.51 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-01-31T13:47:44.635Z] #21 14.52 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-01-31T13:47:44.635Z] #21 14.53 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-01-31T13:47:44.635Z] #21 14.53 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-01-31T13:47:44.635Z] #21 14.53 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-01-31T13:47:44.635Z] #21 14.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-01-31T13:47:44.635Z] #21 14.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-01-31T13:47:44.635Z] #21 14.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-01-31T13:47:44.635Z] #21 14.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-01-31T13:47:44.635Z] #21 14.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-01-31T13:47:44.635Z] #21 14.56 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-01-31T13:47:44.635Z] #21 14.57 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-01-31T13:47:44.635Z] #21 14.57 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-01-31T13:47:44.635Z] #21 14.57 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-01-31T13:47:44.771Z] #21 14.39 The following NEW packages will be installed: [2022-01-31T13:47:44.771Z] #21 14.40 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-01-31T13:47:44.771Z] #21 14.40 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-01-31T13:47:44.771Z] #21 14.40 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-01-31T13:47:44.771Z] #21 14.40 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-01-31T13:47:44.771Z] #21 14.40 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-01-31T13:47:44.771Z] #21 14.40 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-01-31T13:47:44.771Z] #21 14.40 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-01-31T13:47:44.771Z] #21 14.40 xz-utils zip zstd [2022-01-31T13:47:44.771Z] #21 14.72 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:47:44.771Z] #21 14.72 Need to get 27.6 MB of archives. [2022-01-31T13:47:44.771Z] #21 14.72 After this operation, 106 MB of additional disk space will be used. [2022-01-31T13:47:44.771Z] #21 14.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-01-31T13:47:44.890Z] #21 14.86 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-01-31T13:47:44.890Z] #21 14.86 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-01-31T13:47:44.890Z] #21 14.86 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-01-31T13:47:44.890Z] #21 14.86 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-01-31T13:47:44.890Z] #21 14.86 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-01-31T13:47:44.890Z] #21 14.87 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-01-31T13:47:44.890Z] #21 14.87 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-01-31T13:47:44.890Z] #21 14.92 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-01-31T13:47:44.890Z] #21 14.92 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-01-31T13:47:44.890Z] #21 14.93 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-31T13:47:44.890Z] #21 14.94 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-01-31T13:47:45.027Z] #21 14.72 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-01-31T13:47:45.027Z] #21 14.72 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-01-31T13:47:45.027Z] #21 14.73 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-01-31T13:47:45.027Z] #21 14.73 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-01-31T13:47:45.027Z] #21 14.73 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-01-31T13:47:45.027Z] #21 14.73 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-01-31T13:47:45.027Z] #21 14.74 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-01-31T13:47:45.027Z] #21 14.77 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-31T13:47:45.027Z] #21 14.77 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-31T13:47:45.027Z] #21 14.78 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-01-31T13:47:45.027Z] #21 14.80 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-01-31T13:47:45.027Z] #21 14.80 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-01-31T13:47:45.027Z] #21 14.81 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-01-31T13:47:45.027Z] #21 14.81 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-01-31T13:47:45.027Z] #21 14.83 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-01-31T13:47:45.027Z] #21 14.84 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-01-31T13:47:45.027Z] #21 14.84 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-01-31T13:47:45.027Z] #21 14.84 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-01-31T13:47:45.027Z] #21 14.84 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-01-31T13:47:45.027Z] #21 14.84 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-01-31T13:47:45.027Z] #21 14.85 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-01-31T13:47:45.027Z] #21 14.86 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-01-31T13:47:45.027Z] #21 14.87 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-01-31T13:47:45.027Z] #21 14.87 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-01-31T13:47:45.027Z] #21 14.87 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-01-31T13:47:45.027Z] #21 14.87 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-01-31T13:47:45.146Z] #21 14.96 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-01-31T13:47:45.146Z] #21 14.96 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-01-31T13:47:45.146Z] #21 14.97 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-01-31T13:47:45.146Z] #21 14.99 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-01-31T13:47:45.146Z] #21 15.02 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-01-31T13:47:45.146Z] #21 15.02 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-01-31T13:47:45.283Z] #21 15.06 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-01-31T13:47:45.283Z] #21 15.06 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-01-31T13:47:45.283Z] #21 15.06 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-01-31T13:47:45.283Z] #21 15.06 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-01-31T13:47:45.283Z] #21 15.06 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-01-31T13:47:45.283Z] #21 15.07 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-01-31T13:47:45.283Z] #21 15.07 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-01-31T13:47:45.283Z] #21 15.11 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-01-31T13:47:45.283Z] #21 15.12 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-01-31T13:47:45.283Z] #21 15.12 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-31T13:47:45.283Z] #21 15.12 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-01-31T13:47:45.283Z] #21 15.13 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-01-31T13:47:45.283Z] #21 15.13 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-01-31T13:47:45.283Z] #21 15.14 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-01-31T13:47:45.283Z] #21 15.16 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-01-31T13:47:45.283Z] #21 15.16 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-01-31T13:47:45.283Z] #21 15.17 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-01-31T13:47:45.402Z] #21 15.24 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-01-31T13:47:45.402Z] #21 15.27 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-01-31T13:47:45.402Z] #21 15.29 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-01-31T13:47:45.402Z] #21 15.29 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-01-31T13:47:45.522Z] 567fd00846e9: Verifying Checksum [2022-01-31T13:47:45.522Z] 567fd00846e9: Download complete [2022-01-31T13:47:45.539Z] #21 15.31 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-01-31T13:47:45.539Z] #21 15.34 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-01-31T13:47:45.539Z] #21 15.35 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-01-31T13:47:45.539Z] #21 15.36 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-01-31T13:47:45.635Z] #11 extracting sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 5.1s [2022-01-31T13:47:45.950Z] #11 extracting sha256:7ec69df994aac659d3224dd3feec95a1f8a82267365d672afa54d96c2a4a2c33 5.4s done [2022-01-31T13:47:46.009Z] #21 15.75 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:47:46.009Z] #21 15.83 Fetched 27.6 MB in 1s (23.6 MB/s) [2022-01-31T13:47:46.009Z] #21 15.87 Selecting previously unselected package pigz. [2022-01-31T13:47:46.009Z] #21 15.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-01-31T13:47:46.009Z] #21 15.91 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-01-31T13:47:46.009Z] #21 15.92 Unpacking pigz (2.6-1) ... [2022-01-31T13:47:46.102Z] #21 15.93 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:47:46.102Z] #21 16.06 Fetched 27.6 MB in 1s (29.3 MB/s) [2022-01-31T13:47:46.102Z] #21 16.10 Selecting previously unselected package pigz. [2022-01-31T13:47:46.208Z] #11 ... [2022-01-31T13:47:46.208Z] [2022-01-31T13:47:46.208Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-01-31T13:47:46.208Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-01-31T13:47:46.208Z] #68 DONE 1.2s [2022-01-31T13:47:46.208Z] [2022-01-31T13:47:46.208Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:47:46.208Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-01-31T13:47:46.208Z] #11 extracting sha256:cc12f2f51e9d2fcb027464ad5ef02d5118c57c2fe09f66b99e3d2476ce69d08a done [2022-01-31T13:47:46.266Z] #21 15.98 Selecting previously unselected package libelf1:amd64. [2022-01-31T13:47:46.266Z] #21 15.99 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-01-31T13:47:46.266Z] #21 16.00 Unpacking libelf1:amd64 (0.183-1) ... [2022-01-31T13:47:46.266Z] #21 16.13 Selecting previously unselected package libbpf0:amd64. [2022-01-31T13:47:46.266Z] #21 16.13 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-01-31T13:47:46.266Z] #21 16.14 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-01-31T13:47:46.266Z] #21 16.24 Selecting previously unselected package libcap2:amd64. [2022-01-31T13:47:46.266Z] #21 16.24 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-01-31T13:47:46.266Z] #21 16.25 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-01-31T13:47:46.266Z] #21 16.29 Selecting previously unselected package libmnl0:amd64. [2022-01-31T13:47:46.266Z] #21 16.30 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-01-31T13:47:46.266Z] #21 16.31 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-01-31T13:47:46.266Z] #21 16.36 Selecting previously unselected package libxtables12:amd64. [2022-01-31T13:47:46.359Z] #21 16.10 (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-01-31T13:47:46.359Z] #21 16.15 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-01-31T13:47:46.359Z] #21 16.16 Unpacking pigz (2.6-1) ... [2022-01-31T13:47:46.359Z] #21 16.25 Selecting previously unselected package libelf1:amd64. [2022-01-31T13:47:46.522Z] #21 16.36 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-01-31T13:47:46.522Z] #21 16.36 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-01-31T13:47:46.522Z] #21 16.43 Selecting previously unselected package libcap2-bin. [2022-01-31T13:47:46.522Z] #21 16.44 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-01-31T13:47:46.522Z] #21 16.44 Unpacking libcap2-bin (1:2.44-1) ... [2022-01-31T13:47:46.616Z] #21 16.25 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-01-31T13:47:46.616Z] #21 16.27 Unpacking libelf1:amd64 (0.183-1) ... [2022-01-31T13:47:46.616Z] #21 16.41 Selecting previously unselected package libbpf0:amd64. [2022-01-31T13:47:46.616Z] #21 16.42 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-01-31T13:47:46.616Z] #21 16.43 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-01-31T13:47:46.616Z] #21 16.52 Selecting previously unselected package libcap2:amd64. [2022-01-31T13:47:46.616Z] #21 16.52 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-01-31T13:47:46.616Z] #21 16.53 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-01-31T13:47:46.616Z] #21 16.58 Selecting previously unselected package libmnl0:amd64. [2022-01-31T13:47:46.616Z] #21 16.58 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-01-31T13:47:46.616Z] #21 16.58 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-01-31T13:47:46.616Z] #21 16.63 Selecting previously unselected package libxtables12:amd64. [2022-01-31T13:47:46.709Z] #70 ... [2022-01-31T13:47:46.709Z] [2022-01-31T13:47:46.709Z] #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-01-31T13:47:46.709Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-01-31T13:47:46.709Z] #65 1.673 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:47:46.709Z] #65 1.685 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:47:46.709Z] #65 1.685 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:47:46.709Z] #65 1.816 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-31T13:47:46.709Z] #65 2.066 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-01-31T13:47:46.709Z] #65 2.415 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-01-31T13:47:46.709Z] #65 2.755 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-01-31T13:47:46.709Z] #65 3.151 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:47:46.709Z] #65 3.556 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-01-31T13:47:46.709Z] #65 3.951 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [116 kB] [2022-01-31T13:47:46.709Z] #65 3.958 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [108 kB] [2022-01-31T13:47:46.709Z] #65 3.970 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:47:46.709Z] #65 3.972 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [112 kB] [2022-01-31T13:47:46.709Z] #65 3.987 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [108 kB] [2022-01-31T13:47:46.709Z] #65 3.993 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [117 kB] [2022-01-31T13:47:46.709Z] #65 4.273 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-01-31T13:47:46.709Z] #65 4.289 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-01-31T13:47:46.709Z] #65 4.291 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-01-31T13:47:46.709Z] #65 4.291 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-01-31T13:47:46.709Z] #65 4.292 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-01-31T13:47:46.709Z] #65 4.299 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:47:46.709Z] #65 ... [2022-01-31T13:47:46.709Z] [2022-01-31T13:47:46.709Z] #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-01-31T13:47:46.709Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-01-31T13:47:46.709Z] #45 1.743 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:47:46.709Z] #45 1.755 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:47:46.709Z] #45 1.761 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:47:46.709Z] #45 1.992 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-01-31T13:47:46.709Z] #45 2.347 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-01-31T13:47:46.709Z] #45 2.740 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:47:46.709Z] #45 3.219 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-01-31T13:47:46.709Z] #45 3.896 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-31T13:47:46.709Z] #45 4.415 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-01-31T13:47:46.709Z] #45 4.934 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [108 kB] [2022-01-31T13:47:46.709Z] #45 4.934 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [108 kB] [2022-01-31T13:47:46.709Z] #45 4.935 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [117 kB] [2022-01-31T13:47:46.710Z] #45 4.935 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [116 kB] [2022-01-31T13:47:46.710Z] #45 4.936 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:47:46.710Z] #45 4.936 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [112 kB] [2022-01-31T13:47:46.710Z] #45 4.957 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-01-31T13:47:46.710Z] #45 4.961 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-01-31T13:47:46.710Z] #45 4.962 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:47:46.710Z] #45 4.963 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-01-31T13:47:46.710Z] #45 4.964 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-01-31T13:47:46.710Z] #45 4.977 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-01-31T13:47:46.777Z] #21 16.53 Selecting previously unselected package iproute2. [2022-01-31T13:47:46.777Z] #21 16.53 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-01-31T13:47:46.777Z] #21 16.54 Unpacking iproute2 (5.10.0-4) ... [2022-01-31T13:47:46.872Z] #21 16.63 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-01-31T13:47:46.872Z] #21 16.64 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-01-31T13:47:46.872Z] #21 16.72 Selecting previously unselected package libcap2-bin. [2022-01-31T13:47:46.872Z] #21 16.73 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-01-31T13:47:46.872Z] #21 16.74 Unpacking libcap2-bin (1:2.44-1) ... [2022-01-31T13:47:46.872Z] #21 16.81 Selecting previously unselected package iproute2. [2022-01-31T13:47:46.872Z] #21 16.81 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-01-31T13:47:46.872Z] #21 16.83 Unpacking iproute2 (5.10.0-4) ... [2022-01-31T13:47:46.971Z] #45 ... [2022-01-31T13:47:46.971Z] [2022-01-31T13:47:46.971Z] #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-01-31T13:47:46.971Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-01-31T13:47:46.971Z] #20 1.864 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:47:46.971Z] #20 1.884 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:47:46.971Z] #20 1.884 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:47:46.971Z] #20 2.236 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:47:46.971Z] #20 2.560 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-01-31T13:47:46.971Z] #20 3.007 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-31T13:47:46.971Z] #20 3.607 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-01-31T13:47:46.971Z] #20 4.134 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-01-31T13:47:46.971Z] #20 4.607 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-01-31T13:47:46.971Z] #20 4.989 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:47:46.971Z] #20 4.997 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [108 kB] [2022-01-31T13:47:46.971Z] #20 4.999 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [112 kB] [2022-01-31T13:47:46.971Z] #20 5.003 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [117 kB] [2022-01-31T13:47:46.971Z] #20 5.008 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [108 kB] [2022-01-31T13:47:46.971Z] #20 5.016 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [116 kB] [2022-01-31T13:47:46.971Z] #20 5.269 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-01-31T13:47:46.971Z] #20 5.283 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:47:46.971Z] #20 5.293 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-01-31T13:47:46.971Z] #20 5.293 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-01-31T13:47:46.971Z] #20 5.304 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-01-31T13:47:46.971Z] #20 5.308 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-01-31T13:47:47.033Z] #21 16.96 Selecting previously unselected package xxd. [2022-01-31T13:47:47.033Z] #21 16.96 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:47:47.033Z] #21 16.97 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:47:47.033Z] #21 17.08 Selecting previously unselected package vim-common. [2022-01-31T13:47:47.288Z] #21 17.08 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:47:47.288Z] #21 17.09 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:47:47.288Z] #21 17.23 Selecting previously unselected package bash-completion. [2022-01-31T13:47:47.288Z] #21 17.24 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-01-31T13:47:47.308Z] #11 ... [2022-01-31T13:47:47.308Z] [2022-01-31T13:47:47.308Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-01-31T13:47:47.308Z] #29 sha256:6fb4b5ee9f4ca553c9ca086e00072b70da2377dab9f294fbaacada76092a4f7f [2022-01-31T13:47:47.308Z] #29 11.80 Selecting previously unselected package libjq1:arm64. [2022-01-31T13:47:47.308Z] #29 11.80 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-01-31T13:47:47.308Z] #29 11.88 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-01-31T13:47:47.308Z] #29 12.22 Selecting previously unselected package jq. [2022-01-31T13:47:47.308Z] #29 12.22 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-01-31T13:47:47.308Z] #29 12.23 Unpacking jq (1.6-2.1) ... [2022-01-31T13:47:47.308Z] #29 12.66 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-01-31T13:47:47.308Z] #29 12.80 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-01-31T13:47:47.308Z] #29 12.90 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-01-31T13:47:47.308Z] #29 13.20 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:47:47.308Z] #29 13.26 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-01-31T13:47:47.308Z] #29 13.30 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2022-01-31T13:47:47.308Z] #29 13.81 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-01-31T13:47:47.308Z] #29 13.92 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-01-31T13:47:47.308Z] #29 14.28 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-01-31T13:47:47.308Z] #29 14.30 Setting up libjq1:arm64 (1.6-2.1) ... [2022-01-31T13:47:47.308Z] #29 14.32 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-01-31T13:47:47.308Z] #29 14.34 Setting up ca-certificates (20210119) ... [2022-01-31T13:47:47.308Z] #29 14.93 Updating certificates in /etc/ssl/certs... [2022-01-31T13:47:47.308Z] #29 15.63 129 added, 0 removed; done. [2022-01-31T13:47:47.308Z] #29 16.44 Setting up jq (1.6-2.1) ... [2022-01-31T13:47:47.435Z] #21 17.28 Selecting previously unselected package xxd. [2022-01-31T13:47:47.435Z] #21 17.28 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:47:47.435Z] #21 17.29 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:47:47.435Z] #21 17.38 Selecting previously unselected package vim-common. [2022-01-31T13:47:47.435Z] #21 17.39 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:47:47.565Z] #29 16.94 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-01-31T13:47:47.691Z] #21 17.41 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:47:47.691Z] #21 17.52 Selecting previously unselected package bash-completion. [2022-01-31T13:47:47.691Z] #21 17.53 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-01-31T13:47:47.838Z] #29 ... [2022-01-31T13:47:47.838Z] [2022-01-31T13:47:47.838Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-01-31T13:47:47.838Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-01-31T13:47:47.838Z] #70 DONE 1.4s [2022-01-31T13:47:47.838Z] [2022-01-31T13:47:47.838Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:c1756f7a6438d0f0e2d7e4b6c325f3fe5c4828fc825680c875d75d241d420b7c [2022-01-31T13:47:47.838Z] #11 sha256:857bcb56d12b4b0c1437e8155dd461121275837c3ad6abd67adad9584c409426 [2022-01-31T13:47:47.838Z] #11 DONE 23.4s [2022-01-31T13:47:47.838Z] [2022-01-31T13:47:47.838Z] #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-01-31T13:47:47.838Z] #29 sha256:6fb4b5ee9f4ca553c9ca086e00072b70da2377dab9f294fbaacada76092a4f7f [2022-01-31T13:47:47.838Z] #29 16.96 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-01-31T13:47:47.838Z] #29 16.97 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:47:47.838Z] #29 16.99 Processing triggers for ca-certificates (20210119) ... [2022-01-31T13:47:47.838Z] #29 17.01 Updating certificates in /etc/ssl/certs... [2022-01-31T13:47:47.838Z] #29 ... [2022-01-31T13:47:47.838Z] [2022-01-31T13:47:47.838Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-31T13:47:47.838Z] #12 sha256:ea29962d86a667d2efde993e46479dbd8ebab595a1312d7d46e92fa9da03d15b [2022-01-31T13:47:48.273Z] #56 ... [2022-01-31T13:47:48.273Z] [2022-01-31T13:47:48.273Z] #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-01-31T13:47:48.273Z] #21 sha256:83e02829468ab4bd202243950af779f19cfada756e26df5c72aaefa1a5f0fbd7 [2022-01-31T13:47:48.273Z] #21 1.891 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:47:48.273Z] #21 1.891 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:47:48.273Z] #21 1.891 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:47:48.273Z] #21 2.275 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:47:48.273Z] #21 3.001 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:47:48.273Z] #21 4.036 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:47:48.273Z] #21 7.176 Fetched 8499 kB in 6s (1514 kB/s) [2022-01-31T13:47:48.473Z] #12 DONE 0.5s [2022-01-31T13:47:48.473Z] [2022-01-31T13:47:48.473Z] #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-01-31T13:47:48.473Z] #13 sha256:f61a007e3f1465639b90c2554f42d63b20382650699d75921f78da8f5197b093 [2022-01-31T13:47:48.473Z] #13 ... [2022-01-31T13:47:48.473Z] [2022-01-31T13:47:48.473Z] #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-01-31T13:47:48.473Z] #29 sha256:6fb4b5ee9f4ca553c9ca086e00072b70da2377dab9f294fbaacada76092a4f7f [2022-01-31T13:47:48.473Z] #29 17.69 0 added, 0 removed; done. [2022-01-31T13:47:48.473Z] #29 17.69 Running hooks in /etc/ca-certificates/update.d... [2022-01-31T13:47:48.473Z] #29 17.69 done. [2022-01-31T13:47:48.473Z] #29 DONE 17.8s [2022-01-31T13:47:48.738Z] [2022-01-31T13:47:48.738Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-01-31T13:47:48.738Z] #30 sha256:58f1d6d393cff887ed0a028d36acd0998c576717362af5be0c45631ebee0c082 [2022-01-31T13:47:48.738Z] #30 DONE 0.1s [2022-01-31T13:47:48.738Z] [2022-01-31T13:47:48.738Z] #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-01-31T13:47:48.738Z] #31 sha256:d6ac0589ca8185ab9ca2f6f4ff64c4ef6fa02974a15594c9e7a609200dcdeb81 [2022-01-31T13:47:49.004Z] #31 ... [2022-01-31T13:47:49.004Z] [2022-01-31T13:47:49.004Z] #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-01-31T13:47:49.004Z] #13 sha256:f61a007e3f1465639b90c2554f42d63b20382650699d75921f78da8f5197b093 [2022-01-31T13:47:49.004Z] #13 DONE 0.8s [2022-01-31T13:47:49.044Z] 8f616e6e9eec: Verifying Checksum [2022-01-31T13:47:49.044Z] 8f616e6e9eec: Download complete [2022-01-31T13:47:49.176Z] #21 18.97 Unpacking bash-completion (1:2.11-2) ... [2022-01-31T13:47:49.266Z] [2022-01-31T13:47:49.266Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-01-31T13:47:49.266Z] #33 sha256:e632abe321a7e4652a1d6dcca1925f9b7f426964de2b6330ae22a1f3cb424ee6 [2022-01-31T13:47:49.266Z] #33 DONE 0.1s [2022-01-31T13:47:49.266Z] [2022-01-31T13:47:49.266Z] #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-01-31T13:47:49.266Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf [2022-01-31T13:47:49.432Z] #21 19.28 Selecting previously unselected package bzip2. [2022-01-31T13:47:49.432Z] #21 19.30 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-01-31T13:47:49.432Z] #21 19.30 Unpacking bzip2 (1.0.8-4) ... [2022-01-31T13:47:49.432Z] #21 19.36 Selecting previously unselected package xz-utils. [2022-01-31T13:47:49.432Z] #21 19.38 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-01-31T13:47:49.432Z] #21 19.38 Unpacking xz-utils (5.2.5-2) ... [2022-01-31T13:47:49.523Z] #34 ... [2022-01-31T13:47:49.523Z] [2022-01-31T13:47:49.523Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-01-31T13:47:49.523Z] #42 sha256:8ed925fc209aa4093b3379b26b70872d01daf45910e689b2f86f27e7d1345529 [2022-01-31T13:47:49.523Z] #42 DONE 0.3s [2022-01-31T13:47:49.523Z] [2022-01-31T13:47:49.523Z] #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-01-31T13:47:49.523Z] #46 sha256:0771a593c1f708a7c877c9bec7977e896cbe9bd1e50534cefaaca768b63477a2 [2022-01-31T13:47:49.523Z] #46 DONE 0.3s [2022-01-31T13:47:49.523Z] [2022-01-31T13:47:49.523Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-01-31T13:47:49.523Z] #62 sha256:e5904a8eb96b6dfae286286acac33ee45347ca7f2eefc3cbc0ad10f7bd45d292 [2022-01-31T13:47:49.523Z] #62 DONE 0.3s [2022-01-31T13:47:49.523Z] [2022-01-31T13:47:49.523Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-01-31T13:47:49.523Z] #25 sha256:23a4d0aae389aaa65a51b24e3a76c724c0064c68c841e7331538538015191e06 [2022-01-31T13:47:49.523Z] #25 DONE 0.4s [2022-01-31T13:47:49.523Z] [2022-01-31T13:47:49.523Z] #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-01-31T13:47:49.523Z] #26 sha256:7136e1dbb2b03c05c03282cb7b4b51f30be7b0459938ee373489d2aeb1961dac [2022-01-31T13:47:49.582Z] #21 19.17 Unpacking bash-completion (1:2.11-2) ... [2022-01-31T13:47:49.687Z] #21 19.52 Selecting previously unselected package apparmor. [2022-01-31T13:47:49.687Z] #21 19.53 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-01-31T13:47:49.687Z] #21 19.58 Unpacking apparmor (2.13.6-10) ... [2022-01-31T13:47:49.838Z] #21 19.55 Selecting previously unselected package bzip2. [2022-01-31T13:47:49.838Z] #21 19.56 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-01-31T13:47:49.838Z] #21 19.57 Unpacking bzip2 (1.0.8-4) ... [2022-01-31T13:47:49.838Z] #21 19.63 Selecting previously unselected package xz-utils. [2022-01-31T13:47:49.838Z] #21 19.63 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-01-31T13:47:49.838Z] #21 19.63 Unpacking xz-utils (5.2.5-2) ... [2022-01-31T13:47:49.943Z] #21 19.91 Selecting previously unselected package inetutils-ping. [2022-01-31T13:47:49.943Z] #21 19.92 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-01-31T13:47:49.943Z] #21 19.93 Unpacking inetutils-ping (2:2.0-1) ... [2022-01-31T13:47:50.094Z] #21 19.77 Selecting previously unselected package apparmor. [2022-01-31T13:47:50.094Z] #21 19.78 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-01-31T13:47:50.094Z] #21 19.86 Unpacking apparmor (2.13.6-10) ... [2022-01-31T13:47:50.199Z] #21 19.99 Selecting previously unselected package libip4tc2:amd64. [2022-01-31T13:47:50.199Z] #21 20.00 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-01-31T13:47:50.199Z] #21 20.00 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-01-31T13:47:50.199Z] #21 20.05 Selecting previously unselected package libip6tc2:amd64. [2022-01-31T13:47:50.199Z] #21 20.05 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-01-31T13:47:50.199Z] #21 20.06 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-01-31T13:47:50.199Z] #21 20.19 Selecting previously unselected package libnfnetlink0:amd64. [2022-01-31T13:47:50.199Z] #21 20.20 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-01-31T13:47:50.199Z] #21 20.20 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-31T13:47:50.455Z] #21 20.26 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-01-31T13:47:50.455Z] #21 20.27 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-01-31T13:47:50.455Z] #21 20.28 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-31T13:47:50.455Z] #21 20.35 Selecting previously unselected package libnftnl11:amd64. [2022-01-31T13:47:50.455Z] #21 20.35 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-01-31T13:47:50.455Z] #21 20.36 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-01-31T13:47:50.657Z] #21 20.26 Selecting previously unselected package inetutils-ping. [2022-01-31T13:47:50.657Z] #21 20.27 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-01-31T13:47:50.657Z] #21 20.27 Unpacking inetutils-ping (2:2.0-1) ... [2022-01-31T13:47:50.657Z] #21 20.37 Selecting previously unselected package libip4tc2:amd64. [2022-01-31T13:47:50.657Z] #21 20.38 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-01-31T13:47:50.657Z] #21 20.38 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-01-31T13:47:50.657Z] #21 20.44 Selecting previously unselected package libip6tc2:amd64. [2022-01-31T13:47:50.657Z] #21 20.45 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-01-31T13:47:50.657Z] #21 20.45 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-01-31T13:47:50.657Z] #21 20.49 Selecting previously unselected package libnfnetlink0:amd64. [2022-01-31T13:47:50.657Z] #21 20.50 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-01-31T13:47:50.657Z] #21 20.51 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-31T13:47:50.657Z] #21 20.56 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-01-31T13:47:50.657Z] #21 20.57 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-01-31T13:47:50.657Z] #21 20.58 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-31T13:47:50.723Z] #21 20.45 Selecting previously unselected package iptables. [2022-01-31T13:47:50.723Z] #21 20.45 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-01-31T13:47:50.723Z] #21 20.45 Unpacking iptables (1.8.7-1) ... [2022-01-31T13:47:50.787Z] #21 7.176 Reading package lists... [2022-01-31T13:47:50.913Z] #21 20.64 Selecting previously unselected package libnftnl11:amd64. [2022-01-31T13:47:50.913Z] #21 20.65 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-01-31T13:47:50.913Z] #21 20.66 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-01-31T13:47:50.913Z] #21 20.75 Selecting previously unselected package iptables. [2022-01-31T13:47:50.913Z] #21 20.76 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-01-31T13:47:50.913Z] #21 20.77 Unpacking iptables (1.8.7-1) ... [2022-01-31T13:47:50.979Z] #21 20.73 Selecting previously unselected package libonig5:amd64. [2022-01-31T13:47:50.979Z] #21 20.73 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-01-31T13:47:50.979Z] #21 20.73 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:47:50.979Z] #21 20.86 Selecting previously unselected package libjq1:amd64. [2022-01-31T13:47:50.979Z] #21 20.87 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-01-31T13:47:50.979Z] #21 20.87 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:47:51.236Z] #21 20.98 Selecting previously unselected package jq. [2022-01-31T13:47:51.236Z] #21 20.99 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-01-31T13:47:51.236Z] #21 20.99 Unpacking jq (1.6-2.1) ... [2022-01-31T13:47:51.236Z] #21 21.05 Selecting previously unselected package libaio1:amd64. [2022-01-31T13:47:51.236Z] #21 21.05 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-01-31T13:47:51.236Z] #21 21.05 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-01-31T13:47:51.236Z] #21 21.11 Selecting previously unselected package libgpm2:amd64. [2022-01-31T13:47:51.236Z] #21 21.12 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-01-31T13:47:51.236Z] #21 21.12 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-01-31T13:47:51.236Z] #21 21.16 Selecting previously unselected package libicu67:amd64. [2022-01-31T13:47:51.236Z] #21 21.18 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-01-31T13:47:51.236Z] #21 21.18 Unpacking libicu67:amd64 (67.1-7) ... [2022-01-31T13:47:51.427Z] #21 21.05 Selecting previously unselected package libonig5:amd64. [2022-01-31T13:47:51.427Z] #21 21.06 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-01-31T13:47:51.427Z] #21 21.07 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:47:51.427Z] #21 21.20 Selecting previously unselected package libjq1:amd64. [2022-01-31T13:47:51.427Z] #21 21.20 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-01-31T13:47:51.427Z] #21 21.21 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:47:51.427Z] #21 21.31 Selecting previously unselected package jq. [2022-01-31T13:47:51.427Z] #21 21.32 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-01-31T13:47:51.427Z] #21 21.33 Unpacking jq (1.6-2.1) ... [2022-01-31T13:47:51.684Z] #21 21.43 Selecting previously unselected package libaio1:amd64. [2022-01-31T13:47:51.684Z] #21 21.43 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-01-31T13:47:51.684Z] #21 21.44 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-01-31T13:47:51.684Z] #21 21.49 Selecting previously unselected package libgpm2:amd64. [2022-01-31T13:47:51.684Z] #21 21.49 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-01-31T13:47:51.684Z] #21 21.50 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-01-31T13:47:51.684Z] #21 21.55 Selecting previously unselected package libicu67:amd64. [2022-01-31T13:47:51.684Z] #21 21.56 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-01-31T13:47:51.684Z] #21 21.56 Unpacking libicu67:amd64 (67.1-7) ... [2022-01-31T13:47:52.717Z] #21 9.218 Reading package lists... [2022-01-31T13:47:52.808Z] #26 3.110 + RM_GOPATH=0 [2022-01-31T13:47:52.808Z] #26 3.111 + TMP_GOPATH= [2022-01-31T13:47:52.808Z] #26 3.111 + : /build [2022-01-31T13:47:52.808Z] #26 3.115 + '[' -z '' ']' [2022-01-31T13:47:52.808Z] #26 3.116 ++ mktemp -d [2022-01-31T13:47:52.808Z] #26 3.120 + export GOPATH=/tmp/tmp.KmMDGmlHcN [2022-01-31T13:47:52.808Z] #26 3.120 + GOPATH=/tmp/tmp.KmMDGmlHcN [2022-01-31T13:47:52.808Z] #26 3.120 + RM_GOPATH=1 [2022-01-31T13:47:52.808Z] #26 3.120 + case "$(go env GOARCH)" in [2022-01-31T13:47:52.808Z] #26 3.130 ++ go env GOARCH [2022-01-31T13:47:52.808Z] #26 3.135 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:52.808Z] #26 3.135 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:52.808Z] #26 3.136 ++ dirname /install.sh [2022-01-31T13:47:52.808Z] #26 3.139 + dir=/ [2022-01-31T13:47:52.808Z] #26 3.140 + bin=dockercli [2022-01-31T13:47:52.808Z] #26 3.142 + shift [2022-01-31T13:47:52.808Z] #26 3.142 + '[' '!' -f //dockercli.installer ']' [2022-01-31T13:47:52.808Z] #26 3.144 + . //dockercli.installer [2022-01-31T13:47:52.808Z] #26 3.144 ++ : stable [2022-01-31T13:47:52.808Z] #26 3.145 ++ : 17.06.2-ce [2022-01-31T13:47:52.808Z] #26 3.150 + install_dockercli [2022-01-31T13:47:52.808Z] #26 3.153 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-01-31T13:47:52.808Z] #26 3.154 Install docker/cli version 17.06.2-ce from stable [2022-01-31T13:47:52.808Z] #26 3.154 ++ uname -m [2022-01-31T13:47:52.808Z] #26 3.156 + arch=aarch64 [2022-01-31T13:47:52.808Z] #26 3.160 + '[' aarch64 '!=' x86_64 ']' [2022-01-31T13:47:52.808Z] #26 3.160 + '[' aarch64 '!=' s390x ']' [2022-01-31T13:47:52.808Z] #26 3.160 + '[' aarch64 '!=' armhf ']' [2022-01-31T13:47:52.808Z] #26 3.160 + build_dockercli [2022-01-31T13:47:52.809Z] #26 3.162 + git clone https://github.com/docker/docker-ce /tmp/tmp.KmMDGmlHcN/tmp/docker-ce [2022-01-31T13:47:52.809Z] #26 3.165 Cloning into '/tmp/tmp.KmMDGmlHcN/tmp/docker-ce'... [2022-01-31T13:47:52.973Z] #21 11.34 Building dependency tree... [2022-01-31T13:47:53.536Z] #21 12.47 The following additional packages will be installed: [2022-01-31T13:47:53.536Z] #21 12.47 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-01-31T13:47:53.536Z] #21 12.47 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-01-31T13:47:53.536Z] #21 12.48 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-01-31T13:47:53.536Z] #21 12.48 python3-pkg-resources vim-runtime xxd [2022-01-31T13:47:53.536Z] #21 12.48 Suggested packages: [2022-01-31T13:47:53.536Z] #21 12.48 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-01-31T13:47:53.536Z] #21 12.48 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-01-31T13:47:53.536Z] #21 12.48 acl attr quota [2022-01-31T13:47:53.536Z] #21 12.48 Recommended packages: [2022-01-31T13:47:53.536Z] #21 12.48 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-01-31T13:47:54.505Z] #21 24.08 Selecting previously unselected package libinih1:amd64. [2022-01-31T13:47:54.505Z] #21 24.09 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-01-31T13:47:54.505Z] #21 24.10 Unpacking libinih1:amd64 (53-1+b2) ... [2022-01-31T13:47:54.505Z] #21 24.15 Selecting previously unselected package libnet1:amd64. [2022-01-31T13:47:54.505Z] #21 24.17 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-01-31T13:47:54.505Z] #21 24.18 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:47:54.505Z] #21 24.25 Selecting previously unselected package libnl-3-200:amd64. [2022-01-31T13:47:54.505Z] #21 24.27 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-01-31T13:47:54.505Z] #21 24.27 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:47:54.505Z] #21 24.36 Selecting previously unselected package libprotobuf-c1:amd64. [2022-01-31T13:47:54.505Z] #21 24.37 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-01-31T13:47:54.505Z] #21 24.37 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:47:54.505Z] #21 24.43 Selecting previously unselected package net-tools. [2022-01-31T13:47:54.505Z] #21 24.43 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-01-31T13:47:54.505Z] #21 24.43 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-01-31T13:47:54.761Z] #21 24.60 Selecting previously unselected package patch. [2022-01-31T13:47:54.761Z] #21 24.62 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-01-31T13:47:54.761Z] #21 24.63 Unpacking patch (2.7.6-7) ... [2022-01-31T13:47:54.903Z] #21 13.57 The following NEW packages will be installed: [2022-01-31T13:47:54.903Z] #21 13.58 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-01-31T13:47:54.903Z] #21 13.58 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-01-31T13:47:54.903Z] #21 13.58 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-01-31T13:47:54.903Z] #21 13.59 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-01-31T13:47:54.903Z] #21 13.59 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-01-31T13:47:54.903Z] #21 13.59 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-01-31T13:47:54.903Z] #21 13.59 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-01-31T13:47:54.903Z] #21 13.59 xz-utils zip zstd [2022-01-31T13:47:54.957Z] #21 24.52 Selecting previously unselected package libinih1:amd64. [2022-01-31T13:47:54.957Z] #21 24.53 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-01-31T13:47:54.957Z] #21 24.54 Unpacking libinih1:amd64 (53-1+b2) ... [2022-01-31T13:47:54.957Z] #21 24.59 Selecting previously unselected package libnet1:amd64. [2022-01-31T13:47:54.957Z] #21 24.59 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-01-31T13:47:54.957Z] #21 24.60 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:47:54.957Z] #21 24.68 Selecting previously unselected package libnl-3-200:amd64. [2022-01-31T13:47:54.957Z] #21 24.68 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-01-31T13:47:54.957Z] #21 24.68 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:47:54.957Z] #21 24.76 Selecting previously unselected package libprotobuf-c1:amd64. [2022-01-31T13:47:54.957Z] #21 24.76 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-01-31T13:47:54.957Z] #21 24.77 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:47:54.957Z] #21 24.83 Selecting previously unselected package net-tools. [2022-01-31T13:47:54.957Z] #21 24.83 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-01-31T13:47:54.957Z] #21 24.84 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-01-31T13:47:55.016Z] #21 24.73 Selecting previously unselected package python-pip-whl. [2022-01-31T13:47:55.016Z] #21 24.74 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-01-31T13:47:55.016Z] #21 24.74 Unpacking python-pip-whl (20.3.4-4) ... [2022-01-31T13:47:55.159Z] #21 13.90 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:47:55.159Z] #21 13.90 Need to get 27.6 MB of archives. [2022-01-31T13:47:55.159Z] #21 13.90 After this operation, 106 MB of additional disk space will be used. [2022-01-31T13:47:55.159Z] #21 13.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-01-31T13:47:55.159Z] #21 13.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-01-31T13:47:55.159Z] #21 13.91 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-01-31T13:47:55.159Z] #21 13.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-01-31T13:47:55.159Z] #21 13.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-01-31T13:47:55.159Z] #21 13.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-01-31T13:47:55.159Z] #21 13.92 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-01-31T13:47:55.159Z] #21 13.93 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-01-31T13:47:55.159Z] #21 13.95 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-31T13:47:55.159Z] #21 13.96 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-31T13:47:55.159Z] #21 13.97 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-01-31T13:47:55.159Z] #21 13.99 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-01-31T13:47:55.159Z] #21 13.99 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-01-31T13:47:55.159Z] #21 13.99 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-01-31T13:47:55.159Z] #21 14.01 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-01-31T13:47:55.159Z] #21 14.01 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-01-31T13:47:55.159Z] #21 14.01 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-01-31T13:47:55.159Z] #21 14.02 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-01-31T13:47:55.159Z] #21 14.02 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-01-31T13:47:55.159Z] #21 14.02 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-01-31T13:47:55.159Z] #21 14.03 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-01-31T13:47:55.159Z] #21 14.03 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-01-31T13:47:55.159Z] #21 14.04 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-01-31T13:47:55.159Z] #21 14.05 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-01-31T13:47:55.159Z] #21 14.05 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-01-31T13:47:55.159Z] #21 14.05 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-01-31T13:47:55.159Z] #21 14.05 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-01-31T13:47:55.214Z] #21 25.02 Selecting previously unselected package patch. [2022-01-31T13:47:55.214Z] #21 25.02 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-01-31T13:47:55.214Z] #21 25.02 Unpacking patch (2.7.6-7) ... [2022-01-31T13:47:55.214Z] #21 25.12 Selecting previously unselected package python-pip-whl. [2022-01-31T13:47:55.214Z] #21 25.12 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-01-31T13:47:55.214Z] #21 25.14 Unpacking python-pip-whl (20.3.4-4) ... [2022-01-31T13:47:55.313Z] #21 25.27 Selecting previously unselected package python3-lib2to3. [2022-01-31T13:47:55.313Z] #21 25.29 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-01-31T13:47:55.313Z] #21 25.29 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-01-31T13:47:55.416Z] #21 14.39 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-01-31T13:47:55.590Z] #21 25.39 Selecting previously unselected package python3-distutils. [2022-01-31T13:47:55.590Z] #21 25.40 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-01-31T13:47:55.591Z] #21 25.40 Unpacking python3-distutils (3.9.2-1) ... [2022-01-31T13:47:55.591Z] #21 25.50 Selecting previously unselected package python3-pkg-resources. [2022-01-31T13:47:55.672Z] #21 14.39 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-01-31T13:47:55.672Z] #21 14.40 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-01-31T13:47:55.672Z] #21 14.40 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-01-31T13:47:55.672Z] #21 14.40 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-01-31T13:47:55.672Z] #21 14.40 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-01-31T13:47:55.672Z] #21 14.40 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-01-31T13:47:55.672Z] #21 14.46 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-01-31T13:47:55.672Z] #21 14.46 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-01-31T13:47:55.672Z] #21 14.47 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-31T13:47:55.672Z] #21 14.47 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-01-31T13:47:55.672Z] #21 14.49 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-01-31T13:47:55.672Z] #21 14.49 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-01-31T13:47:55.672Z] #21 14.49 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-01-31T13:47:55.672Z] #21 14.52 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-01-31T13:47:55.672Z] #21 14.54 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-01-31T13:47:55.672Z] #21 14.54 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-01-31T13:47:55.846Z] #21 25.51 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-31T13:47:55.846Z] #21 25.52 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:47:55.846Z] #21 25.72 Selecting previously unselected package python3-setuptools. [2022-01-31T13:47:55.846Z] #21 25.74 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-01-31T13:47:55.846Z] #21 25.75 Unpacking python3-setuptools (52.0.0-4) ... [2022-01-31T13:47:55.930Z] #21 14.72 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-01-31T13:47:55.930Z] #21 14.76 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-01-31T13:47:55.930Z] #21 14.78 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-01-31T13:47:55.930Z] #21 14.79 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-01-31T13:47:56.102Z] #21 25.97 Selecting previously unselected package python3-wheel. [2022-01-31T13:47:56.102Z] #21 25.97 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-01-31T13:47:56.102Z] #21 25.97 Unpacking python3-wheel (0.34.2-1) ... [2022-01-31T13:47:56.102Z] #21 26.07 Selecting previously unselected package python3-pip. [2022-01-31T13:47:56.143Z] #21 25.68 Selecting previously unselected package python3-lib2to3. [2022-01-31T13:47:56.143Z] #21 25.69 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-01-31T13:47:56.143Z] #21 25.70 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-01-31T13:47:56.143Z] #21 25.81 Selecting previously unselected package python3-distutils. [2022-01-31T13:47:56.144Z] #21 25.81 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-01-31T13:47:56.144Z] #21 25.81 Unpacking python3-distutils (3.9.2-1) ... [2022-01-31T13:47:56.144Z] #21 25.93 Selecting previously unselected package python3-pkg-resources. [2022-01-31T13:47:56.144Z] #21 25.94 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-31T13:47:56.144Z] #21 25.94 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:47:56.357Z] #21 26.08 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-01-31T13:47:56.357Z] #21 26.09 Unpacking python3-pip (20.3.4-4) ... [2022-01-31T13:47:56.400Z] #21 26.08 Selecting previously unselected package python3-setuptools. [2022-01-31T13:47:56.400Z] #21 26.08 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-01-31T13:47:56.400Z] #21 26.08 Unpacking python3-setuptools (52.0.0-4) ... [2022-01-31T13:47:56.400Z] #21 26.27 Selecting previously unselected package python3-wheel. [2022-01-31T13:47:56.400Z] #21 26.27 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-01-31T13:47:56.400Z] #21 26.28 Unpacking python3-wheel (0.34.2-1) ... [2022-01-31T13:47:56.508Z] #21 15.35 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:47:56.508Z] #21 15.46 Fetched 27.6 MB in 1s (22.8 MB/s) [2022-01-31T13:47:56.614Z] #21 26.37 Selecting previously unselected package sudo. [2022-01-31T13:47:56.614Z] #21 26.38 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-01-31T13:47:56.614Z] #21 26.39 Unpacking sudo (1.9.5p2-3) ... [2022-01-31T13:47:56.657Z] #21 26.35 Selecting previously unselected package python3-pip. [2022-01-31T13:47:56.657Z] #21 26.36 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-01-31T13:47:56.657Z] #21 26.37 Unpacking python3-pip (20.3.4-4) ... [2022-01-31T13:47:56.765Z] #21 15.51 Selecting previously unselected package pigz. [2022-01-31T13:47:56.765Z] #21 15.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-01-31T13:47:56.765Z] #21 15.56 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-01-31T13:47:56.765Z] #21 15.56 Unpacking pigz (2.6-1) ... [2022-01-31T13:47:56.765Z] #21 15.65 Selecting previously unselected package libelf1:amd64. [2022-01-31T13:47:56.765Z] #21 15.65 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-01-31T13:47:56.765Z] #21 15.66 Unpacking libelf1:amd64 (0.183-1) ... [2022-01-31T13:47:56.914Z] #21 26.62 Selecting previously unselected package sudo. [2022-01-31T13:47:56.914Z] #21 26.64 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-01-31T13:47:56.914Z] #21 26.65 Unpacking sudo (1.9.5p2-3) ... [2022-01-31T13:47:56.990Z] #26 ... [2022-01-31T13:47:56.990Z] [2022-01-31T13:47:56.990Z] #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-01-31T13:47:56.990Z] #31 sha256:d6ac0589ca8185ab9ca2f6f4ff64c4ef6fa02974a15594c9e7a609200dcdeb81 [2022-01-31T13:47:56.990Z] #31 2.010 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-01-31T13:47:56.990Z] #31 2.352 [2022-01-31T13:47:56.990Z] #31 2.569 #=#=# ########### 15.4% ######################################################################## 100.0% [2022-01-31T13:47:56.990Z] #31 2.969 [2022-01-31T13:47:56.991Z] #31 5.451 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-01-31T13:47:56.991Z] #31 7.013 #=#=# [2022-01-31T13:47:56.991Z] #31 7.386 #=#=# 0.0% ######################################################################## 100.0% [2022-01-31T13:47:56.991Z] #31 8.495 [2022-01-31T13:47:57.021Z] #21 15.81 Selecting previously unselected package libbpf0:amd64. [2022-01-31T13:47:57.021Z] #21 15.81 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-01-31T13:47:57.021Z] #21 15.81 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-01-31T13:47:57.021Z] #21 15.91 Selecting previously unselected package libcap2:amd64. [2022-01-31T13:47:57.021Z] #21 15.91 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-01-31T13:47:57.021Z] #21 15.91 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-01-31T13:47:57.021Z] #21 15.96 Selecting previously unselected package libmnl0:amd64. [2022-01-31T13:47:57.021Z] #21 15.96 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-01-31T13:47:57.021Z] #21 15.97 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-01-31T13:47:57.021Z] #21 16.01 Selecting previously unselected package libxtables12:amd64. [2022-01-31T13:47:57.171Z] #21 27.16 Selecting previously unselected package thin-provisioning-tools. [2022-01-31T13:47:57.171Z] #21 27.17 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-01-31T13:47:57.175Z] #21 26.85 Selecting previously unselected package thin-provisioning-tools. [2022-01-31T13:47:57.175Z] #21 26.86 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-01-31T13:47:57.175Z] #21 26.89 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-01-31T13:47:57.309Z] #21 16.01 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-01-31T13:47:57.309Z] #21 16.02 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-01-31T13:47:57.309Z] #21 16.07 Selecting previously unselected package libcap2-bin. [2022-01-31T13:47:57.309Z] #21 16.08 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-01-31T13:47:57.309Z] #21 16.09 Unpacking libcap2-bin (1:2.44-1) ... [2022-01-31T13:47:57.309Z] #21 16.16 Selecting previously unselected package iproute2. [2022-01-31T13:47:57.309Z] #21 16.16 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-01-31T13:47:57.309Z] #21 16.16 Unpacking iproute2 (5.10.0-4) ... [2022-01-31T13:47:57.428Z] #21 27.18 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-01-31T13:47:57.430Z] #21 27.14 Selecting previously unselected package uidmap. [2022-01-31T13:47:57.430Z] #21 27.14 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-01-31T13:47:57.430Z] #21 27.15 Unpacking uidmap (1:4.8.1-1) ... [2022-01-31T13:47:57.430Z] #21 27.27 Selecting previously unselected package vim-runtime. [2022-01-31T13:47:57.430Z] #21 27.28 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:47:57.430Z] #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-01-31T13:47:57.430Z] #21 27.34 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-01-31T13:47:57.430Z] #21 27.34 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:47:57.685Z] #21 27.41 Selecting previously unselected package uidmap. [2022-01-31T13:47:57.685Z] #21 27.41 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-01-31T13:47:57.685Z] #21 27.42 Unpacking uidmap (1:4.8.1-1) ... [2022-01-31T13:47:57.685Z] #21 27.55 Selecting previously unselected package vim-runtime. [2022-01-31T13:47:57.685Z] #21 27.55 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:47:57.900Z] #21 16.53 Selecting previously unselected package xxd. [2022-01-31T13:47:57.900Z] #21 16.55 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:47:57.900Z] #21 16.56 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:47:57.900Z] #21 16.67 Selecting previously unselected package vim-common. [2022-01-31T13:47:57.900Z] #21 16.69 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:47:57.900Z] #21 16.70 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:47:57.942Z] #21 27.59 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-01-31T13:47:57.942Z] #21 27.61 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-01-31T13:47:57.942Z] #21 27.63 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:47:58.160Z] #21 16.86 Selecting previously unselected package bash-completion. [2022-01-31T13:47:58.160Z] #21 16.87 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-01-31T13:47:59.204Z] #20 ... [2022-01-31T13:47:59.204Z] [2022-01-31T13:47:59.204Z] #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-01-31T13:47:59.204Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-01-31T13:47:59.204Z] #65 21.00 Fetched 48.9 MB in 20s (2495 kB/s) [2022-01-31T13:47:59.513Z] #31 ... [2022-01-31T13:47:59.513Z] [2022-01-31T13:47:59.513Z] #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-01-31T13:47:59.513Z] #53 sha256:50c34fbe9d331716cdcb1412d967bfae1dd3398bfdc14e206a0fecdd7f3c40cf [2022-01-31T13:47:59.513Z] #53 3.530 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-01-31T13:47:59.513Z] #53 4.533 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-01-31T13:47:59.513Z] #53 4.534 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-01-31T13:47:59.513Z] #53 4.717 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-01-31T13:47:59.513Z] #53 5.807 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-01-31T13:47:59.513Z] #53 ... [2022-01-31T13:47:59.513Z] [2022-01-31T13:47:59.513Z] #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-01-31T13:47:59.513Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069 [2022-01-31T13:47:59.513Z] #38 2.721 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:47:59.513Z] #38 2.746 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:47:59.513Z] #38 2.746 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:47:59.513Z] #38 3.096 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-31T13:47:59.513Z] #38 4.099 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [112 kB] [2022-01-31T13:47:59.513Z] #38 5.667 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-01-31T13:47:59.513Z] #38 ... [2022-01-31T13:47:59.513Z] [2022-01-31T13:47:59.513Z] #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-01-31T13:47:59.513Z] #58 sha256:36169c270e5097460ae1ca82083a2274107aefcc99bec3a5d04bfec9771ab606 [2022-01-31T13:47:59.513Z] #58 3.839 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:47:59.513Z] #58 3.899 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:47:59.513Z] #58 3.907 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:47:59.513Z] #58 4.326 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-31T13:47:59.513Z] #58 5.161 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [112 kB] [2022-01-31T13:47:59.513Z] #58 6.977 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-01-31T13:47:59.513Z] #58 ... [2022-01-31T13:47:59.513Z] [2022-01-31T13:47:59.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-01-31T13:47:59.513Z] #63 sha256:cb1bd49fff2c3fbbb80bdf1a9529d2975c7e4f9d9b0c372af45d4cf997cda437 [2022-01-31T13:47:59.513Z] #63 3.025 + RM_GOPATH=0 [2022-01-31T13:47:59.513Z] #63 3.025 + TMP_GOPATH= [2022-01-31T13:47:59.513Z] #63 3.025 + : /build [2022-01-31T13:47:59.513Z] #63 3.025 + '[' -z '' ']' [2022-01-31T13:47:59.513Z] #63 3.030 ++ mktemp -d [2022-01-31T13:47:59.513Z] #63 3.099 + export GOPATH=/tmp/tmp.kziTcbRW7i [2022-01-31T13:47:59.513Z] #63 3.099 + GOPATH=/tmp/tmp.kziTcbRW7i [2022-01-31T13:47:59.513Z] #63 3.099 + RM_GOPATH=1 [2022-01-31T13:47:59.513Z] #63 3.099 + case "$(go env GOARCH)" in [2022-01-31T13:47:59.513Z] #63 3.100 ++ go env GOARCH [2022-01-31T13:47:59.513Z] #63 3.116 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:59.513Z] #63 3.116 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:47:59.513Z] #63 3.116 ++ dirname /install.sh [2022-01-31T13:47:59.513Z] #63 3.162 + dir=/ [2022-01-31T13:47:59.513Z] #63 3.162 + bin=rootlesskit [2022-01-31T13:47:59.513Z] #63 3.162 + shift [2022-01-31T13:47:59.513Z] #63 3.163 + '[' '!' -f //rootlesskit.installer ']' [2022-01-31T13:47:59.513Z] #63 3.163 + . //rootlesskit.installer [2022-01-31T13:47:59.513Z] #63 3.163 ++ : v0.14.6 [2022-01-31T13:47:59.513Z] #63 3.163 + install_rootlesskit [2022-01-31T13:47:59.513Z] #63 3.163 + case "$1" in [2022-01-31T13:47:59.513Z] #63 3.163 + export CGO_ENABLED=0 [2022-01-31T13:47:59.513Z] #63 3.163 + CGO_ENABLED=0 [2022-01-31T13:47:59.513Z] #63 3.163 + _install_rootlesskit [2022-01-31T13:47:59.513Z] #63 3.164 + echo 'Install rootlesskit version v0.14.6' [2022-01-31T13:47:59.513Z] #63 3.164 Install rootlesskit version v0.14.6 [2022-01-31T13:47:59.513Z] #63 3.168 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-31T13:47:59.513Z] #63 3.168 + GOBIN=/build [2022-01-31T13:47:59.513Z] #63 3.168 + GO111MODULE=on [2022-01-31T13:47:59.513Z] #63 3.168 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-01-31T13:47:59.513Z] #63 3.617 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-01-31T13:47:59.513Z] #63 6.229 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-01-31T13:47:59.513Z] #63 6.240 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-01-31T13:47:59.513Z] #63 6.775 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-01-31T13:47:59.513Z] #63 9.003 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-01-31T13:47:59.513Z] #63 9.567 go: downloading github.com/google/uuid v1.3.0 [2022-01-31T13:47:59.513Z] #63 9.633 go: downloading github.com/moby/vpnkit v0.5.0 [2022-01-31T13:47:59.513Z] #63 9.657 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-01-31T13:47:59.513Z] #63 9.862 go: downloading github.com/gofrs/flock v0.8.1 [2022-01-31T13:47:59.513Z] #63 10.03 go: downloading github.com/gorilla/mux v1.8.0 [2022-01-31T13:47:59.513Z] #63 10.15 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-01-31T13:47:59.770Z] #63 ... [2022-01-31T13:47:59.770Z] [2022-01-31T13:47:59.770Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:47:59.770Z] #51 sha256:763aef51664e4de202fafbd0651ed744c1c6a758cccdf395f1ff9c788c33c154 [2022-01-31T13:47:59.770Z] #51 3.885 go: downloading github.com/golangci/golangci-lint v1.23.8 [2022-01-31T13:47:59.770Z] #51 9.172 go: downloading github.com/fatih/color v1.7.0 [2022-01-31T13:47:59.770Z] #51 9.173 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2022-01-31T13:47:59.770Z] #51 9.196 go: downloading github.com/pkg/errors v0.8.1 [2022-01-31T13:47:59.770Z] #51 9.236 go: downloading github.com/spf13/cobra v0.0.5 [2022-01-31T13:47:59.770Z] #51 9.244 go: downloading github.com/spf13/pflag v1.0.5 [2022-01-31T13:47:59.770Z] #51 9.467 go: downloading github.com/spf13/viper v1.6.1 [2022-01-31T13:47:59.770Z] #51 9.733 go: downloading github.com/mattn/go-colorable v0.1.4 [2022-01-31T13:47:59.770Z] #51 9.756 go: downloading github.com/mattn/go-isatty v0.0.8 [2022-01-31T13:47:59.770Z] #51 9.843 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2022-01-31T13:47:59.770Z] #51 9.849 go: downloading github.com/go-critic/go-critic v0.4.1 [2022-01-31T13:47:59.770Z] #51 10.58 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2022-01-31T13:47:59.770Z] #51 10.72 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-01-31T13:47:59.770Z] #51 ... [2022-01-31T13:47:59.770Z] [2022-01-31T13:47:59.770Z] #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-01-31T13:47:59.770Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:47:59.770Z] #14 3.039 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:47:59.770Z] #14 3.059 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:47:59.770Z] #14 3.059 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:47:59.770Z] #14 3.740 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-31T13:47:59.770Z] #14 4.448 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [112 kB] [2022-01-31T13:47:59.770Z] #14 6.291 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-01-31T13:48:00.027Z] #14 ... [2022-01-31T13:48:00.027Z] [2022-01-31T13:48:00.027Z] #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-01-31T13:48:00.027Z] #36 sha256:b0a700bcc09973c47169563c3637cfd7cdc061ffad5331a5be46f450ccf85fd5 [2022-01-31T13:48:00.027Z] #36 3.443 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-01-31T13:48:00.027Z] #36 ... [2022-01-31T13:48:00.027Z] [2022-01-31T13:48:00.027Z] #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-01-31T13:48:00.027Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355 [2022-01-31T13:48:00.027Z] #43 2.911 + git clone https://github.com/docker/distribution.git . [2022-01-31T13:48:00.027Z] #43 2.913 Cloning into '.'... [2022-01-31T13:48:00.049Z] #21 18.52 Unpacking bash-completion (1:2.11-2) ... [2022-01-31T13:48:00.049Z] #21 18.87 Selecting previously unselected package bzip2. [2022-01-31T13:48:00.049Z] #21 18.88 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-01-31T13:48:00.049Z] #21 18.89 Unpacking bzip2 (1.0.8-4) ... [2022-01-31T13:48:00.049Z] #21 18.95 Selecting previously unselected package xz-utils. [2022-01-31T13:48:00.284Z] #43 ... [2022-01-31T13:48:00.284Z] [2022-01-31T13:48:00.284Z] #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-01-31T13:48:00.284Z] #49 sha256:4bb1a95e6d46a27ca3c0b5ecc45c1bb8da1098ca75dfe1a9509f9a41c140271b [2022-01-31T13:48:00.284Z] #49 3.861 go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-31T13:48:00.284Z] #49 5.587 go: downloading github.com/fatih/color v1.10.0 [2022-01-31T13:48:00.284Z] #49 5.648 go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-31T13:48:00.284Z] #49 5.699 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-31T13:48:00.284Z] #49 5.767 go: downloading github.com/pkg/errors v0.9.1 [2022-01-31T13:48:00.284Z] #49 6.027 go: downloading golang.org/x/tools v0.1.0 [2022-01-31T13:48:00.284Z] #49 6.104 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-31T13:48:00.284Z] #49 6.114 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-31T13:48:00.284Z] #49 6.285 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-31T13:48:00.284Z] #49 6.447 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-31T13:48:00.284Z] #49 8.994 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-31T13:48:00.284Z] #49 9.070 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-31T13:48:00.284Z] #49 9.148 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-31T13:48:00.284Z] #49 10.69 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-31T13:48:00.284Z] #49 10.75 go: downloading golang.org/x/mod v0.3.0 [2022-01-31T13:48:00.305Z] #21 18.97 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-01-31T13:48:00.305Z] #21 18.97 Unpacking xz-utils (5.2.5-2) ... [2022-01-31T13:48:00.305Z] #21 19.12 Selecting previously unselected package apparmor. [2022-01-31T13:48:00.305Z] #21 19.12 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-01-31T13:48:00.305Z] #21 19.17 Unpacking apparmor (2.13.6-10) ... [2022-01-31T13:48:00.540Z] #49 ... [2022-01-31T13:48:00.540Z] [2022-01-31T13:48:00.540Z] #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-01-31T13:48:00.540Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696 [2022-01-31T13:48:00.540Z] #47 3.652 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:48:00.540Z] #47 3.684 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:48:00.540Z] #47 3.725 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:48:00.540Z] #47 4.313 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-01-31T13:48:00.540Z] #47 4.601 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-31T13:48:00.540Z] #47 6.804 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [112 kB] [2022-01-31T13:48:00.540Z] #47 8.920 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-01-31T13:48:00.540Z] #47 ... [2022-01-31T13:48:00.540Z] [2022-01-31T13:48:00.540Z] #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-01-31T13:48:00.540Z] #63 sha256:cb1bd49fff2c3fbbb80bdf1a9529d2975c7e4f9d9b0c372af45d4cf997cda437 [2022-01-31T13:48:00.540Z] #63 10.52 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-01-31T13:48:00.540Z] #63 10.60 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-01-31T13:48:00.540Z] #63 10.68 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-01-31T13:48:00.560Z] #21 19.47 Selecting previously unselected package inetutils-ping. [2022-01-31T13:48:00.560Z] #21 19.47 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-01-31T13:48:00.560Z] #21 19.48 Unpacking inetutils-ping (2:2.0-1) ... [2022-01-31T13:48:00.742Z] #21 30.24 Selecting previously unselected package vim. [2022-01-31T13:48:00.742Z] #21 30.25 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:48:00.742Z] #21 30.26 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:00.815Z] #21 19.61 Selecting previously unselected package libip4tc2:amd64. [2022-01-31T13:48:00.815Z] #21 19.61 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-01-31T13:48:00.815Z] #21 19.62 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-01-31T13:48:00.815Z] #21 19.67 Selecting previously unselected package libip6tc2:amd64. [2022-01-31T13:48:00.815Z] #21 19.67 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-01-31T13:48:00.815Z] #21 19.67 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-01-31T13:48:00.815Z] #21 19.74 Selecting previously unselected package libnfnetlink0:amd64. [2022-01-31T13:48:00.815Z] #21 19.74 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-01-31T13:48:00.815Z] #21 19.75 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-31T13:48:00.815Z] #21 19.80 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-01-31T13:48:00.998Z] #21 30.75 Selecting previously unselected package xfsprogs. [2022-01-31T13:48:00.998Z] #21 30.76 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-01-31T13:48:00.998Z] #21 30.76 Unpacking xfsprogs (5.10.0-4) ... [2022-01-31T13:48:01.071Z] #21 19.80 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-01-31T13:48:01.071Z] #21 19.80 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-31T13:48:01.071Z] #21 19.86 Selecting previously unselected package libnftnl11:amd64. [2022-01-31T13:48:01.071Z] #21 19.87 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-01-31T13:48:01.071Z] #21 19.87 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-01-31T13:48:01.215Z] #21 30.47 Selecting previously unselected package vim. [2022-01-31T13:48:01.215Z] #21 30.47 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:48:01.215Z] #21 30.48 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:01.215Z] #21 30.97 Selecting previously unselected package xfsprogs. [2022-01-31T13:48:01.215Z] #21 30.97 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-01-31T13:48:01.215Z] #21 30.98 Unpacking xfsprogs (5.10.0-4) ... [2022-01-31T13:48:01.255Z] #21 31.12 Selecting previously unselected package zip. [2022-01-31T13:48:01.255Z] #21 31.12 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-01-31T13:48:01.255Z] #21 31.13 Unpacking zip (3.0-12) ... [2022-01-31T13:48:01.326Z] #21 19.94 Selecting previously unselected package iptables. [2022-01-31T13:48:01.326Z] #21 19.95 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-01-31T13:48:01.326Z] #21 19.95 Unpacking iptables (1.8.7-1) ... [2022-01-31T13:48:01.326Z] #21 20.21 Selecting previously unselected package libonig5:amd64. [2022-01-31T13:48:01.472Z] #21 31.35 Selecting previously unselected package zip. [2022-01-31T13:48:01.472Z] #21 31.35 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-01-31T13:48:01.472Z] #21 31.35 Unpacking zip (3.0-12) ... [2022-01-31T13:48:01.514Z] #21 31.26 Selecting previously unselected package zstd. [2022-01-31T13:48:01.514Z] #21 31.27 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-01-31T13:48:01.514Z] #21 31.28 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-01-31T13:48:01.583Z] #21 20.21 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-01-31T13:48:01.583Z] #21 20.23 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:48:01.583Z] #21 20.37 Selecting previously unselected package libjq1:amd64. [2022-01-31T13:48:01.583Z] #21 20.38 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-01-31T13:48:01.583Z] #21 20.38 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:48:01.583Z] #21 20.48 Selecting previously unselected package jq. [2022-01-31T13:48:01.729Z] #21 31.47 Selecting previously unselected package zstd. [2022-01-31T13:48:01.729Z] #21 31.48 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-01-31T13:48:01.729Z] #21 31.49 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-01-31T13:48:01.771Z] #21 31.64 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:48:01.839Z] #21 20.48 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-01-31T13:48:01.839Z] #21 20.48 Unpacking jq (1.6-2.1) ... [2022-01-31T13:48:01.839Z] #21 20.56 Selecting previously unselected package libaio1:amd64. [2022-01-31T13:48:01.839Z] #21 20.56 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-01-31T13:48:01.839Z] #21 20.56 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-01-31T13:48:01.839Z] #21 20.62 Selecting previously unselected package libgpm2:amd64. [2022-01-31T13:48:01.839Z] #21 20.62 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-01-31T13:48:01.839Z] #21 20.63 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-01-31T13:48:01.839Z] #21 20.69 Selecting previously unselected package libicu67:amd64. [2022-01-31T13:48:01.839Z] #21 20.70 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-01-31T13:48:01.839Z] #21 20.71 Unpacking libicu67:amd64 (67.1-7) ... [2022-01-31T13:48:01.922Z] #63 12.35 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-01-31T13:48:01.985Z] #21 31.83 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:48:02.486Z] #63 ... [2022-01-31T13:48:02.486Z] [2022-01-31T13:48:02.486Z] #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-01-31T13:48:02.486Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf [2022-01-31T13:48:02.486Z] #34 3.203 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-01-31T13:48:02.486Z] #34 3.204 Cloning into '.'... [2022-01-31T13:48:02.486Z] #34 ... [2022-01-31T13:48:02.486Z] [2022-01-31T13:48:02.486Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:48:02.486Z] #51 sha256:763aef51664e4de202fafbd0651ed744c1c6a758cccdf395f1ff9c788c33c154 [2022-01-31T13:48:02.486Z] #51 13.10 go: downloading github.com/sirupsen/logrus v1.4.2 [2022-01-31T13:48:02.486Z] #51 13.10 go: downloading github.com/stretchr/testify v1.4.0 [2022-01-31T13:48:02.486Z] #51 13.25 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2022-01-31T13:48:02.486Z] #51 13.31 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2022-01-31T13:48:02.486Z] #51 13.34 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-01-31T13:48:02.486Z] #51 13.50 go: downloading github.com/magiconair/properties v1.8.1 [2022-01-31T13:48:02.486Z] #51 13.51 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-01-31T13:48:02.486Z] #51 13.57 go: downloading github.com/pelletier/go-toml v1.2.0 [2022-01-31T13:48:02.698Z] #21 32.53 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-01-31T13:48:02.698Z] #21 32.55 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-01-31T13:48:02.698Z] #21 32.57 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-01-31T13:48:02.698Z] #21 32.58 Setting up libicu67:amd64 (67.1-7) ... [2022-01-31T13:48:02.698Z] #21 32.59 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-01-31T13:48:02.698Z] #21 32.60 Setting up libinih1:amd64 (53-1+b2) ... [2022-01-31T13:48:02.698Z] #21 32.61 Setting up uidmap (1:4.8.1-1) ... [2022-01-31T13:48:02.698Z] #21 32.63 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:48:02.698Z] #21 32.65 Setting up bzip2 (1.0.8-4) ... [2022-01-31T13:48:02.698Z] #21 32.66 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:48:02.698Z] #21 32.67 Setting up python3-wheel (0.34.2-1) ... [2022-01-31T13:48:02.755Z] #51 13.70 go: downloading github.com/spf13/afero v1.1.2 [2022-01-31T13:48:02.756Z] #51 13.70 go: downloading github.com/spf13/cast v1.3.0 [2022-01-31T13:48:02.756Z] #51 13.81 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2022-01-31T13:48:02.916Z] #21 32.69 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-01-31T13:48:02.916Z] #21 32.70 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-01-31T13:48:02.916Z] #21 32.71 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-01-31T13:48:02.916Z] #21 32.73 Setting up libicu67:amd64 (67.1-7) ... [2022-01-31T13:48:02.916Z] #21 32.74 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-01-31T13:48:02.916Z] #21 32.75 Setting up libinih1:amd64 (53-1+b2) ... [2022-01-31T13:48:02.916Z] #21 32.76 Setting up uidmap (1:4.8.1-1) ... [2022-01-31T13:48:02.916Z] #21 32.77 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:48:02.916Z] #21 32.78 Setting up bzip2 (1.0.8-4) ... [2022-01-31T13:48:02.916Z] #21 32.79 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:48:02.916Z] #21 32.80 Setting up python3-wheel (0.34.2-1) ... [2022-01-31T13:48:03.013Z] #51 13.86 go: downloading github.com/subosito/gotenv v1.2.0 [2022-01-31T13:48:03.014Z] #51 13.92 go: downloading gopkg.in/ini.v1 v1.51.0 [2022-01-31T13:48:03.014Z] #51 13.93 go: downloading gopkg.in/yaml.v2 v2.2.7 [2022-01-31T13:48:03.272Z] #51 14.14 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2022-01-31T13:48:03.272Z] #51 14.14 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-01-31T13:48:03.529Z] #51 14.37 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-01-31T13:48:03.529Z] #51 14.40 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2022-01-31T13:48:03.529Z] #51 14.44 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-01-31T13:48:03.529Z] #51 14.55 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-01-31T13:48:03.529Z] #51 14.60 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-01-31T13:48:03.624Z] #21 33.38 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:03.625Z] #21 33.39 Setting up libcap2:amd64 (1:2.44-1) ... [2022-01-31T13:48:03.625Z] #21 33.40 Setting up libcap2-bin (1:2.44-1) ... [2022-01-31T13:48:03.625Z] #21 33.41 Setting up apparmor (2.13.6-10) ... [2022-01-31T13:48:03.786Z] #51 14.67 go: downloading github.com/go-toolsmith/typep v1.0.0 [2022-01-31T13:48:03.786Z] #51 14.72 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2022-01-31T13:48:03.786Z] #51 14.83 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2022-01-31T13:48:03.847Z] #21 33.41 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:03.847Z] #21 33.42 Setting up libcap2:amd64 (1:2.44-1) ... [2022-01-31T13:48:03.847Z] #21 33.43 Setting up libcap2-bin (1:2.44-1) ... [2022-01-31T13:48:03.847Z] #21 33.44 Setting up apparmor (2.13.6-10) ... [2022-01-31T13:48:04.043Z] #51 14.91 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-01-31T13:48:04.043Z] #51 14.98 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-01-31T13:48:04.043Z] #51 15.05 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2022-01-31T13:48:04.300Z] #51 15.15 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-01-31T13:48:04.558Z] #51 15.49 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2022-01-31T13:48:04.818Z] #51 15.71 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2022-01-31T13:48:04.818Z] #51 15.74 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-01-31T13:48:04.989Z] #21 34.80 Setting up zip (3.0-12) ... [2022-01-31T13:48:04.989Z] #21 34.81 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:04.989Z] #21 34.84 Setting up bash-completion (1:2.11-2) ... [2022-01-31T13:48:05.116Z] #21 23.68 Selecting previously unselected package libinih1:amd64. [2022-01-31T13:48:05.116Z] #21 23.68 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-01-31T13:48:05.116Z] #21 23.68 Unpacking libinih1:amd64 (53-1+b2) ... [2022-01-31T13:48:05.116Z] #21 23.74 Selecting previously unselected package libnet1:amd64. [2022-01-31T13:48:05.116Z] #21 23.74 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-01-31T13:48:05.116Z] #21 23.74 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:48:05.116Z] #21 23.83 Selecting previously unselected package libnl-3-200:amd64. [2022-01-31T13:48:05.116Z] #21 23.83 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-01-31T13:48:05.116Z] #21 23.84 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:48:05.116Z] #21 23.91 Selecting previously unselected package libprotobuf-c1:amd64. [2022-01-31T13:48:05.116Z] #21 23.92 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-01-31T13:48:05.116Z] #21 23.93 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:48:05.218Z] #21 34.76 Setting up zip (3.0-12) ... [2022-01-31T13:48:05.218Z] #21 34.76 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:05.218Z] #21 34.78 Setting up bash-completion (1:2.11-2) ... [2022-01-31T13:48:05.372Z] #21 23.98 Selecting previously unselected package net-tools. [2022-01-31T13:48:05.372Z] #21 23.99 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-01-31T13:48:05.372Z] #21 24.00 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-01-31T13:48:05.372Z] #21 24.14 Selecting previously unselected package patch. [2022-01-31T13:48:05.372Z] #21 24.16 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-01-31T13:48:05.372Z] #21 24.16 Unpacking patch (2.7.6-7) ... [2022-01-31T13:48:05.382Z] #51 16.14 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2022-01-31T13:48:05.382Z] #51 16.26 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-01-31T13:48:05.627Z] #21 24.25 Selecting previously unselected package python-pip-whl. [2022-01-31T13:48:05.627Z] #21 24.26 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-01-31T13:48:05.627Z] #21 24.27 Unpacking python-pip-whl (20.3.4-4) ... [2022-01-31T13:48:05.640Z] #51 16.41 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-01-31T13:48:05.640Z] #51 16.49 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2022-01-31T13:48:05.640Z] #51 16.51 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2022-01-31T13:48:05.640Z] #51 16.59 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-01-31T13:48:05.791Z] #65 21.00 Reading package lists... [2022-01-31T13:48:05.791Z] #65 ... [2022-01-31T13:48:05.791Z] [2022-01-31T13:48:05.791Z] #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-01-31T13:48:05.791Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-01-31T13:48:05.791Z] #20 21.87 Fetched 48.9 MB in 20s (2414 kB/s) [2022-01-31T13:48:05.883Z] #21 24.77 Selecting previously unselected package python3-lib2to3. [2022-01-31T13:48:05.883Z] #21 24.78 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-01-31T13:48:05.883Z] #21 24.78 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-01-31T13:48:05.900Z] #51 16.69 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2022-01-31T13:48:05.900Z] #51 16.83 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2022-01-31T13:48:05.900Z] #51 16.93 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2022-01-31T13:48:06.139Z] #21 24.87 Selecting previously unselected package python3-distutils. [2022-01-31T13:48:06.139Z] #21 24.89 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-01-31T13:48:06.139Z] #21 24.89 Unpacking python3-distutils (3.9.2-1) ... [2022-01-31T13:48:06.139Z] #21 24.99 Selecting previously unselected package python3-pkg-resources. [2022-01-31T13:48:06.139Z] #21 25.00 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-31T13:48:06.139Z] #21 25.01 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:48:06.139Z] #21 25.12 Selecting previously unselected package python3-setuptools. [2022-01-31T13:48:06.156Z] #51 ... [2022-01-31T13:48:06.156Z] [2022-01-31T13:48:06.156Z] #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-01-31T13:48:06.156Z] #36 sha256:b0a700bcc09973c47169563c3637cfd7cdc061ffad5331a5be46f450ccf85fd5 [2022-01-31T13:48:06.156Z] #36 13.04 tomll can be used in two ways: [2022-01-31T13:48:06.156Z] #36 13.04 Writing to STDIN and reading from STDOUT: [2022-01-31T13:48:06.156Z] #36 13.04 cat file.toml | tomll > file.toml [2022-01-31T13:48:06.156Z] #36 13.04 [2022-01-31T13:48:06.156Z] #36 13.04 Reading and updating a list of files: [2022-01-31T13:48:06.156Z] #36 13.04 tomll a.toml b.toml c.toml [2022-01-31T13:48:06.156Z] #36 13.04 [2022-01-31T13:48:06.156Z] #36 13.04 When given a list of files, tomll will modify all files in place without asking. [2022-01-31T13:48:06.156Z] #36 DONE 17.1s [2022-01-31T13:48:06.156Z] [2022-01-31T13:48:06.156Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:48:06.156Z] #51 sha256:763aef51664e4de202fafbd0651ed744c1c6a758cccdf395f1ff9c788c33c154 [2022-01-31T13:48:06.156Z] #51 16.95 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2022-01-31T13:48:06.395Z] #21 25.14 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-01-31T13:48:06.395Z] #21 25.15 Unpacking python3-setuptools (52.0.0-4) ... [2022-01-31T13:48:06.395Z] #21 25.32 Selecting previously unselected package python3-wheel. [2022-01-31T13:48:06.395Z] #21 25.32 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-01-31T13:48:06.395Z] #21 25.32 Unpacking python3-wheel (0.34.2-1) ... [2022-01-31T13:48:06.413Z] #51 17.32 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2022-01-31T13:48:06.413Z] #51 17.32 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2022-01-31T13:48:06.413Z] #51 17.34 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2022-01-31T13:48:06.653Z] #21 25.39 Selecting previously unselected package python3-pip. [2022-01-31T13:48:06.653Z] #21 25.39 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-01-31T13:48:06.653Z] #21 25.40 Unpacking python3-pip (20.3.4-4) ... [2022-01-31T13:48:06.669Z] #51 17.59 go: downloading github.com/ultraware/funlen v0.0.2 [2022-01-31T13:48:06.669Z] #51 17.62 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-01-31T13:48:06.669Z] #51 17.62 go: downloading github.com/uudashr/gocognit v1.0.1 [2022-01-31T13:48:06.768Z] #20 21.87 Reading package lists... [2022-01-31T13:48:06.768Z] #20 ... [2022-01-31T13:48:06.768Z] [2022-01-31T13:48:06.768Z] #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-01-31T13:48:06.768Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-01-31T13:48:06.768Z] #65 21.00 Reading package lists... [2022-01-31T13:48:06.882Z] #21 36.71 Setting up xz-utils (5.2.5-2) ... [2022-01-31T13:48:06.882Z] #21 36.72 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-01-31T13:48:06.882Z] #21 36.74 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-01-31T13:48:06.882Z] #21 36.76 Setting up patch (2.7.6-7) ... [2022-01-31T13:48:06.882Z] #21 36.78 Setting up sudo (1.9.5p2-3) ... [2022-01-31T13:48:06.882Z] #21 36.86 invoke-rc.d: could not determine current runlevel [2022-01-31T13:48:06.882Z] #21 36.86 invoke-rc.d: policy-rc.d denied execution of start. [2022-01-31T13:48:06.926Z] #51 17.74 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2022-01-31T13:48:07.110Z] #21 36.59 Setting up xz-utils (5.2.5-2) ... [2022-01-31T13:48:07.110Z] #21 36.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-01-31T13:48:07.110Z] #21 36.62 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-01-31T13:48:07.110Z] #21 36.63 Setting up patch (2.7.6-7) ... [2022-01-31T13:48:07.110Z] #21 36.64 Setting up sudo (1.9.5p2-3) ... [2022-01-31T13:48:07.110Z] #21 36.70 invoke-rc.d: could not determine current runlevel [2022-01-31T13:48:07.110Z] #21 36.70 invoke-rc.d: policy-rc.d denied execution of start. [2022-01-31T13:48:07.110Z] #21 36.71 Setting up xfsprogs (5.10.0-4) ... [2022-01-31T13:48:07.110Z] #21 36.74 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-01-31T13:48:07.110Z] #21 36.76 Setting up inetutils-ping (2:2.0-1) ... [2022-01-31T13:48:07.110Z] #21 36.77 Setting up pigz (2.6-1) ... [2022-01-31T13:48:07.110Z] #21 36.78 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-31T13:48:07.110Z] #21 36.82 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:48:07.110Z] #21 36.85 Setting up python-pip-whl (20.3.4-4) ... [2022-01-31T13:48:07.110Z] #21 36.86 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:07.138Z] #21 36.87 Setting up xfsprogs (5.10.0-4) ... [2022-01-31T13:48:07.138Z] #21 36.89 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-01-31T13:48:07.138Z] #21 36.90 Setting up inetutils-ping (2:2.0-1) ... [2022-01-31T13:48:07.138Z] #21 36.91 Setting up pigz (2.6-1) ... [2022-01-31T13:48:07.138Z] #21 36.92 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-31T13:48:07.138Z] #21 36.94 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:48:07.138Z] #21 36.96 Setting up python-pip-whl (20.3.4-4) ... [2022-01-31T13:48:07.138Z] #21 36.98 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:07.582Z] #21 26.20 Selecting previously unselected package sudo. [2022-01-31T13:48:07.582Z] #21 26.21 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-01-31T13:48:07.582Z] #21 26.21 Unpacking sudo (1.9.5p2-3) ... [2022-01-31T13:48:07.839Z] #21 26.67 Selecting previously unselected package thin-provisioning-tools. [2022-01-31T13:48:07.840Z] #21 26.68 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-01-31T13:48:07.840Z] #21 26.70 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-01-31T13:48:07.856Z] #51 18.56 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-01-31T13:48:07.856Z] #51 18.58 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2022-01-31T13:48:07.856Z] #51 18.67 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-01-31T13:48:07.856Z] #51 18.74 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-01-31T13:48:07.856Z] #51 18.77 go: downloading github.com/stretchr/objx v0.2.0 [2022-01-31T13:48:07.984Z] #65 30.30 Reading package lists... [2022-01-31T13:48:07.984Z] #65 ... [2022-01-31T13:48:07.984Z] [2022-01-31T13:48:07.984Z] #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-01-31T13:48:07.984Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-01-31T13:48:07.984Z] #45 21.33 Fetched 48.9 MB in 20s (2463 kB/s) [2022-01-31T13:48:07.984Z] #45 21.33 Reading package lists... [2022-01-31T13:48:08.041Z] #21 37.60 Setting up libaio1:amd64 (0.3.112-9) ... [2022-01-31T13:48:08.041Z] #21 37.61 Setting up python3-lib2to3 (3.9.2-1) ... [2022-01-31T13:48:08.075Z] #21 37.76 Setting up libaio1:amd64 (0.3.112-9) ... [2022-01-31T13:48:08.075Z] #21 37.78 Setting up python3-lib2to3 (3.9.2-1) ... [2022-01-31T13:48:08.096Z] #21 26.88 Selecting previously unselected package uidmap. [2022-01-31T13:48:08.096Z] #21 26.89 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-01-31T13:48:08.096Z] #21 26.90 Unpacking uidmap (1:4.8.1-1) ... [2022-01-31T13:48:08.112Z] #51 18.93 go: downloading golang.org/x/text v0.3.2 [2022-01-31T13:48:08.246Z] #45 30.80 Reading package lists... [2022-01-31T13:48:08.246Z] #45 ... [2022-01-31T13:48:08.246Z] [2022-01-31T13:48:08.246Z] #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-01-31T13:48:08.246Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-01-31T13:48:08.246Z] #20 21.87 Reading package lists... [2022-01-31T13:48:08.301Z] #21 38.16 Setting up libelf1:amd64 (0.183-1) ... [2022-01-31T13:48:08.301Z] #21 38.20 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-01-31T13:48:08.301Z] #21 38.23 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:48:08.301Z] #21 38.24 Setting up python3-distutils (3.9.2-1) ... [2022-01-31T13:48:08.330Z] #21 38.27 Setting up libelf1:amd64 (0.183-1) ... [2022-01-31T13:48:08.330Z] #21 38.32 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-01-31T13:48:08.352Z] #21 27.02 Selecting previously unselected package vim-runtime. [2022-01-31T13:48:08.352Z] #21 27.03 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:48:08.352Z] #21 27.05 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-01-31T13:48:08.352Z] #21 27.07 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-01-31T13:48:08.352Z] #21 27.08 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:08.586Z] #21 38.36 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:48:08.586Z] #21 38.37 Setting up python3-distutils (3.9.2-1) ... [2022-01-31T13:48:08.855Z] #21 38.84 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:08.855Z] #21 38.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-01-31T13:48:08.855Z] #21 38.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-01-31T13:48:08.855Z] #21 38.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-01-31T13:48:08.855Z] #21 38.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-01-31T13:48:08.864Z] #21 38.67 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:08.865Z] #21 38.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-01-31T13:48:08.865Z] #21 38.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-01-31T13:48:08.865Z] #21 38.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-01-31T13:48:08.865Z] #21 38.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-01-31T13:48:08.865Z] #21 38.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-01-31T13:48:09.114Z] #21 38.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-01-31T13:48:09.114Z] #21 38.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-01-31T13:48:09.114Z] #21 38.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-01-31T13:48:09.114Z] #21 38.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-01-31T13:48:09.114Z] #21 38.95 Setting up python3-setuptools (52.0.0-4) ... [2022-01-31T13:48:09.124Z] #21 38.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-01-31T13:48:09.124Z] #21 38.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-01-31T13:48:09.124Z] #21 38.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-01-31T13:48:09.124Z] #21 38.79 Setting up python3-setuptools (52.0.0-4) ... [2022-01-31T13:48:10.017Z] #51 ... [2022-01-31T13:48:10.017Z] [2022-01-31T13:48:10.017Z] #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-01-31T13:48:10.017Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069 [2022-01-31T13:48:10.017Z] #38 10.70 Fetched 8384 kB in 8s (1019 kB/s) [2022-01-31T13:48:10.017Z] #38 10.70 Reading package lists... [2022-01-31T13:48:10.017Z] #38 15.09 Reading package lists... [2022-01-31T13:48:10.017Z] #38 19.73 Building dependency tree... [2022-01-31T13:48:10.017Z] #38 ... [2022-01-31T13:48:10.017Z] [2022-01-31T13:48:10.017Z] #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-01-31T13:48:10.017Z] #31 sha256:d6ac0589ca8185ab9ca2f6f4ff64c4ef6fa02974a15594c9e7a609200dcdeb81 [2022-01-31T13:48:10.017Z] #31 12.45 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-01-31T13:48:10.017Z] #31 13.98 #=#=# [2022-01-31T13:48:10.017Z] #31 14.27 #=#=# 0.0% ############## 20.6% ###################### 30.8% ################################# 45.9% ########################################## 59.7% ##################################################### 73.9% ################################################################# 90.3% ######################################################################## 100.0% [2022-01-31T13:48:10.017Z] #31 16.18 [2022-01-31T13:48:10.017Z] #31 20.58 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-01-31T13:48:10.580Z] #31 21.96 #=#=# [2022-01-31T13:48:10.580Z] #31 ... [2022-01-31T13:48:10.580Z] [2022-01-31T13:48:10.580Z] #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-01-31T13:48:10.580Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696 [2022-01-31T13:48:10.580Z] #47 11.27 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-01-31T13:48:10.580Z] #47 13.21 Fetched 8387 kB in 10s (852 kB/s) [2022-01-31T13:48:10.580Z] #47 13.21 Reading package lists... [2022-01-31T13:48:10.835Z] 4612f6d0b889: Verifying Checksum [2022-01-31T13:48:10.835Z] 4612f6d0b889: Download complete [2022-01-31T13:48:10.839Z] #47 17.80 Reading package lists... [2022-01-31T13:48:10.839Z] #47 ... [2022-01-31T13:48:10.839Z] [2022-01-31T13:48:10.839Z] #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-01-31T13:48:10.839Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:48:10.839Z] #14 11.78 Fetched 8384 kB in 9s (932 kB/s) [2022-01-31T13:48:10.839Z] #14 11.78 Reading package lists... [2022-01-31T13:48:10.839Z] #14 16.43 Reading package lists... [2022-01-31T13:48:10.839Z] #14 20.82 Building dependency tree... [2022-01-31T13:48:10.839Z] #14 ... [2022-01-31T13:48:10.839Z] [2022-01-31T13:48:10.839Z] #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-01-31T13:48:10.839Z] #31 sha256:d6ac0589ca8185ab9ca2f6f4ff64c4ef6fa02974a15594c9e7a609200dcdeb81 [2022-01-31T13:48:10.839Z] #31 22.24 #=#=# ######################################################################## 100.0% [2022-01-31T13:48:10.872Z] #21 29.77 Selecting previously unselected package vim. [2022-01-31T13:48:10.872Z] #21 29.79 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:48:10.872Z] #21 29.80 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:11.010Z] #21 40.82 Setting up libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:48:11.010Z] #21 40.83 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-01-31T13:48:11.010Z] #21 40.84 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-01-31T13:48:11.010Z] #21 40.85 Setting up python3-pip (20.3.4-4) ... [2022-01-31T13:48:11.014Z] #21 40.58 Setting up libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:48:11.014Z] #21 40.59 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-01-31T13:48:11.014Z] #21 40.60 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-01-31T13:48:11.014Z] #21 40.61 Setting up python3-pip (20.3.4-4) ... [2022-01-31T13:48:11.095Z] #31 ... [2022-01-31T13:48:11.095Z] [2022-01-31T13:48:11.095Z] #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-01-31T13:48:11.095Z] #58 sha256:36169c270e5097460ae1ca82083a2274107aefcc99bec3a5d04bfec9771ab606 [2022-01-31T13:48:11.095Z] #58 11.94 Fetched 8384 kB in 8s (1000 kB/s) [2022-01-31T13:48:11.095Z] #58 11.94 Reading package lists... [2022-01-31T13:48:11.095Z] #58 16.11 Reading package lists... [2022-01-31T13:48:11.095Z] #58 20.59 Building dependency tree... [2022-01-31T13:48:11.352Z] #58 ... [2022-01-31T13:48:11.352Z] [2022-01-31T13:48:11.352Z] #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-01-31T13:48:11.352Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:48:11.352Z] #14 20.82 Building dependency tree... [2022-01-31T13:48:11.692Z] #21 30.30 Selecting previously unselected package xfsprogs. [2022-01-31T13:48:11.692Z] #21 30.31 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-01-31T13:48:11.692Z] #21 30.32 Unpacking xfsprogs (5.10.0-4) ... [2022-01-31T13:48:11.948Z] #21 30.69 Selecting previously unselected package zip. [2022-01-31T13:48:11.948Z] #21 30.72 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-01-31T13:48:11.948Z] #21 30.72 Unpacking zip (3.0-12) ... [2022-01-31T13:48:12.205Z] #21 30.84 Selecting previously unselected package zstd. [2022-01-31T13:48:12.205Z] #21 30.86 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-01-31T13:48:12.205Z] #21 30.87 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-01-31T13:48:12.374Z] #21 42.37 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-31T13:48:12.374Z] #21 42.38 Setting up jq (1.6-2.1) ... [2022-01-31T13:48:12.374Z] #21 42.39 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-01-31T13:48:12.374Z] #21 42.40 Setting up iptables (1.8.7-1) ... [2022-01-31T13:48:12.374Z] #21 42.42 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-31T13:48:12.381Z] #21 42.11 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-31T13:48:12.381Z] #21 42.13 Setting up jq (1.6-2.1) ... [2022-01-31T13:48:12.381Z] #21 42.14 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-01-31T13:48:12.381Z] #21 42.15 Setting up iptables (1.8.7-1) ... [2022-01-31T13:48:12.381Z] #21 42.18 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-31T13:48:12.381Z] #21 42.19 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-31T13:48:12.381Z] #21 42.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-31T13:48:12.381Z] #21 42.20 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-31T13:48:12.381Z] #21 42.21 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-01-31T13:48:12.381Z] #21 42.21 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-01-31T13:48:12.381Z] #21 42.22 Setting up iproute2 (5.10.0-4) ... [2022-01-31T13:48:12.463Z] #21 31.24 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:48:12.630Z] #21 42.44 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-31T13:48:12.630Z] #21 42.45 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-31T13:48:12.630Z] #21 42.48 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-31T13:48:12.630Z] #21 42.49 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-01-31T13:48:12.630Z] #21 42.51 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-01-31T13:48:12.630Z] #21 42.54 Setting up iproute2 (5.10.0-4) ... [2022-01-31T13:48:12.955Z] #21 42.70 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:48:13.195Z] #21 43.11 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:48:13.244Z] #14 24.24 The following additional packages will be installed: [2022-01-31T13:48:13.244Z] #14 24.24 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-31T13:48:13.244Z] #14 24.24 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-01-31T13:48:13.244Z] #14 24.24 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-01-31T13:48:13.244Z] #14 24.24 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-01-31T13:48:13.244Z] #14 24.25 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-01-31T13:48:13.244Z] #14 24.25 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-01-31T13:48:13.244Z] #14 24.25 mingw-w64-common mingw-w64-x86-64-dev [2022-01-31T13:48:13.244Z] #14 24.25 Suggested packages: [2022-01-31T13:48:13.244Z] #14 24.28 gcc-10-locales seccomp wine64 [2022-01-31T13:48:13.390Z] #21 32.07 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-01-31T13:48:13.390Z] #21 32.08 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-01-31T13:48:13.390Z] #21 32.10 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-01-31T13:48:13.390Z] #21 32.11 Setting up libicu67:amd64 (67.1-7) ... [2022-01-31T13:48:13.390Z] #21 32.12 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-01-31T13:48:13.390Z] #21 32.13 Setting up libinih1:amd64 (53-1+b2) ... [2022-01-31T13:48:13.390Z] #21 32.14 Setting up uidmap (1:4.8.1-1) ... [2022-01-31T13:48:13.390Z] #21 32.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:48:13.390Z] #21 32.16 Setting up bzip2 (1.0.8-4) ... [2022-01-31T13:48:13.390Z] #21 32.17 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:48:13.390Z] #21 32.18 Setting up python3-wheel (0.34.2-1) ... [2022-01-31T13:48:13.885Z] #21 DONE 43.8s [2022-01-31T13:48:13.885Z] [2022-01-31T13:48:13.885Z] #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-01-31T13:48:13.885Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e [2022-01-31T13:48:13.952Z] #21 32.78 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:13.952Z] #21 32.79 Setting up libcap2:amd64 (1:2.44-1) ... [2022-01-31T13:48:13.952Z] #21 32.80 Setting up libcap2-bin (1:2.44-1) ... [2022-01-31T13:48:13.952Z] #21 32.81 Setting up apparmor (2.13.6-10) ... [2022-01-31T13:48:14.614Z] #14 25.22 The following NEW packages will be installed: [2022-01-31T13:48:14.614Z] #14 25.24 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-31T13:48:14.614Z] #14 25.24 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-01-31T13:48:14.614Z] #14 25.24 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-01-31T13:48:14.614Z] #14 25.24 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-01-31T13:48:14.614Z] #14 25.25 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-01-31T13:48:14.614Z] #14 25.25 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-01-31T13:48:14.614Z] #14 25.26 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-01-31T13:48:14.614Z] #14 25.26 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-01-31T13:48:14.614Z] #14 25.26 mingw-w64-x86-64-dev [2022-01-31T13:48:14.614Z] #14 25.65 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:48:14.614Z] #14 25.65 Need to get 108 MB of archives. [2022-01-31T13:48:14.614Z] #14 25.65 After this operation, 620 MB of additional disk space will be used. [2022-01-31T13:48:14.614Z] #14 25.65 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-01-31T13:48:14.614Z] #14 25.71 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-01-31T13:48:15.087Z] #21 DONE 44.6s [2022-01-31T13:48:15.087Z] [2022-01-31T13:48:15.087Z] #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-01-31T13:48:15.087Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e [2022-01-31T13:48:15.182Z] #14 25.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-01-31T13:48:15.182Z] #14 25.88 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-01-31T13:48:15.182Z] #14 25.88 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-01-31T13:48:15.182Z] #14 25.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-01-31T13:48:15.257Z] #22 1.361 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-01-31T13:48:15.257Z] #22 1.369 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-01-31T13:48:15.320Z] #21 34.23 Setting up zip (3.0-12) ... [2022-01-31T13:48:15.440Z] #14 26.28 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-01-31T13:48:15.441Z] #14 26.49 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-01-31T13:48:15.513Z] #22 1.381 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-01-31T13:48:15.513Z] #22 DONE 1.5s [2022-01-31T13:48:15.513Z] [2022-01-31T13:48:15.513Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-31T13:48:15.513Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-01-31T13:48:15.577Z] #21 34.24 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:15.577Z] #21 34.26 Setting up bash-completion (1:2.11-2) ... [2022-01-31T13:48:15.710Z] #14 26.50 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-01-31T13:48:15.711Z] #14 ... [2022-01-31T13:48:15.711Z] [2022-01-31T13:48:15.711Z] #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-01-31T13:48:15.711Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355 [2022-01-31T13:48:15.711Z] #43 16.38 + git checkout -q v2.3.0 [2022-01-31T13:48:15.711Z] #43 18.41 + 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-01-31T13:48:15.969Z] #43 ... [2022-01-31T13:48:15.969Z] [2022-01-31T13:48:15.969Z] #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-01-31T13:48:15.969Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:48:15.969Z] #14 26.82 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-01-31T13:48:16.016Z] #22 1.287 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-01-31T13:48:16.016Z] #22 1.297 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-01-31T13:48:16.016Z] #22 1.300 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-01-31T13:48:16.016Z] #22 DONE 1.3s [2022-01-31T13:48:16.016Z] [2022-01-31T13:48:16.016Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-31T13:48:16.016Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-01-31T13:48:16.562Z] #14 27.56 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-01-31T13:48:16.646Z] #20 31.67 Reading package lists... [2022-01-31T13:48:16.646Z] #20 ... [2022-01-31T13:48:16.646Z] [2022-01-31T13:48:16.646Z] #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-01-31T13:48:16.646Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-01-31T13:48:16.646Z] #65 30.30 Reading package lists... [2022-01-31T13:48:17.126Z] #14 27.90 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-01-31T13:48:17.126Z] #14 ... [2022-01-31T13:48:17.126Z] [2022-01-31T13:48:17.126Z] #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-01-31T13:48:17.126Z] #31 sha256:d6ac0589ca8185ab9ca2f6f4ff64c4ef6fa02974a15594c9e7a609200dcdeb81 [2022-01-31T13:48:17.126Z] #31 23.26 [2022-01-31T13:48:17.126Z] #31 25.24 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-01-31T13:48:17.126Z] #31 26.33 [2022-01-31T13:48:17.126Z] #31 26.63 #=#=# ######################################################################## 100.0% [2022-01-31T13:48:17.126Z] #31 27.55 [2022-01-31T13:48:17.126Z] #31 27.76 Download of images into '/build' complete. [2022-01-31T13:48:17.126Z] #31 27.76 Use something like the following to load the result into a Docker daemon: [2022-01-31T13:48:17.126Z] #31 27.76 tar -cC '/build' . | docker load [2022-01-31T13:48:17.126Z] #31 DONE 28.5s [2022-01-31T13:48:17.385Z] [2022-01-31T13:48:17.385Z] #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-01-31T13:48:17.385Z] #53 sha256:50c34fbe9d331716cdcb1412d967bfae1dd3398bfdc14e206a0fecdd7f3c40cf [2022-01-31T13:48:17.385Z] #53 27.88 v3.0.2 [2022-01-31T13:48:17.385Z] #53 DONE 28.1s [2022-01-31T13:48:17.385Z] [2022-01-31T13:48:17.385Z] #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-01-31T13:48:17.385Z] #58 sha256:36169c270e5097460ae1ca82083a2274107aefcc99bec3a5d04bfec9771ab606 [2022-01-31T13:48:17.385Z] #58 24.19 The following additional packages will be installed: [2022-01-31T13:48:17.385Z] #58 24.21 libbtrfs0 [2022-01-31T13:48:17.385Z] #58 24.35 The following NEW packages will be installed: [2022-01-31T13:48:17.385Z] #58 24.39 libbtrfs-dev libbtrfs0 [2022-01-31T13:48:17.385Z] #58 24.77 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:48:17.385Z] #58 24.77 Need to get 454 kB of archives. [2022-01-31T13:48:17.385Z] #58 24.77 After this operation, 1275 kB of additional disk space will be used. [2022-01-31T13:48:17.385Z] #58 24.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-01-31T13:48:17.385Z] #58 24.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-01-31T13:48:17.385Z] #58 25.77 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:48:17.385Z] #58 26.00 Fetched 454 kB in 0s (1409 kB/s) [2022-01-31T13:48:17.385Z] #58 26.30 Selecting previously unselected package libbtrfs0:arm64. [2022-01-31T13:48:17.385Z] #58 26.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-01-31T13:48:17.385Z] #58 26.36 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-01-31T13:48:17.385Z] #58 26.37 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-01-31T13:48:17.385Z] #58 26.59 Selecting previously unselected package libbtrfs-dev:arm64. [2022-01-31T13:48:17.385Z] #58 26.60 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-01-31T13:48:17.385Z] #58 26.60 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-01-31T13:48:17.385Z] #58 26.92 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-01-31T13:48:17.385Z] #58 26.99 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-01-31T13:48:17.385Z] #58 27.06 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:48:17.385Z] #58 DONE 28.1s [2022-01-31T13:48:17.385Z] [2022-01-31T13:48:17.385Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-01-31T13:48:17.385Z] #59 sha256:e3528ca93ab89f779b80da2d6677f77857bc8b2124a880f90c73ef984c25a421 [2022-01-31T13:48:17.472Z] #21 36.20 Setting up xz-utils (5.2.5-2) ... [2022-01-31T13:48:17.473Z] #21 36.22 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-01-31T13:48:17.473Z] #21 36.23 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-01-31T13:48:17.473Z] #21 36.24 Setting up patch (2.7.6-7) ... [2022-01-31T13:48:17.473Z] #21 36.25 Setting up sudo (1.9.5p2-3) ... [2022-01-31T13:48:17.473Z] #21 36.34 invoke-rc.d: could not determine current runlevel [2022-01-31T13:48:17.473Z] #21 36.35 invoke-rc.d: policy-rc.d denied execution of start. [2022-01-31T13:48:17.473Z] #21 36.36 Setting up xfsprogs (5.10.0-4) ... [2022-01-31T13:48:17.473Z] #21 36.37 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-01-31T13:48:17.473Z] #21 36.38 Setting up inetutils-ping (2:2.0-1) ... [2022-01-31T13:48:17.473Z] #21 36.40 Setting up pigz (2.6-1) ... [2022-01-31T13:48:17.473Z] #21 36.42 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-31T13:48:17.473Z] #21 36.42 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:48:17.643Z] #59 DONE 0.3s [2022-01-31T13:48:17.643Z] [2022-01-31T13:48:17.643Z] #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-01-31T13:48:17.643Z] #60 sha256:e262ac9ceee109c346ea4b146439582317f2427df626698a3159fc372099932b [2022-01-31T13:48:17.729Z] #21 36.44 Setting up python-pip-whl (20.3.4-4) ... [2022-01-31T13:48:17.729Z] #21 36.45 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:18.292Z] #21 37.02 Setting up libaio1:amd64 (0.3.112-9) ... [2022-01-31T13:48:18.292Z] #21 37.03 Setting up python3-lib2to3 (3.9.2-1) ... [2022-01-31T13:48:18.562Z] #65 39.72 Building dependency tree... [2022-01-31T13:48:18.853Z] #21 37.50 Setting up libelf1:amd64 (0.183-1) ... [2022-01-31T13:48:18.853Z] #21 37.60 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-01-31T13:48:18.853Z] #21 37.61 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:48:18.853Z] #21 37.65 Setting up python3-distutils (3.9.2-1) ... [2022-01-31T13:48:18.943Z] 8f616e6e9eec: Pull complete [2022-01-31T13:48:19.019Z] #60 1.132 + RM_GOPATH=0 [2022-01-31T13:48:19.019Z] #60 1.137 + TMP_GOPATH= [2022-01-31T13:48:19.019Z] #60 1.137 + : /build [2022-01-31T13:48:19.019Z] #60 1.137 + '[' -z '' ']' [2022-01-31T13:48:19.019Z] #60 1.137 ++ mktemp -d [2022-01-31T13:48:19.019Z] #60 1.144 + export GOPATH=/tmp/tmp.blVWV6XN1q [2022-01-31T13:48:19.019Z] #60 1.144 + GOPATH=/tmp/tmp.blVWV6XN1q [2022-01-31T13:48:19.019Z] #60 1.144 + RM_GOPATH=1 [2022-01-31T13:48:19.019Z] #60 1.144 + case "$(go env GOARCH)" in [2022-01-31T13:48:19.019Z] #60 1.144 ++ go env GOARCH [2022-01-31T13:48:19.019Z] #60 1.186 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:48:19.019Z] #60 1.195 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:48:19.019Z] #60 1.198 ++ dirname /install.sh [2022-01-31T13:48:19.019Z] #60 1.222 + dir=/ [2022-01-31T13:48:19.019Z] #60 1.223 + bin=containerd [2022-01-31T13:48:19.019Z] #60 1.223 + shift [2022-01-31T13:48:19.019Z] #60 1.223 + '[' '!' -f //containerd.installer ']' [2022-01-31T13:48:19.019Z] #60 1.223 + . //containerd.installer [2022-01-31T13:48:19.019Z] #60 1.224 ++ set -e [2022-01-31T13:48:19.019Z] #60 1.224 ++ : v1.5.9 [2022-01-31T13:48:19.019Z] #60 1.224 + install_containerd [2022-01-31T13:48:19.019Z] #60 1.226 + echo 'Install containerd version v1.5.9' [2022-01-31T13:48:19.019Z] #60 1.226 Install containerd version v1.5.9 [2022-01-31T13:48:19.019Z] #60 1.226 + git clone https://github.com/containerd/containerd.git /tmp/tmp.blVWV6XN1q/src/github.com/containerd/containerd [2022-01-31T13:48:19.019Z] #60 1.240 Cloning into '/tmp/tmp.blVWV6XN1q/src/github.com/containerd/containerd'... [2022-01-31T13:48:19.416Z] #21 38.08 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:19.416Z] #21 38.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-01-31T13:48:19.416Z] #21 38.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-01-31T13:48:19.416Z] #21 38.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-01-31T13:48:19.416Z] #21 38.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-01-31T13:48:19.416Z] #21 38.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-01-31T13:48:19.416Z] #21 38.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-01-31T13:48:19.416Z] #21 38.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-01-31T13:48:19.416Z] #21 38.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-01-31T13:48:19.416Z] #21 38.14 Setting up python3-setuptools (52.0.0-4) ... [2022-01-31T13:48:19.952Z] #60 ... [2022-01-31T13:48:19.952Z] [2022-01-31T13:48:19.952Z] #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-01-31T13:48:19.952Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069 [2022-01-31T13:48:19.952Z] #38 19.73 Building dependency tree... [2022-01-31T13:48:19.952Z] #38 23.32 The following additional packages will be installed: [2022-01-31T13:48:19.952Z] #38 23.32 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-01-31T13:48:19.952Z] #38 23.33 Suggested packages: [2022-01-31T13:48:19.952Z] #38 23.36 cmake-doc ninja-build lrzip [2022-01-31T13:48:19.952Z] #38 23.36 Recommended packages: [2022-01-31T13:48:19.952Z] #38 23.36 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-01-31T13:48:19.952Z] #38 24.02 The following NEW packages will be installed: [2022-01-31T13:48:19.952Z] #38 24.03 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-01-31T13:48:19.952Z] #38 24.05 vim-common xxd [2022-01-31T13:48:19.952Z] #38 24.45 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:48:19.952Z] #38 24.45 Need to get 15.6 MB of archives. [2022-01-31T13:48:19.952Z] #38 24.45 After this operation, 67.4 MB of additional disk space will be used. [2022-01-31T13:48:19.952Z] #38 24.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-31T13:48:19.952Z] #38 24.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-31T13:48:19.952Z] #38 24.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-01-31T13:48:19.952Z] #38 24.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-01-31T13:48:19.952Z] #38 25.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2022-01-31T13:48:19.952Z] #38 25.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2022-01-31T13:48:19.952Z] #38 25.06 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-01-31T13:48:19.952Z] #38 25.06 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-01-31T13:48:19.952Z] #38 25.06 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-01-31T13:48:19.952Z] #38 25.06 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-01-31T13:48:19.952Z] #38 26.27 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:48:19.952Z] #38 26.65 Fetched 15.6 MB in 1s (14.9 MB/s) [2022-01-31T13:48:19.952Z] #38 26.75 Selecting previously unselected package xxd. [2022-01-31T13:48:19.952Z] #38 26.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 ... 15700 files and directories currently installed.) [2022-01-31T13:48:19.952Z] #38 26.86 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-01-31T13:48:19.952Z] #38 26.86 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:19.952Z] #38 27.13 Selecting previously unselected package vim-common. [2022-01-31T13:48:19.952Z] #38 27.13 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:48:19.952Z] #38 27.27 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:19.952Z] #38 27.61 Selecting previously unselected package cmake-data. [2022-01-31T13:48:19.952Z] #38 27.62 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-01-31T13:48:19.952Z] #38 27.68 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-01-31T13:48:20.209Z] #38 31.10 Selecting previously unselected package libicu67:arm64. [2022-01-31T13:48:20.209Z] #38 ... [2022-01-31T13:48:20.209Z] [2022-01-31T13:48:20.209Z] #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-01-31T13:48:20.209Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:48:20.209Z] #14 28.41 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-01-31T13:48:20.209Z] #14 29.45 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-01-31T13:48:20.209Z] #14 30.04 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-01-31T13:48:20.209Z] #14 30.04 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-01-31T13:48:20.209Z] #14 30.05 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-01-31T13:48:20.209Z] #14 30.06 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-01-31T13:48:20.209Z] #14 30.06 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-01-31T13:48:20.209Z] #14 30.11 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-01-31T13:48:20.209Z] #14 30.11 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2022-01-31T13:48:20.209Z] #14 30.11 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-01-31T13:48:20.209Z] #14 30.12 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-01-31T13:48:20.209Z] #14 30.13 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-01-31T13:48:20.209Z] #14 30.14 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-01-31T13:48:20.209Z] #14 30.14 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-01-31T13:48:20.209Z] #14 30.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-01-31T13:48:20.209Z] #14 30.16 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-01-31T13:48:20.209Z] #14 30.16 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-01-31T13:48:20.209Z] #14 30.17 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2022-01-31T13:48:20.209Z] #14 30.89 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:48:20.209Z] #14 31.13 Fetched 108 MB in 5s (22.4 MB/s) [2022-01-31T13:48:20.209Z] #14 31.21 Selecting previously unselected package binutils-mingw-w64-i686. [2022-01-31T13:48:20.470Z] #14 31.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-01-31T13:48:20.470Z] #14 31.28 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-01-31T13:48:20.470Z] #14 31.28 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-31T13:48:20.479Z] #65 43.82 The following additional packages will be installed: [2022-01-31T13:48:20.480Z] #65 43.84 libbtrfs0 [2022-01-31T13:48:20.741Z] #65 44.12 The following NEW packages will be installed: [2022-01-31T13:48:20.741Z] #65 44.14 libbtrfs-dev libbtrfs0 [2022-01-31T13:48:20.782Z] #21 39.44 Setting up libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:48:20.782Z] #21 39.45 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-01-31T13:48:20.782Z] #21 39.46 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-01-31T13:48:20.782Z] #21 39.47 Setting up python3-pip (20.3.4-4) ... [2022-01-31T13:48:21.035Z] #14 ... [2022-01-31T13:48:21.035Z] [2022-01-31T13:48:21.035Z] #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-01-31T13:48:21.035Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696 [2022-01-31T13:48:21.035Z] #47 21.53 Building dependency tree... [2022-01-31T13:48:21.035Z] #47 24.82 The following additional packages will be installed: [2022-01-31T13:48:21.035Z] #47 24.83 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-01-31T13:48:21.035Z] #47 24.83 python3-protobuf python3-six [2022-01-31T13:48:21.035Z] #47 24.86 Suggested packages: [2022-01-31T13:48:21.035Z] #47 24.86 python3-setuptools [2022-01-31T13:48:21.035Z] #47 24.86 Recommended packages: [2022-01-31T13:48:21.035Z] #47 24.86 iproute2 | iproute [2022-01-31T13:48:21.035Z] #47 25.30 The following NEW packages will be installed: [2022-01-31T13:48:21.035Z] #47 25.32 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-01-31T13:48:21.035Z] #47 25.32 python3-protobuf python3-six [2022-01-31T13:48:21.035Z] #47 25.78 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:48:21.035Z] #47 25.78 Need to get 2115 kB of archives. [2022-01-31T13:48:21.035Z] #47 25.78 After this operation, 10.7 MB of additional disk space will be used. [2022-01-31T13:48:21.035Z] #47 25.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-01-31T13:48:21.035Z] #47 25.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-31T13:48:21.035Z] #47 25.93 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-01-31T13:48:21.035Z] #47 25.93 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-01-31T13:48:21.035Z] #47 25.97 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-01-31T13:48:21.035Z] #47 26.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-01-31T13:48:21.035Z] #47 26.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-01-31T13:48:21.035Z] #47 28.92 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-01-31T13:48:21.035Z] #47 30.24 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:48:21.035Z] #47 30.43 Fetched 2115 kB in 4s (552 kB/s) [2022-01-31T13:48:21.035Z] #47 30.54 Selecting previously unselected package libprotobuf23:arm64. [2022-01-31T13:48:21.035Z] #47 30.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-01-31T13:48:21.035Z] #47 30.58 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-01-31T13:48:21.035Z] #47 30.59 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-01-31T13:48:21.035Z] #47 31.06 Selecting previously unselected package python3-pkg-resources. [2022-01-31T13:48:21.035Z] #47 31.06 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-31T13:48:21.035Z] #47 31.07 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:48:21.035Z] #47 31.31 Selecting previously unselected package python3-six. [2022-01-31T13:48:21.035Z] #47 31.31 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-01-31T13:48:21.035Z] #47 31.33 Unpacking python3-six (1.16.0-2) ... [2022-01-31T13:48:21.035Z] #47 31.39 Selecting previously unselected package python3-protobuf. [2022-01-31T13:48:21.035Z] #47 31.39 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-01-31T13:48:21.035Z] #47 31.41 Unpacking python3-protobuf (3.12.4-1) ... [2022-01-31T13:48:21.292Z] #47 31.81 Selecting previously unselected package libnet1:arm64. [2022-01-31T13:48:21.292Z] #47 31.81 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-01-31T13:48:21.292Z] #47 31.82 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:48:21.292Z] #47 31.90 Selecting previously unselected package libnl-3-200:arm64. [2022-01-31T13:48:21.292Z] #47 31.91 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-01-31T13:48:21.292Z] #47 31.91 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-01-31T13:48:21.293Z] #47 32.05 Selecting previously unselected package libprotobuf-c1:arm64. [2022-01-31T13:48:21.312Z] #65 44.64 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:48:21.312Z] #65 44.64 Need to get 460 kB of archives. [2022-01-31T13:48:21.312Z] #65 44.64 After this operation, 1237 kB of additional disk space will be used. [2022-01-31T13:48:21.312Z] #65 44.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-31T13:48:21.312Z] #65 44.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-31T13:48:21.557Z] #47 32.05 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-01-31T13:48:21.557Z] #47 32.06 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-01-31T13:48:21.557Z] #47 32.17 Selecting previously unselected package criu. [2022-01-31T13:48:21.557Z] #47 32.17 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-01-31T13:48:21.557Z] #47 32.18 Unpacking criu (3.16.1-3) ... [2022-01-31T13:48:21.710Z] #21 40.48 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-31T13:48:21.710Z] #21 40.49 Setting up jq (1.6-2.1) ... [2022-01-31T13:48:21.710Z] #21 40.50 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-01-31T13:48:21.710Z] #21 40.51 Setting up iptables (1.8.7-1) ... [2022-01-31T13:48:21.710Z] #21 40.52 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-31T13:48:21.710Z] #21 40.52 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-31T13:48:21.710Z] #21 40.53 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-31T13:48:21.710Z] #21 40.54 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-31T13:48:21.710Z] #21 40.54 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-01-31T13:48:21.710Z] #21 40.54 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-01-31T13:48:21.710Z] #21 40.55 Setting up iproute2 (5.10.0-4) ... [2022-01-31T13:48:21.816Z] #47 ... [2022-01-31T13:48:21.816Z] [2022-01-31T13:48:21.816Z] #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-01-31T13:48:21.816Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf [2022-01-31T13:48:21.883Z] #65 ... [2022-01-31T13:48:21.883Z] [2022-01-31T13:48:21.883Z] #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-01-31T13:48:21.883Z] #70 sha256:595380bfb8557bb8a518ff9cf5633f3bff0f913a17984dc791cf0e26be6eb8b6 [2022-01-31T13:48:21.883Z] #70 44.98 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-31T13:48:21.883Z] #70 44.98 + GOBIN=/build [2022-01-31T13:48:21.883Z] #70 44.98 + GO111MODULE=on [2022-01-31T13:48:21.883Z] #70 44.98 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-01-31T13:48:22.073Z] #34 32.69 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-01-31T13:48:22.272Z] #21 40.92 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:48:22.330Z] #34 ... [2022-01-31T13:48:22.330Z] [2022-01-31T13:48:22.330Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:48:22.330Z] #51 sha256:763aef51664e4de202fafbd0651ed744c1c6a758cccdf395f1ff9c788c33c154 [2022-01-31T13:48:22.330Z] #51 23.22 go: downloading github.com/gobwas/glob v0.2.3 [2022-01-31T13:48:22.330Z] #51 23.23 go: downloading github.com/kisielk/gotool v1.0.0 [2022-01-31T13:48:22.330Z] #51 23.32 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2022-01-31T13:48:22.330Z] #51 23.34 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2022-01-31T13:48:22.330Z] #51 23.42 go: downloading github.com/gogo/protobuf v1.2.1 [2022-01-31T13:48:22.330Z] #51 24.37 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2022-01-31T13:48:22.330Z] #51 24.51 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-01-31T13:48:22.330Z] #51 24.65 go: downloading github.com/BurntSushi/toml v0.3.1 [2022-01-31T13:48:22.529Z] #21 DONE 41.5s [2022-01-31T13:48:22.529Z] [2022-01-31T13:48:22.529Z] #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-01-31T13:48:22.529Z] #56 sha256:578717035ed722894873c770388702486727736f5630b05556c72fa35e55aa60 [2022-01-31T13:48:22.588Z] #51 ... [2022-01-31T13:48:22.588Z] [2022-01-31T13:48:22.588Z] #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-01-31T13:48:22.588Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:48:22.588Z] #14 33.21 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-01-31T13:48:22.588Z] #14 33.21 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-01-31T13:48:22.588Z] #14 33.24 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-31T13:48:22.785Z] #56 ... [2022-01-31T13:48:22.785Z] [2022-01-31T13:48:22.785Z] #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-01-31T13:48:22.785Z] #22 sha256:ea4aa09fc15436250b335dee4c630fb5d27618ed1385c3b5725697776a66382e [2022-01-31T13:48:23.271Z] #70 ... [2022-01-31T13:48:23.271Z] [2022-01-31T13:48:23.271Z] #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-01-31T13:48:23.271Z] #65 sha256:7d542d9832629334b662d635f8a0941311db1aece944bae7a930d573892624f8 [2022-01-31T13:48:23.271Z] #65 45.42 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:48:23.271Z] #65 45.64 Fetched 460 kB in 0s (1423 kB/s) [2022-01-31T13:48:23.271Z] #65 45.70 Selecting previously unselected package libbtrfs0:amd64. [2022-01-31T13:48:23.271Z] #65 45.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 ... 30207 files and directories currently installed.) [2022-01-31T13:48:23.271Z] #65 45.74 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-31T13:48:23.271Z] #65 45.75 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:48:23.271Z] #65 45.84 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-31T13:48:23.271Z] #65 45.84 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-31T13:48:23.271Z] #65 45.85 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:48:23.271Z] #65 46.06 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:48:23.271Z] #65 46.08 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:48:23.271Z] #65 46.10 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:48:23.271Z] #65 DONE 46.4s [2022-01-31T13:48:23.271Z] [2022-01-31T13:48:23.271Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-01-31T13:48:23.271Z] #66 sha256:6edcf805ce8f5bc511a8b9a38426ce0e2c924c2cb10b9ab24c5d2e843cf4100d [2022-01-31T13:48:23.271Z] #66 DONE 0.1s [2022-01-31T13:48:23.271Z] [2022-01-31T13:48:23.271Z] #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-01-31T13:48:23.271Z] #67 sha256:6d535ce94e5d0c2bca7c981a72b6f802ee26147ae41868b90d176971403a0249 [2022-01-31T13:48:24.150Z] #22 1.334 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-01-31T13:48:24.150Z] #22 1.337 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-01-31T13:48:24.150Z] #22 1.339 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-01-31T13:48:24.150Z] #22 DONE 1.4s [2022-01-31T13:48:24.150Z] [2022-01-31T13:48:24.150Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-31T13:48:24.150Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-01-31T13:48:24.216Z] #67 0.788 + RM_GOPATH=0 [2022-01-31T13:48:24.216Z] #67 0.796 + TMP_GOPATH= [2022-01-31T13:48:24.216Z] #67 0.796 + : /build [2022-01-31T13:48:24.216Z] #67 0.796 + '[' -z '' ']' [2022-01-31T13:48:24.216Z] #67 0.797 ++ mktemp -d [2022-01-31T13:48:24.216Z] #67 0.800 + export GOPATH=/tmp/tmp.EQgbrIVtcs [2022-01-31T13:48:24.216Z] #67 0.800 + GOPATH=/tmp/tmp.EQgbrIVtcs [2022-01-31T13:48:24.216Z] #67 0.800 + RM_GOPATH=1 [2022-01-31T13:48:24.216Z] #67 0.801 + case "$(go env GOARCH)" in [2022-01-31T13:48:24.216Z] #67 0.801 ++ go env GOARCH [2022-01-31T13:48:24.216Z] #67 0.814 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:48:24.216Z] #67 0.814 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:48:24.216Z] #67 0.815 ++ dirname /install.sh [2022-01-31T13:48:24.216Z] #67 0.816 + dir=/ [2022-01-31T13:48:24.216Z] #67 0.816 + bin=containerd [2022-01-31T13:48:24.216Z] #67 0.816 + shift [2022-01-31T13:48:24.216Z] #67 0.816 + '[' '!' -f //containerd.installer ']' [2022-01-31T13:48:24.216Z] #67 0.816 + . //containerd.installer [2022-01-31T13:48:24.216Z] #67 0.817 ++ set -e [2022-01-31T13:48:24.216Z] #67 0.817 ++ : v1.5.9 [2022-01-31T13:48:24.216Z] #67 0.817 + install_containerd [2022-01-31T13:48:24.216Z] #67 0.818 + echo 'Install containerd version v1.5.9' [2022-01-31T13:48:24.216Z] #67 0.818 Install containerd version v1.5.9 [2022-01-31T13:48:24.216Z] #67 0.818 + git clone https://github.com/containerd/containerd.git /tmp/tmp.EQgbrIVtcs/src/github.com/containerd/containerd [2022-01-31T13:48:24.216Z] #67 0.825 Cloning into '/tmp/tmp.EQgbrIVtcs/src/github.com/containerd/containerd'... [2022-01-31T13:48:24.484Z] #14 35.40 Selecting previously unselected package binutils-mingw-w64. [2022-01-31T13:48:24.484Z] #14 35.41 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-01-31T13:48:24.484Z] #14 35.41 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-31T13:48:24.484Z] #14 35.50 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-01-31T13:48:24.742Z] #14 35.51 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-01-31T13:48:24.742Z] #14 35.51 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-01-31T13:48:24.742Z] #14 35.64 Selecting previously unselected package dmsetup. [2022-01-31T13:48:24.742Z] #14 35.66 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-01-31T13:48:24.742Z] #14 35.66 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-01-31T13:48:24.742Z] #14 35.83 Selecting previously unselected package mingw-w64-common. [2022-01-31T13:48:24.742Z] #14 35.84 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-01-31T13:48:24.999Z] #14 35.87 Unpacking mingw-w64-common (8.0.0-1) ... [2022-01-31T13:48:25.607Z] #67 ... [2022-01-31T13:48:25.607Z] [2022-01-31T13:48:25.607Z] #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-01-31T13:48:25.607Z] #70 sha256:595380bfb8557bb8a518ff9cf5633f3bff0f913a17984dc791cf0e26be6eb8b6 [2022-01-31T13:48:25.607Z] #70 48.52 rootlesskit version 0.14.6 [2022-01-31T13:48:25.607Z] #70 48.52 Usage of /build/rootlesskit-docker-proxy: [2022-01-31T13:48:25.607Z] #70 48.52 -container-ip string [2022-01-31T13:48:25.607Z] #70 48.52 container ip [2022-01-31T13:48:25.607Z] #70 48.52 -container-port int [2022-01-31T13:48:25.607Z] #70 48.52 container port (default -1) [2022-01-31T13:48:25.607Z] #70 48.52 -host-ip string [2022-01-31T13:48:25.607Z] #70 48.52 host ip [2022-01-31T13:48:25.607Z] #70 48.52 -host-port int [2022-01-31T13:48:25.607Z] #70 48.52 host port (default -1) [2022-01-31T13:48:25.607Z] #70 48.52 -proto string [2022-01-31T13:48:25.607Z] #70 48.52 proxy protocol (default "tcp") [2022-01-31T13:48:25.607Z] #70 DONE 48.7s [2022-01-31T13:48:25.607Z] [2022-01-31T13:48:25.607Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-01-31T13:48:25.607Z] #71 sha256:1f2c9eaec0e3676083f47478a57e4f5224dc07fe554e3c8286babcf4eec0263f [2022-01-31T13:48:25.607Z] #71 DONE 0.1s [2022-01-31T13:48:25.607Z] [2022-01-31T13:48:25.607Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-01-31T13:48:25.607Z] #72 sha256:319750fa41b8767374ae3943676629561a7a73e52b6c3efd3f8df067c9bacd8b [2022-01-31T13:48:25.607Z] #72 DONE 0.1s [2022-01-31T13:48:25.607Z] [2022-01-31T13:48:25.607Z] #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-01-31T13:48:25.607Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-01-31T13:48:25.607Z] #45 30.80 Reading package lists... [2022-01-31T13:48:25.607Z] #45 40.09 Building dependency tree... [2022-01-31T13:48:25.607Z] #45 44.49 The following additional packages will be installed: [2022-01-31T13:48:25.607Z] #45 44.51 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-01-31T13:48:25.607Z] #45 44.54 Suggested packages: [2022-01-31T13:48:25.607Z] #45 44.54 cmake-doc ninja-build lrzip [2022-01-31T13:48:25.607Z] #45 44.54 Recommended packages: [2022-01-31T13:48:25.607Z] #45 44.54 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-01-31T13:48:25.607Z] #45 45.15 The following NEW packages will be installed: [2022-01-31T13:48:25.607Z] #45 45.17 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-01-31T13:48:25.607Z] #45 45.54 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:48:25.607Z] #45 45.54 Need to get 8418 kB of archives. [2022-01-31T13:48:25.607Z] #45 45.54 After this operation, 34.9 MB of additional disk space will be used. [2022-01-31T13:48:25.607Z] #45 45.54 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-31T13:48:25.607Z] #45 45.55 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-31T13:48:25.607Z] #45 45.55 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-01-31T13:48:25.607Z] #45 45.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-01-31T13:48:25.607Z] #45 45.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-01-31T13:48:25.607Z] #45 45.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-01-31T13:48:25.607Z] #45 45.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-01-31T13:48:25.607Z] #45 45.63 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-01-31T13:48:25.607Z] #45 46.23 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:48:25.607Z] #45 46.74 Fetched 8418 kB in 0s (19.1 MB/s) [2022-01-31T13:48:25.607Z] #45 46.80 Selecting previously unselected package xxd. [2022-01-31T13:48:25.607Z] #45 46.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-01-31T13:48:25.607Z] #45 46.86 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:48:25.607Z] #45 46.87 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:25.607Z] #45 47.01 Selecting previously unselected package vim-common. [2022-01-31T13:48:25.607Z] #45 47.02 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:48:25.607Z] #45 47.03 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:25.607Z] #45 47.15 Selecting previously unselected package cmake-data. [2022-01-31T13:48:25.607Z] #45 47.15 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-01-31T13:48:25.607Z] #45 47.16 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-01-31T13:48:25.607Z] #45 48.38 Selecting previously unselected package libarchive13:amd64. [2022-01-31T13:48:25.607Z] #45 48.39 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-01-31T13:48:25.607Z] #45 48.40 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-31T13:48:25.607Z] #45 48.56 Selecting previously unselected package libjsoncpp24:amd64. [2022-01-31T13:48:25.607Z] #45 48.56 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-01-31T13:48:25.607Z] #45 48.58 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-31T13:48:25.607Z] #45 48.69 Selecting previously unselected package librhash0:amd64. [2022-01-31T13:48:25.607Z] #45 48.69 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-01-31T13:48:25.607Z] #45 48.69 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-01-31T13:48:25.607Z] #45 48.87 Selecting previously unselected package libuv1:amd64. [2022-01-31T13:48:25.607Z] #45 48.88 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-01-31T13:48:25.607Z] #45 48.90 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-01-31T13:48:25.607Z] #45 49.04 Selecting previously unselected package cmake. [2022-01-31T13:48:25.607Z] #45 49.04 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-01-31T13:48:25.607Z] #45 49.07 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-01-31T13:48:25.868Z] #45 ... [2022-01-31T13:48:25.868Z] [2022-01-31T13:48:25.868Z] #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-01-31T13:48:25.868Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-01-31T13:48:25.868Z] #20 31.67 Reading package lists... [2022-01-31T13:48:25.868Z] #20 40.83 Building dependency tree... [2022-01-31T13:48:25.868Z] #20 44.88 The following additional packages will be installed: [2022-01-31T13:48:25.869Z] #20 44.88 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-31T13:48:25.869Z] #20 44.88 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-01-31T13:48:25.869Z] #20 44.88 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-01-31T13:48:25.869Z] #20 44.88 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-01-31T13:48:25.869Z] #20 44.89 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-01-31T13:48:25.869Z] #20 44.89 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-01-31T13:48:25.869Z] #20 44.90 mingw-w64-common mingw-w64-x86-64-dev [2022-01-31T13:48:25.869Z] #20 44.93 Suggested packages: [2022-01-31T13:48:25.869Z] #20 44.94 gcc-10-locales seccomp wine64 [2022-01-31T13:48:25.869Z] #20 45.48 The following NEW packages will be installed: [2022-01-31T13:48:25.869Z] #20 45.48 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-31T13:48:25.869Z] #20 45.48 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-01-31T13:48:25.869Z] #20 45.48 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-01-31T13:48:25.869Z] #20 45.48 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-01-31T13:48:25.869Z] #20 45.48 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-01-31T13:48:25.869Z] #20 45.48 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-01-31T13:48:25.869Z] #20 45.48 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-01-31T13:48:25.869Z] #20 45.49 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-01-31T13:48:25.869Z] #20 45.49 mingw-w64-x86-64-dev [2022-01-31T13:48:25.869Z] #20 45.85 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:48:25.869Z] #20 45.85 Need to get 115 MB of archives. [2022-01-31T13:48:25.869Z] #20 45.85 After this operation, 645 MB of additional disk space will be used. [2022-01-31T13:48:25.869Z] #20 45.85 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-01-31T13:48:25.869Z] #20 45.90 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-01-31T13:48:25.869Z] #20 45.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-01-31T13:48:25.869Z] #20 45.96 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-01-31T13:48:25.869Z] #20 45.97 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-01-31T13:48:25.869Z] #20 45.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-01-31T13:48:25.869Z] #20 46.06 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-01-31T13:48:25.869Z] #20 46.12 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-01-31T13:48:25.869Z] #20 46.13 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-01-31T13:48:25.869Z] #20 46.36 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-01-31T13:48:25.869Z] #20 46.97 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-01-31T13:48:25.869Z] #20 47.32 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-01-31T13:48:25.869Z] #20 47.54 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-01-31T13:48:25.869Z] #20 47.87 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-01-31T13:48:25.869Z] #20 48.06 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-01-31T13:48:25.869Z] #20 48.07 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-01-31T13:48:25.869Z] #20 48.07 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-01-31T13:48:25.869Z] #20 48.08 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-31T13:48:25.869Z] #20 48.08 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-31T13:48:25.869Z] #20 48.08 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-01-31T13:48:25.869Z] #20 48.08 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-01-31T13:48:25.869Z] #20 48.10 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-01-31T13:48:25.869Z] #20 48.12 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-01-31T13:48:25.869Z] #20 48.12 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-01-31T13:48:25.869Z] #20 48.13 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-01-31T13:48:25.869Z] #20 48.13 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-01-31T13:48:25.869Z] #20 48.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-01-31T13:48:25.869Z] #20 48.16 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-01-31T13:48:25.869Z] #20 48.17 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-01-31T13:48:25.869Z] #20 48.17 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-01-31T13:48:25.869Z] #20 48.86 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:48:25.869Z] #20 49.31 Fetched 115 MB in 3s (43.9 MB/s) [2022-01-31T13:48:25.869Z] #20 49.36 Selecting previously unselected package binutils-mingw-w64-i686. [2022-01-31T13:48:26.130Z] #20 49.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 ... 30207 files and directories currently installed.) [2022-01-31T13:48:26.130Z] #20 49.42 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-31T13:48:26.130Z] #20 49.44 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-31T13:48:27.529Z] #20 50.67 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-01-31T13:48:27.529Z] #20 50.68 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-31T13:48:27.529Z] #20 50.68 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-31T13:48:27.529Z] #20 ... [2022-01-31T13:48:27.529Z] [2022-01-31T13:48:27.529Z] #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-01-31T13:48:27.529Z] #45 sha256:5a71d644d5d9cd364d115b066d1c3eb067b71da59931b0bde39be33e5a73e047 [2022-01-31T13:48:27.529Z] #45 50.79 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-31T13:48:27.529Z] #45 50.82 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:27.529Z] #45 50.83 Setting up libuv1:amd64 (1.40.0-2) ... [2022-01-31T13:48:27.529Z] #45 50.84 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:27.529Z] #45 50.87 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-31T13:48:27.529Z] #45 50.88 Setting up librhash0:amd64 (1.4.1-2) ... [2022-01-31T13:48:27.529Z] #45 50.90 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-01-31T13:48:27.529Z] #45 50.92 Setting up cmake (3.18.4-2+deb11u1) ... [2022-01-31T13:48:27.529Z] #45 50.93 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:48:27.710Z] #23 11.49 Collecting yamllint==1.26.1 [2022-01-31T13:48:27.791Z] #45 DONE 51.2s [2022-01-31T13:48:27.791Z] [2022-01-31T13:48:27.791Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-01-31T13:48:27.791Z] #46 sha256:9404845ad2216fc9f7b720b3fe4ab14aac57f131a5ccf7ddb569a02e3dc057b1 [2022-01-31T13:48:27.969Z] #23 12.54 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-01-31T13:48:28.054Z] #46 DONE 0.1s [2022-01-31T13:48:28.054Z] [2022-01-31T13:48:28.054Z] #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-01-31T13:48:28.054Z] #47 sha256:67845f826cd2e6589fb0fd2d7ed6909d9e4488f21c87a3091d823142e6c06b28 [2022-01-31T13:48:28.243Z] #23 11.46 Collecting yamllint==1.26.1 [2022-01-31T13:48:28.498Z] #23 12.53 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-01-31T13:48:28.625Z] #47 0.668 + RM_GOPATH=0 [2022-01-31T13:48:28.625Z] #47 0.668 + TMP_GOPATH= [2022-01-31T13:48:28.625Z] #47 0.668 + : /build [2022-01-31T13:48:28.625Z] #47 0.668 + '[' -z '' ']' [2022-01-31T13:48:28.625Z] #47 0.668 ++ mktemp -d [2022-01-31T13:48:28.625Z] #47 0.670 + export GOPATH=/tmp/tmp.SamvXq9tMA [2022-01-31T13:48:28.625Z] #47 0.671 + GOPATH=/tmp/tmp.SamvXq9tMA [2022-01-31T13:48:28.625Z] #47 0.671 + RM_GOPATH=1 [2022-01-31T13:48:28.625Z] #47 0.671 + case "$(go env GOARCH)" in [2022-01-31T13:48:28.625Z] #47 0.672 ++ go env GOARCH [2022-01-31T13:48:28.625Z] #47 0.678 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:48:28.625Z] #47 0.680 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:48:28.625Z] #47 0.680 ++ dirname /install.sh [2022-01-31T13:48:28.625Z] #47 0.681 + dir=/ [2022-01-31T13:48:28.625Z] #47 0.681 + bin=tini [2022-01-31T13:48:28.625Z] #47 0.681 + shift [2022-01-31T13:48:28.625Z] #47 0.682 + '[' '!' -f //tini.installer ']' [2022-01-31T13:48:28.625Z] #47 0.682 + . //tini.installer [2022-01-31T13:48:28.625Z] #47 0.686 ++ : v0.19.0 [2022-01-31T13:48:28.625Z] #47 0.687 + install_tini [2022-01-31T13:48:28.625Z] #47 0.688 + echo 'Install tini version v0.19.0' [2022-01-31T13:48:28.625Z] #47 0.688 Install tini version v0.19.0 [2022-01-31T13:48:28.625Z] #47 0.688 + git clone https://github.com/krallin/tini.git /tmp/tmp.SamvXq9tMA/tini [2022-01-31T13:48:28.625Z] #47 0.690 Cloning into '/tmp/tmp.SamvXq9tMA/tini'... [2022-01-31T13:48:28.886Z] #47 1.038 + cd /tmp/tmp.SamvXq9tMA/tini [2022-01-31T13:48:28.898Z] #23 13.55 Collecting pathspec>=0.5.3 [2022-01-31T13:48:29.146Z] #47 1.041 + git checkout -q v0.19.0 [2022-01-31T13:48:29.146Z] #47 1.048 + cmake . [2022-01-31T13:48:29.146Z] #47 1.200 -- The C compiler identification is GNU 10.2.1 [2022-01-31T13:48:29.146Z] #47 1.226 -- Detecting C compiler ABI info [2022-01-31T13:48:29.155Z] #23 13.56 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-01-31T13:48:29.178Z] #14 ... [2022-01-31T13:48:29.178Z] [2022-01-31T13:48:29.178Z] #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-01-31T13:48:29.178Z] #38 sha256:97d2570150a85384d019800b8206a8cceec0dc16cbc9052940c5711a94851069 [2022-01-31T13:48:29.178Z] #38 31.10 Selecting previously unselected package libicu67:arm64. [2022-01-31T13:48:29.178Z] #38 31.11 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-01-31T13:48:29.178Z] #38 31.12 Unpacking libicu67:arm64 (67.1-7) ... [2022-01-31T13:48:29.178Z] #38 35.41 Selecting previously unselected package libxml2:arm64. [2022-01-31T13:48:29.178Z] #38 35.42 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2022-01-31T13:48:29.178Z] #38 35.43 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-01-31T13:48:29.178Z] #38 35.82 Selecting previously unselected package libarchive13:arm64. [2022-01-31T13:48:29.178Z] #38 35.83 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2022-01-31T13:48:29.178Z] #38 35.85 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2022-01-31T13:48:29.178Z] #38 36.06 Selecting previously unselected package libjsoncpp24:arm64. [2022-01-31T13:48:29.178Z] #38 36.07 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-01-31T13:48:29.178Z] #38 36.07 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-01-31T13:48:29.178Z] #38 36.20 Selecting previously unselected package librhash0:arm64. [2022-01-31T13:48:29.178Z] #38 36.21 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-01-31T13:48:29.178Z] #38 36.21 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-01-31T13:48:29.178Z] #38 36.34 Selecting previously unselected package libuv1:arm64. [2022-01-31T13:48:29.178Z] #38 36.36 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-01-31T13:48:29.178Z] #38 36.37 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-01-31T13:48:29.178Z] #38 36.53 Selecting previously unselected package cmake. [2022-01-31T13:48:29.178Z] #38 36.54 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-01-31T13:48:29.178Z] #38 36.55 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-01-31T13:48:29.178Z] #38 39.30 Setting up libicu67:arm64 (67.1-7) ... [2022-01-31T13:48:29.178Z] #38 39.32 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:29.178Z] #38 39.33 Setting up libuv1:arm64 (1.40.0-2) ... [2022-01-31T13:48:29.178Z] #38 39.35 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:48:29.178Z] #38 39.39 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-01-31T13:48:29.178Z] #38 39.42 Setting up librhash0:arm64 (1.4.1-2) ... [2022-01-31T13:48:29.178Z] #38 39.47 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-01-31T13:48:29.178Z] #38 39.49 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-01-31T13:48:29.178Z] #38 39.50 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2022-01-31T13:48:29.178Z] #38 39.52 Setting up cmake (3.18.4-2+deb11u1) ... [2022-01-31T13:48:29.178Z] #38 39.54 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:48:29.407Z] #47 1.341 -- Detecting C compiler ABI info - done [2022-01-31T13:48:29.407Z] #47 1.390 -- Check for working C compiler: /usr/bin/cc - skipped [2022-01-31T13:48:29.407Z] #47 1.391 -- Detecting C compile features [2022-01-31T13:48:29.407Z] #47 1.393 -- Detecting C compile features - done [2022-01-31T13:48:29.407Z] #47 1.405 -- Performing Test HAS_BUILTIN_FORTIFY [2022-01-31T13:48:29.412Z] #23 13.87 Collecting pyyaml [2022-01-31T13:48:29.412Z] #23 13.89 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-01-31T13:48:29.412Z] #23 13.96 Building wheels for collected packages: yamllint [2022-01-31T13:48:29.412Z] #23 13.96 Building wheel for yamllint (setup.py): started [2022-01-31T13:48:29.436Z] #38 DONE 40.5s [2022-01-31T13:48:29.436Z] [2022-01-31T13:48:29.436Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-01-31T13:48:29.436Z] #39 sha256:67aeb55083de7ed34a23a38c57b9277f31c0fcc4df29db3c045438b7da08dec0 [2022-01-31T13:48:29.668Z] #47 1.503 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-01-31T13:48:29.668Z] #47 1.535 -- Configuring done [2022-01-31T13:48:29.668Z] #47 1.542 -- Generating done [2022-01-31T13:48:29.668Z] #47 1.543 -- Build files have been written to: /tmp/tmp.SamvXq9tMA/tini [2022-01-31T13:48:29.668Z] #47 1.549 + make tini-static [2022-01-31T13:48:29.668Z] #47 1.650 Scanning dependencies of target tini-static [2022-01-31T13:48:29.668Z] #47 1.699 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-01-31T13:48:29.694Z] #39 DONE 0.2s [2022-01-31T13:48:29.694Z] [2022-01-31T13:48:29.694Z] #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-01-31T13:48:29.694Z] #47 sha256:f1b721bc4725d1715506fc4c476da585d66d9f298f48ca2919866e40656e2696 [2022-01-31T13:48:29.694Z] #47 32.80 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:48:29.694Z] #47 34.27 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-01-31T13:48:29.694Z] #47 34.28 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:48:29.694Z] #47 34.29 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-01-31T13:48:29.694Z] #47 34.32 Setting up python3-six (1.16.0-2) ... [2022-01-31T13:48:29.694Z] #47 35.40 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-01-31T13:48:29.694Z] #47 35.44 Setting up python3-protobuf (3.12.4-1) ... [2022-01-31T13:48:29.694Z] #47 38.45 Setting up criu (3.16.1-3) ... [2022-01-31T13:48:29.694Z] #47 39.94 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:48:29.694Z] #47 DONE 40.3s [2022-01-31T13:48:29.694Z] [2022-01-31T13:48:29.694Z] #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-01-31T13:48:29.694Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf [2022-01-31T13:48:29.694Z] #34 33.36 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-01-31T13:48:29.919Z] #23 13.63 Collecting pathspec>=0.5.3 [2022-01-31T13:48:29.919Z] #23 13.64 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-01-31T13:48:29.953Z] #34 ... [2022-01-31T13:48:29.953Z] [2022-01-31T13:48:29.953Z] #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-01-31T13:48:29.953Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:48:29.953Z] #14 40.69 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-01-31T13:48:29.953Z] #14 40.69 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-01-31T13:48:29.953Z] #14 40.72 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-31T13:48:30.174Z] #23 13.98 Collecting pyyaml [2022-01-31T13:48:30.174Z] #23 13.99 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-01-31T13:48:30.174Z] #23 14.07 Building wheels for collected packages: yamllint [2022-01-31T13:48:30.174Z] #23 14.07 Building wheel for yamllint (setup.py): started [2022-01-31T13:48:30.241Z] #47 2.151 [100%] Linking C executable tini-static [2022-01-31T13:48:30.241Z] #47 2.341 [100%] Built target tini-static [2022-01-31T13:48:30.392Z] #23 14.83 Building wheel for yamllint (setup.py): finished with status 'done' [2022-01-31T13:48:30.392Z] #23 14.83 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=300f8298919875391bfa146484f479884bd6a691a407fe2afd0fef5adb980ec6 [2022-01-31T13:48:30.392Z] #23 14.83 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-01-31T13:48:30.392Z] #23 14.84 Successfully built yamllint [2022-01-31T13:48:30.392Z] #23 14.90 Installing collected packages: pyyaml, pathspec, yamllint [2022-01-31T13:48:30.501Z] #47 2.363 + mkdir -p /build [2022-01-31T13:48:30.501Z] #47 2.370 + cp tini-static /build/docker-init [2022-01-31T13:48:30.653Z] #23 15.29 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-01-31T13:48:30.762Z] #47 DONE 2.7s [2022-01-31T13:48:30.762Z] [2022-01-31T13:48:30.763Z] #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-01-31T13:48:30.763Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-01-31T13:48:30.763Z] #20 51.55 Selecting previously unselected package binutils-mingw-w64. [2022-01-31T13:48:30.763Z] #20 51.56 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-01-31T13:48:30.763Z] #20 51.57 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-31T13:48:30.763Z] #20 51.63 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-01-31T13:48:30.763Z] #20 51.64 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:48:30.763Z] #20 51.66 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:48:30.763Z] #20 51.72 Selecting previously unselected package dmsetup. [2022-01-31T13:48:30.763Z] #20 51.73 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:48:30.763Z] #20 51.73 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-01-31T13:48:30.763Z] #20 51.81 Selecting previously unselected package mingw-w64-common. [2022-01-31T13:48:30.763Z] #20 51.81 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-01-31T13:48:30.763Z] #20 51.81 Unpacking mingw-w64-common (8.0.0-1) ... [2022-01-31T13:48:30.763Z] #20 53.56 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-01-31T13:48:30.763Z] #20 53.57 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-01-31T13:48:30.763Z] #20 53.58 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-31T13:48:31.103Z] #23 14.97 Building wheel for yamllint (setup.py): finished with status 'done' [2022-01-31T13:48:31.103Z] #23 14.97 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=0ba37ed76691426e6c48a4198554633fd10a052bacfe89b441f7cea18a0a49ac [2022-01-31T13:48:31.103Z] #23 14.97 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-01-31T13:48:31.103Z] #23 14.98 Successfully built yamllint [2022-01-31T13:48:31.103Z] #23 15.01 Installing collected packages: pyyaml, pathspec, yamllint [2022-01-31T13:48:31.231Z] #23 DONE 15.7s [2022-01-31T13:48:31.231Z] [2022-01-31T13:48:31.231Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:48:31.231Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:48:31.231Z] #51 ... [2022-01-31T13:48:31.231Z] [2022-01-31T13:48:31.231Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-01-31T13:48:31.231Z] #27 sha256:3538e76b9c1153f3e283477d22e4b6d9bf52292845cc8a556c13d07299ea8815 [2022-01-31T13:48:31.381Z] #23 15.36 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-01-31T13:48:31.499Z] #27 DONE 0.2s [2022-01-31T13:48:31.499Z] [2022-01-31T13:48:31.499Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-01-31T13:48:31.499Z] #32 sha256:542399bbb0c8cc668565e7895174dbcf8a72bd434d205ce0ab09fda8c17b8da9 [2022-01-31T13:48:31.762Z] #32 DONE 0.4s [2022-01-31T13:48:31.762Z] [2022-01-31T13:48:31.762Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-01-31T13:48:31.762Z] #35 sha256:1d9130fcce602bb31ae43bde15cdc0848d628e82d1c48812534104a66201a19b [2022-01-31T13:48:31.983Z] #23 DONE 15.9s [2022-01-31T13:48:31.983Z] [2022-01-31T13:48:31.983Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-01-31T13:48:31.983Z] #27 sha256:82bce02b55dac122f9639f968cf3853235afc425b5c57ed290de272fc0acb969 [2022-01-31T13:48:32.018Z] #35 DONE 0.3s [2022-01-31T13:48:32.018Z] [2022-01-31T13:48:32.018Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-01-31T13:48:32.018Z] #37 sha256:41ad57a959c3a9f52e554dfd2a3b2067575be1dae83e85937076a39705f4cf3d [2022-01-31T13:48:32.018Z] #37 DONE 0.1s [2022-01-31T13:48:32.018Z] [2022-01-31T13:48:32.018Z] #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-01-31T13:48:32.018Z] #60 sha256:fbcea3f085b90885e4101c671d0c08f2bbb09e9bede33f9121b56436b47840e9 [2022-01-31T13:48:32.260Z] #27 DONE 0.3s [2022-01-31T13:48:32.260Z] [2022-01-31T13:48:32.260Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-01-31T13:48:32.260Z] #32 sha256:d60fbafd8e91135b0c3537354fe69da04c8bef78adaf3f033b49cf528904727d [2022-01-31T13:48:32.275Z] #60 ... [2022-01-31T13:48:32.275Z] [2022-01-31T13:48:32.275Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-01-31T13:48:32.275Z] #41 sha256:7bf25932d032d7c3dd248e8b6d95abc83a63cc56eb27ad9ed417f5f92e10e2c2 [2022-01-31T13:48:32.275Z] #41 DONE 0.0s [2022-01-31T13:48:32.275Z] [2022-01-31T13:48:32.275Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:48:32.275Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:48:32.683Z] #20 55.81 Selecting previously unselected package gcc-mingw-w64-base. [2022-01-31T13:48:32.683Z] #20 55.82 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:48:32.683Z] #20 55.84 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-31T13:48:32.683Z] #20 55.94 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-01-31T13:48:32.683Z] #20 55.94 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:48:32.683Z] #20 55.94 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-31T13:48:32.825Z] #32 DONE 0.5s [2022-01-31T13:48:32.825Z] [2022-01-31T13:48:32.825Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-01-31T13:48:32.825Z] #35 sha256:3065068d8ddd431f6341890f2145696f6c631154d815d9b6fd35390265689249 [2022-01-31T13:48:33.081Z] #35 DONE 0.3s [2022-01-31T13:48:33.081Z] [2022-01-31T13:48:33.081Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-01-31T13:48:33.081Z] #37 sha256:e1b1adb3426f24084c4da9965057a59fe97117d3a4875afccf7bd3def8c4cfa9 [2022-01-31T13:48:33.081Z] #37 DONE 0.1s [2022-01-31T13:48:33.081Z] [2022-01-31T13:48:33.081Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:48:33.081Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:48:33.081Z] #51 ... [2022-01-31T13:48:33.081Z] [2022-01-31T13:48:33.081Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-01-31T13:48:33.081Z] #41 sha256:799c027d2e9930d3e67acb53d831e6f463f20f00dda565761cf0a55d6632840c [2022-01-31T13:48:33.081Z] #41 DONE 0.0s [2022-01-31T13:48:33.337Z] [2022-01-31T13:48:33.337Z] #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-01-31T13:48:33.337Z] #60 sha256:cd78e615a542d8a8d02979d578afcf805deaad8906ffb4669ff0af4bee37cb8a [2022-01-31T13:48:34.188Z] #23 9.561 Collecting yamllint==1.26.1 [2022-01-31T13:48:34.597Z] #20 57.91 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-01-31T13:48:34.597Z] #20 57.92 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:48:34.597Z] #20 57.93 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:48:34.751Z] #23 10.61 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-01-31T13:48:35.265Z] #14 46.16 Selecting previously unselected package gcc-mingw-w64-base. [2022-01-31T13:48:35.265Z] #14 46.16 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-01-31T13:48:35.265Z] #14 46.18 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-31T13:48:35.525Z] [2022-01-31T13:48:35.525Z] #14 ... [2022-01-31T13:48:35.525Z] [2022-01-31T13:48:35.525Z] #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-01-31T13:48:35.525Z] #40 sha256:ac71fe25bd4ed2da1cd31928ccb82e154dcd14a095f5e5e523d108acef537e80 [2022-01-31T13:48:35.525Z] #40 1.009 + RM_GOPATH=0 [2022-01-31T13:48:35.525Z] #40 1.009 + TMP_GOPATH= [2022-01-31T13:48:35.525Z] #40 1.009 + : /build [2022-01-31T13:48:35.525Z] #40 1.009 + '[' -z '' ']' [2022-01-31T13:48:35.525Z] #40 1.015 ++ mktemp -d [2022-01-31T13:48:35.525Z] #40 1.019 + export GOPATH=/tmp/tmp.lfXgioG2rr [2022-01-31T13:48:35.525Z] #40 1.019 + GOPATH=/tmp/tmp.lfXgioG2rr [2022-01-31T13:48:35.525Z] #40 1.019 + RM_GOPATH=1 [2022-01-31T13:48:35.525Z] #40 1.019 + case "$(go env GOARCH)" in [2022-01-31T13:48:35.525Z] #40 1.019 ++ go env GOARCH [2022-01-31T13:48:35.525Z] #40 1.083 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:48:35.525Z] #40 1.083 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:48:35.525Z] #40 1.083 ++ dirname /install.sh [2022-01-31T13:48:35.525Z] #40 1.095 Install tini version v0.19.0 [2022-01-31T13:48:35.525Z] #40 1.095 + dir=/ [2022-01-31T13:48:35.525Z] #40 1.095 + bin=tini [2022-01-31T13:48:35.525Z] #40 1.095 + shift [2022-01-31T13:48:35.525Z] #40 1.095 + '[' '!' -f //tini.installer ']' [2022-01-31T13:48:35.525Z] #40 1.095 + . //tini.installer [2022-01-31T13:48:35.525Z] #40 1.095 ++ : v0.19.0 [2022-01-31T13:48:35.525Z] #40 1.095 + install_tini [2022-01-31T13:48:35.525Z] #40 1.095 + echo 'Install tini version v0.19.0' [2022-01-31T13:48:35.525Z] #40 1.095 + git clone https://github.com/krallin/tini.git /tmp/tmp.lfXgioG2rr/tini [2022-01-31T13:48:35.525Z] #40 1.101 Cloning into '/tmp/tmp.lfXgioG2rr/tini'... [2022-01-31T13:48:35.525Z] #40 1.751 + cd /tmp/tmp.lfXgioG2rr/tini [2022-01-31T13:48:35.525Z] #40 1.751 + git checkout -q v0.19.0 [2022-01-31T13:48:35.525Z] #40 1.781 + cmake . [2022-01-31T13:48:35.525Z] #40 2.188 -- The C compiler identification is GNU 10.2.1 [2022-01-31T13:48:35.525Z] #40 2.241 -- Detecting C compiler ABI info [2022-01-31T13:48:35.525Z] #40 2.642 -- Detecting C compiler ABI info - done [2022-01-31T13:48:35.525Z] #40 2.740 -- Check for working C compiler: /usr/bin/cc - skipped [2022-01-31T13:48:35.525Z] #40 2.745 -- Detecting C compile features [2022-01-31T13:48:35.525Z] #40 2.747 -- Detecting C compile features - done [2022-01-31T13:48:35.525Z] #40 2.791 -- Performing Test HAS_BUILTIN_FORTIFY [2022-01-31T13:48:35.525Z] #40 3.035 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-01-31T13:48:35.525Z] #40 3.119 -- Configuring done [2022-01-31T13:48:35.525Z] #40 3.147 -- Generating done [2022-01-31T13:48:35.525Z] #40 3.155 -- Build files have been written to: /tmp/tmp.lfXgioG2rr/tini [2022-01-31T13:48:35.525Z] #40 3.164 + make tini-static [2022-01-31T13:48:35.525Z] #40 3.433 Scanning dependencies of target tini-static [2022-01-31T13:48:35.525Z] #40 3.515 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-01-31T13:48:35.525Z] #40 4.837 [100%] Linking C executable tini-static [2022-01-31T13:48:35.525Z] #40 5.236 [100%] Built target tini-static [2022-01-31T13:48:35.525Z] #40 5.310 + mkdir -p /build [2022-01-31T13:48:35.525Z] #40 5.313 + cp tini-static /build/docker-init [2022-01-31T13:48:35.525Z] #40 DONE 5.6s [2022-01-31T13:48:35.525Z] [2022-01-31T13:48:35.525Z] #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-01-31T13:48:35.525Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:48:35.525Z] #14 46.47 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-01-31T13:48:35.525Z] #14 46.52 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-01-31T13:48:35.525Z] #14 46.56 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-31T13:48:36.119Z] #23 11.67 Collecting pathspec>=0.5.3 [2022-01-31T13:48:36.119Z] #23 11.68 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-01-31T13:48:36.119Z] #23 11.99 Collecting pyyaml [2022-01-31T13:48:36.119Z] #23 12.01 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-01-31T13:48:36.376Z] #23 12.12 Building wheels for collected packages: yamllint [2022-01-31T13:48:36.376Z] #23 12.13 Building wheel for yamllint (setup.py): started [2022-01-31T13:48:36.897Z] #14 ... [2022-01-31T13:48:36.897Z] [2022-01-31T13:48:36.897Z] #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-01-31T13:48:36.897Z] #49 sha256:4bb1a95e6d46a27ca3c0b5ecc45c1bb8da1098ca75dfe1a9509f9a41c140271b [2022-01-31T13:48:36.897Z] #49 47.49 gotestsum version dev [2022-01-31T13:48:36.897Z] #49 DONE 47.6s [2022-01-31T13:48:36.897Z] [2022-01-31T13:48:36.897Z] #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-01-31T13:48:36.897Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:48:37.147Z] #20 ... [2022-01-31T13:48:37.147Z] [2022-01-31T13:48:37.147Z] #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-01-31T13:48:37.147Z] #67 sha256:6d535ce94e5d0c2bca7c981a72b6f802ee26147ae41868b90d176971403a0249 [2022-01-31T13:48:37.147Z] #67 13.71 + cd /tmp/tmp.EQgbrIVtcs/src/github.com/containerd/containerd [2022-01-31T13:48:37.147Z] #67 13.71 + git checkout -q v1.5.9 [2022-01-31T13:48:37.306Z] #23 13.12 Building wheel for yamllint (setup.py): finished with status 'done' [2022-01-31T13:48:37.306Z] #23 13.13 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e8ea49e44efbcfbd74d42b19147dedebc498c30952af47c2ea6201bbc40ca3e0 [2022-01-31T13:48:37.306Z] #23 13.13 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-01-31T13:48:37.306Z] #23 13.13 Successfully built yamllint [2022-01-31T13:48:37.306Z] #23 13.16 Installing collected packages: pyyaml, pathspec, yamllint [2022-01-31T13:48:37.502Z] #60 ... [2022-01-31T13:48:37.502Z] [2022-01-31T13:48:37.502Z] #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-01-31T13:48:37.502Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:48:37.502Z] #43 170.5 + dpkg --print-architecture [2022-01-31T13:48:37.502Z] #43 170.5 + git checkout -q v2.1.0 [2022-01-31T13:48:37.502Z] #43 170.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-01-31T13:48:37.502Z] #43 170.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-01-31T13:48:37.720Z] #67 14.62 + export 'BUILDTAGS=netgo osusergo static_build' [2022-01-31T13:48:37.720Z] #67 14.62 + BUILDTAGS='netgo osusergo static_build' [2022-01-31T13:48:37.720Z] #67 14.62 + export EXTRA_FLAGS=-buildmode=pie [2022-01-31T13:48:37.720Z] #67 14.62 + EXTRA_FLAGS=-buildmode=pie [2022-01-31T13:48:37.720Z] #67 14.62 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-01-31T13:48:37.720Z] #67 14.62 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-01-31T13:48:37.720Z] #67 14.62 + '[' '' = dynamic ']' [2022-01-31T13:48:37.720Z] #67 14.62 + make [2022-01-31T13:48:37.870Z] #23 13.59 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-01-31T13:48:38.664Z] #67 15.36 + bin/ctr [2022-01-31T13:48:39.240Z] #23 ... [2022-01-31T13:48:39.240Z] [2022-01-31T13:48:39.240Z] #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-01-31T13:48:39.240Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:48:39.240Z] #43 168.9 + dpkg --print-architecture [2022-01-31T13:48:39.496Z] #43 168.9 + git checkout -q v2.1.0 [2022-01-31T13:48:40.008Z] #43 169.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-01-31T13:48:40.008Z] #43 169.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-01-31T13:48:40.008Z] #43 ... [2022-01-31T13:48:40.008Z] [2022-01-31T13:48:40.008Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-31T13:48:40.008Z] #23 sha256:0524cb6c234626f46bed5b69fdc35aa32d049effbbe3ed12f1f7c68157a00e76 [2022-01-31T13:48:40.008Z] #23 DONE 16.0s [2022-01-31T13:48:40.264Z] [2022-01-31T13:48:40.264Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-01-31T13:48:40.264Z] #27 sha256:04b851d0f26e827ec58f6764ba552b59c6bf4dce3def5a194162856a86aefc1e [2022-01-31T13:48:40.372Z] #51 ... [2022-01-31T13:48:40.372Z] [2022-01-31T13:48:40.372Z] #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-01-31T13:48:40.372Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:48:40.372Z] #43 171.2 + dpkg --print-architecture [2022-01-31T13:48:40.372Z] #43 171.2 + git checkout -q v2.1.0 [2022-01-31T13:48:40.372Z] #43 171.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-01-31T13:48:40.372Z] #43 171.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-01-31T13:48:40.828Z] #27 DONE 0.6s [2022-01-31T13:48:40.828Z] [2022-01-31T13:48:40.828Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:48:40.828Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:48:40.828Z] #51 ... [2022-01-31T13:48:40.828Z] [2022-01-31T13:48:40.828Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-01-31T13:48:40.828Z] #32 sha256:d8d38fa24ac6879dcc871d607d50f4cba9c76776e5502371727438d8eb7cce23 [2022-01-31T13:48:41.077Z] #14 52.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-01-31T13:48:41.077Z] #14 52.02 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-01-31T13:48:41.077Z] #14 52.03 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:48:41.712Z] #43 ... [2022-01-31T13:48:41.712Z] [2022-01-31T13:48:41.712Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:48:41.712Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:48:41.712Z] #51 174.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2022-01-31T13:48:41.712Z] #51 DONE 175.5s [2022-01-31T13:48:41.712Z] [2022-01-31T13:48:41.712Z] #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-01-31T13:48:41.712Z] #60 sha256:cd78e615a542d8a8d02979d578afcf805deaad8906ffb4669ff0af4bee37cb8a [2022-01-31T13:48:41.800Z] #32 DONE 1.0s [2022-01-31T13:48:41.800Z] [2022-01-31T13:48:41.800Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:48:41.800Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:48:41.800Z] #51 171.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2022-01-31T13:48:42.408Z] #51 DONE 171.9s [2022-01-31T13:48:42.408Z] [2022-01-31T13:48:42.408Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-01-31T13:48:42.408Z] #35 sha256:4bcd275502e1c46c74d8c1047e32c79b02be74628dc3be713e0082f6ac723a4d [2022-01-31T13:48:42.408Z] #35 DONE 0.6s [2022-01-31T13:48:42.408Z] [2022-01-31T13:48:42.408Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-01-31T13:48:42.408Z] #37 sha256:0baded3bee16ff7caf3eaf9aae427da5afc5cbab2c3b1c85e44ff1c2b88f7457 [2022-01-31T13:48:42.719Z] #37 DONE 0.1s [2022-01-31T13:48:42.719Z] [2022-01-31T13:48:42.719Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-01-31T13:48:42.719Z] #41 sha256:d8e548940364204b3bc4651b13a6c1c3efc113aac13025b2f9339b08d18dd809 [2022-01-31T13:48:42.719Z] #41 DONE 0.2s [2022-01-31T13:48:42.719Z] [2022-01-31T13:48:42.719Z] #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-01-31T13:48:42.719Z] #56 sha256:578717035ed722894873c770388702486727736f5630b05556c72fa35e55aa60 [2022-01-31T13:48:43.651Z] #43 ... [2022-01-31T13:48:43.651Z] [2022-01-31T13:48:43.651Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:48:43.651Z] #51 sha256:82dc13e42af2bd61df6959ceff4f42ffb00946e3c1b0b90419a0df3c04be2296 [2022-01-31T13:48:43.651Z] #51 174.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2022-01-31T13:48:43.651Z] #51 DONE 175.4s [2022-01-31T13:48:43.651Z] [2022-01-31T13:48:43.651Z] #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-01-31T13:48:43.651Z] #60 sha256:fbcea3f085b90885e4101c671d0c08f2bbb09e9bede33f9121b56436b47840e9 [2022-01-31T13:48:46.810Z] #67 ... [2022-01-31T13:48:46.810Z] [2022-01-31T13:48:46.810Z] #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-01-31T13:48:46.810Z] #20 sha256:ea6dfcdc1919c3bf4caec3b4f3819781089239befe9a85fb0afe166d6e5703a6 [2022-01-31T13:48:46.810Z] #20 61.58 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-01-31T13:48:46.810Z] #20 61.58 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:48:46.810Z] #20 61.58 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:48:46.810Z] #20 63.11 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-01-31T13:48:46.810Z] #20 63.12 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:48:46.810Z] #20 63.13 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-31T13:48:46.810Z] #20 64.87 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-01-31T13:48:46.810Z] #20 64.87 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:48:46.810Z] #20 64.88 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:48:46.810Z] #20 68.82 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-01-31T13:48:46.810Z] #20 68.83 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-31T13:48:46.810Z] #20 68.84 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:48:47.383Z] #20 70.59 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-01-31T13:48:47.383Z] #20 70.60 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-01-31T13:48:47.383Z] #20 70.62 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-31T13:48:47.383Z] #20 70.69 Selecting previously unselected package libapparmor1:amd64. [2022-01-31T13:48:47.383Z] #20 70.70 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-01-31T13:48:47.383Z] #20 70.70 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-01-31T13:48:47.383Z] #20 70.76 Selecting previously unselected package libapparmor-dev:amd64. [2022-01-31T13:48:47.383Z] #20 70.76 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-01-31T13:48:47.383Z] #20 70.77 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-31T13:48:47.645Z] #20 70.85 Selecting previously unselected package libbtrfs0:amd64. [2022-01-31T13:48:47.645Z] #20 70.86 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-31T13:48:47.645Z] #20 70.86 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:48:47.645Z] #20 70.94 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-31T13:48:47.645Z] #20 70.95 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-31T13:48:47.645Z] #20 70.95 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:48:47.645Z] #20 71.06 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-01-31T13:48:47.645Z] #20 71.06 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:48:47.645Z] #20 71.07 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:48:47.645Z] #20 71.10 Selecting previously unselected package libudev-dev:amd64. [2022-01-31T13:48:47.645Z] #20 71.11 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-01-31T13:48:47.645Z] #20 71.12 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-01-31T13:48:47.645Z] #20 71.19 Selecting previously unselected package libsepol1-dev:amd64. [2022-01-31T13:48:47.906Z] #20 71.19 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-01-31T13:48:47.906Z] #20 71.20 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-01-31T13:48:47.906Z] #20 71.33 Selecting previously unselected package libpcre2-16-0:amd64. [2022-01-31T13:48:47.906Z] #20 71.33 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-01-31T13:48:47.906Z] #20 71.34 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-01-31T13:48:47.906Z] #20 71.42 Selecting previously unselected package libpcre2-32-0:amd64. [2022-01-31T13:48:47.906Z] #20 71.43 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-01-31T13:48:47.906Z] #20 71.44 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-01-31T13:48:48.167Z] #20 71.53 Selecting previously unselected package libpcre2-posix2:amd64. [2022-01-31T13:48:48.167Z] #20 71.53 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-01-31T13:48:48.167Z] #20 71.53 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-01-31T13:48:48.167Z] #20 71.58 Selecting previously unselected package libpcre2-dev:amd64. [2022-01-31T13:48:48.429Z] #20 71.58 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-01-31T13:48:48.429Z] #20 71.59 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-01-31T13:48:48.429Z] #20 71.77 Selecting previously unselected package libselinux1-dev:amd64. [2022-01-31T13:48:48.429Z] #20 71.78 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-01-31T13:48:48.429Z] #20 71.78 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-01-31T13:48:48.690Z] #20 71.88 Selecting previously unselected package libdevmapper-dev:amd64. [2022-01-31T13:48:48.690Z] #20 71.89 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-01-31T13:48:48.690Z] #20 71.89 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:48:48.690Z] #20 71.94 Selecting previously unselected package libseccomp-dev:amd64. [2022-01-31T13:48:48.690Z] #20 71.95 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-01-31T13:48:48.690Z] #20 71.95 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-31T13:48:48.690Z] #20 72.03 Selecting previously unselected package libsystemd-dev:amd64. [2022-01-31T13:48:48.690Z] #20 72.04 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-01-31T13:48:48.690Z] #20 72.05 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-01-31T13:48:48.952Z] #20 72.30 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-31T13:48:48.952Z] #20 72.31 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-01-31T13:48:48.952Z] #20 72.33 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-31T13:48:48.952Z] #20 72.34 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-01-31T13:48:48.952Z] #20 72.35 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-31T13:48:48.952Z] #20 72.37 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-01-31T13:48:48.952Z] #20 72.38 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-31T13:48:48.952Z] #20 72.39 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-01-31T13:48:48.952Z] #20 72.41 Setting up libudev-dev:amd64 (247.3-6) ... [2022-01-31T13:48:49.195Z] #14 ... [2022-01-31T13:48:49.195Z] [2022-01-31T13:48:49.195Z] #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-01-31T13:48:49.195Z] #60 sha256:e262ac9ceee109c346ea4b146439582317f2427df626698a3159fc372099932b [2022-01-31T13:48:49.195Z] #60 30.35 Updating files: 72% (3403/4684) Updating files: 73% (3420/4684) Updating files: 74% (3467/4684) Updating files: 75% (3513/4684) Updating files: 76% (3560/4684) Updating files: 77% (3607/4684) Updating files: 78% (3654/4684) Updating files: 79% (3701/4684) Updating files: 80% (3748/4684) Updating files: 81% (3795/4684) Updating files: 82% (3841/4684) Updating files: 83% (3888/4684) Updating files: 84% (3935/4684) Updating files: 85% (3982/4684) Updating files: 86% (4029/4684) Updating files: 87% (4076/4684) Updating files: 88% (4122/4684) Updating files: 89% (4169/4684) Updating files: 90% (4216/4684) Updating files: 91% (4263/4684) Updating files: 92% (4310/4684) Updating files: 93% (4357/4684) Updating files: 94% (4403/4684) Updating files: 95% (4450/4684) Updating files: 96% (4497/4684) Updating files: 97% (4544/4684) Updating files: 98% (4591/4684) Updating files: 99% (4638/4684) Updating files: 100% (4684/4684) Updating files: 100% (4684/4684), done. [2022-01-31T13:48:49.195Z] #60 30.96 + cd /tmp/tmp.blVWV6XN1q/src/github.com/containerd/containerd [2022-01-31T13:48:49.195Z] #60 30.96 + git checkout -q v1.5.9 [2022-01-31T13:48:49.213Z] #20 72.42 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-01-31T13:48:49.213Z] #20 72.43 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-31T13:48:49.213Z] #20 72.44 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-31T13:48:49.213Z] #20 72.46 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-31T13:48:49.213Z] #20 72.47 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-31T13:48:49.213Z] #20 72.48 Setting up mingw-w64-common (8.0.0-1) ... [2022-01-31T13:48:49.213Z] #20 72.49 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-01-31T13:48:49.213Z] #20 72.51 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-31T13:48:49.213Z] #20 72.52 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-01-31T13:48:49.213Z] #20 72.53 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-01-31T13:48:49.213Z] #20 72.55 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-31T13:48:49.213Z] #20 72.56 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:48:49.213Z] #20 72.57 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-01-31T13:48:49.213Z] #20 72.58 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:48:49.213Z] #20 72.59 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-01-31T13:48:49.213Z] #20 72.60 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-31T13:48:49.213Z] #20 72.62 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:48:49.213Z] #20 72.63 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-01-31T13:48:49.213Z] #20 72.64 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:48:49.213Z] #20 72.65 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-31T13:48:49.213Z] #20 72.68 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:48:49.213Z] #20 72.69 Setting up dmsetup (2:1.02.175-2.1) ... [2022-01-31T13:48:49.213Z] #20 72.71 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:48:49.475Z] #20 72.72 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-31T13:48:49.475Z] #20 72.73 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:48:49.759Z] #60 32.17 + export 'BUILDTAGS=netgo osusergo static_build' [2022-01-31T13:48:49.759Z] #60 32.17 + BUILDTAGS='netgo osusergo static_build' [2022-01-31T13:48:49.759Z] #60 32.17 + export EXTRA_FLAGS=-buildmode=pie [2022-01-31T13:48:49.759Z] #60 32.17 + EXTRA_FLAGS=-buildmode=pie [2022-01-31T13:48:49.759Z] #60 32.17 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-01-31T13:48:49.759Z] #60 32.17 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-01-31T13:48:49.759Z] #60 32.17 + '[' '' = dynamic ']' [2022-01-31T13:48:49.759Z] #60 32.17 + make [2022-01-31T13:48:51.129Z] #60 33.30 + bin/ctr [2022-01-31T13:48:51.390Z] #20 DONE 74.7s [2022-01-31T13:48:51.390Z] [2022-01-31T13:48:51.390Z] #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-01-31T13:48:51.390Z] #21 sha256:a0dda4bd9cc3c8205725738412b27407ae226deb12f119d80c7781024abb8253 [2022-01-31T13:48:52.779Z] #21 1.349 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-01-31T13:48:52.779Z] #21 1.350 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-01-31T13:48:53.040Z] #21 1.519 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-01-31T13:48:53.933Z] #60 ... [2022-01-31T13:48:53.933Z] [2022-01-31T13:48:53.933Z] #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-01-31T13:48:53.933Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:48:53.933Z] #43 DONE 187.3s [2022-01-31T13:48:53.933Z] [2022-01-31T13:48:53.933Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-01-31T13:48:53.933Z] #60 sha256:cd78e615a542d8a8d02979d578afcf805deaad8906ffb4669ff0af4bee37cb8a [2022-01-31T13:48:54.862Z] #60 ... [2022-01-31T13:48:54.862Z] [2022-01-31T13:48:54.862Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-01-31T13:48:54.862Z] #44 sha256:9ddb023fde2e8ad2cdaf97ef98b7aada27df3a672541bf8d9328b15eaaa840e0 [2022-01-31T13:48:55.425Z] #44 DONE 0.6s [2022-01-31T13:48:55.425Z] [2022-01-31T13:48:55.425Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-01-31T13:48:55.425Z] #48 sha256:5dd4c3ed461d1619495a1d56968d62e6e1a423309a978bff4f89131b28b9941f [2022-01-31T13:48:55.425Z] #48 DONE 0.1s [2022-01-31T13:48:55.425Z] [2022-01-31T13:48:55.425Z] #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-01-31T13:48:55.425Z] #60 sha256:cd78e615a542d8a8d02979d578afcf805deaad8906ffb4669ff0af4bee37cb8a [2022-01-31T13:48:55.425Z] #60 ... [2022-01-31T13:48:55.425Z] [2022-01-31T13:48:55.425Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-01-31T13:48:55.425Z] #50 sha256:91682e6ab3016a6527cdb273b725ef585eeb7c275efd530acec607fe86e0d002 [2022-01-31T13:48:55.425Z] #50 DONE 0.1s [2022-01-31T13:48:55.425Z] [2022-01-31T13:48:55.425Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-01-31T13:48:55.425Z] #52 sha256:f8035e075f832d3cc6eda2aefe36e209e753a9d0ec02f2f53d5664a40dfe11ab [2022-01-31T13:48:55.828Z] #60 ... [2022-01-31T13:48:55.828Z] [2022-01-31T13:48:55.828Z] #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-01-31T13:48:55.828Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:48:55.828Z] #43 DONE 187.9s [2022-01-31T13:48:55.988Z] #52 DONE 0.4s [2022-01-31T13:48:55.988Z] [2022-01-31T13:48:55.988Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-01-31T13:48:55.988Z] #54 sha256:ce4a6c5588b18dba56333130e4fb86da212dc7f698c97d310ee9b2caeb630980 [2022-01-31T13:48:55.988Z] #54 DONE 0.1s [2022-01-31T13:48:55.988Z] [2022-01-31T13:48:55.988Z] #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-01-31T13:48:55.988Z] #60 sha256:cd78e615a542d8a8d02979d578afcf805deaad8906ffb4669ff0af4bee37cb8a [2022-01-31T13:48:56.085Z] [2022-01-31T13:48:56.085Z] #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-01-31T13:48:56.085Z] #60 sha256:fbcea3f085b90885e4101c671d0c08f2bbb09e9bede33f9121b56436b47840e9 [2022-01-31T13:48:57.453Z] #60 ... [2022-01-31T13:48:57.453Z] [2022-01-31T13:48:57.453Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-01-31T13:48:57.453Z] #44 sha256:293f632cf9bae285505af80972ac8cfadc3f192e10c5b93844026efce460d8bd [2022-01-31T13:48:57.685Z] #56 ... [2022-01-31T13:48:57.685Z] [2022-01-31T13:48:57.685Z] #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-01-31T13:48:57.685Z] #43 sha256:e8dc5b579615305fbbccf434b662cc7dcf241f2ea2a40ac1da42b5cb0d46426c [2022-01-31T13:48:57.685Z] #43 DONE 186.2s [2022-01-31T13:48:57.685Z] [2022-01-31T13:48:57.685Z] #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-01-31T13:48:57.685Z] #56 sha256:578717035ed722894873c770388702486727736f5630b05556c72fa35e55aa60 [2022-01-31T13:48:57.710Z] #44 DONE 0.5s [2022-01-31T13:48:57.710Z] [2022-01-31T13:48:57.710Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-01-31T13:48:57.710Z] #48 sha256:cdc8ba34c326208f83c063419ab927d1459dfbc84a93ee1781943934ce84ed2d [2022-01-31T13:48:57.967Z] #48 DONE 0.1s [2022-01-31T13:48:57.967Z] [2022-01-31T13:48:57.967Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-01-31T13:48:57.967Z] #50 sha256:f2b0766cfdb7183e605f46aff379545b02b3ae1bd000dcfe3b367d48fe43af1e [2022-01-31T13:48:57.967Z] #50 DONE 0.1s [2022-01-31T13:48:57.967Z] [2022-01-31T13:48:57.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-01-31T13:48:57.967Z] #60 sha256:fbcea3f085b90885e4101c671d0c08f2bbb09e9bede33f9121b56436b47840e9 [2022-01-31T13:48:57.967Z] #60 ... [2022-01-31T13:48:57.967Z] [2022-01-31T13:48:57.967Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-01-31T13:48:57.967Z] #52 sha256:ad24aa3fb7d86cdaf4af8479b6459c32ad1d89574108d1ead144665eab0582f6 [2022-01-31T13:48:58.223Z] #52 DONE 0.4s [2022-01-31T13:48:58.223Z] [2022-01-31T13:48:58.223Z] #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-01-31T13:48:58.223Z] #60 sha256:fbcea3f085b90885e4101c671d0c08f2bbb09e9bede33f9121b56436b47840e9 [2022-01-31T13:48:58.249Z] #56 ... [2022-01-31T13:48:58.249Z] [2022-01-31T13:48:58.249Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-01-31T13:48:58.249Z] #44 sha256:96386f095a7e5b37d01dbff35601f3e6e10b294d6cdcb12f4586224ea3e3826f [2022-01-31T13:48:58.480Z] #60 ... [2022-01-31T13:48:58.480Z] [2022-01-31T13:48:58.480Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-01-31T13:48:58.480Z] #54 sha256:9eba667f394af46bd81e61be0e65284efff33d914feff5ce5171c4ca8bc81026 [2022-01-31T13:48:58.480Z] #54 DONE 0.1s [2022-01-31T13:48:58.599Z] #21 1.936 Reading package lists... [2022-01-31T13:48:58.737Z] [2022-01-31T13:48:58.737Z] #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-01-31T13:48:58.737Z] #60 sha256:fbcea3f085b90885e4101c671d0c08f2bbb09e9bede33f9121b56436b47840e9 [2022-01-31T13:48:59.179Z] #44 DONE 1.0s [2022-01-31T13:48:59.179Z] [2022-01-31T13:48:59.179Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-01-31T13:48:59.179Z] #48 sha256:1674c97f7e000a3d6adf040419662276de14d941376643044c2845210e4d31d1 [2022-01-31T13:48:59.435Z] #48 DONE 0.2s [2022-01-31T13:48:59.435Z] [2022-01-31T13:48:59.435Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-01-31T13:48:59.435Z] #50 sha256:48e95ac85c89c93e388385f9b6ede22e2aeb3d2e85e71a61f373d2546f8563b4 [2022-01-31T13:48:59.435Z] #50 DONE 0.1s [2022-01-31T13:48:59.435Z] [2022-01-31T13:48:59.435Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-01-31T13:48:59.435Z] #52 sha256:49b82d0fe766ec1584232652e83ae654d7454a450347b04516698318d1e3d974 [2022-01-31T13:49:00.410Z] #52 DONE 0.9s [2022-01-31T13:49:00.410Z] [2022-01-31T13:49:00.410Z] #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-01-31T13:49:00.410Z] #56 sha256:578717035ed722894873c770388702486727736f5630b05556c72fa35e55aa60 [2022-01-31T13:49:00.410Z] #56 ... [2022-01-31T13:49:00.410Z] [2022-01-31T13:49:00.410Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-01-31T13:49:00.410Z] #54 sha256:904547857bb9a77631e13c35803279ae5ea85e2307fc7e49e494dddd043d58c8 [2022-01-31T13:49:00.666Z] #54 DONE 0.3s [2022-01-31T13:49:00.666Z] [2022-01-31T13:49:00.666Z] #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-01-31T13:49:00.666Z] #56 sha256:578717035ed722894873c770388702486727736f5630b05556c72fa35e55aa60 [2022-01-31T13:49:01.084Z] #60 ... [2022-01-31T13:49:01.084Z] [2022-01-31T13:49:01.084Z] #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-01-31T13:49:01.084Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:49:01.084Z] #14 60.97 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-01-31T13:49:01.084Z] #14 60.97 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-01-31T13:49:01.084Z] #14 60.98 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:49:01.084Z] #14 65.03 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-01-31T13:49:01.084Z] #14 65.05 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-01-31T13:49:01.084Z] #14 65.05 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-31T13:49:01.084Z] #14 69.62 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-01-31T13:49:01.084Z] #14 69.62 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-01-31T13:49:01.084Z] #14 69.63 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:49:04.062Z] #21 6.926 Reading package lists... [2022-01-31T13:49:04.640Z] #21 11.90 Building dependency tree... [2022-01-31T13:49:04.640Z] #21 13.05 Reading state information... [2022-01-31T13:49:05.586Z] #21 14.30 The following additional packages will be installed: [2022-01-31T13:49:05.586Z] #21 14.30 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-01-31T13:49:05.586Z] #21 14.31 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-01-31T13:49:05.586Z] #21 14.31 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-01-31T13:49:05.586Z] #21 14.31 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-01-31T13:49:05.586Z] #21 14.31 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-01-31T13:49:05.586Z] #21 14.31 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-01-31T13:49:05.847Z] #21 14.32 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-01-31T13:49:05.847Z] #21 14.33 Suggested packages: [2022-01-31T13:49:05.847Z] #21 14.33 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-01-31T13:49:05.847Z] #21 14.33 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-01-31T13:49:05.847Z] #21 14.33 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-01-31T13:49:05.847Z] #21 14.33 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-01-31T13:49:05.847Z] #21 14.33 seccomp:ppc64el seccomp:s390x [2022-01-31T13:49:05.847Z] #21 14.33 Recommended packages: [2022-01-31T13:49:05.847Z] #21 14.33 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-01-31T13:49:05.847Z] #21 14.33 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-01-31T13:49:05.847Z] #21 14.33 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-01-31T13:49:05.847Z] #21 14.33 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-01-31T13:49:06.108Z] #21 14.77 The following NEW packages will be installed: [2022-01-31T13:49:06.108Z] #21 14.77 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-01-31T13:49:06.108Z] #21 14.77 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-01-31T13:49:06.108Z] #21 14.77 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-01-31T13:49:06.108Z] #21 14.77 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-01-31T13:49:06.108Z] #21 14.77 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-01-31T13:49:06.108Z] #21 14.78 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-01-31T13:49:06.109Z] #21 14.78 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-01-31T13:49:06.109Z] #21 14.78 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-01-31T13:49:06.109Z] #21 14.78 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-01-31T13:49:06.109Z] #21 14.78 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-01-31T13:49:06.109Z] #21 14.78 libseccomp2:ppc64el libseccomp2:s390x [2022-01-31T13:49:06.680Z] #21 15.15 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:49:06.680Z] #21 15.15 Need to get 15.9 MB of archives. [2022-01-31T13:49:06.680Z] #21 15.15 After this operation, 73.0 MB of additional disk space will be used. [2022-01-31T13:49:06.680Z] #21 15.15 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-01-31T13:49:06.680Z] #21 15.15 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-01-31T13:49:06.680Z] #21 15.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-01-31T13:49:06.680Z] #21 15.16 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-01-31T13:49:06.680Z] #21 15.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-01-31T13:49:06.680Z] #21 15.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-01-31T13:49:06.680Z] #21 15.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-01-31T13:49:06.680Z] #21 15.18 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-01-31T13:49:06.680Z] #21 15.25 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-01-31T13:49:06.680Z] #21 15.25 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-01-31T13:49:06.680Z] #21 15.26 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-01-31T13:49:06.680Z] #21 15.26 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-01-31T13:49:06.680Z] #21 15.26 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-01-31T13:49:06.680Z] #21 15.30 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-01-31T13:49:06.680Z] #21 15.32 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-01-31T13:49:06.680Z] #21 15.33 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-01-31T13:49:06.680Z] #21 15.33 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-01-31T13:49:06.680Z] #21 15.33 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-01-31T13:49:06.680Z] #21 15.35 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-01-31T13:49:06.680Z] #21 15.36 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-01-31T13:49:06.680Z] #21 15.36 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-01-31T13:49:06.680Z] #21 15.36 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-01-31T13:49:06.680Z] #21 15.36 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-01-31T13:49:06.680Z] #21 15.40 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-01-31T13:49:06.941Z] #21 15.41 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-01-31T13:49:06.941Z] #21 15.41 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-01-31T13:49:06.941Z] #21 15.41 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-01-31T13:49:06.941Z] #21 15.41 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-01-31T13:49:06.941Z] #21 15.44 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-01-31T13:49:06.941Z] #21 15.44 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-01-31T13:49:06.941Z] #21 15.44 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-01-31T13:49:06.941Z] #21 15.45 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-01-31T13:49:06.942Z] #21 15.45 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-01-31T13:49:06.942Z] #21 15.47 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-01-31T13:49:06.942Z] #21 15.47 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-01-31T13:49:06.942Z] #21 15.47 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-01-31T13:49:06.942Z] #21 15.47 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-01-31T13:49:06.942Z] #21 15.47 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-01-31T13:49:06.942Z] #21 15.48 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-01-31T13:49:06.942Z] #21 15.48 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-01-31T13:49:07.512Z] #21 16.08 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:49:07.512Z] #21 16.30 Fetched 15.9 MB in 1s (25.8 MB/s) [2022-01-31T13:49:07.656Z] #14 78.01 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-01-31T13:49:07.656Z] #14 78.01 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-01-31T13:49:07.656Z] #14 78.03 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:49:07.773Z] #21 16.35 Selecting previously unselected package gcc-10-base:armel. [2022-01-31T13:49:07.773Z] #21 16.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-01-31T13:49:07.773Z] #21 16.38 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-01-31T13:49:07.773Z] #21 16.39 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-01-31T13:49:08.034Z] #21 16.46 Selecting previously unselected package gcc-10-base:armhf. [2022-01-31T13:49:08.034Z] #21 16.46 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-01-31T13:49:08.034Z] #21 16.47 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-01-31T13:49:08.034Z] #21 16.52 Selecting previously unselected package gcc-10-base:ppc64el. [2022-01-31T13:49:08.034Z] #21 16.52 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-01-31T13:49:08.034Z] #21 16.53 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-01-31T13:49:08.034Z] #21 16.58 Selecting previously unselected package gcc-10-base:s390x. [2022-01-31T13:49:08.034Z] #21 16.59 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-01-31T13:49:08.034Z] #21 16.60 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-01-31T13:49:08.034Z] #21 16.65 Selecting previously unselected package gcc-10-base:arm64. [2022-01-31T13:49:08.034Z] #21 16.66 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-01-31T13:49:08.034Z] #21 16.66 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-01-31T13:49:08.296Z] #21 16.72 Selecting previously unselected package libgcc-s1:armel. [2022-01-31T13:49:08.296Z] #21 16.73 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-01-31T13:49:08.296Z] #21 16.74 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-01-31T13:49:08.296Z] #21 16.79 Selecting previously unselected package libcrypt1:armel. [2022-01-31T13:49:08.296Z] #21 16.79 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-01-31T13:49:08.296Z] #21 16.80 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-01-31T13:49:08.296Z] #21 16.92 Selecting previously unselected package libc6:armel. [2022-01-31T13:49:08.296Z] #21 16.92 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-01-31T13:49:08.557Z] #21 17.14 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-01-31T13:49:08.817Z] #21 17.53 Selecting previously unselected package libapparmor1:armel. [2022-01-31T13:49:08.817Z] #21 17.54 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-01-31T13:49:08.817Z] #21 17.54 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-01-31T13:49:09.078Z] #21 17.60 Selecting previously unselected package libapparmor-dev:armel. [2022-01-31T13:49:09.078Z] #21 17.60 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-01-31T13:49:09.078Z] #21 17.61 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-01-31T13:49:09.078Z] #21 17.67 Selecting previously unselected package libgcc-s1:arm64. [2022-01-31T13:49:09.078Z] #21 17.68 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-01-31T13:49:09.078Z] #21 17.68 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-01-31T13:49:09.078Z] #21 17.75 Selecting previously unselected package libcrypt1:arm64. [2022-01-31T13:49:09.078Z] #21 17.75 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-01-31T13:49:09.078Z] #21 17.76 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-01-31T13:49:09.078Z] #21 17.86 Selecting previously unselected package libc6:arm64. [2022-01-31T13:49:09.078Z] #21 17.86 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-01-31T13:49:09.650Z] #21 18.07 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-01-31T13:49:09.911Z] #21 18.55 Selecting previously unselected package libapparmor1:arm64. [2022-01-31T13:49:09.911Z] #21 18.56 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-01-31T13:49:09.911Z] #21 18.56 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-01-31T13:49:09.911Z] #21 18.62 Selecting previously unselected package libapparmor-dev:arm64. [2022-01-31T13:49:09.911Z] #21 18.62 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-01-31T13:49:09.911Z] #21 18.63 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-01-31T13:49:09.911Z] #21 18.69 Selecting previously unselected package libgcc-s1:s390x. [2022-01-31T13:49:10.181Z] #21 18.69 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-01-31T13:49:10.181Z] #21 18.70 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-01-31T13:49:10.181Z] #21 18.75 Selecting previously unselected package libcrypt1:s390x. [2022-01-31T13:49:10.181Z] #21 18.75 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-01-31T13:49:10.181Z] #21 18.76 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-01-31T13:49:10.181Z] #21 18.84 Selecting previously unselected package libc6:s390x. [2022-01-31T13:49:10.181Z] #21 18.85 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-01-31T13:49:10.442Z] #21 19.07 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-01-31T13:49:11.014Z] #21 19.50 Selecting previously unselected package libapparmor1:s390x. [2022-01-31T13:49:11.014Z] #21 19.50 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-01-31T13:49:11.014Z] #21 19.51 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-01-31T13:49:11.014Z] #21 19.56 Selecting previously unselected package libapparmor-dev:s390x. [2022-01-31T13:49:11.014Z] #21 19.57 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-01-31T13:49:11.014Z] #21 19.58 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-01-31T13:49:11.014Z] #21 19.63 Selecting previously unselected package libgcc-s1:armhf. [2022-01-31T13:49:11.014Z] #21 19.64 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-01-31T13:49:11.014Z] #21 19.65 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-01-31T13:49:11.014Z] #21 19.70 Selecting previously unselected package libcrypt1:armhf. [2022-01-31T13:49:11.014Z] #21 19.71 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-01-31T13:49:11.014Z] #21 19.72 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-01-31T13:49:11.014Z] #21 19.80 Selecting previously unselected package libc6:armhf. [2022-01-31T13:49:11.014Z] #21 19.80 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-01-31T13:49:11.586Z] #21 20.03 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-01-31T13:49:11.833Z] #14 82.45 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-01-31T13:49:11.833Z] #14 82.45 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-01-31T13:49:11.833Z] #14 82.46 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-31T13:49:11.833Z] #14 82.54 Selecting previously unselected package libapparmor1:arm64. [2022-01-31T13:49:11.833Z] #14 82.55 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-01-31T13:49:11.833Z] #14 82.55 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-01-31T13:49:11.833Z] #14 82.61 Selecting previously unselected package libapparmor-dev:arm64. [2022-01-31T13:49:11.833Z] #14 82.63 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-01-31T13:49:11.833Z] #14 82.63 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-01-31T13:49:11.833Z] #14 82.76 Selecting previously unselected package libbtrfs0:arm64. [2022-01-31T13:49:11.833Z] #14 82.77 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-01-31T13:49:11.833Z] #14 82.77 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-01-31T13:49:11.833Z] #14 82.90 Selecting previously unselected package libbtrfs-dev:arm64. [2022-01-31T13:49:11.847Z] #21 20.46 Selecting previously unselected package libapparmor1:armhf. [2022-01-31T13:49:11.847Z] #21 20.48 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-01-31T13:49:11.847Z] #21 20.48 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-01-31T13:49:12.091Z] #14 82.92 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-01-31T13:49:12.091Z] #14 82.93 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-01-31T13:49:12.091Z] #14 83.11 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-01-31T13:49:12.091Z] #14 83.11 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-01-31T13:49:12.091Z] #14 83.11 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-01-31T13:49:12.091Z] #14 83.19 Selecting previously unselected package libudev-dev:arm64. [2022-01-31T13:49:12.091Z] #14 83.19 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2022-01-31T13:49:12.108Z] #21 20.54 Selecting previously unselected package libapparmor-dev:armhf. [2022-01-31T13:49:12.108Z] #21 20.54 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-01-31T13:49:12.108Z] #21 20.55 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-01-31T13:49:12.108Z] #21 20.61 Selecting previously unselected package libgcc-s1:ppc64el. [2022-01-31T13:49:12.108Z] #21 20.62 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-01-31T13:49:12.108Z] #21 20.62 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-01-31T13:49:12.108Z] #21 20.67 Selecting previously unselected package libcrypt1:ppc64el. [2022-01-31T13:49:12.108Z] #21 20.68 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-01-31T13:49:12.108Z] #21 20.68 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-01-31T13:49:12.108Z] #21 20.77 Selecting previously unselected package libc6:ppc64el. [2022-01-31T13:49:12.348Z] #14 83.20 Unpacking libudev-dev:arm64 (247.3-6) ... [2022-01-31T13:49:12.348Z] #14 83.33 Selecting previously unselected package libsepol1-dev:arm64. [2022-01-31T13:49:12.369Z] #21 20.77 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-01-31T13:49:12.369Z] #21 21.00 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-01-31T13:49:12.605Z] #14 83.33 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-01-31T13:49:12.605Z] #14 83.35 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-01-31T13:49:12.605Z] #14 83.56 Selecting previously unselected package libpcre2-16-0:arm64. [2022-01-31T13:49:12.605Z] #14 83.56 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-01-31T13:49:12.605Z] #14 83.57 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-01-31T13:49:12.605Z] #14 ... [2022-01-31T13:49:12.605Z] [2022-01-31T13:49:12.605Z] #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-01-31T13:49:12.605Z] #63 sha256:cb1bd49fff2c3fbbb80bdf1a9529d2975c7e4f9d9b0c372af45d4cf997cda437 [2022-01-31T13:49:12.605Z] #63 83.25 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-31T13:49:12.605Z] #63 83.25 + GOBIN=/build [2022-01-31T13:49:12.605Z] #63 83.25 + GO111MODULE=on [2022-01-31T13:49:12.605Z] #63 83.25 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-01-31T13:49:13.313Z] #21 21.70 Selecting previously unselected package libapparmor1:ppc64el. [2022-01-31T13:49:13.313Z] #21 21.71 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-01-31T13:49:13.313Z] #21 21.74 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-01-31T13:49:13.313Z] #21 21.89 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-01-31T13:49:13.313Z] #21 21.89 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-01-31T13:49:13.313Z] #21 21.90 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-01-31T13:49:13.313Z] #21 22.03 Selecting previously unselected package libseccomp2:s390x. [2022-01-31T13:49:13.313Z] #21 22.03 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-01-31T13:49:13.313Z] #21 22.04 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-01-31T13:49:13.313Z] #21 22.10 Selecting previously unselected package libseccomp-dev:s390x. [2022-01-31T13:49:13.574Z] #21 22.10 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-01-31T13:49:13.574Z] #21 22.11 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-01-31T13:49:13.574Z] #21 22.17 Selecting previously unselected package libseccomp2:ppc64el. [2022-01-31T13:49:13.574Z] #21 22.18 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-01-31T13:49:13.574Z] #21 22.19 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-01-31T13:49:13.574Z] #21 22.24 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-01-31T13:49:13.574Z] #21 22.24 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-01-31T13:49:13.574Z] #21 22.25 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-01-31T13:49:13.574Z] #21 22.32 Selecting previously unselected package libseccomp2:armhf. [2022-01-31T13:49:13.574Z] #21 22.32 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-01-31T13:49:13.574Z] #21 22.33 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-01-31T13:49:13.835Z] #21 22.38 Selecting previously unselected package libseccomp-dev:armhf. [2022-01-31T13:49:13.835Z] #21 22.39 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-01-31T13:49:13.835Z] #21 22.40 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-01-31T13:49:13.835Z] #21 22.47 Selecting previously unselected package libseccomp2:armel. [2022-01-31T13:49:13.835Z] #21 22.47 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-01-31T13:49:13.835Z] #21 22.48 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-01-31T13:49:14.095Z] #21 22.52 Selecting previously unselected package libseccomp-dev:armel. [2022-01-31T13:49:14.095Z] #21 22.53 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-01-31T13:49:14.095Z] #21 22.53 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-01-31T13:49:14.095Z] #21 22.60 Selecting previously unselected package libseccomp2:arm64. [2022-01-31T13:49:14.095Z] #21 22.60 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-01-31T13:49:14.095Z] #21 22.61 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-01-31T13:49:14.096Z] #21 22.66 Selecting previously unselected package libseccomp-dev:arm64. [2022-01-31T13:49:14.096Z] #21 22.66 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-01-31T13:49:14.096Z] #21 22.67 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-01-31T13:49:14.096Z] #21 22.79 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-01-31T13:49:14.096Z] #21 22.81 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-01-31T13:49:14.096Z] #21 22.82 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-01-31T13:49:14.096Z] #21 22.83 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-01-31T13:49:14.096Z] #21 22.86 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-01-31T13:49:14.096Z] #21 22.88 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-01-31T13:49:14.096Z] #21 22.89 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-01-31T13:49:14.096Z] #21 22.90 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-01-31T13:49:14.356Z] #21 22.92 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-01-31T13:49:14.356Z] #21 22.93 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-01-31T13:49:14.356Z] #21 22.94 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-01-31T13:49:14.357Z] #21 22.96 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-01-31T13:49:14.357Z] #21 22.97 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-01-31T13:49:14.357Z] #21 22.98 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-01-31T13:49:14.357Z] #21 22.99 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-01-31T13:49:14.357Z] #21 23.01 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-01-31T13:49:15.741Z] #21 24.24 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-01-31T13:49:16.780Z] #63 87.26 rootlesskit version 0.14.6 [2022-01-31T13:49:16.780Z] #63 87.26 Usage of /build/rootlesskit-docker-proxy: [2022-01-31T13:49:16.780Z] #63 87.27 -container-ip string [2022-01-31T13:49:16.780Z] #63 87.27 container ip [2022-01-31T13:49:16.780Z] #63 87.27 -container-port int [2022-01-31T13:49:16.780Z] #63 87.27 container port (default -1) [2022-01-31T13:49:16.780Z] #63 87.27 -host-ip string [2022-01-31T13:49:16.780Z] #63 87.27 host ip [2022-01-31T13:49:16.780Z] #63 87.27 -host-port int [2022-01-31T13:49:16.780Z] #63 87.27 host port (default -1) [2022-01-31T13:49:16.780Z] #63 87.27 -proto string [2022-01-31T13:49:16.780Z] #63 87.27 proxy protocol (default "tcp") [2022-01-31T13:49:16.812Z] #60 176.6 + bin/containerd [2022-01-31T13:49:17.126Z] #21 25.52 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-01-31T13:49:18.017Z] #60 177.9 + bin/containerd [2022-01-31T13:49:18.070Z] #21 26.73 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-01-31T13:49:18.147Z] #63 ... [2022-01-31T13:49:18.147Z] [2022-01-31T13:49:18.147Z] #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-01-31T13:49:18.147Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:49:18.147Z] #14 83.72 Selecting previously unselected package libpcre2-32-0:arm64. [2022-01-31T13:49:18.147Z] #14 83.72 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-01-31T13:49:18.147Z] #14 83.73 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-01-31T13:49:18.147Z] #14 83.87 Selecting previously unselected package libpcre2-posix2:arm64. [2022-01-31T13:49:18.147Z] #14 83.87 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-01-31T13:49:18.147Z] #14 83.88 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-01-31T13:49:18.147Z] #14 83.93 Selecting previously unselected package libpcre2-dev:arm64. [2022-01-31T13:49:18.148Z] #14 83.94 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-01-31T13:49:18.148Z] #14 83.96 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-01-31T13:49:18.148Z] #14 84.31 Selecting previously unselected package libselinux1-dev:arm64. [2022-01-31T13:49:18.148Z] #14 84.31 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-01-31T13:49:18.148Z] #14 84.31 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-01-31T13:49:18.148Z] #14 84.51 Selecting previously unselected package libdevmapper-dev:arm64. [2022-01-31T13:49:18.148Z] #14 84.53 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-01-31T13:49:18.148Z] #14 84.54 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-01-31T13:49:18.148Z] #14 84.59 Selecting previously unselected package libseccomp-dev:arm64. [2022-01-31T13:49:18.148Z] #14 84.59 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-01-31T13:49:18.148Z] #14 84.61 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-01-31T13:49:18.148Z] #14 84.74 Selecting previously unselected package libsystemd-dev:arm64. [2022-01-31T13:49:18.148Z] #14 84.76 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2022-01-31T13:49:18.148Z] #14 84.77 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2022-01-31T13:49:18.148Z] #14 85.38 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-01-31T13:49:18.148Z] #14 85.39 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-01-31T13:49:18.148Z] #14 85.40 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-31T13:49:18.148Z] #14 85.42 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-01-31T13:49:18.148Z] #14 85.43 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-31T13:49:18.148Z] #14 85.44 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-01-31T13:49:18.148Z] #14 85.45 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-01-31T13:49:18.148Z] #14 85.47 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-01-31T13:49:18.148Z] #14 85.48 Setting up libudev-dev:arm64 (247.3-6) ... [2022-01-31T13:49:18.148Z] #14 85.49 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-01-31T13:49:18.148Z] #14 85.50 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-31T13:49:18.148Z] #14 85.52 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-01-31T13:49:18.148Z] #14 85.53 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-31T13:49:18.148Z] #14 85.54 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-01-31T13:49:18.148Z] #14 85.55 Setting up mingw-w64-common (8.0.0-1) ... [2022-01-31T13:49:18.148Z] #14 85.57 Setting up libsystemd-dev:arm64 (247.3-6) ... [2022-01-31T13:49:18.148Z] #14 85.58 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-31T13:49:18.148Z] #14 85.59 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-01-31T13:49:18.148Z] #14 85.60 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-01-31T13:49:18.148Z] #14 85.61 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-31T13:49:18.148Z] #14 85.64 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:49:18.148Z] #14 85.65 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-01-31T13:49:18.148Z] #14 85.66 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:49:18.148Z] #14 85.67 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-01-31T13:49:18.148Z] #14 85.68 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-31T13:49:18.148Z] #14 85.69 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-31T13:49:18.148Z] #14 85.71 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-01-31T13:49:18.148Z] #14 85.72 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-31T13:49:18.148Z] #14 85.74 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-31T13:49:18.148Z] #14 85.77 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-01-31T13:49:18.148Z] #14 85.79 Setting up dmsetup (2:1.02.175-2.1) ... [2022-01-31T13:49:18.148Z] #14 85.81 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-01-31T13:49:18.148Z] #14 85.82 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-01-31T13:49:18.148Z] #14 85.84 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:49:18.909Z] #56 ... [2022-01-31T13:49:18.909Z] [2022-01-31T13:49:18.909Z] #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-01-31T13:49:18.909Z] #60 sha256:a3aad24170bfaa13cc085243178499f93af998cde178147f52a858c8b11f3bea [2022-01-31T13:49:18.909Z] #60 175.3 + bin/containerd [2022-01-31T13:49:19.457Z] #21 27.96 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-01-31T13:49:20.843Z] #21 29.20 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-01-31T13:49:20.843Z] #21 29.21 Setting up libapparmor1:armel (2.13.6-10) ... [2022-01-31T13:49:20.843Z] #21 29.23 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-01-31T13:49:20.843Z] #21 29.24 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-01-31T13:49:20.843Z] #21 29.26 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-01-31T13:49:20.843Z] #21 29.27 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-01-31T13:49:20.843Z] #21 29.28 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-01-31T13:49:20.843Z] #21 29.29 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-01-31T13:49:20.843Z] #21 29.30 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-01-31T13:49:20.843Z] #21 29.32 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-01-31T13:49:20.843Z] #21 29.33 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-01-31T13:49:20.843Z] #21 29.34 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-01-31T13:49:20.843Z] #21 29.36 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-01-31T13:49:20.843Z] #21 29.37 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-01-31T13:49:20.843Z] #21 29.38 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-01-31T13:49:20.843Z] #21 29.41 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-01-31T13:49:20.843Z] #21 29.42 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-01-31T13:49:20.843Z] #21 29.44 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-01-31T13:49:20.843Z] #21 29.45 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-01-31T13:49:20.843Z] #21 29.47 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-01-31T13:49:20.843Z] #21 29.48 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:49:21.106Z] #21 DONE 29.8s [2022-01-31T13:49:21.106Z] [2022-01-31T13:49:21.106Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-31T13:49:21.106Z] #62 sha256:8b8b30e4b736f5fe9e98eb282f64c668e0c4b75a826b6850fb5a44d7141aa1fd [2022-01-31T13:49:21.106Z] #62 DONE 0.1s [2022-01-31T13:49:21.106Z] [2022-01-31T13:49:21.106Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-31T13:49:21.106Z] #22 sha256:db21e59dbb089b39bb556b279dd03639542ff288b07d5d108df7688b9df78181 [2022-01-31T13:49:21.329Z] #60 ... [2022-01-31T13:49:21.329Z] [2022-01-31T13:49:21.329Z] #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-01-31T13:49:21.329Z] #56 sha256:a1dfe8d142decbb54cc64355c776ddfed770174a775099a0b4e8294ff0f84f8f [2022-01-31T13:49:21.329Z] #56 115.2 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2022-01-31T13:49:21.329Z] #56 116.0 + mkdir -p /build [2022-01-31T13:49:21.329Z] #56 116.0 + cp runc /build/runc [2022-01-31T13:49:21.329Z] #56 DONE 116.8s [2022-01-31T13:49:21.329Z] [2022-01-31T13:49:21.329Z] #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-01-31T13:49:21.329Z] #60 sha256:cd78e615a542d8a8d02979d578afcf805deaad8906ffb4669ff0af4bee37cb8a [2022-01-31T13:49:21.893Z] #60 ... [2022-01-31T13:49:21.893Z] [2022-01-31T13:49:21.893Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-01-31T13:49:21.893Z] #57 sha256:9ec44d8667ff78e8d943f09e7fc0f450ed990dc52afce0e073e4d6b1a1eae71a [2022-01-31T13:49:21.893Z] #57 DONE 0.2s [2022-01-31T13:49:21.893Z] [2022-01-31T13:49:21.893Z] #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-01-31T13:49:21.893Z] #60 sha256:cd78e615a542d8a8d02979d578afcf805deaad8906ffb4669ff0af4bee37cb8a [2022-01-31T13:49:22.064Z] #60 ... [2022-01-31T13:49:22.064Z] [2022-01-31T13:49:22.064Z] #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-01-31T13:49:22.064Z] #56 sha256:a1e3039edc097d93d1b1ccff37dd984bf7f1cd8c1ec9682f9e140eb1f64e057a [2022-01-31T13:49:22.064Z] #56 115.8 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2022-01-31T13:49:22.064Z] #56 116.5 + mkdir -p /build [2022-01-31T13:49:22.064Z] #56 116.5 + cp runc /build/runc [2022-01-31T13:49:22.064Z] #56 DONE 117.3s [2022-01-31T13:49:22.064Z] [2022-01-31T13:49:22.064Z] #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-01-31T13:49:22.064Z] #60 sha256:fbcea3f085b90885e4101c671d0c08f2bbb09e9bede33f9121b56436b47840e9 [2022-01-31T13:49:22.320Z] #14 ... [2022-01-31T13:49:22.320Z] [2022-01-31T13:49:22.320Z] #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-01-31T13:49:22.320Z] #26 sha256:7136e1dbb2b03c05c03282cb7b4b51f30be7b0459938ee373489d2aeb1961dac [2022-01-31T13:49:22.321Z] #60 ... [2022-01-31T13:49:22.321Z] [2022-01-31T13:49:22.321Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-01-31T13:49:22.321Z] #57 sha256:ea643586c695e5cdeed9b85a3eb9efba92ed2f4733a3326fb4a27754734a7e75 [2022-01-31T13:49:22.500Z] #22 DONE 1.4s [2022-01-31T13:49:22.501Z] [2022-01-31T13:49:22.501Z] #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-01-31T13:49:22.501Z] #23 sha256:5ac3eb3ca28282bbf70fda90c0c945ef924bfae5086a3f2d41af9fd8c8c8353d [2022-01-31T13:49:22.577Z] #57 DONE 0.2s [2022-01-31T13:49:22.577Z] [2022-01-31T13:49:22.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-01-31T13:49:22.577Z] #60 sha256:fbcea3f085b90885e4101c671d0c08f2bbb09e9bede33f9121b56436b47840e9 [2022-01-31T13:49:23.118Z] #60 ... [2022-01-31T13:49:23.118Z] [2022-01-31T13:49:23.118Z] #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-01-31T13:49:23.118Z] #56 sha256:578717035ed722894873c770388702486727736f5630b05556c72fa35e55aa60 [2022-01-31T13:49:23.118Z] #56 111.5 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2022-01-31T13:49:23.118Z] #56 112.2 + mkdir -p /build [2022-01-31T13:49:23.118Z] #56 112.3 + cp runc /build/runc [2022-01-31T13:49:23.864Z] #26 92.88 Updating files: 38% (4401/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 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-01-31T13:49:23.864Z] #26 94.47 + cd /tmp/tmp.KmMDGmlHcN/tmp/docker-ce [2022-01-31T13:49:23.864Z] #26 94.48 + git checkout -q v17.06.2-ce [2022-01-31T13:49:23.889Z] #23 DONE 1.1s [2022-01-31T13:49:23.889Z] [2022-01-31T13:49:23.889Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-01-31T13:49:23.889Z] #24 sha256:2d4c73337c62a97c3086bc6d7faefe36532c57917bc7045df5475ef8be001e80 [2022-01-31T13:49:24.087Z] #56 DONE 113.5s [2022-01-31T13:49:24.087Z] [2022-01-31T13:49:24.087Z] #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-01-31T13:49:24.087Z] #60 sha256:a3aad24170bfaa13cc085243178499f93af998cde178147f52a858c8b11f3bea [2022-01-31T13:49:24.428Z] #26 ... [2022-01-31T13:49:24.429Z] [2022-01-31T13:49:24.429Z] #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-01-31T13:49:24.429Z] #63 sha256:cb1bd49fff2c3fbbb80bdf1a9529d2975c7e4f9d9b0c372af45d4cf997cda437 [2022-01-31T13:49:24.429Z] #63 DONE 94.9s [2022-01-31T13:49:24.429Z] [2022-01-31T13:49:24.429Z] #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-01-31T13:49:24.429Z] #14 sha256:585fe1784afb68afac71307fb6cc9be4660b10f7d47467ad5aeceff80fd377f4 [2022-01-31T13:49:24.429Z] #14 DONE 95.2s [2022-01-31T13:49:24.429Z] [2022-01-31T13:49:24.429Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-31T13:49:24.429Z] #55 sha256:72e30e3a4421e4cbcbb1b3d771a615838d42895671b9ce06dcebb5f3f17ded11 [2022-01-31T13:49:24.429Z] #55 ... [2022-01-31T13:49:24.429Z] [2022-01-31T13:49:24.429Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-01-31T13:49:24.429Z] #64 sha256:4145e929d1e1d30a78af74bf7a41dcbe7d68c7047aaf3133de2f4fa5194e8b6e [2022-01-31T13:49:24.429Z] #64 DONE 0.2s [2022-01-31T13:49:24.461Z] #24 0.789 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-01-31T13:49:24.685Z] [2022-01-31T13:49:24.686Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-31T13:49:24.686Z] #55 sha256:72e30e3a4421e4cbcbb1b3d771a615838d42895671b9ce06dcebb5f3f17ded11 [2022-01-31T13:49:24.686Z] #55 DONE 0.4s [2022-01-31T13:49:24.686Z] [2022-01-31T13:49:24.686Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-01-31T13:49:24.686Z] #65 sha256:9ef78b3796ea5233f2e603abdd3e877d0e41aff9876bd79e39c858fee696b377 [2022-01-31T13:49:24.686Z] #65 DONE 0.2s [2022-01-31T13:49:24.686Z] [2022-01-31T13:49:24.686Z] #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-01-31T13:49:24.686Z] #56 sha256:38b4215b34d37be990601c66b2003d0d0e0311eecf7c4c264f348ab98b9ad9de [2022-01-31T13:49:24.722Z] #24 DONE 1.1s [2022-01-31T13:49:24.722Z] [2022-01-31T13:49:24.722Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-01-31T13:49:24.722Z] #25 sha256:07c1e470dff771da584d8e174320cf3241347fde64862ad1a1883e4a1d9d7a1d [2022-01-31T13:49:25.496Z] #60 ... [2022-01-31T13:49:25.496Z] [2022-01-31T13:49:25.496Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-01-31T13:49:25.496Z] #57 sha256:69b7f75489d75836ff443b8bae993de26a677444ac83f933a99f519808ef96dd [2022-01-31T13:49:25.673Z] #25 DONE 0.9s [2022-01-31T13:49:25.673Z] [2022-01-31T13:49:25.673Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-01-31T13:49:25.673Z] #26 sha256:bc187125d87589fcbf96f57b052c47b4faac753419a52ae2db8572667ff9074a [2022-01-31T13:49:26.061Z] #56 ... [2022-01-31T13:49:26.062Z] [2022-01-31T13:49:26.062Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-31T13:49:26.062Z] #15 sha256:ebd260f98611310eb63222a71234426c164eb8747bf9d22f3d1eca7188980f25 [2022-01-31T13:49:26.062Z] #15 DONE 1.5s [2022-01-31T13:49:26.062Z] [2022-01-31T13:49:26.062Z] #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-01-31T13:49:26.062Z] #56 sha256:38b4215b34d37be990601c66b2003d0d0e0311eecf7c4c264f348ab98b9ad9de [2022-01-31T13:49:26.062Z] #56 1.178 + RM_GOPATH=0 [2022-01-31T13:49:26.062Z] #56 1.178 + TMP_GOPATH= [2022-01-31T13:49:26.062Z] #56 1.178 + : /build [2022-01-31T13:49:26.062Z] #56 1.178 + '[' -z '' ']' [2022-01-31T13:49:26.062Z] #56 1.204 ++ mktemp -d [2022-01-31T13:49:26.062Z] #56 1.236 + export GOPATH=/tmp/tmp.lMLY3dxkEK [2022-01-31T13:49:26.062Z] #56 1.236 + GOPATH=/tmp/tmp.lMLY3dxkEK [2022-01-31T13:49:26.062Z] #56 1.236 + RM_GOPATH=1 [2022-01-31T13:49:26.062Z] #56 1.236 + case "$(go env GOARCH)" in [2022-01-31T13:49:26.062Z] #56 1.236 ++ go env GOARCH [2022-01-31T13:49:26.062Z] #56 1.256 Install runc version v1.0.3 (build tags: seccomp) [2022-01-31T13:49:26.062Z] #56 1.256 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:49:26.062Z] #56 1.256 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:49:26.062Z] #56 1.256 ++ dirname /install.sh [2022-01-31T13:49:26.062Z] #56 1.256 + dir=/ [2022-01-31T13:49:26.062Z] #56 1.256 + bin=runc [2022-01-31T13:49:26.062Z] #56 1.256 + shift [2022-01-31T13:49:26.062Z] #56 1.256 + '[' '!' -f //runc.installer ']' [2022-01-31T13:49:26.062Z] #56 1.256 + . //runc.installer [2022-01-31T13:49:26.062Z] #56 1.256 ++ set -e [2022-01-31T13:49:26.062Z] #56 1.256 ++ : v1.0.3 [2022-01-31T13:49:26.062Z] #56 1.256 + install_runc [2022-01-31T13:49:26.062Z] #56 1.256 + RUNC_BUILDTAGS=seccomp [2022-01-31T13:49:26.062Z] #56 1.256 + echo 'Install runc version v1.0.3 (build tags: seccomp)' [2022-01-31T13:49:26.062Z] #56 1.256 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.lMLY3dxkEK/src/github.com/opencontainers/runc [2022-01-31T13:49:26.062Z] #56 1.256 Cloning into '/tmp/tmp.lMLY3dxkEK/src/github.com/opencontainers/runc'... [2022-01-31T13:49:26.098Z] #57 DONE 0.4s [2022-01-31T13:49:26.098Z] [2022-01-31T13:49:26.098Z] #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-01-31T13:49:26.098Z] #60 sha256:a3aad24170bfaa13cc085243178499f93af998cde178147f52a858c8b11f3bea [2022-01-31T13:49:26.619Z] #26 DONE 1.0s [2022-01-31T13:49:26.619Z] [2022-01-31T13:49:26.619Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-01-31T13:49:26.619Z] #27 sha256:d6df7002c83649f0cd6fa405153548e82ff206bd3810ffd338d0597dfd935d50 [2022-01-31T13:49:27.434Z] #56 ... [2022-01-31T13:49:27.434Z] [2022-01-31T13:49:27.434Z] #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-01-31T13:49:27.434Z] #16 sha256:8258b06d44e8375c4dd696be207f112629c136adb02e5302e59ba7f3765c683e [2022-01-31T13:49:27.434Z] #16 DONE 1.4s [2022-01-31T13:49:27.434Z] [2022-01-31T13:49:27.434Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-01-31T13:49:27.434Z] #17 sha256:51b980c25677bad42d7e979df2bf71fed02699b1beca0c04199aeb9caa243a74 [2022-01-31T13:49:27.560Z] #27 DONE 0.9s [2022-01-31T13:49:27.560Z] [2022-01-31T13:49:27.560Z] #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-01-31T13:49:27.560Z] #28 sha256:a0958e570b998fbc655c80baa0421c7ed31252c407c0d96888e7e8728e6406ae [2022-01-31T13:49:28.003Z] #17 0.503 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-01-31T13:49:28.263Z] #17 DONE 0.8s [2022-01-31T13:49:28.263Z] [2022-01-31T13:49:28.263Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-01-31T13:49:28.263Z] #18 sha256:d713279fb198e9d86d054bb8aea8d183b33e7e9e710da7c33439351a4406a0eb [2022-01-31T13:49:28.944Z] #28 1.218 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:49:28.944Z] #28 1.242 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:49:28.944Z] #28 1.245 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:49:28.944Z] #28 1.510 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-01-31T13:49:29.202Z] #18 DONE 0.9s [2022-01-31T13:49:29.202Z] [2022-01-31T13:49:29.202Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-01-31T13:49:29.202Z] #19 sha256:63a03f5053b87d795e28bf87f0c43a5e40a09a49793c6f1e2c9cd6dc57afb0b2 [2022-01-31T13:49:29.204Z] #28 1.770 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-01-31T13:49:29.465Z] #28 1.990 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-31T13:49:29.727Z] #28 2.176 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-01-31T13:49:30.132Z] #19 DONE 0.9s [2022-01-31T13:49:30.132Z] [2022-01-31T13:49:30.132Z] #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-01-31T13:49:30.132Z] #26 sha256:7136e1dbb2b03c05c03282cb7b4b51f30be7b0459938ee373489d2aeb1961dac [2022-01-31T13:49:30.132Z] #26 99.36 + mkdir -p /tmp/tmp.KmMDGmlHcN/src/github.com/docker [2022-01-31T13:49:30.132Z] #26 99.36 + mv components/cli /tmp/tmp.KmMDGmlHcN/src/github.com/docker/cli [2022-01-31T13:49:30.132Z] #26 99.36 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-01-31T13:49:30.301Z] #28 2.479 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-31T13:49:30.301Z] #28 2.774 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-01-31T13:49:30.696Z] #26 ... [2022-01-31T13:49:30.696Z] [2022-01-31T13:49:30.696Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-01-31T13:49:30.696Z] #20 sha256:4b7ffaa29324ce5c27a628088faff138fe7eb0bd25275cded4ae9798a445ccd6 [2022-01-31T13:49:30.696Z] #20 DONE 0.7s [2022-01-31T13:49:30.871Z] #28 3.079 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [108 kB] [2022-01-31T13:49:30.871Z] #28 3.083 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [117 kB] [2022-01-31T13:49:30.871Z] #28 3.085 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [108 kB] [2022-01-31T13:49:30.871Z] #28 3.090 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [116 kB] [2022-01-31T13:49:30.871Z] #28 3.091 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [114 kB] [2022-01-31T13:49:30.871Z] #28 3.098 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [112 kB] [2022-01-31T13:49:30.871Z] #28 3.266 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-01-31T13:49:30.871Z] #28 3.272 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-01-31T13:49:30.871Z] #28 3.274 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-01-31T13:49:30.871Z] #28 3.274 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-01-31T13:49:30.871Z] #28 3.276 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-01-31T13:49:30.871Z] #28 3.276 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-01-31T13:49:30.892Z] 8f616e6e9eec: Pull complete [2022-01-31T13:49:30.953Z] [2022-01-31T13:49:30.953Z] #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-01-31T13:49:30.953Z] #21 sha256:2833a88d8d224744628fadbc9a40377aeb445d02284014b8346292e36e3962af [2022-01-31T13:49:31.442Z] #28 ... [2022-01-31T13:49:31.442Z] [2022-01-31T13:49:31.442Z] #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-01-31T13:49:31.442Z] #63 sha256:d6095278e425019392b711ea776d18720416483a83137b84fcd80556563422fd [2022-01-31T13:49:31.442Z] #63 1.220 + RM_GOPATH=0 [2022-01-31T13:49:31.442Z] #63 1.220 + TMP_GOPATH= [2022-01-31T13:49:31.442Z] #63 1.220 + : /build [2022-01-31T13:49:31.442Z] #63 1.220 + '[' -z '' ']' [2022-01-31T13:49:31.442Z] #63 1.221 ++ mktemp -d [2022-01-31T13:49:31.442Z] #63 1.236 + export GOPATH=/tmp/tmp.FcZ90j49dK [2022-01-31T13:49:31.442Z] #63 1.236 + GOPATH=/tmp/tmp.FcZ90j49dK [2022-01-31T13:49:31.442Z] #63 1.236 + RM_GOPATH=1 [2022-01-31T13:49:31.442Z] #63 1.237 + case "$(go env GOARCH)" in [2022-01-31T13:49:31.442Z] #63 1.237 ++ go env GOARCH [2022-01-31T13:49:31.442Z] #63 1.258 Install runc version v1.0.3 (build tags: seccomp) [2022-01-31T13:49:31.442Z] #63 1.258 + export GO_BUILDMODE=-buildmode=pie [2022-01-31T13:49:31.442Z] #63 1.258 + GO_BUILDMODE=-buildmode=pie [2022-01-31T13:49:31.442Z] #63 1.258 ++ dirname /install.sh [2022-01-31T13:49:31.442Z] #63 1.258 + dir=/ [2022-01-31T13:49:31.442Z] #63 1.258 + bin=runc [2022-01-31T13:49:31.442Z] #63 1.258 + shift [2022-01-31T13:49:31.442Z] #63 1.258 + '[' '!' -f //runc.installer ']' [2022-01-31T13:49:31.442Z] #63 1.258 + . //runc.installer [2022-01-31T13:49:31.442Z] #63 1.258 ++ set -e [2022-01-31T13:49:31.442Z] #63 1.258 ++ : v1.0.3 [2022-01-31T13:49:31.442Z] #63 1.258 + install_runc [2022-01-31T13:49:31.442Z] #63 1.258 + RUNC_BUILDTAGS=seccomp [2022-01-31T13:49:31.442Z] #63 1.258 + echo 'Install runc version v1.0.3 (build tags: seccomp)' [2022-01-31T13:49:31.442Z] #63 1.258 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.FcZ90j49dK/src/github.com/opencontainers/runc [2022-01-31T13:49:31.442Z] #63 1.258 Cloning into '/tmp/tmp.FcZ90j49dK/src/github.com/opencontainers/runc'... [2022-01-31T13:49:31.442Z] #63 5.067 + cd /tmp/tmp.FcZ90j49dK/src/github.com/opencontainers/runc [2022-01-31T13:49:31.442Z] #63 5.067 + git checkout -q v1.0.3 [2022-01-31T13:49:31.442Z] #63 5.298 + '[' -z '' ']' [2022-01-31T13:49:31.442Z] #63 5.298 + target=static [2022-01-31T13:49:31.442Z] #63 5.298 + make BUILDTAGS=seccomp static [2022-01-31T13:49:31.442Z] #63 5.776 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc . [2022-01-31T13:49:31.517Z] #21 0.924 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-31T13:49:31.774Z] #21 0.959 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-31T13:49:31.774Z] #21 0.966 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-31T13:49:32.059Z] #21 1.415 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-31T13:49:32.645Z] #21 2.001 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [112 kB] [2022-01-31T13:49:34.062Z] #21 3.125 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-01-31T13:49:36.585Z] #21 ... [2022-01-31T13:49:36.585Z] [2022-01-31T13:49:36.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-01-31T13:49:36.585Z] #34 sha256:3bfa9e7171fc4f96669242c7fe3b478f06d73cc45545dd91ec1fdc8110a580cf [2022-01-31T13:49:36.585Z] #34 DONE 107.2s [2022-01-31T13:49:36.585Z] [2022-01-31T13:49:36.585Z] #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-01-31T13:49:36.585Z] #56 sha256:38b4215b34d37be990601c66b2003d0d0e0311eecf7c4c264f348ab98b9ad9de [2022-01-31T13:49:36.585Z] #56 9.202 + cd /tmp/tmp.lMLY3dxkEK/src/github.com/opencontainers/runc [2022-01-31T13:49:36.585Z] #56 9.202 + git checkout -q v1.0.3 [2022-01-31T13:49:36.585Z] #56 9.749 + '[' -z '' ']' [2022-01-31T13:49:36.585Z] #56 9.753 + target=static [2022-01-31T13:49:36.585Z] #56 9.753 + make BUILDTAGS=seccomp static [2022-01-31T13:49:36.585Z] #56 10.08 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc . [2022-01-31T13:49:39.578Z] #63 ... [2022-01-31T13:49:39.578Z] [2022-01-31T13:49:39.578Z] #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-01-31T13:49:39.578Z] #67 sha256:6d535ce94e5d0c2bca7c981a72b6f802ee26147ae41868b90d176971403a0249 [2022-01-31T13:49:39.578Z] #67 65.37 + bin/containerd [2022-01-31T13:49:42.124Z] #67 ... [2022-01-31T13:49:42.124Z] [2022-01-31T13:49:42.124Z] #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-01-31T13:49:42.124Z] #28 sha256:a0958e570b998fbc655c80baa0421c7ed31252c407c0d96888e7e8728e6406ae [2022-01-31T13:49:42.124Z] #28 14.41 Fetched 48.9 MB in 13s (3631 kB/s) [2022-01-31T13:49:43.133Z] #56 ... [2022-01-31T13:49:43.133Z] [2022-01-31T13:49:43.133Z] #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-01-31T13:49:43.133Z] #21 sha256:2833a88d8d224744628fadbc9a40377aeb445d02284014b8346292e36e3962af [2022-01-31T13:49:43.133Z] #21 5.815 Fetched 8384 kB in 5s (1626 kB/s) [2022-01-31T13:49:43.133Z] #21 5.815 Reading package lists... [2022-01-31T13:49:43.134Z] #21 8.220 Reading package lists... [2022-01-31T13:49:43.134Z] #21 10.04 Building dependency tree... [2022-01-31T13:49:43.134Z] #21 11.68 The following additional packages will be installed: [2022-01-31T13:49:43.134Z] #21 11.68 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-01-31T13:49:43.134Z] #21 11.68 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-01-31T13:49:43.134Z] #21 11.69 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-01-31T13:49:43.134Z] #21 11.69 python3-pkg-resources vim-runtime xxd [2022-01-31T13:49:43.134Z] #21 11.70 Suggested packages: [2022-01-31T13:49:43.134Z] #21 11.71 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-01-31T13:49:43.134Z] #21 11.71 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-01-31T13:49:43.134Z] #21 11.71 acl attr quota [2022-01-31T13:49:43.134Z] #21 11.71 Recommended packages: [2022-01-31T13:49:43.134Z] #21 11.71 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-01-31T13:49:43.390Z] #21 12.65 The following NEW packages will be installed: [2022-01-31T13:49:43.390Z] #21 12.66 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-01-31T13:49:43.390Z] #21 12.66 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-01-31T13:49:43.390Z] #21 12.66 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-01-31T13:49:43.390Z] #21 12.66 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-01-31T13:49:43.390Z] #21 12.66 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-01-31T13:49:43.390Z] #21 12.66 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-01-31T13:49:43.390Z] #21 12.66 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-01-31T13:49:43.390Z] #21 12.66 xz-utils zip zstd [2022-01-31T13:49:43.647Z] #21 12.99 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:49:43.647Z] #21 12.99 Need to get 27.0 MB of archives. [2022-01-31T13:49:43.647Z] #21 12.99 After this operation, 105 MB of additional disk space will be used. [2022-01-31T13:49:43.647Z] #21 12.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-01-31T13:49:43.647Z] #21 13.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-01-31T13:49:43.647Z] #21 13.00 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-01-31T13:49:43.647Z] #21 13.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-01-31T13:49:43.647Z] #21 13.00 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-01-31T13:49:43.647Z] #21 13.01 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-01-31T13:49:43.647Z] #21 13.01 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-01-31T13:49:43.647Z] #21 13.01 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-01-31T13:49:43.647Z] #21 13.03 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-31T13:49:43.647Z] #21 13.03 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-31T13:49:43.647Z] #21 13.04 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-01-31T13:49:43.647Z] #21 13.04 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-01-31T13:49:43.647Z] #21 13.04 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2022-01-31T13:49:43.647Z] #21 13.05 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-01-31T13:49:43.647Z] #21 13.08 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-01-31T13:49:43.906Z] #21 13.08 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-01-31T13:49:43.906Z] #21 13.09 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-01-31T13:49:43.906Z] #21 13.09 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-01-31T13:49:43.906Z] #21 13.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-01-31T13:49:43.906Z] #21 13.10 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-01-31T13:49:43.906Z] #21 13.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-01-31T13:49:43.906Z] #21 13.10 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-01-31T13:49:43.906Z] #21 13.10 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-01-31T13:49:43.906Z] #21 13.12 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-01-31T13:49:43.906Z] #21 13.12 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-01-31T13:49:43.906Z] #21 13.12 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-01-31T13:49:43.906Z] #21 13.12 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-01-31T13:49:43.906Z] #21 13.30 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-01-31T13:49:43.906Z] #21 13.30 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-01-31T13:49:43.906Z] #21 13.31 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-01-31T13:49:43.906Z] #21 13.31 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-01-31T13:49:43.906Z] #21 13.31 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-01-31T13:49:43.906Z] #21 13.32 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-01-31T13:49:43.906Z] #21 13.32 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-01-31T13:49:43.906Z] #21 13.35 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-01-31T13:49:44.163Z] #21 13.36 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-01-31T13:49:44.163Z] #21 13.36 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-31T13:49:44.163Z] #21 13.36 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-01-31T13:49:44.163Z] #21 13.37 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-01-31T13:49:44.163Z] #21 13.37 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2022-01-31T13:49:44.163Z] #21 13.38 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-01-31T13:49:44.163Z] #21 13.41 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-01-31T13:49:44.163Z] #21 13.41 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-01-31T13:49:44.163Z] #21 13.43 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-01-31T13:49:44.163Z] #21 13.53 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-01-31T13:49:44.163Z] #21 13.54 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-01-31T13:49:44.163Z] #21 13.56 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-01-31T13:49:44.163Z] #21 13.57 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-01-31T13:49:44.726Z] #21 14.08 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:49:44.983Z] #21 14.23 Fetched 27.0 MB in 1s (30.8 MB/s) [2022-01-31T13:49:44.983Z] #21 14.29 Selecting previously unselected package pigz. [2022-01-31T13:49:44.983Z] #21 14.29 (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-01-31T13:49:45.240Z] #21 14.33 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-01-31T13:49:45.240Z] #21 14.34 Unpacking pigz (2.6-1) ... [2022-01-31T13:49:45.240Z] #21 14.41 Selecting previously unselected package libelf1:arm64. [2022-01-31T13:49:45.240Z] #21 14.42 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-01-31T13:49:45.240Z] #21 14.42 Unpacking libelf1:arm64 (0.183-1) ... [2022-01-31T13:49:45.240Z] #21 14.55 Selecting previously unselected package libbpf0:arm64. [2022-01-31T13:49:45.240Z] #21 14.55 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-01-31T13:49:45.240Z] #21 14.56 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-01-31T13:49:45.240Z] #21 14.63 Selecting previously unselected package libcap2:arm64. [2022-01-31T13:49:45.240Z] #21 14.64 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-01-31T13:49:45.240Z] #21 14.66 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-01-31T13:49:45.240Z] #21 14.71 Selecting previously unselected package libmnl0:arm64. [2022-01-31T13:49:45.240Z] #21 14.72 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-01-31T13:49:45.497Z] #21 14.73 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-01-31T13:49:45.497Z] #21 14.79 Selecting previously unselected package libxtables12:arm64. [2022-01-31T13:49:45.497Z] #21 14.80 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-01-31T13:49:45.497Z] #21 14.83 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-01-31T13:49:45.754Z] #21 14.89 Selecting previously unselected package libcap2-bin. [2022-01-31T13:49:45.754Z] #21 14.89 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-01-31T13:49:45.754Z] #21 14.90 Unpacking libcap2-bin (1:2.44-1) ... [2022-01-31T13:49:45.754Z] #21 15.00 Selecting previously unselected package iproute2. [2022-01-31T13:49:45.754Z] #21 15.00 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-01-31T13:49:45.754Z] #21 15.00 Unpacking iproute2 (5.10.0-4) ... [2022-01-31T13:49:46.011Z] #21 15.40 Selecting previously unselected package xxd. [2022-01-31T13:49:46.268Z] #21 15.41 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-01-31T13:49:46.268Z] #21 15.42 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:49:46.268Z] #21 15.54 Selecting previously unselected package vim-common. [2022-01-31T13:49:46.268Z] #21 15.55 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:49:46.268Z] #21 15.56 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:49:46.525Z] #21 15.71 Selecting previously unselected package bash-completion. [2022-01-31T13:49:46.525Z] #21 15.71 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-01-31T13:49:48.419Z] #21 17.50 Unpacking bash-completion (1:2.11-2) ... [2022-01-31T13:49:48.419Z] #21 17.80 Selecting previously unselected package bzip2. [2022-01-31T13:49:48.419Z] #21 17.82 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-01-31T13:49:48.419Z] #21 17.83 Unpacking bzip2 (1.0.8-4) ... [2022-01-31T13:49:48.676Z] #21 17.91 Selecting previously unselected package xz-utils. [2022-01-31T13:49:48.676Z] #21 17.91 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2022-01-31T13:49:48.676Z] #21 17.91 Unpacking xz-utils (5.2.5-2) ... [2022-01-31T13:49:48.732Z] #28 14.41 Reading package lists... [2022-01-31T13:49:48.933Z] #21 18.07 Selecting previously unselected package apparmor. [2022-01-31T13:49:48.933Z] #21 18.08 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-01-31T13:49:48.933Z] #21 18.12 Unpacking apparmor (2.13.6-10) ... [2022-01-31T13:49:49.189Z] #21 18.47 Selecting previously unselected package inetutils-ping. [2022-01-31T13:49:49.189Z] #21 18.48 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-01-31T13:49:49.189Z] #21 18.49 Unpacking inetutils-ping (2:2.0-1) ... [2022-01-31T13:49:49.446Z] #21 18.59 Selecting previously unselected package libip4tc2:arm64. [2022-01-31T13:49:49.446Z] #21 18.59 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-01-31T13:49:49.446Z] #21 18.60 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-01-31T13:49:49.446Z] #21 18.66 Selecting previously unselected package libip6tc2:arm64. [2022-01-31T13:49:49.446Z] #21 18.67 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-01-31T13:49:49.446Z] #21 18.68 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-01-31T13:49:49.446Z] #21 18.74 Selecting previously unselected package libnfnetlink0:arm64. [2022-01-31T13:49:49.446Z] #21 18.74 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-01-31T13:49:49.446Z] #21 18.75 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-01-31T13:49:49.446Z] #21 18.81 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-01-31T13:49:49.446Z] #21 18.81 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-01-31T13:49:49.446Z] #21 18.82 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-01-31T13:49:49.703Z] #21 18.91 Selecting previously unselected package libnftnl11:arm64. [2022-01-31T13:49:49.703Z] #21 18.91 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-01-31T13:49:49.703Z] #21 18.92 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-01-31T13:49:49.703Z] #21 19.01 Selecting previously unselected package iptables. [2022-01-31T13:49:49.703Z] #21 19.01 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-01-31T13:49:49.703Z] #21 19.02 Unpacking iptables (1.8.7-1) ... [2022-01-31T13:49:50.216Z] #21 19.30 Selecting previously unselected package libonig5:arm64. [2022-01-31T13:49:50.216Z] #21 19.32 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-01-31T13:49:50.216Z] #21 19.33 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-01-31T13:49:50.216Z] #21 19.46 Selecting previously unselected package libjq1:arm64. [2022-01-31T13:49:50.216Z] #21 19.46 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-01-31T13:49:50.216Z] #21 19.47 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-01-31T13:49:50.216Z] #21 19.55 Selecting previously unselected package jq. [2022-01-31T13:49:50.216Z] #21 19.56 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-01-31T13:49:50.216Z] #21 19.56 Unpacking jq (1.6-2.1) ... [2022-01-31T13:49:50.216Z] #21 19.64 Selecting previously unselected package libaio1:arm64. [2022-01-31T13:49:50.216Z] #21 19.64 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-01-31T13:49:50.216Z] #21 19.65 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-01-31T13:49:50.473Z] #21 19.70 Selecting previously unselected package libgpm2:arm64. [2022-01-31T13:49:50.473Z] #21 19.71 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-01-31T13:49:50.473Z] #21 19.72 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-01-31T13:49:50.473Z] #21 19.79 Selecting previously unselected package libicu67:arm64. [2022-01-31T13:49:50.473Z] #21 19.80 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-01-31T13:49:50.473Z] #21 19.80 Unpacking libicu67:arm64 (67.1-7) ... [2022-01-31T13:49:52.994Z] #21 22.36 Selecting previously unselected package libinih1:arm64. [2022-01-31T13:49:52.994Z] #21 22.37 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-01-31T13:49:52.994Z] #21 22.37 Unpacking libinih1:arm64 (53-1+b2) ... [2022-01-31T13:49:52.994Z] #21 22.44 Selecting previously unselected package libnet1:arm64. [2022-01-31T13:49:52.994Z] #21 22.47 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-01-31T13:49:53.250Z] #21 22.48 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:49:53.250Z] #21 22.56 Selecting previously unselected package libnl-3-200:arm64. [2022-01-31T13:49:53.250Z] #21 22.56 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-01-31T13:49:53.250Z] #21 22.58 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-01-31T13:49:53.250Z] #21 22.64 Selecting previously unselected package libprotobuf-c1:arm64. [2022-01-31T13:49:53.250Z] #21 22.65 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-01-31T13:49:53.250Z] #21 22.65 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-01-31T13:49:53.507Z] #21 22.70 Selecting previously unselected package net-tools. [2022-01-31T13:49:53.507Z] #21 22.72 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-01-31T13:49:53.507Z] #21 22.72 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-01-31T13:49:53.507Z] #21 22.84 Selecting previously unselected package patch. [2022-01-31T13:49:53.507Z] #21 22.85 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-01-31T13:49:53.507Z] #21 22.85 Unpacking patch (2.7.6-7) ... [2022-01-31T13:49:53.765Z] #21 22.96 Selecting previously unselected package python-pip-whl. [2022-01-31T13:49:53.765Z] #21 22.97 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-01-31T13:49:53.765Z] #21 22.98 Unpacking python-pip-whl (20.3.4-4) ... [2022-01-31T13:49:53.967Z] #60 212.4 # github.com/containerd/containerd/cmd/containerd [2022-01-31T13:49:53.967Z] #60 212.4 /usr/bin/ld: /tmp/go-link-2142766856/000019.o: in function `New': [2022-01-31T13:49:53.967Z] #60 212.4 /tmp/tmp.e03YNLtWMR/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-01-31T13:49:53.967Z] #60 212.5 + bin/containerd-stress [2022-01-31T13:49:53.967Z] #60 213.5 + bin/containerd-shim [2022-01-31T13:49:54.021Z] #21 23.39 Selecting previously unselected package python3-lib2to3. [2022-01-31T13:49:54.021Z] #21 23.39 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-01-31T13:49:54.021Z] #21 23.40 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-01-31T13:49:54.021Z] #21 23.49 Selecting previously unselected package python3-distutils. [2022-01-31T13:49:54.021Z] #21 23.49 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-01-31T13:49:54.021Z] #21 23.49 Unpacking python3-distutils (3.9.2-1) ... [2022-01-31T13:49:54.277Z] #21 23.59 Selecting previously unselected package python3-pkg-resources. [2022-01-31T13:49:54.277Z] #21 23.63 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-31T13:49:54.277Z] #21 23.63 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:49:54.534Z] #21 23.80 Selecting previously unselected package python3-setuptools. [2022-01-31T13:49:54.534Z] #21 23.80 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-01-31T13:49:54.534Z] #21 23.82 Unpacking python3-setuptools (52.0.0-4) ... [2022-01-31T13:49:54.613Z] #60 211.1 # github.com/containerd/containerd/cmd/containerd [2022-01-31T13:49:54.613Z] #60 211.1 /usr/bin/ld: /tmp/go-link-1714290193/000019.o: in function `New': [2022-01-31T13:49:54.613Z] #60 211.1 /tmp/tmp.IkhRuWjyV0/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-01-31T13:49:54.613Z] #60 211.2 + bin/containerd-stress [2022-01-31T13:49:54.613Z] #60 212.2 + bin/containerd-shim [2022-01-31T13:49:54.790Z] #21 24.06 Selecting previously unselected package python3-wheel. [2022-01-31T13:49:54.790Z] #21 24.07 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-01-31T13:49:54.790Z] #21 24.07 Unpacking python3-wheel (0.34.2-1) ... [2022-01-31T13:49:54.790Z] #21 24.14 Selecting previously unselected package python3-pip. [2022-01-31T13:49:54.790Z] #21 24.17 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-01-31T13:49:55.047Z] #21 24.18 Unpacking python3-pip (20.3.4-4) ... [2022-01-31T13:49:55.304Z] #21 24.44 Selecting previously unselected package sudo. [2022-01-31T13:49:55.304Z] #21 24.46 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-01-31T13:49:55.304Z] #21 24.47 Unpacking sudo (1.9.5p2-3) ... [2022-01-31T13:49:55.322Z] #28 21.04 Reading package lists... [2022-01-31T13:49:55.561Z] #21 24.87 Selecting previously unselected package thin-provisioning-tools. [2022-01-31T13:49:55.561Z] #21 24.89 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-01-31T13:49:55.561Z] #21 24.89 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-01-31T13:49:55.817Z] #21 25.02 Selecting previously unselected package uidmap. [2022-01-31T13:49:55.817Z] #21 25.04 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-01-31T13:49:55.817Z] #21 25.06 Unpacking uidmap (1:4.8.1-1) ... [2022-01-31T13:49:56.074Z] #21 25.17 Selecting previously unselected package vim-runtime. [2022-01-31T13:49:56.074Z] #21 25.17 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:49:56.074Z] #21 25.20 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-01-31T13:49:56.074Z] #21 25.23 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-01-31T13:49:56.074Z] #21 25.24 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:49:56.264Z] #28 27.26 Building dependency tree... [2022-01-31T13:49:58.121Z] #60 210.7 # github.com/containerd/containerd/cmd/containerd [2022-01-31T13:49:58.122Z] #60 210.7 /usr/bin/ld: /tmp/go-link-3924831764/000019.o: in function `New': [2022-01-31T13:49:58.122Z] #60 210.7 /tmp/tmp.mnilccJ68z/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-01-31T13:49:58.122Z] #60 210.8 + bin/containerd-stress [2022-01-31T13:49:58.122Z] #60 211.8 + bin/containerd-shim [2022-01-31T13:49:58.182Z] #28 30.33 bzip2 is already the newest version (1.0.8-4). [2022-01-31T13:49:58.182Z] #28 30.33 patch is already the newest version (2.7.6-7). [2022-01-31T13:49:58.182Z] #28 30.33 xz-utils is already the newest version (5.2.5-2). [2022-01-31T13:49:58.182Z] #28 30.33 The following additional packages will be installed: [2022-01-31T13:49:58.182Z] #28 30.34 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-01-31T13:49:58.182Z] #28 30.35 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-01-31T13:49:58.182Z] #28 30.36 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-01-31T13:49:58.182Z] #28 30.36 python3-pkg-resources vim-runtime xxd [2022-01-31T13:49:58.182Z] #28 30.37 Suggested packages: [2022-01-31T13:49:58.182Z] #28 30.37 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-01-31T13:49:58.182Z] #28 30.37 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-01-31T13:49:58.182Z] #28 30.37 Recommended packages: [2022-01-31T13:49:58.182Z] #28 30.37 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-01-31T13:49:58.594Z] #21 27.75 Selecting previously unselected package vim. [2022-01-31T13:49:58.594Z] #21 27.75 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-01-31T13:49:58.594Z] #21 27.76 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:49:58.785Z] #60 219.4 + bin/containerd-shim-runc-v1 [2022-01-31T13:49:58.851Z] #21 28.17 Selecting previously unselected package xfsprogs. [2022-01-31T13:49:58.851Z] #21 28.17 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-01-31T13:49:58.851Z] #21 28.18 Unpacking xfsprogs (5.10.0-4) ... [2022-01-31T13:49:59.107Z] #21 28.55 Selecting previously unselected package zip. [2022-01-31T13:49:59.107Z] #21 28.57 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-01-31T13:49:59.107Z] #21 28.57 Unpacking zip (3.0-12) ... [2022-01-31T13:49:59.257Z] #60 220.7 + bin/containerd-shim-runc-v1 [2022-01-31T13:49:59.364Z] #21 28.69 Selecting previously unselected package zstd. [2022-01-31T13:49:59.364Z] #21 28.69 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-01-31T13:49:59.364Z] #21 28.69 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-01-31T13:49:59.579Z] #28 31.96 The following NEW packages will be installed: [2022-01-31T13:49:59.579Z] #28 31.97 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-01-31T13:49:59.579Z] #28 31.97 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-01-31T13:49:59.579Z] #28 31.97 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-01-31T13:49:59.579Z] #28 31.97 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-01-31T13:49:59.579Z] #28 31.98 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-01-31T13:49:59.579Z] #28 31.98 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-01-31T13:49:59.579Z] #28 31.98 vim-common vim-runtime xfsprogs xxd zip zstd [2022-01-31T13:49:59.839Z] #28 32.39 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:49:59.839Z] #28 32.39 Need to get 18.6 MB of archives. [2022-01-31T13:49:59.839Z] #28 32.39 After this operation, 71.4 MB of additional disk space will be used. [2022-01-31T13:49:59.839Z] #28 32.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-01-31T13:49:59.926Z] #21 29.02 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:50:00.100Z] #28 32.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-01-31T13:50:00.100Z] #28 32.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-01-31T13:50:00.100Z] #28 32.40 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-01-31T13:50:00.100Z] #28 32.41 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-01-31T13:50:00.100Z] #28 32.41 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-01-31T13:50:00.100Z] #28 32.42 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-01-31T13:50:00.100Z] #28 32.42 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-01-31T13:50:00.100Z] #28 32.45 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-31T13:50:00.100Z] #28 32.46 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-31T13:50:00.100Z] #28 32.46 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-01-31T13:50:00.100Z] #28 32.47 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-01-31T13:50:00.100Z] #28 32.48 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-01-31T13:50:00.100Z] #28 32.48 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-01-31T13:50:00.100Z] #28 32.48 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-01-31T13:50:00.100Z] #28 32.49 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-01-31T13:50:00.100Z] #28 32.49 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-01-31T13:50:00.100Z] #28 32.49 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-01-31T13:50:00.100Z] #28 32.49 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-01-31T13:50:00.100Z] #28 32.49 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-01-31T13:50:00.100Z] #28 32.50 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-01-31T13:50:00.100Z] #28 32.50 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-01-31T13:50:00.100Z] #28 32.50 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-01-31T13:50:00.100Z] #28 32.50 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-01-31T13:50:00.100Z] #28 32.50 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-01-31T13:50:00.100Z] #28 32.50 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-01-31T13:50:00.100Z] #28 32.51 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-01-31T13:50:00.100Z] #28 32.51 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-01-31T13:50:00.100Z] #28 32.51 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-01-31T13:50:00.100Z] #28 32.51 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-01-31T13:50:00.100Z] #28 32.55 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-01-31T13:50:00.100Z] #28 32.55 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-01-31T13:50:00.100Z] #28 32.55 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-31T13:50:00.100Z] #28 32.56 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-01-31T13:50:00.100Z] #28 32.57 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-01-31T13:50:00.100Z] #28 32.57 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-01-31T13:50:00.100Z] #28 32.57 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-01-31T13:50:00.100Z] #28 32.59 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-01-31T13:50:00.100Z] #28 32.60 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-01-31T13:50:00.100Z] #28 32.60 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-01-31T13:50:00.100Z] #28 32.70 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-01-31T13:50:00.361Z] #28 32.73 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-01-31T13:50:00.361Z] #28 32.74 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-01-31T13:50:00.361Z] #28 32.75 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-01-31T13:50:00.489Z] #21 29.79 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-01-31T13:50:00.489Z] #21 29.81 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-01-31T13:50:00.489Z] #21 29.82 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-01-31T13:50:00.489Z] #21 29.83 Setting up libicu67:arm64 (67.1-7) ... [2022-01-31T13:50:00.564Z] 0e02c12b1310: Pull complete [2022-01-31T13:50:00.565Z] Digest: sha256:08d5f2a16e6a588ee9ed2a6d1a89cca1749f93773997507a73449f7eb16afba4 [2022-01-31T13:50:00.565Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T13:50:00.565Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T13:50:00.565Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-01-31T13:50:00.565Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-01-31T13:50:00.565Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.473' [2022-01-31T13:50:00.565Z] INFO: Docker version of control daemon [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] Client: [2022-01-31T13:50:00.565Z] Version: 20.10.9 [2022-01-31T13:50:00.565Z] API version: 1.41 [2022-01-31T13:50:00.565Z] Go version: go1.16.8 [2022-01-31T13:50:00.565Z] Git commit: c2ea9bc [2022-01-31T13:50:00.565Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-31T13:50:00.565Z] OS/Arch: windows/amd64 [2022-01-31T13:50:00.565Z] Context: default [2022-01-31T13:50:00.565Z] Experimental: true [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] Server: Docker Engine - Community [2022-01-31T13:50:00.565Z] Engine: [2022-01-31T13:50:00.565Z] Version: 20.10.9 [2022-01-31T13:50:00.565Z] API version: 1.41 (minimum version 1.24) [2022-01-31T13:50:00.565Z] Go version: go1.16.8 [2022-01-31T13:50:00.565Z] Git commit: 79ea9d3 [2022-01-31T13:50:00.565Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-31T13:50:00.565Z] OS/Arch: windows/amd64 [2022-01-31T13:50:00.565Z] Experimental: true [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] INFO: Docker info of control daemon [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] Client: [2022-01-31T13:50:00.565Z] Context: default [2022-01-31T13:50:00.565Z] Debug Mode: false [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] Server: [2022-01-31T13:50:00.565Z] Containers: 0 [2022-01-31T13:50:00.565Z] Running: 0 [2022-01-31T13:50:00.565Z] Paused: 0 [2022-01-31T13:50:00.565Z] Stopped: 0 [2022-01-31T13:50:00.565Z] Images: 1 [2022-01-31T13:50:00.565Z] Server Version: 20.10.9 [2022-01-31T13:50:00.565Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-31T13:50:00.565Z] Windows: [2022-01-31T13:50:00.565Z] LCOW: [2022-01-31T13:50:00.565Z] Logging Driver: json-file [2022-01-31T13:50:00.565Z] Plugins: [2022-01-31T13:50:00.565Z] Volume: local [2022-01-31T13:50:00.565Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T13:50:00.565Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T13:50:00.565Z] Swarm: inactive [2022-01-31T13:50:00.565Z] Default Isolation: process [2022-01-31T13:50:00.565Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-31T13:50:00.565Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-31T13:50:00.565Z] OSType: windows [2022-01-31T13:50:00.565Z] Architecture: x86_64 [2022-01-31T13:50:00.565Z] CPUs: 4 [2022-01-31T13:50:00.565Z] Total Memory: 32GiB [2022-01-31T13:50:00.565Z] Name: azwin-2-045ec0 [2022-01-31T13:50:00.565Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-01-31T13:50:00.565Z] Docker Root Dir: D:\docker [2022-01-31T13:50:00.565Z] Debug Mode: false [2022-01-31T13:50:00.565Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:50:00.565Z] Labels: [2022-01-31T13:50:00.565Z] Experimental: true [2022-01-31T13:50:00.565Z] Insecure Registries: [2022-01-31T13:50:00.565Z] 10.0.0.4:5000 [2022-01-31T13:50:00.565Z] 127.0.0.0/8 [2022-01-31T13:50:00.565Z] Registry Mirrors: [2022-01-31T13:50:00.565Z] http://10.0.0.4:5000/ [2022-01-31T13:50:00.565Z] Live Restore Enabled: false [2022-01-31T13:50:00.565Z] Product License: Community Engine [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] INFO: Commit hash is af819bf623 [2022-01-31T13:50:00.565Z] INFO: Nuke-Everything... [2022-01-31T13:50:00.565Z] INFO: Container count on control daemon to delete is 0 [2022-01-31T13:50:00.565Z] INFO: Nuking d:\CI [2022-01-31T13:50:00.565Z] INFO: Zapped successfully [2022-01-31T13:50:00.565Z] INFO: Location for testing is d:\CI\PR-43199\4 [2022-01-31T13:50:00.565Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] INFO: Building the image from Dockerfile.windows at 01/31/2022 13:49:51... [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] Sending build context to Docker daemon 61.79MB [2022-01-31T13:50:00.565Z] [2022-01-31T13:50:00.565Z] Step 1/11 : FROM microsoft/windowsservercore [2022-01-31T13:50:00.565Z] ---> 11cbc9e36c7a [2022-01-31T13:50:00.565Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-01-31T13:50:00.565Z] ---> Running in 60fce73721a7 [2022-01-31T13:50:00.565Z] Removing intermediate container 60fce73721a7 [2022-01-31T13:50:00.565Z] ---> 67b658aec55a [2022-01-31T13:50:00.565Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-01-31T13:50:00.565Z] ---> Running in 8d9368df3006 [2022-01-31T13:50:00.565Z] Removing intermediate container 8d9368df3006 [2022-01-31T13:50:00.565Z] ---> 938ea724a6c8 [2022-01-31T13:50:00.565Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-01-31T13:50:00.565Z] ---> Running in 06edb9f504ed [2022-01-31T13:50:00.565Z] Removing intermediate container 06edb9f504ed [2022-01-31T13:50:00.565Z] ---> 88d1b1623231 [2022-01-31T13:50:00.565Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-01-31T13:50:00.565Z] ---> Running in 5378ff421e36 [2022-01-31T13:50:00.565Z] Removing intermediate container 5378ff421e36 [2022-01-31T13:50:00.565Z] ---> b6b5e17e3ab0 [2022-01-31T13:50:00.565Z] 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-01-31T13:50:00.565Z] ---> Running in 3fc32b3d3601 [2022-01-31T13:50:00.565Z] Removing intermediate container 3fc32b3d3601 [2022-01-31T13:50:00.565Z] ---> c871bdfd276d [2022-01-31T13:50:00.565Z] 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-01-31T13:50:00.565Z] ---> Running in 753d4510ec4b [2022-01-31T13:50:00.745Z] #21 29.85 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-01-31T13:50:00.745Z] #21 29.86 Setting up libinih1:arm64 (53-1+b2) ... [2022-01-31T13:50:00.745Z] #21 29.87 Setting up uidmap (1:4.8.1-1) ... [2022-01-31T13:50:00.745Z] #21 29.89 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:50:00.745Z] #21 29.90 Setting up bzip2 (1.0.8-4) ... [2022-01-31T13:50:00.745Z] #21 29.92 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-01-31T13:50:00.745Z] #21 29.93 Setting up python3-wheel (0.34.2-1) ... [2022-01-31T13:50:00.932Z] #28 33.37 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:50:01.192Z] #28 33.64 Fetched 18.6 MB in 1s (28.3 MB/s) [2022-01-31T13:50:01.192Z] #28 33.71 Selecting previously unselected package pigz. [2022-01-31T13:50:01.309Z] #21 30.67 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:01.309Z] #21 30.69 Setting up libcap2:arm64 (1:2.44-1) ... [2022-01-31T13:50:01.391Z] #60 219.2 + bin/containerd-shim-runc-v1 [2022-01-31T13:50:01.453Z] #28 33.71 (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-01-31T13:50:01.453Z] #28 33.76 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-01-31T13:50:01.453Z] #28 33.76 Unpacking pigz (2.6-1) ... [2022-01-31T13:50:01.453Z] #28 33.84 Selecting previously unselected package libelf1:amd64. [2022-01-31T13:50:01.453Z] #28 33.84 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-01-31T13:50:01.453Z] #28 33.86 Unpacking libelf1:amd64 (0.183-1) ... [2022-01-31T13:50:01.453Z] #28 33.96 Selecting previously unselected package libbpf0:amd64. [2022-01-31T13:50:01.453Z] #28 33.97 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-01-31T13:50:01.453Z] #28 33.98 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-01-31T13:50:01.453Z] #28 34.06 Selecting previously unselected package libcap2:amd64. [2022-01-31T13:50:01.566Z] #21 30.70 Setting up libcap2-bin (1:2.44-1) ... [2022-01-31T13:50:01.566Z] #21 30.72 Setting up apparmor (2.13.6-10) ... [2022-01-31T13:50:01.715Z] #28 34.07 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-01-31T13:50:01.715Z] #28 34.07 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-01-31T13:50:01.715Z] #28 34.12 Selecting previously unselected package libmnl0:amd64. [2022-01-31T13:50:01.715Z] #28 34.13 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-01-31T13:50:01.715Z] #28 34.15 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-01-31T13:50:01.715Z] #28 34.19 Selecting previously unselected package libxtables12:amd64. [2022-01-31T13:50:01.715Z] #28 34.21 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-01-31T13:50:01.715Z] #28 34.21 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-01-31T13:50:01.715Z] #28 34.28 Selecting previously unselected package libcap2-bin. [2022-01-31T13:50:01.715Z] #28 34.29 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-01-31T13:50:01.715Z] #28 34.29 Unpacking libcap2-bin (1:2.44-1) ... [2022-01-31T13:50:01.976Z] #28 34.35 Selecting previously unselected package iproute2. [2022-01-31T13:50:01.976Z] #28 34.36 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-01-31T13:50:01.976Z] #28 34.37 Unpacking iproute2 (5.10.0-4) ... [2022-01-31T13:50:02.238Z] #28 34.67 Selecting previously unselected package xxd. [2022-01-31T13:50:02.238Z] #28 34.67 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:50:02.238Z] #28 34.68 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:02.238Z] #28 34.77 Selecting previously unselected package vim-common. [2022-01-31T13:50:02.499Z] #28 34.77 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:50:02.499Z] #28 34.79 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:02.499Z] #28 34.91 Selecting previously unselected package bash-completion. [2022-01-31T13:50:02.499Z] #28 34.91 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-01-31T13:50:03.459Z] #21 32.43 Setting up zip (3.0-12) ... [2022-01-31T13:50:03.459Z] #21 32.45 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:03.459Z] #21 32.49 Setting up bash-completion (1:2.11-2) ... [2022-01-31T13:50:03.503Z] #60 225.8 + bin/containerd-shim-runc-v2 [2022-01-31T13:50:03.889Z] #28 36.10 Unpacking bash-completion (1:2.11-2) ... [2022-01-31T13:50:03.889Z] #28 36.31 Selecting previously unselected package apparmor. [2022-01-31T13:50:03.889Z] #28 36.32 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-01-31T13:50:03.889Z] #28 36.36 Unpacking apparmor (2.13.6-10) ... [2022-01-31T13:50:04.034Z] #60 224.5 + bin/containerd-shim-runc-v2 [2022-01-31T13:50:04.065Z] #60 226.4 + binaries [2022-01-31T13:50:04.065Z] #60 226.4 + install -D bin/containerd /build/containerd [2022-01-31T13:50:04.065Z] #60 226.4 + install -D bin/containerd-shim /build/containerd-shim [2022-01-31T13:50:04.065Z] #60 226.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-01-31T13:50:04.065Z] #60 226.4 + install -D bin/ctr /build/ctr [2022-01-31T13:50:04.150Z] #28 36.62 Selecting previously unselected package inetutils-ping. [2022-01-31T13:50:04.150Z] #28 36.63 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-01-31T13:50:04.150Z] #28 36.64 Unpacking inetutils-ping (2:2.0-1) ... [2022-01-31T13:50:04.150Z] #28 36.73 Selecting previously unselected package libip4tc2:amd64. [2022-01-31T13:50:04.401Z] [2022-01-31T13:50:04.401Z] SUCCESS: Specified value was saved. [2022-01-31T13:50:04.417Z] #28 36.73 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-01-31T13:50:04.417Z] #28 36.74 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-01-31T13:50:04.417Z] #28 36.80 Selecting previously unselected package libip6tc2:amd64. [2022-01-31T13:50:04.417Z] #28 36.81 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-01-31T13:50:04.417Z] #28 36.82 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-01-31T13:50:04.417Z] #28 36.87 Selecting previously unselected package libnfnetlink0:amd64. [2022-01-31T13:50:04.417Z] #28 36.88 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-01-31T13:50:04.417Z] #28 36.88 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-31T13:50:04.417Z] #28 36.93 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-01-31T13:50:04.417Z] #28 36.93 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-01-31T13:50:04.417Z] #28 36.94 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-31T13:50:04.417Z] #28 36.99 Selecting previously unselected package libnftnl11:amd64. [2022-01-31T13:50:04.596Z] #60 225.1 + binaries [2022-01-31T13:50:04.596Z] #60 225.1 + install -D bin/containerd /build/containerd [2022-01-31T13:50:04.596Z] #60 225.1 + install -D bin/containerd-shim /build/containerd-shim [2022-01-31T13:50:04.596Z] #60 225.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-01-31T13:50:04.596Z] #60 225.1 + install -D bin/ctr /build/ctr [2022-01-31T13:50:04.683Z] #28 37.00 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-01-31T13:50:04.683Z] #28 37.01 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-01-31T13:50:04.683Z] #28 37.10 Selecting previously unselected package iptables. [2022-01-31T13:50:04.683Z] #28 37.10 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-01-31T13:50:04.683Z] #28 37.11 Unpacking iptables (1.8.7-1) ... [2022-01-31T13:50:04.869Z] INFO: Downloading git... [2022-01-31T13:50:04.951Z] #28 37.32 Selecting previously unselected package libonig5:amd64. [2022-01-31T13:50:04.951Z] #28 37.34 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-01-31T13:50:04.951Z] #28 37.34 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:50:04.951Z] #28 37.43 Selecting previously unselected package libjq1:amd64. [2022-01-31T13:50:04.951Z] #28 37.44 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-01-31T13:50:04.951Z] #28 37.45 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:50:05.212Z] #28 37.53 Selecting previously unselected package jq. [2022-01-31T13:50:05.212Z] #28 37.53 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-01-31T13:50:05.212Z] #28 37.54 Unpacking jq (1.6-2.1) ... [2022-01-31T13:50:05.212Z] #28 37.61 Selecting previously unselected package libaio1:amd64. [2022-01-31T13:50:05.212Z] #28 37.61 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-01-31T13:50:05.212Z] #28 37.62 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-01-31T13:50:05.212Z] #28 37.67 Selecting previously unselected package libgpm2:amd64. [2022-01-31T13:50:05.212Z] #28 37.67 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-01-31T13:50:05.212Z] #28 37.68 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-01-31T13:50:05.212Z] #28 37.73 Selecting previously unselected package libinih1:amd64. [2022-01-31T13:50:05.212Z] #28 37.74 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-01-31T13:50:05.212Z] #28 37.75 Unpacking libinih1:amd64 (53-1+b2) ... [2022-01-31T13:50:05.351Z] #21 34.34 Setting up xz-utils (5.2.5-2) ... [2022-01-31T13:50:05.351Z] #21 34.36 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-01-31T13:50:05.351Z] #21 34.37 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-01-31T13:50:05.351Z] #21 34.39 Setting up patch (2.7.6-7) ... [2022-01-31T13:50:05.351Z] #21 34.40 Setting up sudo (1.9.5p2-3) ... [2022-01-31T13:50:05.352Z] #21 34.48 invoke-rc.d: could not determine current runlevel [2022-01-31T13:50:05.352Z] #21 34.48 invoke-rc.d: policy-rc.d denied execution of start. [2022-01-31T13:50:05.352Z] #21 34.50 Setting up xfsprogs (5.10.0-4) ... [2022-01-31T13:50:05.352Z] #21 34.52 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-01-31T13:50:05.352Z] #21 34.54 Setting up inetutils-ping (2:2.0-1) ... [2022-01-31T13:50:05.352Z] #21 34.55 Setting up pigz (2.6-1) ... [2022-01-31T13:50:05.352Z] #21 34.57 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-01-31T13:50:05.352Z] #21 34.59 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-01-31T13:50:05.352Z] #21 34.61 Setting up python-pip-whl (20.3.4-4) ... [2022-01-31T13:50:05.352Z] #21 34.63 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:05.473Z] #28 37.79 Selecting previously unselected package libnet1:amd64. [2022-01-31T13:50:05.473Z] #28 37.80 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-01-31T13:50:05.473Z] #28 37.82 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:50:05.473Z] #28 37.88 Selecting previously unselected package libnl-3-200:amd64. [2022-01-31T13:50:05.473Z] #28 37.88 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-01-31T13:50:05.473Z] #28 37.89 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:50:05.473Z] #28 37.95 Selecting previously unselected package libprotobuf-c1:amd64. [2022-01-31T13:50:05.473Z] #28 37.95 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-01-31T13:50:05.473Z] #28 37.96 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:50:05.473Z] #28 38.01 Selecting previously unselected package net-tools. [2022-01-31T13:50:05.473Z] #28 38.01 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-01-31T13:50:05.473Z] #28 38.02 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-01-31T13:50:05.735Z] #28 38.14 Selecting previously unselected package python-pip-whl. [2022-01-31T13:50:05.735Z] #28 38.16 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-01-31T13:50:05.735Z] #28 38.16 Unpacking python-pip-whl (20.3.4-4) ... [2022-01-31T13:50:05.915Z] #21 35.15 Setting up libaio1:arm64 (0.3.112-9) ... [2022-01-31T13:50:05.915Z] #21 35.16 Setting up python3-lib2to3 (3.9.2-1) ... [2022-01-31T13:50:06.032Z] #60 DONE 228.3s [2022-01-31T13:50:06.172Z] #21 35.51 Setting up libelf1:arm64 (0.183-1) ... [2022-01-31T13:50:06.172Z] #21 35.55 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-01-31T13:50:06.172Z] #21 35.57 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-01-31T13:50:06.172Z] #21 35.58 Setting up python3-distutils (3.9.2-1) ... [2022-01-31T13:50:06.307Z] #28 38.65 Selecting previously unselected package python3-lib2to3. [2022-01-31T13:50:06.307Z] #28 38.66 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-01-31T13:50:06.307Z] #28 38.67 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-01-31T13:50:06.307Z] #28 38.78 Selecting previously unselected package python3-distutils. [2022-01-31T13:50:06.307Z] #28 38.79 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-01-31T13:50:06.307Z] #28 38.80 Unpacking python3-distutils (3.9.2-1) ... [2022-01-31T13:50:06.434Z] INFO: Downloading go... [2022-01-31T13:50:06.482Z] #60 DONE 227.0s [2022-01-31T13:50:06.568Z] #28 38.91 Selecting previously unselected package python3-pkg-resources. [2022-01-31T13:50:06.568Z] #28 38.92 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-31T13:50:06.568Z] #28 38.92 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:50:06.568Z] #28 39.01 Selecting previously unselected package python3-setuptools. [2022-01-31T13:50:06.568Z] #28 39.02 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-01-31T13:50:06.568Z] #28 39.04 Unpacking python3-setuptools (52.0.0-4) ... [2022-01-31T13:50:06.639Z] #60 224.4 + bin/containerd-shim-runc-v2 [2022-01-31T13:50:06.736Z] #21 36.00 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:06.736Z] #21 36.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-01-31T13:50:06.736Z] #21 36.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-01-31T13:50:06.736Z] #21 36.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-01-31T13:50:06.736Z] #21 36.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-01-31T13:50:06.736Z] #21 36.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-01-31T13:50:06.736Z] #21 36.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-01-31T13:50:06.736Z] #21 36.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-01-31T13:50:06.736Z] #21 36.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-01-31T13:50:06.736Z] #21 36.08 Setting up python3-setuptools (52.0.0-4) ... [2022-01-31T13:50:06.830Z] #28 39.19 Selecting previously unselected package python3-wheel. [2022-01-31T13:50:06.830Z] #28 39.21 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-01-31T13:50:06.830Z] #28 39.22 Unpacking python3-wheel (0.34.2-1) ... [2022-01-31T13:50:06.830Z] #28 39.27 Selecting previously unselected package python3-pip. [2022-01-31T13:50:06.830Z] #28 39.28 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-01-31T13:50:06.830Z] #28 39.29 Unpacking python3-pip (20.3.4-4) ... [2022-01-31T13:50:06.959Z] [2022-01-31T13:50:06.959Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-01-31T13:50:06.959Z] #61 sha256:3bc689b8c9d902dd7b2333429522f7e254fac52def996cda40ab96668e6ceaaf [2022-01-31T13:50:07.091Z] #28 39.44 Selecting previously unselected package sudo. [2022-01-31T13:50:07.091Z] #28 39.45 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-01-31T13:50:07.091Z] #28 39.46 Unpacking sudo (1.9.5p2-3) ... [2022-01-31T13:50:07.200Z] #60 225.0 + binaries [2022-01-31T13:50:07.200Z] #60 225.0 + install -D bin/containerd /build/containerd [2022-01-31T13:50:07.200Z] #60 225.0 + install -D bin/containerd-shim /build/containerd-shim [2022-01-31T13:50:07.200Z] #60 225.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-01-31T13:50:07.200Z] #60 225.0 + install -D bin/ctr /build/ctr [2022-01-31T13:50:07.214Z] #61 DONE 0.7s [2022-01-31T13:50:07.352Z] #28 39.83 Selecting previously unselected package thin-provisioning-tools. [2022-01-31T13:50:07.352Z] #28 39.84 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-01-31T13:50:07.352Z] #28 39.85 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-01-31T13:50:07.352Z] #28 39.98 Selecting previously unselected package uidmap. [2022-01-31T13:50:07.409Z] [2022-01-31T13:50:07.409Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-01-31T13:50:07.409Z] #61 sha256:aa733bb4d1b67b39aaad6102e4dc0faa281d1e342375946507ebf08f77e3ec68 [2022-01-31T13:50:07.432Z] INFO: Downloading compiler 1 of 3... [2022-01-31T13:50:07.469Z] [2022-01-31T13:50:07.469Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-01-31T13:50:07.469Z] #66 sha256:d928a9179e8d18ae25c4bf8483542d4d30e026eeb1691f8f29720a3cb21b63a8 [2022-01-31T13:50:07.613Z] #28 39.99 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-01-31T13:50:07.613Z] #28 39.99 Unpacking uidmap (1:4.8.1-1) ... [2022-01-31T13:50:07.613Z] #28 40.08 Selecting previously unselected package vim-runtime. [2022-01-31T13:50:07.613Z] #28 40.09 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-31T13:50:07.613Z] #28 40.12 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-01-31T13:50:07.613Z] #28 40.14 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-01-31T13:50:07.613Z] #28 40.14 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:07.727Z] #66 DONE 0.2s [2022-01-31T13:50:07.727Z] [2022-01-31T13:50:07.727Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-01-31T13:50:07.727Z] #71 sha256:ca8521f8bc6fabefbf26003c22bbeff470af753ad53abb4aa7b537ab58d8b1f1 [2022-01-31T13:50:07.969Z] #61 DONE 0.7s [2022-01-31T13:50:08.104Z] #21 37.44 Setting up libjq1:arm64 (1.6-2.1) ... [2022-01-31T13:50:08.104Z] #21 37.45 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-01-31T13:50:08.104Z] #21 37.47 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-01-31T13:50:08.104Z] #21 37.48 Setting up python3-pip (20.3.4-4) ... [2022-01-31T13:50:08.225Z] [2022-01-31T13:50:08.225Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-01-31T13:50:08.225Z] #66 sha256:5b8fa9d7bae6ea0f5ffe42d5e68823a63d9e72ef1d9381bf9154f2baaa993106 [2022-01-31T13:50:08.225Z] #66 DONE 0.2s [2022-01-31T13:50:08.225Z] [2022-01-31T13:50:08.225Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-01-31T13:50:08.225Z] #71 sha256:893fe68a9bdaac131f4ee8c1e05fb7c478c64b245303b906f8bfbd1a220ffd4c [2022-01-31T13:50:08.288Z] #71 DONE 0.8s [2022-01-31T13:50:08.288Z] [2022-01-31T13:50:08.288Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-01-31T13:50:08.288Z] #72 sha256:8f18792633d94cbcbaafe83e2a04f7ffcb52d9bca0e1641c2906bb0a0da7255d [2022-01-31T13:50:08.288Z] #72 DONE 0.0s [2022-01-31T13:50:08.288Z] [2022-01-31T13:50:08.288Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-01-31T13:50:08.288Z] #73 sha256:2c6750f145d22ae298bed4c18f4e87baa57e2c455811bbcaf68c08c3fb56d7bb [2022-01-31T13:50:08.997Z] INFO: Downloading compiler 2 of 3... [2022-01-31T13:50:09.151Z] #71 DONE 0.8s [2022-01-31T13:50:09.151Z] [2022-01-31T13:50:09.151Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-01-31T13:50:09.151Z] #72 sha256:7eb427e9f036c1192decc70cd5eb12a41f3b28f711ef135dee9bec644248b141 [2022-01-31T13:50:09.151Z] #72 DONE 0.0s [2022-01-31T13:50:09.151Z] [2022-01-31T13:50:09.151Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-01-31T13:50:09.151Z] #73 sha256:bceac0ad454253f679811843c4615824a3307c5501327a489c3c7e58c8646d0e [2022-01-31T13:50:09.214Z] #73 DONE 0.7s [2022-01-31T13:50:09.214Z] [2022-01-31T13:50:09.214Z] #74 exporting to image [2022-01-31T13:50:09.214Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-01-31T13:50:09.214Z] #74 exporting layers [2022-01-31T13:50:09.474Z] #21 38.65 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-01-31T13:50:09.474Z] #21 38.66 Setting up jq (1.6-2.1) ... [2022-01-31T13:50:09.474Z] #21 38.67 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-01-31T13:50:09.474Z] #21 38.69 Setting up iptables (1.8.7-1) ... [2022-01-31T13:50:09.474Z] #21 38.70 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-31T13:50:09.474Z] #21 38.71 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-31T13:50:09.474Z] #21 38.72 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-31T13:50:09.474Z] #21 38.73 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-31T13:50:09.474Z] #21 38.73 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-01-31T13:50:09.474Z] #21 38.74 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-01-31T13:50:09.474Z] #21 38.75 Setting up iproute2 (5.10.0-4) ... [2022-01-31T13:50:09.529Z] #28 41.86 Selecting previously unselected package vim. [2022-01-31T13:50:09.529Z] #28 41.87 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-31T13:50:09.529Z] #28 41.88 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:09.714Z] #73 DONE 0.7s [2022-01-31T13:50:09.732Z] #21 39.04 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:50:09.790Z] #28 42.25 Selecting previously unselected package xfsprogs. [2022-01-31T13:50:09.790Z] #28 42.26 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-01-31T13:50:09.970Z] [2022-01-31T13:50:09.970Z] #74 exporting to image [2022-01-31T13:50:09.970Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-01-31T13:50:09.970Z] #74 exporting layers [2022-01-31T13:50:09.983Z] INFO: Downloading compiler 3 of 3... [2022-01-31T13:50:10.052Z] #28 42.27 Unpacking xfsprogs (5.10.0-4) ... [2022-01-31T13:50:10.052Z] #28 42.55 Selecting previously unselected package zip. [2022-01-31T13:50:10.052Z] #28 42.55 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-01-31T13:50:10.052Z] #28 42.56 Unpacking zip (3.0-12) ... [2022-01-31T13:50:10.052Z] #28 42.64 Selecting previously unselected package zstd. [2022-01-31T13:50:10.297Z] #21 DONE 39.8s [2022-01-31T13:50:10.297Z] [2022-01-31T13:50:10.297Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:50:10.297Z] #51 sha256:763aef51664e4de202fafbd0651ed744c1c6a758cccdf395f1ff9c788c33c154 [2022-01-31T13:50:10.313Z] #28 42.65 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-01-31T13:50:10.313Z] #28 42.66 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-01-31T13:50:10.313Z] #28 42.93 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-31T13:50:10.453Z] INFO: Extracting git... [2022-01-31T13:50:10.473Z] #60 DONE 227.9s [2022-01-31T13:50:10.554Z] #51 ... [2022-01-31T13:50:10.554Z] [2022-01-31T13:50:10.554Z] #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-01-31T13:50:10.554Z] #22 sha256:09eced093a07377984af5193118937a4bbe85c23b5aa55217a4a90cced512d08 [2022-01-31T13:50:10.728Z] [2022-01-31T13:50:10.728Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-01-31T13:50:10.728Z] #61 sha256:dbe41623c3e3ee0256a9e47a3308e1b75905533f912890e5e51e9cdbdee87f01 [2022-01-31T13:50:10.885Z] #28 43.41 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-01-31T13:50:10.885Z] #28 43.42 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-01-31T13:50:10.885Z] #28 43.43 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-01-31T13:50:10.885Z] #28 43.45 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-01-31T13:50:10.885Z] #28 43.46 Setting up libinih1:amd64 (53-1+b2) ... [2022-01-31T13:50:10.885Z] #28 43.47 Setting up uidmap (1:4.8.1-1) ... [2022-01-31T13:50:10.885Z] #28 43.49 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-31T13:50:11.118Z] #22 0.646 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-01-31T13:50:11.118Z] #22 0.651 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-01-31T13:50:11.118Z] #22 0.656 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-01-31T13:50:11.118Z] #22 DONE 0.7s [2022-01-31T13:50:11.118Z] [2022-01-31T13:50:11.118Z] #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-01-31T13:50:11.118Z] #26 sha256:7136e1dbb2b03c05c03282cb7b4b51f30be7b0459938ee373489d2aeb1961dac [2022-01-31T13:50:11.146Z] #28 43.50 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-31T13:50:11.146Z] #28 43.51 Setting up python3-wheel (0.34.2-1) ... [2022-01-31T13:50:11.375Z] #26 ... [2022-01-31T13:50:11.375Z] [2022-01-31T13:50:11.375Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-31T13:50:11.375Z] #23 sha256:87bac903f353f1463ce3ca14555ca78b7b11df3fc7e2a081d828af891a131cea [2022-01-31T13:50:11.407Z] #28 43.85 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:11.407Z] #28 43.87 Setting up libcap2:amd64 (1:2.44-1) ... [2022-01-31T13:50:11.407Z] #28 43.88 Setting up libcap2-bin (1:2.44-1) ... [2022-01-31T13:50:11.407Z] #28 43.89 Setting up apparmor (2.13.6-10) ... [2022-01-31T13:50:11.653Z] #61 DONE 1.0s [2022-01-31T13:50:11.653Z] [2022-01-31T13:50:11.653Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-01-31T13:50:11.653Z] #66 sha256:ee57c38dd307026e0ab99064723409d85bd9f9645fa13be97b41190246b52237 [2022-01-31T13:50:11.908Z] #66 DONE 0.3s [2022-01-31T13:50:11.908Z] [2022-01-31T13:50:11.908Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-01-31T13:50:11.908Z] #71 sha256:7d2f650b60d6d93fe67cb40b5c3e88a1f1b162660c0ddc2715c35851fc3f1360 [2022-01-31T13:50:12.792Z] #28 45.09 Setting up zip (3.0-12) ... [2022-01-31T13:50:12.792Z] #28 45.10 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:12.792Z] #28 45.13 Setting up bash-completion (1:2.11-2) ... [2022-01-31T13:50:13.270Z] #71 DONE 1.3s [2022-01-31T13:50:13.270Z] [2022-01-31T13:50:13.270Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-01-31T13:50:13.270Z] #72 sha256:5e563210ffad8b786d10c1f338f033faabd9889d6cabf9e62c429818ca197e6e [2022-01-31T13:50:13.270Z] #72 DONE 0.1s [2022-01-31T13:50:13.270Z] [2022-01-31T13:50:13.270Z] #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-01-31T13:50:13.270Z] #73 sha256:d72fe824208ef13d33d0903b0242160f12c7f28f4b56a28457c6bab548013879 [2022-01-31T13:50:13.831Z] #73 0.624 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-01-31T13:50:14.087Z] #73 0.791 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-01-31T13:50:14.087Z] #73 1.000 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-01-31T13:50:14.178Z] #28 46.47 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-01-31T13:50:14.178Z] #28 46.48 Setting up sudo (1.9.5p2-3) ... [2022-01-31T13:50:14.178Z] #28 46.54 invoke-rc.d: could not determine current runlevel [2022-01-31T13:50:14.178Z] #28 46.55 invoke-rc.d: policy-rc.d denied execution of start. [2022-01-31T13:50:14.178Z] #28 46.56 Setting up xfsprogs (5.10.0-4) ... [2022-01-31T13:50:14.178Z] #28 46.57 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-01-31T13:50:14.178Z] #28 46.59 Setting up inetutils-ping (2:2.0-1) ... [2022-01-31T13:50:14.178Z] #28 46.60 Setting up pigz (2.6-1) ... [2022-01-31T13:50:14.178Z] #28 46.61 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-31T13:50:14.178Z] #28 46.63 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-31T13:50:14.178Z] #28 46.65 Setting up python-pip-whl (20.3.4-4) ... [2022-01-31T13:50:14.438Z] #28 46.66 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:14.906Z] #73 1.080 Reading package lists... [2022-01-31T13:50:14.960Z] #28 47.22 Setting up libaio1:amd64 (0.3.112-9) ... [2022-01-31T13:50:14.960Z] #28 47.23 Setting up python3-lib2to3 (3.9.2-1) ... [2022-01-31T13:50:14.960Z] #28 47.45 Setting up libelf1:amd64 (0.183-1) ... [2022-01-31T13:50:14.960Z] #28 47.46 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-01-31T13:50:15.221Z] #28 47.48 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-01-31T13:50:15.221Z] #28 47.49 Setting up python3-distutils (3.9.2-1) ... [2022-01-31T13:50:15.470Z] #73 1.599 Reading package lists... [2022-01-31T13:50:15.470Z] #73 2.102 Building dependency tree... [2022-01-31T13:50:15.470Z] #73 2.208 Reading state information... [2022-01-31T13:50:15.470Z] #73 2.326 The following additional packages will be installed: [2022-01-31T13:50:15.483Z] #28 47.80 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-01-31T13:50:15.483Z] #28 47.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-01-31T13:50:15.483Z] #28 47.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-01-31T13:50:15.483Z] #28 47.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-01-31T13:50:15.483Z] #28 47.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-01-31T13:50:15.483Z] #28 47.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-01-31T13:50:15.483Z] #28 47.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-01-31T13:50:15.483Z] #28 47.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-01-31T13:50:15.483Z] #28 47.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-01-31T13:50:15.483Z] #28 47.91 Setting up python3-setuptools (52.0.0-4) ... [2022-01-31T13:50:15.726Z] #73 2.327 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-01-31T13:50:15.726Z] #73 2.327 systemd-timesyncd [2022-01-31T13:50:15.726Z] #73 2.328 Suggested packages: [2022-01-31T13:50:15.726Z] #73 2.328 systemd-container policykit-1 [2022-01-31T13:50:15.726Z] #73 2.328 Recommended packages: [2022-01-31T13:50:15.726Z] #73 2.328 libnss-systemd [2022-01-31T13:50:15.726Z] #73 2.417 The following NEW packages will be installed: [2022-01-31T13:50:15.726Z] #73 2.417 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-01-31T13:50:15.726Z] #73 2.418 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2022-01-31T13:50:15.796Z] #74 exporting layers 6.0s done [2022-01-31T13:50:15.796Z] #74 writing image sha256:fd1a1cdca2da70d81de36d5eec364e51d97d5e6b3a7a463044b6bebdb087104a done [2022-01-31T13:50:15.796Z] #74 naming to docker.io/library/docker:af819bf623a8d414289b24f9817c6317cf3f96d5 done [2022-01-31T13:50:15.796Z] #74 DONE 6.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-01-31T13:50:15.981Z] #73 2.686 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2022-01-31T13:50:15.981Z] #73 2.686 Need to get 5937 kB of archives. [2022-01-31T13:50:15.981Z] #73 2.686 After this operation, 19.5 MB of additional disk space will be used. [2022-01-31T13:50:15.981Z] #73 2.686 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-01-31T13:50:15.981Z] #73 2.689 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-01-31T13:50:15.981Z] #73 2.699 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB] [2022-01-31T13:50:16.133Z] + trap exit INT TERM [2022-01-31T13:50:16.133Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-01-31T13:50:16.133Z] + CONTAINER_NAME=docker-pr4 [2022-01-31T13:50:16.133Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43199/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/make.sh dynbinary [2022-01-31T13:50:16.236Z] #73 2.851 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-01-31T13:50:16.236Z] #73 2.855 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2022-01-31T13:50:16.236Z] #73 2.857 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2022-01-31T13:50:16.236Z] #73 2.921 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2022-01-31T13:50:16.236Z] #73 2.924 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-01-31T13:50:16.236Z] #73 2.925 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-01-31T13:50:16.236Z] #73 2.927 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2022-01-31T13:50:16.236Z] #73 2.929 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-01-31T13:50:16.388Z] [2022-01-31T13:50:16.388Z] Removing bundles/ [2022-01-31T13:50:16.388Z] [2022-01-31T13:50:16.426Z] #28 48.80 Setting up libjq1:amd64 (1.6-2.1) ... [2022-01-31T13:50:16.426Z] #28 48.83 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-01-31T13:50:16.426Z] #28 48.84 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-01-31T13:50:16.426Z] #28 48.87 Setting up python3-pip (20.3.4-4) ... [2022-01-31T13:50:16.492Z] #73 3.079 debconf: delaying package configuration, since apt-utils is not installed [2022-01-31T13:50:16.492Z] #73 3.109 Fetched 5937 kB in 1s (11.7 MB/s) [2022-01-31T13:50:16.492Z] #73 3.132 Selecting previously unselected package libargon2-1:amd64. [2022-01-31T13:50:16.492Z] #73 3.132 (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-01-31T13:50:16.492Z] #73 3.145 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-01-31T13:50:16.492Z] #73 3.150 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-01-31T13:50:16.492Z] #73 3.180 Selecting previously unselected package libjson-c5:amd64. [2022-01-31T13:50:16.492Z] #73 3.182 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2022-01-31T13:50:16.492Z] #73 3.185 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-01-31T13:50:16.492Z] #73 3.216 Selecting previously unselected package libcryptsetup12:amd64. [2022-01-31T13:50:16.492Z] #73 3.217 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ... [2022-01-31T13:50:16.492Z] #73 3.220 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ... [2022-01-31T13:50:16.492Z] #73 3.267 Selecting previously unselected package libkmod2:amd64. [2022-01-31T13:50:16.492Z] #73 3.269 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2022-01-31T13:50:16.492Z] #73 3.273 Unpacking libkmod2:amd64 (28-1) ... [2022-01-31T13:50:16.492Z] #73 3.306 Selecting previously unselected package systemd-timesyncd. [2022-01-31T13:50:16.505Z] #74 exporting layers 5.9s done [2022-01-31T13:50:16.505Z] #74 writing image sha256:f543184d0bbbebae3802ee5fd734210129d5c19a0eef6dd5f015aa3556309d69 done [2022-01-31T13:50:16.505Z] #74 naming to docker.io/library/docker:af819bf623a8d414289b24f9817c6317cf3f96d5 done [2022-01-31T13:50:16.505Z] #74 DONE 5.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-01-31T13:50:16.644Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-01-31T13:50:16.644Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-01-31T13:50:16.644Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T13:50:16.748Z] #73 3.309 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2022-01-31T13:50:16.748Z] #73 3.312 Unpacking systemd-timesyncd (247.3-6) ... [2022-01-31T13:50:16.748Z] #73 3.358 Selecting previously unselected package systemd. [2022-01-31T13:50:16.748Z] #73 3.361 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2022-01-31T13:50:16.748Z] #73 3.394 Unpacking systemd (247.3-6) ... [2022-01-31T13:50:16.846Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -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:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/make.sh dynbinary test-integration [2022-01-31T13:50:17.003Z] #73 3.888 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-01-31T13:50:17.102Z] [2022-01-31T13:50:17.259Z] #73 3.897 Setting up libjson-c5:amd64 (0.15-2) ... [2022-01-31T13:50:17.259Z] #73 3.906 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ... [2022-01-31T13:50:17.259Z] #73 3.915 Setting up libkmod2:amd64 (28-1) ... [2022-01-31T13:50:17.259Z] #73 3.926 Setting up systemd (247.3-6) ... [2022-01-31T13:50:17.259Z] #73 3.957 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-01-31T13:50:17.259Z] #73 3.958 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-01-31T13:50:17.259Z] #73 3.961 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-01-31T13:50:17.261Z] #28 49.50 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-31T13:50:17.261Z] #28 49.52 Setting up jq (1.6-2.1) ... [2022-01-31T13:50:17.261Z] #28 49.53 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-01-31T13:50:17.261Z] #28 49.55 Setting up iptables (1.8.7-1) ... [2022-01-31T13:50:17.261Z] #28 49.56 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-31T13:50:17.261Z] #28 49.57 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-31T13:50:17.261Z] #28 49.57 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-31T13:50:17.261Z] #28 49.57 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-31T13:50:17.261Z] #28 49.58 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-01-31T13:50:17.261Z] #28 49.58 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-01-31T13:50:17.261Z] #28 49.59 Setting up iproute2 (5.10.0-4) ... [2022-01-31T13:50:17.361Z] Removing bundles/ [2022-01-31T13:50:17.361Z] [2022-01-31T13:50:17.361Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-01-31T13:50:17.361Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-01-31T13:50:17.361Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T13:50:17.515Z] #73 4.267 Setting up systemd-timesyncd (247.3-6) ... [2022-01-31T13:50:17.522Z] #28 49.86 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:50:17.771Z] #73 4.468 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-01-31T13:50:17.772Z] #73 4.468 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-01-31T13:50:17.772Z] #73 4.521 Selecting previously unselected package systemd-sysv. [2022-01-31T13:50:17.772Z] #73 4.521 (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-01-31T13:50:17.772Z] #73 4.535 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2022-01-31T13:50:17.772Z] #73 4.538 Unpacking systemd-sysv (247.3-6) ... [2022-01-31T13:50:17.772Z] #73 4.577 Selecting previously unselected package libdbus-1-3:amd64. [2022-01-31T13:50:18.028Z] #73 4.580 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-01-31T13:50:18.028Z] #73 4.583 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-01-31T13:50:18.028Z] #73 4.634 Selecting previously unselected package dbus. [2022-01-31T13:50:18.028Z] #73 4.637 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-01-31T13:50:18.028Z] #73 4.646 Unpacking dbus (1.12.20-2) ... [2022-01-31T13:50:18.028Z] #73 4.703 Selecting previously unselected package libpam-systemd:amd64. [2022-01-31T13:50:18.028Z] #73 4.706 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2022-01-31T13:50:18.028Z] #73 4.710 Unpacking libpam-systemd:amd64 (247.3-6) ... [2022-01-31T13:50:18.028Z] #73 4.753 Selecting previously unselected package dbus-user-session. [2022-01-31T13:50:18.028Z] #73 4.756 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-01-31T13:50:18.028Z] #73 4.759 Unpacking dbus-user-session (1.12.20-2) ... [2022-01-31T13:50:18.028Z] #73 4.824 Setting up systemd-sysv (247.3-6) ... [2022-01-31T13:50:18.095Z] #28 DONE 50.4s [2022-01-31T13:50:18.095Z] [2022-01-31T13:50:18.095Z] #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-01-31T13:50:18.095Z] #29 sha256:a7d37a0f95d3e1fb1ac366f11fa1a378855a62d22f673b8d86524ddad6d82d11 [2022-01-31T13:50:18.283Z] #73 4.834 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-01-31T13:50:18.284Z] #73 4.842 Setting up dbus (1.12.20-2) ... [2022-01-31T13:50:18.284Z] #73 4.954 invoke-rc.d: could not determine current runlevel [2022-01-31T13:50:18.284Z] #73 4.957 invoke-rc.d: policy-rc.d denied execution of start. [2022-01-31T13:50:18.284Z] #73 4.960 Setting up libpam-systemd:amd64 (247.3-6) ... [2022-01-31T13:50:18.539Z] #73 5.107 Setting up dbus-user-session (1.12.20-2) ... [2022-01-31T13:50:18.539Z] #73 5.121 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-31T13:50:18.539Z] #73 DONE 5.3s [2022-01-31T13:50:18.539Z] [2022-01-31T13:50:18.539Z] #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-01-31T13:50:18.539Z] #74 sha256:81a39abaf2959f6bbfc4064f9c7dc7ee5ecdb2932cc4f2334c1550746a94c8c2 [2022-01-31T13:50:19.041Z] #29 0.808 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-01-31T13:50:19.041Z] #29 0.813 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-01-31T13:50:19.041Z] #29 0.816 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-01-31T13:50:19.041Z] #29 DONE 0.9s [2022-01-31T13:50:19.041Z] [2022-01-31T13:50:19.042Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-31T13:50:19.042Z] #30 sha256:caee3bb8b85cad9d59986fd0229fbd5db28a2aed4b0486839c8886fc245bac76 [2022-01-31T13:50:19.049Z] #74 0.397 % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-31T13:50:19.049Z] #74 0.398 Dload Upload Total Spent Left Speed [2022-01-31T13:50:19.305Z] #74 0.398 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5805 0 --:--:-- --:--:-- --:--:-- 5805 [2022-01-31T13:50:19.305Z] #74 DONE 0.8s [2022-01-31T13:50:19.305Z] [2022-01-31T13:50:19.305Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-01-31T13:50:19.305Z] #75 sha256:97650cee08860f4a40bdea98a2e91328f724f65bdc415c804466cf89346af076 [2022-01-31T13:50:20.278Z] #75 DONE 0.9s [2022-01-31T13:50:20.278Z] [2022-01-31T13:50:20.278Z] #76 exporting to image [2022-01-31T13:50:20.278Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-01-31T13:50:20.278Z] #76 exporting layers [2022-01-31T13:50:21.336Z] #23 8.900 Collecting yamllint==1.26.1 [2022-01-31T13:50:21.336Z] #23 9.949 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-01-31T13:50:22.267Z] #23 11.11 Collecting pathspec>=0.5.3 [2022-01-31T13:50:22.267Z] #23 11.12 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-01-31T13:50:22.524Z] #23 11.39 Collecting pyyaml [2022-01-31T13:50:22.524Z] #23 11.40 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-01-31T13:50:22.524Z] #23 11.47 Building wheels for collected packages: yamllint [2022-01-31T13:50:22.524Z] #23 11.47 Building wheel for yamllint (setup.py): started [2022-01-31T13:50:22.817Z] 4612f6d0b889: Pull complete [2022-01-31T13:50:22.945Z] INFO: Expanding go... [2022-01-31T13:50:23.972Z] #23 12.50 Building wheel for yamllint (setup.py): finished with status 'done' [2022-01-31T13:50:23.972Z] #23 12.53 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b143ca7caa39bfaf7a64c0430faaffe675865ffa54f0e3c723efed291cd47dd8 [2022-01-31T13:50:23.972Z] #23 12.53 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-01-31T13:50:23.972Z] #23 12.53 Successfully built yamllint [2022-01-31T13:50:23.972Z] #23 12.59 Installing collected packages: pyyaml, pathspec, yamllint [2022-01-31T13:50:24.229Z] #23 12.97 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-01-31T13:50:24.793Z] #23 DONE 13.6s [2022-01-31T13:50:24.793Z] [2022-01-31T13:50:24.793Z] #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-01-31T13:50:24.793Z] #26 sha256:7136e1dbb2b03c05c03282cb7b4b51f30be7b0459938ee373489d2aeb1961dac [2022-01-31T13:50:26.901Z] #76 exporting layers 6.1s done [2022-01-31T13:50:26.901Z] #76 writing image sha256:81451991ba63374e65ef3e1c562baf0e62a7bd89f9c6200d7084ffe29bb6863d done [2022-01-31T13:50:26.901Z] #76 naming to docker.io/library/docker:af819bf623a8d414289b24f9817c6317cf3f96d5 done [2022-01-31T13:50:26.901Z] #76 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-01-31T13:50:27.185Z] #30 7.626 Collecting yamllint==1.26.1 [2022-01-31T13:50:27.240Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -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:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/make.sh dynbinary test-integration [2022-01-31T13:50:27.496Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-01-31T13:50:27.496Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-01-31T13:50:27.496Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-01-31T13:50:27.496Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-01-31T13:50:27.496Z] 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-01-31T13:50:27.496Z] Detected virtualization docker. [2022-01-31T13:50:27.497Z] Detected architecture x86-64. [2022-01-31T13:50:27.497Z] Set hostname to <332a3f8f9e67>. [2022-01-31T13:50:27.753Z] modprobe@drm.service: Succeeded. [2022-01-31T13:50:27.753Z] modprobe@configfs.service: Succeeded. [2022-01-31T13:50:27.753Z] modprobe@fuse.service: Succeeded. [2022-01-31T13:50:27.753Z] + source /etc/docker-entrypoint-cmd [2022-01-31T13:50:27.753Z] ++ hack/make.sh dynbinary test-integration [2022-01-31T13:50:27.753Z] [2022-01-31T13:50:27.765Z] #30 8.699 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-01-31T13:50:28.010Z] Removing bundles/ [2022-01-31T13:50:28.010Z] [2022-01-31T13:50:28.010Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-01-31T13:50:28.010Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-01-31T13:50:28.010Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T13:50:28.337Z] #30 9.370 Collecting pathspec>=0.5.3 [2022-01-31T13:50:28.337Z] #30 9.376 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-01-31T13:50:28.599Z] #30 9.599 Collecting pyyaml [2022-01-31T13:50:28.599Z] #30 9.612 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-01-31T13:50:28.599Z] #30 9.650 Building wheels for collected packages: yamllint [2022-01-31T13:50:28.599Z] #30 9.656 Building wheel for yamllint (setup.py): started [2022-01-31T13:50:28.860Z] #30 10.14 Building wheel for yamllint (setup.py): finished with status 'done' [2022-01-31T13:50:29.121Z] #30 10.14 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=04319d6ea08e1ad6fc58b87675f16cc3572d7d52b988343373bb35bff909611b [2022-01-31T13:50:29.121Z] #30 10.14 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-01-31T13:50:29.121Z] #30 10.15 Successfully built yamllint [2022-01-31T13:50:29.121Z] #30 10.17 Installing collected packages: pyyaml, pathspec, yamllint [2022-01-31T13:50:29.382Z] #30 10.45 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-01-31T13:50:29.643Z] #30 DONE 10.8s [2022-01-31T13:50:29.643Z] [2022-01-31T13:50:29.643Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-01-31T13:50:29.643Z] #34 sha256:447a47e43f92d69f5593c5d4993d4ee2957fb4786c87b6d82682395295af0a8b [2022-01-31T13:50:29.905Z] #34 DONE 0.3s [2022-01-31T13:50:29.905Z] [2022-01-31T13:50:29.905Z] #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-01-31T13:50:29.905Z] #67 sha256:6d535ce94e5d0c2bca7c981a72b6f802ee26147ae41868b90d176971403a0249 [2022-01-31T13:50:30.044Z] #26 ... [2022-01-31T13:50:30.044Z] [2022-01-31T13:50:30.044Z] #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-01-31T13:50:30.044Z] #43 sha256:15e6f1e0758974ec0732318b13797e83c8e744f5cfddb806215bbc82680f9355 [2022-01-31T13:50:30.044Z] #43 160.3 + dpkg --print-architecture [2022-01-31T13:50:30.167Z] #67 ... [2022-01-31T13:50:30.167Z] [2022-01-31T13:50:30.167Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-01-31T13:50:30.167Z] #39 sha256:6cdeaf1c44dd3e138b0855eb05ab1eb235c0c40d41c1396205140ec9b8dd82ff [2022-01-31T13:50:30.167Z] #39 DONE 0.3s [2022-01-31T13:50:30.167Z] [2022-01-31T13:50:30.167Z] #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-01-31T13:50:30.167Z] #67 sha256:6d535ce94e5d0c2bca7c981a72b6f802ee26147ae41868b90d176971403a0249 [2022-01-31T13:50:30.300Z] #43 DONE 160.9s [2022-01-31T13:50:30.300Z] [2022-01-31T13:50:30.300Z] #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-01-31T13:50:30.300Z] #26 sha256:7136e1dbb2b03c05c03282cb7b4b51f30be7b0459938ee373489d2aeb1961dac [2022-01-31T13:50:30.429Z] #67 ... [2022-01-31T13:50:30.429Z] [2022-01-31T13:50:30.429Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-01-31T13:50:30.429Z] #42 sha256:761a96a1aadb0fc83bb87a24cb7ce8dd98f7da8947f934e4613e35e862974f7a [2022-01-31T13:50:30.429Z] #42 DONE 0.2s [2022-01-31T13:50:30.429Z] [2022-01-31T13:50:30.429Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-01-31T13:50:30.429Z] #44 sha256:bd787b749f8f9a83b5dde0fef3bb2ea8a9c588ec320560e1012f8298c79717dc [2022-01-31T13:50:30.429Z] #44 DONE 0.1s [2022-01-31T13:50:30.429Z] [2022-01-31T13:50:30.429Z] #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-01-31T13:50:30.429Z] #67 sha256:6d535ce94e5d0c2bca7c981a72b6f802ee26147ae41868b90d176971403a0249 [2022-01-31T13:50:30.693Z] #67 ... [2022-01-31T13:50:30.693Z] [2022-01-31T13:50:30.693Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-01-31T13:50:30.693Z] #48 sha256:ef91d61c5c120091a7afcb0f93a5ff05d860648d5c987776bea059d5693b53c9 [2022-01-31T13:50:30.693Z] #48 DONE 0.1s [2022-01-31T13:50:30.693Z] [2022-01-31T13:50:30.693Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-01-31T13:50:30.693Z] #51 sha256:72ab0a0d9e7c0d8011ff1dc6ff19f255045921c25355ee7fb0ee6913254dee3b [2022-01-31T13:50:30.693Z] #51 DONE 0.2s [2022-01-31T13:50:30.693Z] [2022-01-31T13:50:30.693Z] #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-01-31T13:50:30.693Z] #67 sha256:6d535ce94e5d0c2bca7c981a72b6f802ee26147ae41868b90d176971403a0249 [2022-01-31T13:50:30.955Z] #67 ... [2022-01-31T13:50:30.955Z] [2022-01-31T13:50:30.955Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-01-31T13:50:30.955Z] #55 sha256:9493374760687b7538ff2d6838bc59615444277c3713d37a349e6bd10ca7a4ff [2022-01-31T13:50:30.955Z] #55 DONE 0.1s [2022-01-31T13:50:30.955Z] [2022-01-31T13:50:30.955Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-01-31T13:50:30.955Z] #57 sha256:4cf2c6989afec6f0689ba0e9b3655d3988bb2c9f5d947d90e93c6208961ea474 [2022-01-31T13:50:30.955Z] #57 DONE 0.1s [2022-01-31T13:50:30.955Z] [2022-01-31T13:50:30.955Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-01-31T13:50:30.955Z] #59 sha256:5d0f5bc6f4318d4bc56b07ed3ba669a3cf2f44b2c31a878351161946c84a028f [2022-01-31T13:50:31.218Z] #59 DONE 0.2s [2022-01-31T13:50:31.218Z] [2022-01-31T13:50:31.218Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-01-31T13:50:31.218Z] #61 sha256:c9625d1017313dcb4ba595de69690aab9b69a6d89ade586a70a89005ed86311e [2022-01-31T13:50:31.218Z] #61 DONE 0.1s [2022-01-31T13:50:31.218Z] [2022-01-31T13:50:31.218Z] #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-01-31T13:50:31.218Z] #67 sha256:6d535ce94e5d0c2bca7c981a72b6f802ee26147ae41868b90d176971403a0249 [2022-01-31T13:50:35.554Z] #26 ... [2022-01-31T13:50:35.554Z] [2022-01-31T13:50:35.554Z] #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.23.8" && /build/golangci-lint --version [2022-01-31T13:50:35.554Z] #51 sha256:763aef51664e4de202fafbd0651ed744c1c6a758cccdf395f1ff9c788c33c154 [2022-01-31T13:50:35.554Z] #51 165.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2022-01-31T13:50:35.811Z] #51 DONE 166.7s [2022-01-31T13:50:35.811Z] [2022-01-31T13:50:35.811Z] #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-01-31T13:50:35.811Z] #26 sha256:7136e1dbb2b03c05c03282cb7b4b51f30be7b0459938ee373489d2aeb1961dac [2022-01-31T13:50:48.222Z] INFO: Expanding compiler 1 of 3... [2022-01-31T13:50:48.222Z] INFO: Expanding compiler 2 of 3... [2022-01-31T13:50:49.343Z] #67 ... [2022-01-31T13:50:49.343Z] [2022-01-31T13:50:49.343Z] #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-01-31T13:50:49.343Z] #63 sha256:d6095278e425019392b711ea776d18720416483a83137b84fcd80556563422fd [2022-01-31T13:50:49.343Z] #63 85.61 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2022-01-31T13:50:49.343Z] #63 86.54 + mkdir -p /build [2022-01-31T13:50:49.343Z] #63 86.54 + cp runc /build/runc [2022-01-31T13:50:49.343Z] #63 DONE 86.9s [2022-01-31T13:50:49.343Z] [2022-01-31T13:50:49.343Z] #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-01-31T13:50:49.343Z] #67 sha256:6d535ce94e5d0c2bca7c981a72b6f802ee26147ae41868b90d176971403a0249 [2022-01-31T13:50:49.604Z] #67 ... [2022-01-31T13:50:49.604Z] [2022-01-31T13:50:49.604Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-01-31T13:50:49.604Z] #64 sha256:43fe00898ab69a68754ca44d9f9fca1686a941be0a906bb4e8da00a07f545bc0 [2022-01-31T13:50:49.865Z] #64 DONE 0.1s [2022-01-31T13:50:49.865Z] [2022-01-31T13:50:49.865Z] #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-01-31T13:50:49.865Z] #67 sha256:6d535ce94e5d0c2bca7c981a72b6f802ee26147ae41868b90d176971403a0249 [2022-01-31T13:50:50.441Z] INFO: Expanding compiler 3 of 3... [2022-01-31T13:50:50.911Z] INFO: Removing downloaded files... [2022-01-31T13:50:50.911Z] INFO: Downloading containerd [2022-01-31T13:50:51.778Z] #67 148.6 # github.com/containerd/containerd/cmd/containerd [2022-01-31T13:50:51.778Z] #67 148.6 /usr/bin/ld: /tmp/go-link-1674978696/000019.o: in function `New': [2022-01-31T13:50:51.778Z] #67 148.6 /tmp/tmp.EQgbrIVtcs/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-01-31T13:50:51.778Z] #67 148.6 + bin/containerd-stress [2022-01-31T13:50:53.163Z] #67 149.7 + bin/containerd-shim [2022-01-31T13:51:01.304Z] #67 157.0 + bin/containerd-shim-runc-v1 [2022-01-31T13:51:05.553Z] #67 162.4 + bin/containerd-shim-runc-v2 [2022-01-31T13:51:06.493Z] #67 163.1 + binaries [2022-01-31T13:51:06.493Z] #67 163.1 + install -D bin/containerd /build/containerd [2022-01-31T13:51:06.493Z] #67 163.1 + install -D bin/containerd-shim /build/containerd-shim [2022-01-31T13:51:06.493Z] #67 163.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-01-31T13:51:06.493Z] #67 163.1 + install -D bin/ctr /build/ctr [2022-01-31T13:51:06.752Z] #67 DONE 163.5s [2022-01-31T13:51:08.137Z] [2022-01-31T13:51:08.137Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-01-31T13:51:08.137Z] #68 sha256:4ff5b4cc5fb830ef817fa68c865b2caea7f36fa8932de287a8cd97ff81603222 [2022-01-31T13:51:08.137Z] #68 DONE 0.3s [2022-01-31T13:51:08.137Z] [2022-01-31T13:51:08.137Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-01-31T13:51:08.137Z] #73 sha256:866ba55c0c734b3d5e9ad4b8ddd20061af817d20dbd9702b54a2419abdd89731 [2022-01-31T13:51:08.137Z] #73 DONE 0.1s [2022-01-31T13:51:08.137Z] [2022-01-31T13:51:08.137Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-01-31T13:51:08.137Z] #78 sha256:f76a5dd75334a901aaf9db6860cdd23476b4e9eb6f3f57a7df47c1347ba65174 [2022-01-31T13:51:09.078Z] #78 DONE 0.8s [2022-01-31T13:51:09.078Z] [2022-01-31T13:51:09.078Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-01-31T13:51:09.078Z] #79 sha256:7b0f706fc3527c33bb00876ecdcf86e28c42c99d2d9471d380b7f9a2e538c7be [2022-01-31T13:51:09.078Z] #79 DONE 0.0s [2022-01-31T13:51:09.338Z] [2022-01-31T13:51:09.338Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-01-31T13:51:09.338Z] #80 sha256:931e45ffc9d0bffb27aee8c35b38c6dddcabf7b45dd6935b8087d6eb615b2fac [2022-01-31T13:51:09.909Z] #80 DONE 0.8s [2022-01-31T13:51:09.909Z] [2022-01-31T13:51:09.909Z] #81 exporting to image [2022-01-31T13:51:09.909Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-01-31T13:51:09.909Z] #81 exporting layers [2022-01-31T13:51:12.602Z] 0e02c12b1310: Pull complete [2022-01-31T13:51:12.602Z] Digest: sha256:08d5f2a16e6a588ee9ed2a6d1a89cca1749f93773997507a73449f7eb16afba4 [2022-01-31T13:51:12.602Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T13:51:12.602Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T13:51:12.602Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-01-31T13:51:12.602Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-01-31T13:51:12.602Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.473' [2022-01-31T13:51:12.602Z] INFO: Docker version of control daemon [2022-01-31T13:51:12.602Z] [2022-01-31T13:51:12.602Z] Client: [2022-01-31T13:51:12.602Z] Version: 20.10.9 [2022-01-31T13:51:12.602Z] API version: 1.41 [2022-01-31T13:51:12.602Z] Go version: go1.16.8 [2022-01-31T13:51:12.602Z] Git commit: c2ea9bc [2022-01-31T13:51:12.602Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-31T13:51:12.602Z] OS/Arch: windows/amd64 [2022-01-31T13:51:12.602Z] Context: default [2022-01-31T13:51:12.602Z] Experimental: true [2022-01-31T13:51:12.602Z] [2022-01-31T13:51:12.602Z] Server: Docker Engine - Community [2022-01-31T13:51:12.602Z] Engine: [2022-01-31T13:51:12.602Z] Version: 20.10.9 [2022-01-31T13:51:12.602Z] API version: 1.41 (minimum version 1.24) [2022-01-31T13:51:12.602Z] Go version: go1.16.8 [2022-01-31T13:51:12.602Z] Git commit: 79ea9d3 [2022-01-31T13:51:12.602Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-31T13:51:12.602Z] OS/Arch: windows/amd64 [2022-01-31T13:51:12.602Z] Experimental: true [2022-01-31T13:51:12.602Z] [2022-01-31T13:51:12.602Z] INFO: Docker info of control daemon [2022-01-31T13:51:12.602Z] [2022-01-31T13:51:12.602Z] Client: [2022-01-31T13:51:12.602Z] Context: default [2022-01-31T13:51:12.602Z] Debug Mode: false [2022-01-31T13:51:12.602Z] [2022-01-31T13:51:12.602Z] Server: [2022-01-31T13:51:12.602Z] Containers: 0 [2022-01-31T13:51:12.602Z] Running: 0 [2022-01-31T13:51:12.602Z] Paused: 0 [2022-01-31T13:51:12.602Z] Stopped: 0 [2022-01-31T13:51:12.602Z] Images: 1 [2022-01-31T13:51:12.602Z] Server Version: 20.10.9 [2022-01-31T13:51:12.602Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-31T13:51:12.602Z] Windows: [2022-01-31T13:51:12.602Z] LCOW: [2022-01-31T13:51:12.602Z] Logging Driver: json-file [2022-01-31T13:51:12.602Z] Plugins: [2022-01-31T13:51:12.602Z] Volume: local [2022-01-31T13:51:12.603Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T13:51:12.603Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T13:51:12.603Z] Swarm: inactive [2022-01-31T13:51:12.603Z] Default Isolation: process [2022-01-31T13:51:12.603Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-31T13:51:12.603Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-31T13:51:12.603Z] OSType: windows [2022-01-31T13:51:12.603Z] Architecture: x86_64 [2022-01-31T13:51:12.603Z] CPUs: 4 [2022-01-31T13:51:12.603Z] Total Memory: 32GiB [2022-01-31T13:51:12.603Z] Name: azwin-2-045ec1 [2022-01-31T13:51:12.603Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-01-31T13:51:12.603Z] Docker Root Dir: D:\docker [2022-01-31T13:51:12.603Z] Debug Mode: false [2022-01-31T13:51:12.603Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:51:12.603Z] Labels: [2022-01-31T13:51:12.603Z] Experimental: true [2022-01-31T13:51:12.603Z] Insecure Registries: [2022-01-31T13:51:12.603Z] 10.0.0.4:5000 [2022-01-31T13:51:12.603Z] 127.0.0.0/8 [2022-01-31T13:51:12.603Z] Registry Mirrors: [2022-01-31T13:51:12.603Z] http://10.0.0.4:5000/ [2022-01-31T13:51:12.603Z] Live Restore Enabled: false [2022-01-31T13:51:12.603Z] Product License: Community Engine [2022-01-31T13:51:12.603Z] [2022-01-31T13:51:12.603Z] [2022-01-31T13:51:12.603Z] INFO: Commit hash is af819bf623 [2022-01-31T13:51:12.603Z] INFO: Nuke-Everything... [2022-01-31T13:51:12.603Z] INFO: Container count on control daemon to delete is 0 [2022-01-31T13:51:12.603Z] INFO: Nuking d:\CI [2022-01-31T13:51:12.603Z] INFO: Zapped successfully [2022-01-31T13:51:12.603Z] INFO: Location for testing is d:\CI\PR-43199\4 [2022-01-31T13:51:12.603Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-01-31T13:51:12.603Z] [2022-01-31T13:51:12.603Z] [2022-01-31T13:51:12.603Z] INFO: Building the image from Dockerfile.windows at 01/31/2022 13:51:11... [2022-01-31T13:51:12.603Z] [2022-01-31T13:51:14.492Z] #26 201.0 + return [2022-01-31T13:51:14.492Z] #26 DONE 203.0s [2022-01-31T13:51:14.492Z] [2022-01-31T13:51:14.492Z] #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-01-31T13:51:14.492Z] #60 sha256:e262ac9ceee109c346ea4b146439582317f2427df626698a3159fc372099932b [2022-01-31T13:51:14.492Z] #60 174.8 + bin/containerd [2022-01-31T13:51:14.492Z] #60 ... [2022-01-31T13:51:14.492Z] [2022-01-31T13:51:14.492Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-01-31T13:51:14.492Z] #27 sha256:ae0b981d350538031cb5fb3f360c4ad5cb519a0a09141678f572512ea9ccdb90 [2022-01-31T13:51:14.492Z] #27 DONE 0.9s [2022-01-31T13:51:14.750Z] [2022-01-31T13:51:14.750Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-01-31T13:51:14.750Z] #32 sha256:ec6b0a31c3889e2030615b95911313da5f5e15606ef8711ff2aaadda07b26bae [2022-01-31T13:51:15.680Z] #32 DONE 0.9s [2022-01-31T13:51:15.680Z] [2022-01-31T13:51:15.680Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-01-31T13:51:15.680Z] #35 sha256:cb28ee8b3c4053fe1c49c4d4bdba8df74629ec3981a4dd07b82f7be4211d3c00 [2022-01-31T13:51:15.939Z] #35 DONE 0.6s [2022-01-31T13:51:15.939Z] [2022-01-31T13:51:15.939Z] #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-01-31T13:51:15.939Z] #60 sha256:e262ac9ceee109c346ea4b146439582317f2427df626698a3159fc372099932b [2022-01-31T13:51:15.939Z] #60 ... [2022-01-31T13:51:15.939Z] [2022-01-31T13:51:15.939Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-01-31T13:51:15.939Z] #37 sha256:460785751a97767ad7c4ecc8a1369c819c82f1cd963789071122b5fcda4371ed [2022-01-31T13:51:15.939Z] #37 DONE 0.1s [2022-01-31T13:51:15.939Z] [2022-01-31T13:51:15.939Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-01-31T13:51:15.939Z] #41 sha256:4b65b4d121874197958202eeb1a7326feea7dea70b38f26e61a62b5db2bd8c93 [2022-01-31T13:51:15.939Z] #41 DONE 0.1s [2022-01-31T13:51:16.196Z] [2022-01-31T13:51:16.196Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-01-31T13:51:16.196Z] #44 sha256:e6f6f1961c5315bd541e704f42afc1fb6b187ea9bd7136b024fca10ad7d2b98a [2022-01-31T13:51:17.565Z] #44 DONE 1.5s [2022-01-31T13:51:17.565Z] [2022-01-31T13:51:17.565Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-01-31T13:51:17.565Z] #48 sha256:56194fc3f679e39219d5a1775a821cd17e90b6a3289897b73260afa9b5bf1533 [2022-01-31T13:51:17.565Z] #48 DONE 0.1s [2022-01-31T13:51:17.565Z] [2022-01-31T13:51:17.565Z] #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-01-31T13:51:17.565Z] #60 sha256:e262ac9ceee109c346ea4b146439582317f2427df626698a3159fc372099932b [2022-01-31T13:51:17.823Z] #60 ... [2022-01-31T13:51:17.823Z] [2022-01-31T13:51:17.823Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-01-31T13:51:17.823Z] #50 sha256:a26356d3b2bcc11c6edf3a8a41e908c9ff25089a44d9ab2ac29ee1e77bb4d146 [2022-01-31T13:51:17.823Z] #50 DONE 0.1s [2022-01-31T13:51:17.823Z] [2022-01-31T13:51:17.823Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-01-31T13:51:17.823Z] #52 sha256:9bf804b51ddc6fe3ae85f6846770a646597d904a279c266f03c087fa93084188 [2022-01-31T13:51:18.552Z] Sending build context to Docker daemon 61.79MB [2022-01-31T13:51:18.552Z] [2022-01-31T13:51:18.552Z] Step 1/11 : FROM microsoft/windowsservercore [2022-01-31T13:51:18.552Z] ---> 11cbc9e36c7a [2022-01-31T13:51:18.552Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-01-31T13:51:18.552Z] ---> Running in 1b53bc684345 [2022-01-31T13:51:18.552Z] Removing intermediate container 1b53bc684345 [2022-01-31T13:51:18.552Z] ---> d844e751702f [2022-01-31T13:51:18.552Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-01-31T13:51:18.552Z] ---> Running in 63bb5c80e212 [2022-01-31T13:51:19.028Z] Removing intermediate container 63bb5c80e212 [2022-01-31T13:51:19.028Z] ---> ea21003a3e7f [2022-01-31T13:51:19.028Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-01-31T13:51:19.028Z] ---> Running in 24b841c14546 [2022-01-31T13:51:19.192Z] #52 DONE 1.1s [2022-01-31T13:51:19.192Z] [2022-01-31T13:51:19.192Z] #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-01-31T13:51:19.192Z] #56 sha256:38b4215b34d37be990601c66b2003d0d0e0311eecf7c4c264f348ab98b9ad9de [2022-01-31T13:51:19.192Z] #56 113.3 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2022-01-31T13:51:19.192Z] #56 113.9 + mkdir -p /build [2022-01-31T13:51:19.192Z] #56 113.9 + cp runc /build/runc [2022-01-31T13:51:19.192Z] #56 DONE 114.2s [2022-01-31T13:51:19.192Z] [2022-01-31T13:51:19.192Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-01-31T13:51:19.192Z] #54 sha256:00720a053fc3020eaaf569c242325252ba03709a2ed2814b16bb920b394e9606 [2022-01-31T13:51:19.192Z] #54 DONE 0.1s [2022-01-31T13:51:19.192Z] [2022-01-31T13:51:19.192Z] #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-01-31T13:51:19.192Z] #60 sha256:e262ac9ceee109c346ea4b146439582317f2427df626698a3159fc372099932b [2022-01-31T13:51:19.505Z] Removing intermediate container 24b841c14546 [2022-01-31T13:51:19.505Z] ---> b4f77edce214 [2022-01-31T13:51:19.505Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-01-31T13:51:19.505Z] ---> Running in f65759ef318d [2022-01-31T13:51:19.981Z] Removing intermediate container f65759ef318d [2022-01-31T13:51:19.981Z] ---> dacfd0cfe3ad [2022-01-31T13:51:19.981Z] 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-01-31T13:51:19.981Z] ---> Running in f417a09987a6 [2022-01-31T13:51:20.122Z] #60 ... [2022-01-31T13:51:20.123Z] [2022-01-31T13:51:20.123Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-01-31T13:51:20.123Z] #57 sha256:cbd3cf246036040c428904760c068ac3b371c58c42308910302c4f05a90eb288 [2022-01-31T13:51:20.379Z] #57 DONE 0.4s [2022-01-31T13:51:20.379Z] [2022-01-31T13:51:20.379Z] #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-01-31T13:51:20.379Z] #60 sha256:e262ac9ceee109c346ea4b146439582317f2427df626698a3159fc372099932b [2022-01-31T13:51:20.457Z] Removing intermediate container f417a09987a6 [2022-01-31T13:51:20.457Z] ---> 7af1b3466bd0 [2022-01-31T13:51:20.458Z] 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-01-31T13:51:20.458Z] ---> Running in 4f41e32184e0 [2022-01-31T13:51:26.458Z] [2022-01-31T13:51:26.458Z] SUCCESS: Specified value was saved. [2022-01-31T13:51:27.467Z] INFO: Downloading git... [2022-01-31T13:51:28.473Z] INFO: Downloading go... [2022-01-31T13:51:30.745Z] INFO: Downloading compiler 1 of 3... [2022-01-31T13:51:30.745Z] INFO: Downloading compiler 2 of 3... [2022-01-31T13:51:30.745Z] INFO: Downloading compiler 3 of 3... [2022-01-31T13:51:30.745Z] INFO: Extracting git... [2022-01-31T13:51:42.015Z] #81 exporting layers 28.2s done [2022-01-31T13:51:42.015Z] #81 writing image sha256:1530582bd8c92ec4ab161870a5a0448f5e09fabfd46e9a4a1a0c85f61ae06caa done [2022-01-31T13:51:42.015Z] #81 naming to docker.io/library/docker:af819bf623a8d414289b24f9817c6317cf3f96d5 done [2022-01-31T13:51:42.015Z] #81 DONE 28.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-01-31T13:51:42.362Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43199/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/validate/default [2022-01-31T13:51:43.750Z] Congratulations! Seccomp profile generation is done correctly. [2022-01-31T13:51:43.750Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-01-31T13:51:44.011Z] No api/types/ or api/swagger.yaml changes in diff. [2022-01-31T13:51:44.011Z] Congratulations! All TOML source files changed here have valid syntax. [2022-01-31T13:51:44.011Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-01-31T13:51:44.011Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-01-31T13:51:44.011Z] Congratulations! No new tests were added to integration-cli. [2022-01-31T13:51:44.011Z] [2022-01-31T13:51:44.011Z] INFO Start validation with golang-ci-lint [2022-01-31T13:51:44.011Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-01-31T13:51:44.272Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-01-31T13:51:44.272Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-01-31T13:51:45.905Z] INFO: Expanding go... [2022-01-31T13:51:46.895Z] #60 207.5 # github.com/containerd/containerd/cmd/containerd [2022-01-31T13:51:46.895Z] #60 207.5 /usr/bin/ld: /tmp/go-link-1796529099/000019.o: in function `New': [2022-01-31T13:51:46.895Z] #60 207.5 /tmp/tmp.blVWV6XN1q/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-01-31T13:51:46.895Z] #60 207.5 + bin/containerd-stress [2022-01-31T13:51:46.895Z] #60 208.7 + bin/containerd-shim [2022-01-31T13:51:53.229Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-01-31T13:51:53.229Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-31T13:51:53.230Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T13:51:53.230Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-31T13:51:53.230Z] [2022-01-31T13:51:53.230Z] + TEST_INTEGRATION_DEST=2 [2022-01-31T13:51:53.230Z] + CONTAINER_NAME=docker-pr4-2 [2022-01-31T13:51:53.230Z] + TEST_SKIP_INTEGRATION=1 [2022-01-31T13:51:53.230Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-01-31T13:51:53.230Z] + run_tests [2022-01-31T13:51:53.230Z] + c=0 [2022-01-31T13:51:53.230Z] + '[' -n 0 ']' [2022-01-31T13:51:53.230Z] + rm= [2022-01-31T13:51:53.230Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43199/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43199/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/make.sh '' test-integration [2022-01-31T13:51:53.230Z] + TEST_INTEGRATION_DEST=1 [2022-01-31T13:51:53.230Z] + CONTAINER_NAME=docker-pr4-1 [2022-01-31T13:51:53.230Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-01-31T13:51:53.230Z] + run_tests test-integration-flaky [2022-01-31T13:51:53.230Z] + '[' -n 0 ']' [2022-01-31T13:51:53.230Z] + rm= [2022-01-31T13:51:53.230Z] + TEST_INTEGRATION_DEST=3 [2022-01-31T13:51:53.230Z] + CONTAINER_NAME=docker-pr4-3 [2022-01-31T13:51:53.230Z] + TEST_SKIP_INTEGRATION=1 [2022-01-31T13:51:53.230Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-01-31T13:51:53.230Z] + run_tests [2022-01-31T13:51:53.230Z] + '[' -n 0 ']' [2022-01-31T13:51:53.230Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43199/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43199/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/make.sh test-integration-flaky test-integration [2022-01-31T13:51:53.230Z] + rm= [2022-01-31T13:51:53.230Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43199/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43199/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/make.sh '' test-integration [2022-01-31T13:51:53.230Z] ++ jobs -p [2022-01-31T13:51:53.230Z] + for job in $(jobs -p) [2022-01-31T13:51:53.230Z] + wait 6435 [2022-01-31T13:51:53.230Z] [2022-01-31T13:51:53.230Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-01-31T13:51:53.230Z] [2022-01-31T13:51:53.230Z] [2022-01-31T13:51:53.230Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-31T13:51:53.230Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-31T13:51:53.230Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-31T13:51:53.230Z] HOSTNAME=cd33efd35615 [2022-01-31T13:51:53.230Z] TEST_SKIP_INTEGRATION=1 [2022-01-31T13:51:53.230Z] TESTDEBUG=0 [2022-01-31T13:51:53.230Z] DEST=bundles/test-integration [2022-01-31T13:51:53.230Z] PWD=/go/src/github.com/docker/docker [2022-01-31T13:51:53.230Z] KEEPBUNDLE=1 [2022-01-31T13:51:53.230Z] DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:51:53.230Z] container=docker [2022-01-31T13:51:53.230Z] HOME=/root [2022-01-31T13:51:53.230Z] GOLANG_VERSION=1.17.6 [2022-01-31T13:51:53.230Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-31T13:51:53.230Z] VALIDATE_BRANCH=master [2022-01-31T13:51:53.230Z] TERM=xterm [2022-01-31T13:51:53.230Z] DOCKER_PKG=github.com/docker/docker [2022-01-31T13:51:53.230Z] SHLVL=1 [2022-01-31T13:51:53.230Z] TIMEOUT=120m [2022-01-31T13:51:53.230Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-31T13:51:53.230Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-31T13:51:53.230Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-01-31T13:51:53.230Z] GO111MODULE=off [2022-01-31T13:51:53.230Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-31T13:51:53.230Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-31T13:51:53.230Z] GOPATH=/go [2022-01-31T13:51:53.230Z] PKG_CONFIG=pkg-config [2022-01-31T13:51:53.230Z] _=/usr/bin/env [2022-01-31T13:51:53.230Z] Building test suite binary ./integration-cli/test.main [2022-01-31T13:51:53.230Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-31T13:51:53.230Z] HOSTNAME=de6b0f7c1003 [2022-01-31T13:51:53.230Z] TEST_SKIP_INTEGRATION=1 [2022-01-31T13:51:53.230Z] TESTDEBUG=0 [2022-01-31T13:51:53.230Z] DEST=bundles/test-integration [2022-01-31T13:51:53.230Z] PWD=/go/src/github.com/docker/docker [2022-01-31T13:51:53.230Z] KEEPBUNDLE=1 [2022-01-31T13:51:53.230Z] DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:51:53.230Z] container=docker [2022-01-31T13:51:53.230Z] HOME=/root [2022-01-31T13:51:53.230Z] GOLANG_VERSION=1.17.6 [2022-01-31T13:51:53.230Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-31T13:51:53.230Z] VALIDATE_BRANCH=master [2022-01-31T13:51:53.230Z] TERM=xterm [2022-01-31T13:51:53.230Z] DOCKER_PKG=github.com/docker/docker [2022-01-31T13:51:53.230Z] SHLVL=1 [2022-01-31T13:51:53.230Z] TIMEOUT=120m [2022-01-31T13:51:53.230Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-31T13:51:53.230Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-31T13:51:53.230Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-01-31T13:51:53.230Z] GO111MODULE=off [2022-01-31T13:51:53.230Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-31T13:51:53.230Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-31T13:51:53.230Z] GOPATH=/go [2022-01-31T13:51:53.230Z] PKG_CONFIG=pkg-config [2022-01-31T13:51:53.230Z] _=/usr/bin/env [2022-01-31T13:51:53.230Z] Building test suite binary ./integration-cli/test.main [2022-01-31T13:51:53.230Z] No new tests added to integration. [2022-01-31T13:51:53.230Z] [2022-01-31T13:51:53.230Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-31T13:51:53.230Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-31T13:51:53.230Z] HOSTNAME=fc95acba3616 [2022-01-31T13:51:53.230Z] TESTDEBUG=0 [2022-01-31T13:51:53.230Z] DEST=bundles/test-integration [2022-01-31T13:51:53.230Z] PWD=/go/src/github.com/docker/docker [2022-01-31T13:51:53.230Z] KEEPBUNDLE=1 [2022-01-31T13:51:53.230Z] DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:51:53.230Z] container=docker [2022-01-31T13:51:53.230Z] HOME=/root [2022-01-31T13:51:53.230Z] GOLANG_VERSION=1.17.6 [2022-01-31T13:51:53.230Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-31T13:51:53.230Z] VALIDATE_BRANCH=master [2022-01-31T13:51:53.230Z] TERM=xterm [2022-01-31T13:51:53.230Z] DOCKER_PKG=github.com/docker/docker [2022-01-31T13:51:53.230Z] SHLVL=1 [2022-01-31T13:51:53.230Z] TIMEOUT=120m [2022-01-31T13:51:53.230Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-31T13:51:53.230Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-31T13:51:53.230Z] GO111MODULE=off [2022-01-31T13:51:53.230Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-01-31T13:51:53.230Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-31T13:51:53.230Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-31T13:51:53.230Z] GOPATH=/go [2022-01-31T13:51:53.230Z] PKG_CONFIG=pkg-config [2022-01-31T13:51:53.230Z] _=/usr/bin/env [2022-01-31T13:51:53.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-01-31T13:51:53.436Z] #60 215.3 + bin/containerd-shim-runc-v1 [2022-01-31T13:51:53.811Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-01-31T13:51:53.811Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-31T13:51:53.811Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T13:51:53.811Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-31T13:51:53.811Z] [2022-01-31T13:51:53.811Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-31T13:51:53.811Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-31T13:51:53.811Z] HOSTNAME=620ecc2106bc [2022-01-31T13:51:53.811Z] DEST=bundles/test-integration [2022-01-31T13:51:53.811Z] PWD=/go/src/github.com/docker/docker [2022-01-31T13:51:53.811Z] DOCKER_ROOTLESS=1 [2022-01-31T13:51:53.811Z] DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:51:53.811Z] container=docker [2022-01-31T13:51:53.811Z] HOME=/root [2022-01-31T13:51:53.811Z] GOLANG_VERSION=1.17.6 [2022-01-31T13:51:53.811Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-31T13:51:53.811Z] VALIDATE_BRANCH=master [2022-01-31T13:51:53.811Z] TERM=xterm [2022-01-31T13:51:53.811Z] DOCKER_PKG=github.com/docker/docker [2022-01-31T13:51:53.811Z] SHLVL=1 [2022-01-31T13:51:53.811Z] TIMEOUT=120m [2022-01-31T13:51:53.811Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-31T13:51:53.811Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-31T13:51:53.811Z] GO111MODULE=off [2022-01-31T13:51:53.811Z] DOCKER_EXPERIMENTAL=1 [2022-01-31T13:51:53.811Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-01-31T13:51:53.811Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-31T13:51:53.811Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-31T13:51:53.811Z] GOPATH=/go [2022-01-31T13:51:53.811Z] PKG_CONFIG=pkg-config [2022-01-31T13:51:53.811Z] _=/usr/bin/env [2022-01-31T13:51:53.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-01-31T13:51:57.619Z] #60 220.0 + bin/containerd-shim-runc-v2 [2022-01-31T13:51:58.181Z] #60 220.6 + binaries [2022-01-31T13:51:58.181Z] #60 220.6 + install -D bin/containerd /build/containerd [2022-01-31T13:51:58.181Z] #60 220.6 + install -D bin/containerd-shim /build/containerd-shim [2022-01-31T13:51:58.181Z] #60 220.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-01-31T13:51:58.181Z] #60 220.7 + install -D bin/ctr /build/ctr [2022-01-31T13:52:03.197Z] [2022-01-31T13:52:03.197Z] Name Version Source Summary [2022-01-31T13:52:03.197Z] ---- ------- ------ ------- [2022-01-31T13:52:03.197Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-01-31T13:52:03.197Z] [2022-01-31T13:52:03.197Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-01-31T13:52:03.197Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-01-31T13:52:03.197Z] PSChildName : containerd [2022-01-31T13:52:03.197Z] PSDrive : C [2022-01-31T13:52:03.197Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-01-31T13:52:03.197Z] PSIsContainer : True [2022-01-31T13:52:03.197Z] Name : containerd [2022-01-31T13:52:03.197Z] FullName : C:\containerd [2022-01-31T13:52:03.197Z] Parent : [2022-01-31T13:52:03.197Z] Exists : True [2022-01-31T13:52:03.197Z] Root : C:\ [2022-01-31T13:52:03.197Z] Extension : [2022-01-31T13:52:03.197Z] CreationTime : 1/31/2022 1:51:53 PM [2022-01-31T13:52:03.197Z] CreationTimeUtc : 1/31/2022 1:51:53 PM [2022-01-31T13:52:03.197Z] LastAccessTime : 1/31/2022 1:51:53 PM [2022-01-31T13:52:03.197Z] LastAccessTimeUtc : 1/31/2022 1:51:53 PM [2022-01-31T13:52:03.197Z] LastWriteTime : 1/31/2022 1:51:53 PM [2022-01-31T13:52:03.197Z] LastWriteTimeUtc : 1/31/2022 1:51:53 PM [2022-01-31T13:52:03.197Z] Attributes : Directory [2022-01-31T13:52:03.197Z] Mode : d----- [2022-01-31T13:52:03.197Z] BaseName : containerd [2022-01-31T13:52:03.197Z] Target : {} [2022-01-31T13:52:03.197Z] LinkType : [2022-01-31T13:52:03.197Z] [2022-01-31T13:52:03.197Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-01-31T13:52:03.197Z] INFO: Configuring git core.autocrlf... [2022-01-31T13:52:03.197Z] [2022-01-31T13:52:03.197Z] [2022-01-31T13:52:03.428Z] #60 DONE 225.6s [2022-01-31T13:52:03.995Z] [2022-01-31T13:52:03.995Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-01-31T13:52:03.995Z] #61 sha256:791cda5d3b19787def92c5537d84fc90ed64145fba789f41db30a5354e784481 [2022-01-31T13:52:04.442Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-01-31T13:52:04.442Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-31T13:52:04.442Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T13:52:04.442Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-31T13:52:04.442Z] [2022-01-31T13:52:04.442Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-31T13:52:04.442Z] DOCKER_SYSTEMD=1 [2022-01-31T13:52:04.442Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-31T13:52:04.442Z] HOSTNAME=332a3f8f9e67 [2022-01-31T13:52:04.442Z] DEST=bundles/test-integration [2022-01-31T13:52:04.442Z] PWD=/go/src/github.com/docker/docker [2022-01-31T13:52:04.442Z] DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T13:52:04.442Z] container=docker [2022-01-31T13:52:04.442Z] HOME=/root [2022-01-31T13:52:04.442Z] LANG=C.UTF-8 [2022-01-31T13:52:04.442Z] INVOCATION_ID=c98a3f6366d7446fb9f6fbfe40da4999 [2022-01-31T13:52:04.442Z] GOLANG_VERSION=1.17.6 [2022-01-31T13:52:04.442Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-31T13:52:04.442Z] VALIDATE_BRANCH=master [2022-01-31T13:52:04.442Z] TERM=xterm [2022-01-31T13:52:04.442Z] DOCKER_PKG=github.com/docker/docker [2022-01-31T13:52:04.442Z] SHLVL=3 [2022-01-31T13:52:04.442Z] TIMEOUT=120m [2022-01-31T13:52:04.442Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-31T13:52:04.442Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-31T13:52:04.442Z] GO111MODULE=off [2022-01-31T13:52:04.442Z] DOCKER_EXPERIMENTAL=1 [2022-01-31T13:52:04.442Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-01-31T13:52:04.442Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-31T13:52:04.442Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-31T13:52:04.442Z] GOPATH=/go [2022-01-31T13:52:04.442Z] PKG_CONFIG=pkg-config [2022-01-31T13:52:04.442Z] _=/usr/bin/env [2022-01-31T13:52:04.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-01-31T13:52:04.924Z] #61 DONE 0.8s [2022-01-31T13:52:04.924Z] [2022-01-31T13:52:04.924Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-01-31T13:52:04.924Z] #66 sha256:61627290b9e1e32a20525e1c0c6b90600b29f2d491404e7ee03a5cf50d841ae9 [2022-01-31T13:52:04.924Z] #66 DONE 0.2s [2022-01-31T13:52:04.924Z] [2022-01-31T13:52:04.924Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-01-31T13:52:04.924Z] #71 sha256:0ba37b25a632fdb019ecc5bf990214d56158ddb0bef217a33f35460505cf2112 [2022-01-31T13:52:05.852Z] #71 DONE 1.0s [2022-01-31T13:52:05.852Z] [2022-01-31T13:52:05.852Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-01-31T13:52:05.852Z] #72 sha256:7904d8a999996ef1a5f4fedeae438d4577ab3c9f7fe5465e71f7775ad5d2a3e9 [2022-01-31T13:52:05.852Z] #72 DONE 0.0s [2022-01-31T13:52:05.852Z] [2022-01-31T13:52:05.852Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-01-31T13:52:05.852Z] #73 sha256:bbf585735935149ebf8d012af61912d7eb310efeac6acf2974c84634ee5b3942 [2022-01-31T13:52:06.782Z] #73 DONE 0.8s [2022-01-31T13:52:06.782Z] [2022-01-31T13:52:06.782Z] #74 exporting to image [2022-01-31T13:52:06.782Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-01-31T13:52:06.782Z] #74 exporting layers [2022-01-31T13:52:10.150Z] #74 exporting layers 3.5s done [2022-01-31T13:52:10.150Z] #74 writing image sha256:46f5f7d4542d72dd1b00fe171f100a297bca67618657f41ace5fba707721ba82 done [2022-01-31T13:52:10.150Z] #74 naming to docker.io/library/docker:af819bf623a8d414289b24f9817c6317cf3f96d5 done [2022-01-31T13:52:10.150Z] #74 DONE 3.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-01-31T13:52:10.490Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-01-31T13:52:10.811Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/test/unit [2022-01-31T13:52:11.329Z] INFO: Expanding compiler 1 of 3... [2022-01-31T13:52:12.335Z] INFO: Expanding compiler 2 of 3... [2022-01-31T13:52:12.701Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-01-31T13:52:12.701Z] + TESTFLAGS+=' -test.timeout=5m' [2022-01-31T13:52:12.701Z] + TESTDIRS=./... [2022-01-31T13:52:12.701Z] + exclude_paths='/vendor/|/integration' [2022-01-31T13:52:12.701Z] ++ go list ./... [2022-01-31T13:52:12.701Z] ++ grep -vE '(/vendor/|/integration)' [2022-01-31T13:52:13.631Z] + pkg_list='github.com/docker/docker/api [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/backend/build [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/httputils [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/middleware [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/build [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/container [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/debug [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/distribution [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/grpc [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/image [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/network [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/plugin [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/session [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/swarm [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/system [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/server/router/volume [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/backend [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/blkiodev [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/container [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/events [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/filters [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/image [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/mount [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/network [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/registry [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/strslice [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/swarm [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/time [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/versions [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-31T13:52:13.631Z] github.com/docker/docker/api/types/volume [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/builder-next [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/builder-next/worker [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/dockerfile [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/dockerignore [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/remotecontext [2022-01-31T13:52:13.631Z] github.com/docker/docker/builder/remotecontext/git [2022-01-31T13:52:13.631Z] github.com/docker/docker/cli [2022-01-31T13:52:13.631Z] github.com/docker/docker/cli/config [2022-01-31T13:52:13.631Z] github.com/docker/docker/cli/debug [2022-01-31T13:52:13.631Z] github.com/docker/docker/client [2022-01-31T13:52:13.631Z] github.com/docker/docker/cmd/docker-proxy [2022-01-31T13:52:13.631Z] github.com/docker/docker/cmd/dockerd [2022-01-31T13:52:13.631Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-31T13:52:13.631Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-31T13:52:13.631Z] github.com/docker/docker/container [2022-01-31T13:52:13.631Z] github.com/docker/docker/container/stream [2022-01-31T13:52:13.631Z] github.com/docker/docker/contrib/apparmor [2022-01-31T13:52:13.631Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-31T13:52:13.631Z] github.com/docker/docker/contrib/httpserver [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/cluster [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/cluster/convert [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/cluster/executor [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/cluster/provider [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/config [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/events [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/events/testutils [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/exec [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/images [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/initlayer [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/links [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/listeners [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/gelf [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/journald [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/local [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/logentries [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/splunk [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/syslog [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/logger/templates [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/names [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/network [2022-01-31T13:52:13.631Z] github.com/docker/docker/daemon/stats [2022-01-31T13:52:13.631Z] github.com/docker/docker/distribution [2022-01-31T13:52:13.631Z] github.com/docker/docker/distribution/metadata [2022-01-31T13:52:13.631Z] github.com/docker/docker/distribution/utils [2022-01-31T13:52:13.632Z] github.com/docker/docker/distribution/xfer [2022-01-31T13:52:13.632Z] github.com/docker/docker/dockerversion [2022-01-31T13:52:13.632Z] github.com/docker/docker/errdefs [2022-01-31T13:52:13.632Z] github.com/docker/docker/image [2022-01-31T13:52:13.632Z] github.com/docker/docker/image/cache [2022-01-31T13:52:13.632Z] github.com/docker/docker/image/tarexport [2022-01-31T13:52:13.632Z] github.com/docker/docker/image/v1 [2022-01-31T13:52:13.632Z] github.com/docker/docker/internal/test/suite [2022-01-31T13:52:13.632Z] github.com/docker/docker/layer [2022-01-31T13:52:13.632Z] github.com/docker/docker/libcontainerd [2022-01-31T13:52:13.632Z] github.com/docker/docker/libcontainerd/queue [2022-01-31T13:52:13.632Z] github.com/docker/docker/libcontainerd/remote [2022-01-31T13:52:13.632Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-31T13:52:13.632Z] github.com/docker/docker/libcontainerd/types [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/config [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/idm [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ns [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/options [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/osl [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/types [2022-01-31T13:52:13.632Z] github.com/docker/docker/oci [2022-01-31T13:52:13.632Z] github.com/docker/docker/oci/caps [2022-01-31T13:52:13.632Z] github.com/docker/docker/opts [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/aaparser [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/archive [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/authorization [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/broadcaster [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/capabilities [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/chrootarchive [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/containerfs [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/devicemapper [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/directory [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/dmesg [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/filenotify [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/fileutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/fsutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/homedir [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/idtools [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/ioutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/jsonmessage [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/locker [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/longpath [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/loopback [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/mount [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/namesgenerator [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/parsers [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/pidfile [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/platform [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/plugingetter [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/plugins [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/plugins/transport [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/pools [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/progress [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/pubsub [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/reexec [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/signal [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/stack [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/stdcopy [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/streamformatter [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/stringid [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/symlink [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/sysinfo [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/system [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/tailfile [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/tarsum [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/term [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/term/windows [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/truncindex [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/urlutil [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/useragent [2022-01-31T13:52:13.632Z] github.com/docker/docker/plugin [2022-01-31T13:52:13.632Z] github.com/docker/docker/plugin/executor/containerd [2022-01-31T13:52:13.632Z] github.com/docker/docker/plugin/v2 [2022-01-31T13:52:13.632Z] github.com/docker/docker/profiles/apparmor [2022-01-31T13:52:13.632Z] github.com/docker/docker/profiles/seccomp [2022-01-31T13:52:13.632Z] github.com/docker/docker/quota [2022-01-31T13:52:13.632Z] github.com/docker/docker/reference [2022-01-31T13:52:13.632Z] github.com/docker/docker/registry [2022-01-31T13:52:13.632Z] github.com/docker/docker/registry/resumable [2022-01-31T13:52:13.632Z] github.com/docker/docker/restartmanager [2022-01-31T13:52:13.632Z] github.com/docker/docker/rootless [2022-01-31T13:52:13.632Z] github.com/docker/docker/rootless/specconv [2022-01-31T13:52:13.632Z] github.com/docker/docker/runconfig [2022-01-31T13:52:13.632Z] github.com/docker/docker/runconfig/opts [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil/daemon [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil/environment [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil/fakecontext [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil/fakegit [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil/fakestorage [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil/fixtures/load [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil/registry [2022-01-31T13:52:13.632Z] github.com/docker/docker/testutil/request [2022-01-31T13:52:13.632Z] github.com/docker/docker/volume [2022-01-31T13:52:13.632Z] github.com/docker/docker/volume/drivers [2022-01-31T13:52:13.632Z] github.com/docker/docker/volume/local [2022-01-31T13:52:13.632Z] github.com/docker/docker/volume/mounts [2022-01-31T13:52:13.632Z] github.com/docker/docker/volume/service [2022-01-31T13:52:13.632Z] github.com/docker/docker/volume/service/opts [2022-01-31T13:52:13.632Z] github.com/docker/docker/volume/testutils' [2022-01-31T13:52:13.632Z] ++ echo 'github.com/docker/docker/api [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/backend/build [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/httputils [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/middleware [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/build [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/container [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/debug [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/distribution [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/grpc [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/image [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/network [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/plugin [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/session [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/swarm [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/system [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/server/router/volume [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/backend [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/blkiodev [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/container [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/events [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/filters [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/image [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/mount [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/network [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/registry [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/strslice [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/swarm [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/time [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/versions [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-31T13:52:13.632Z] github.com/docker/docker/api/types/volume [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/builder-next [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/builder-next/worker [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/dockerfile [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/dockerignore [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/remotecontext [2022-01-31T13:52:13.632Z] github.com/docker/docker/builder/remotecontext/git [2022-01-31T13:52:13.632Z] github.com/docker/docker/cli [2022-01-31T13:52:13.632Z] github.com/docker/docker/cli/config [2022-01-31T13:52:13.632Z] github.com/docker/docker/cli/debug [2022-01-31T13:52:13.632Z] github.com/docker/docker/client [2022-01-31T13:52:13.632Z] github.com/docker/docker/cmd/docker-proxy [2022-01-31T13:52:13.632Z] github.com/docker/docker/cmd/dockerd [2022-01-31T13:52:13.632Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-31T13:52:13.632Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-31T13:52:13.632Z] github.com/docker/docker/container [2022-01-31T13:52:13.632Z] github.com/docker/docker/container/stream [2022-01-31T13:52:13.632Z] github.com/docker/docker/contrib/apparmor [2022-01-31T13:52:13.632Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-31T13:52:13.632Z] github.com/docker/docker/contrib/httpserver [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/cluster [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/cluster/convert [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/cluster/executor [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/cluster/provider [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/config [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/events [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/events/testutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/exec [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/images [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/initlayer [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/links [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/listeners [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/gelf [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/journald [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/local [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/logentries [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/splunk [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/syslog [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/logger/templates [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/names [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/network [2022-01-31T13:52:13.632Z] github.com/docker/docker/daemon/stats [2022-01-31T13:52:13.632Z] github.com/docker/docker/distribution [2022-01-31T13:52:13.632Z] github.com/docker/docker/distribution/metadata [2022-01-31T13:52:13.632Z] github.com/docker/docker/distribution/utils [2022-01-31T13:52:13.632Z] github.com/docker/docker/distribution/xfer [2022-01-31T13:52:13.632Z] github.com/docker/docker/dockerversion [2022-01-31T13:52:13.632Z] github.com/docker/docker/errdefs [2022-01-31T13:52:13.632Z] github.com/docker/docker/image [2022-01-31T13:52:13.632Z] github.com/docker/docker/image/cache [2022-01-31T13:52:13.632Z] github.com/docker/docker/image/tarexport [2022-01-31T13:52:13.632Z] github.com/docker/docker/image/v1 [2022-01-31T13:52:13.632Z] github.com/docker/docker/internal/test/suite [2022-01-31T13:52:13.632Z] github.com/docker/docker/layer [2022-01-31T13:52:13.632Z] github.com/docker/docker/libcontainerd [2022-01-31T13:52:13.632Z] github.com/docker/docker/libcontainerd/queue [2022-01-31T13:52:13.632Z] github.com/docker/docker/libcontainerd/remote [2022-01-31T13:52:13.632Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-31T13:52:13.632Z] github.com/docker/docker/libcontainerd/types [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/config [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/idm [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/ns [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/options [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/osl [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T13:52:13.632Z] github.com/docker/docker/libnetwork/types [2022-01-31T13:52:13.632Z] github.com/docker/docker/oci [2022-01-31T13:52:13.632Z] github.com/docker/docker/oci/caps [2022-01-31T13:52:13.632Z] github.com/docker/docker/opts [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/aaparser [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/archive [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/authorization [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/broadcaster [2022-01-31T13:52:13.632Z] github.com/docker/docker/pkg/capabilities [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/chrootarchive [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/containerfs [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/devicemapper [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/directory [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/dmesg [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/filenotify [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/fileutils [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/fsutils [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/homedir [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/idtools [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/ioutils [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/jsonmessage [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/locker [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/longpath [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/loopback [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/mount [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/namesgenerator [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/parsers [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/pidfile [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/platform [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugingetter [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugins [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugins/transport [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/pools [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/progress [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/pubsub [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/reexec [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/signal [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/stack [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/stdcopy [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/streamformatter [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/stringid [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/symlink [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/sysinfo [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/system [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/tailfile [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/tarsum [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/term [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/term/windows [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/truncindex [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/urlutil [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/useragent [2022-01-31T13:52:13.633Z] github.com/docker/docker/plugin [2022-01-31T13:52:13.633Z] github.com/docker/docker/plugin/executor/containerd [2022-01-31T13:52:13.633Z] github.com/docker/docker/plugin/v2 [2022-01-31T13:52:13.633Z] github.com/docker/docker/profiles/apparmor [2022-01-31T13:52:13.633Z] github.com/docker/docker/profiles/seccomp [2022-01-31T13:52:13.633Z] github.com/docker/docker/quota [2022-01-31T13:52:13.633Z] github.com/docker/docker/reference [2022-01-31T13:52:13.633Z] github.com/docker/docker/registry [2022-01-31T13:52:13.633Z] github.com/docker/docker/registry/resumable [2022-01-31T13:52:13.633Z] github.com/docker/docker/restartmanager [2022-01-31T13:52:13.633Z] github.com/docker/docker/rootless [2022-01-31T13:52:13.633Z] github.com/docker/docker/rootless/specconv [2022-01-31T13:52:13.633Z] github.com/docker/docker/runconfig [2022-01-31T13:52:13.633Z] github.com/docker/docker/runconfig/opts [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/daemon [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/environment [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fakecontext [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fakegit [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fakestorage [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fixtures/load [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/registry [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/request [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/drivers [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/local [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/mounts [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/service [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/service/opts [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/testutils' [2022-01-31T13:52:13.633Z] ++ grep --fixed-strings -v /libnetwork [2022-01-31T13:52:13.633Z] + base_pkg_list='github.com/docker/docker/api [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/backend/build [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/httputils [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/middleware [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/build [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/container [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/debug [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/distribution [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/grpc [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/image [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/network [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/plugin [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/session [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/swarm [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/system [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/volume [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/backend [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/blkiodev [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/container [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/events [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/filters [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/image [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/mount [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/network [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/registry [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/strslice [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/swarm [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/time [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/versions [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/volume [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/worker [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/dockerfile [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/dockerignore [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/remotecontext [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/remotecontext/git [2022-01-31T13:52:13.633Z] github.com/docker/docker/cli [2022-01-31T13:52:13.633Z] github.com/docker/docker/cli/config [2022-01-31T13:52:13.633Z] github.com/docker/docker/cli/debug [2022-01-31T13:52:13.633Z] github.com/docker/docker/client [2022-01-31T13:52:13.633Z] github.com/docker/docker/cmd/docker-proxy [2022-01-31T13:52:13.633Z] github.com/docker/docker/cmd/dockerd [2022-01-31T13:52:13.633Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-31T13:52:13.633Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-31T13:52:13.633Z] github.com/docker/docker/container [2022-01-31T13:52:13.633Z] github.com/docker/docker/container/stream [2022-01-31T13:52:13.633Z] github.com/docker/docker/contrib/apparmor [2022-01-31T13:52:13.633Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-31T13:52:13.633Z] github.com/docker/docker/contrib/httpserver [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/cluster [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/cluster/convert [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/cluster/executor [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/cluster/provider [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/config [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/events [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/events/testutils [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/exec [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/images [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/initlayer [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/links [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/listeners [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/gelf [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/journald [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/local [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/logentries [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/splunk [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/syslog [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/logger/templates [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/names [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/network [2022-01-31T13:52:13.633Z] github.com/docker/docker/daemon/stats [2022-01-31T13:52:13.633Z] github.com/docker/docker/distribution [2022-01-31T13:52:13.633Z] github.com/docker/docker/distribution/metadata [2022-01-31T13:52:13.633Z] github.com/docker/docker/distribution/utils [2022-01-31T13:52:13.633Z] github.com/docker/docker/distribution/xfer [2022-01-31T13:52:13.633Z] github.com/docker/docker/dockerversion [2022-01-31T13:52:13.633Z] github.com/docker/docker/errdefs [2022-01-31T13:52:13.633Z] github.com/docker/docker/image [2022-01-31T13:52:13.633Z] github.com/docker/docker/image/cache [2022-01-31T13:52:13.633Z] github.com/docker/docker/image/tarexport [2022-01-31T13:52:13.633Z] github.com/docker/docker/image/v1 [2022-01-31T13:52:13.633Z] github.com/docker/docker/internal/test/suite [2022-01-31T13:52:13.633Z] github.com/docker/docker/layer [2022-01-31T13:52:13.633Z] github.com/docker/docker/libcontainerd [2022-01-31T13:52:13.633Z] github.com/docker/docker/libcontainerd/queue [2022-01-31T13:52:13.633Z] github.com/docker/docker/libcontainerd/remote [2022-01-31T13:52:13.633Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-31T13:52:13.633Z] github.com/docker/docker/libcontainerd/types [2022-01-31T13:52:13.633Z] github.com/docker/docker/oci [2022-01-31T13:52:13.633Z] github.com/docker/docker/oci/caps [2022-01-31T13:52:13.633Z] github.com/docker/docker/opts [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/aaparser [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/archive [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/authorization [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/broadcaster [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/capabilities [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/chrootarchive [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/containerfs [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/devicemapper [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/directory [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/dmesg [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/filenotify [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/fileutils [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/fsutils [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/homedir [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/idtools [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/ioutils [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/jsonmessage [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/locker [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/longpath [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/loopback [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/mount [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/namesgenerator [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/parsers [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/pidfile [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/platform [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugingetter [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugins [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/plugins/transport [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/pools [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/progress [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/pubsub [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/reexec [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/signal [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/stack [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/stdcopy [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/streamformatter [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/stringid [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/symlink [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/sysinfo [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/system [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/tailfile [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/tarsum [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/term [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/term/windows [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/truncindex [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/urlutil [2022-01-31T13:52:13.633Z] github.com/docker/docker/pkg/useragent [2022-01-31T13:52:13.633Z] github.com/docker/docker/plugin [2022-01-31T13:52:13.633Z] github.com/docker/docker/plugin/executor/containerd [2022-01-31T13:52:13.633Z] github.com/docker/docker/plugin/v2 [2022-01-31T13:52:13.633Z] github.com/docker/docker/profiles/apparmor [2022-01-31T13:52:13.633Z] github.com/docker/docker/profiles/seccomp [2022-01-31T13:52:13.633Z] github.com/docker/docker/quota [2022-01-31T13:52:13.633Z] github.com/docker/docker/reference [2022-01-31T13:52:13.633Z] github.com/docker/docker/registry [2022-01-31T13:52:13.633Z] github.com/docker/docker/registry/resumable [2022-01-31T13:52:13.633Z] github.com/docker/docker/restartmanager [2022-01-31T13:52:13.633Z] github.com/docker/docker/rootless [2022-01-31T13:52:13.633Z] github.com/docker/docker/rootless/specconv [2022-01-31T13:52:13.633Z] github.com/docker/docker/runconfig [2022-01-31T13:52:13.633Z] github.com/docker/docker/runconfig/opts [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/daemon [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/environment [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fakecontext [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fakegit [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fakestorage [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fixtures/load [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/registry [2022-01-31T13:52:13.633Z] github.com/docker/docker/testutil/request [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/drivers [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/local [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/mounts [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/service [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/service/opts [2022-01-31T13:52:13.633Z] github.com/docker/docker/volume/testutils' [2022-01-31T13:52:13.633Z] ++ grep --fixed-strings /libnetwork [2022-01-31T13:52:13.633Z] ++ echo 'github.com/docker/docker/api [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/backend/build [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/httputils [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/middleware [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/build [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/container [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/debug [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/distribution [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/grpc [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/image [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/network [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/plugin [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/session [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/swarm [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/system [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/server/router/volume [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/backend [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/blkiodev [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/container [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/events [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/filters [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/image [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/mount [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/network [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/registry [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/strslice [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/swarm [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/time [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/versions [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-31T13:52:13.633Z] github.com/docker/docker/api/types/volume [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/builder-next/worker [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/dockerfile [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/dockerignore [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/remotecontext [2022-01-31T13:52:13.633Z] github.com/docker/docker/builder/remotecontext/git [2022-01-31T13:52:13.633Z] github.com/docker/docker/cli [2022-01-31T13:52:13.633Z] github.com/docker/docker/cli/config [2022-01-31T13:52:13.633Z] github.com/docker/docker/cli/debug [2022-01-31T13:52:13.633Z] github.com/docker/docker/client [2022-01-31T13:52:13.633Z] github.com/docker/docker/cmd/docker-proxy [2022-01-31T13:52:13.633Z] github.com/docker/docker/cmd/dockerd [2022-01-31T13:52:13.633Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-31T13:52:13.633Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-31T13:52:13.633Z] github.com/docker/docker/container [2022-01-31T13:52:13.633Z] github.com/docker/docker/container/stream [2022-01-31T13:52:13.633Z] github.com/docker/docker/contrib/apparmor [2022-01-31T13:52:13.633Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-31T13:52:13.634Z] github.com/docker/docker/contrib/httpserver [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/cluster [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/cluster/convert [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/cluster/executor [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/cluster/provider [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/config [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/events [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/events/testutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/exec [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/images [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/initlayer [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/links [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/listeners [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/gelf [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/journald [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/local [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/logentries [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/splunk [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/syslog [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/logger/templates [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/names [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/network [2022-01-31T13:52:13.634Z] github.com/docker/docker/daemon/stats [2022-01-31T13:52:13.634Z] github.com/docker/docker/distribution [2022-01-31T13:52:13.634Z] github.com/docker/docker/distribution/metadata [2022-01-31T13:52:13.634Z] github.com/docker/docker/distribution/utils [2022-01-31T13:52:13.634Z] github.com/docker/docker/distribution/xfer [2022-01-31T13:52:13.634Z] github.com/docker/docker/dockerversion [2022-01-31T13:52:13.634Z] github.com/docker/docker/errdefs [2022-01-31T13:52:13.634Z] github.com/docker/docker/image [2022-01-31T13:52:13.634Z] github.com/docker/docker/image/cache [2022-01-31T13:52:13.634Z] github.com/docker/docker/image/tarexport [2022-01-31T13:52:13.634Z] github.com/docker/docker/image/v1 [2022-01-31T13:52:13.634Z] github.com/docker/docker/internal/test/suite [2022-01-31T13:52:13.634Z] github.com/docker/docker/layer [2022-01-31T13:52:13.634Z] github.com/docker/docker/libcontainerd [2022-01-31T13:52:13.634Z] github.com/docker/docker/libcontainerd/queue [2022-01-31T13:52:13.634Z] github.com/docker/docker/libcontainerd/remote [2022-01-31T13:52:13.634Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-31T13:52:13.634Z] github.com/docker/docker/libcontainerd/types [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/config [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/idm [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ns [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/options [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/osl [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/types [2022-01-31T13:52:13.634Z] github.com/docker/docker/oci [2022-01-31T13:52:13.634Z] github.com/docker/docker/oci/caps [2022-01-31T13:52:13.634Z] github.com/docker/docker/opts [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/aaparser [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/archive [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/authorization [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/broadcaster [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/capabilities [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/chrootarchive [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/containerfs [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/devicemapper [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/directory [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/dmesg [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/filenotify [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/fileutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/fsutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/homedir [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/idtools [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/ioutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/jsonmessage [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/locker [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/longpath [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/loopback [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/mount [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/namesgenerator [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/parsers [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/pidfile [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/platform [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/plugingetter [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/plugins [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/plugins/transport [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/pools [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/progress [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/pubsub [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/reexec [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/signal [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/stack [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/stdcopy [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/streamformatter [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/stringid [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/symlink [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/sysinfo [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/system [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/tailfile [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/tarsum [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/term [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/term/windows [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/truncindex [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/urlutil [2022-01-31T13:52:13.634Z] github.com/docker/docker/pkg/useragent [2022-01-31T13:52:13.634Z] github.com/docker/docker/plugin [2022-01-31T13:52:13.634Z] github.com/docker/docker/plugin/executor/containerd [2022-01-31T13:52:13.634Z] github.com/docker/docker/plugin/v2 [2022-01-31T13:52:13.634Z] github.com/docker/docker/profiles/apparmor [2022-01-31T13:52:13.634Z] github.com/docker/docker/profiles/seccomp [2022-01-31T13:52:13.634Z] github.com/docker/docker/quota [2022-01-31T13:52:13.634Z] github.com/docker/docker/reference [2022-01-31T13:52:13.634Z] github.com/docker/docker/registry [2022-01-31T13:52:13.634Z] github.com/docker/docker/registry/resumable [2022-01-31T13:52:13.634Z] github.com/docker/docker/restartmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/rootless [2022-01-31T13:52:13.634Z] github.com/docker/docker/rootless/specconv [2022-01-31T13:52:13.634Z] github.com/docker/docker/runconfig [2022-01-31T13:52:13.634Z] github.com/docker/docker/runconfig/opts [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil/daemon [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil/environment [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil/fakecontext [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil/fakegit [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil/fakestorage [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil/fixtures/load [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil/registry [2022-01-31T13:52:13.634Z] github.com/docker/docker/testutil/request [2022-01-31T13:52:13.634Z] github.com/docker/docker/volume [2022-01-31T13:52:13.634Z] github.com/docker/docker/volume/drivers [2022-01-31T13:52:13.634Z] github.com/docker/docker/volume/local [2022-01-31T13:52:13.634Z] github.com/docker/docker/volume/mounts [2022-01-31T13:52:13.634Z] github.com/docker/docker/volume/service [2022-01-31T13:52:13.634Z] github.com/docker/docker/volume/service/opts [2022-01-31T13:52:13.634Z] github.com/docker/docker/volume/testutils' [2022-01-31T13:52:13.634Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/config [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/idm [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ns [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/options [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/osl [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/types' [2022-01-31T13:52:13.634Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-01-31T13:52:13.634Z] + echo 'github.com/docker/docker/libnetwork [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/config [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/idm [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T13:52:13.634Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/ns [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/options [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/osl [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/types' [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T13:52:13.635Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T13:52:13.635Z] + type docker-proxy [2022-01-31T13:52:13.635Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-01-31T13:52:13.635Z] + hack/make.sh binary-proxy install-proxy [2022-01-31T13:52:13.635Z] [2022-01-31T13:52:13.635Z] Removing bundles/ [2022-01-31T13:52:13.635Z] [2022-01-31T13:52:13.635Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-01-31T13:52:13.635Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-01-31T13:52:13.635Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T13:52:18.267Z] INFO: Expanding compiler 3 of 3... [2022-01-31T13:52:18.743Z] INFO: Removing downloaded files... [2022-01-31T13:52:18.743Z] INFO: Downloading containerd [2022-01-31T13:52:20.187Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-01-31T13:52:20.187Z] [2022-01-31T13:52:20.187Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-01-31T13:52:20.187Z] Installing docker-proxy to /usr/local/bin/ [2022-01-31T13:52:20.187Z] [2022-01-31T13:52:20.187Z] + mkdir -p bundles [2022-01-31T13:52:20.187Z] + '[' -n 'github.com/docker/docker/api [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/backend/build [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/httputils [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/middleware [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/build [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/container [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/debug [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/distribution [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/grpc [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/image [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/network [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/plugin [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/session [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/swarm [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/system [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/server/router/volume [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/backend [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/blkiodev [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/container [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/events [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/filters [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/image [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/mount [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/network [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/registry [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/strslice [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/swarm [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/time [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/versions [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-31T13:52:20.187Z] github.com/docker/docker/api/types/volume [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/builder-next [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/builder-next/worker [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/dockerfile [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/dockerignore [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/remotecontext [2022-01-31T13:52:20.187Z] github.com/docker/docker/builder/remotecontext/git [2022-01-31T13:52:20.187Z] github.com/docker/docker/cli [2022-01-31T13:52:20.187Z] github.com/docker/docker/cli/config [2022-01-31T13:52:20.187Z] github.com/docker/docker/cli/debug [2022-01-31T13:52:20.187Z] github.com/docker/docker/client [2022-01-31T13:52:20.187Z] github.com/docker/docker/cmd/docker-proxy [2022-01-31T13:52:20.187Z] github.com/docker/docker/cmd/dockerd [2022-01-31T13:52:20.187Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-31T13:52:20.187Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-31T13:52:20.187Z] github.com/docker/docker/container [2022-01-31T13:52:20.187Z] github.com/docker/docker/container/stream [2022-01-31T13:52:20.187Z] github.com/docker/docker/contrib/apparmor [2022-01-31T13:52:20.187Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-31T13:52:20.187Z] github.com/docker/docker/contrib/httpserver [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/cluster [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/cluster/convert [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/cluster/executor [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/cluster/provider [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/config [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/events [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/events/testutils [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/exec [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/images [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/initlayer [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/links [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/listeners [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/gelf [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/journald [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/local [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/logentries [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/splunk [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/syslog [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/logger/templates [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/names [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/network [2022-01-31T13:52:20.187Z] github.com/docker/docker/daemon/stats [2022-01-31T13:52:20.187Z] github.com/docker/docker/distribution [2022-01-31T13:52:20.187Z] github.com/docker/docker/distribution/metadata [2022-01-31T13:52:20.187Z] github.com/docker/docker/distribution/utils [2022-01-31T13:52:20.187Z] github.com/docker/docker/distribution/xfer [2022-01-31T13:52:20.187Z] github.com/docker/docker/dockerversion [2022-01-31T13:52:20.187Z] github.com/docker/docker/errdefs [2022-01-31T13:52:20.187Z] github.com/docker/docker/image [2022-01-31T13:52:20.187Z] github.com/docker/docker/image/cache [2022-01-31T13:52:20.187Z] github.com/docker/docker/image/tarexport [2022-01-31T13:52:20.187Z] github.com/docker/docker/image/v1 [2022-01-31T13:52:20.187Z] github.com/docker/docker/internal/test/suite [2022-01-31T13:52:20.187Z] github.com/docker/docker/layer [2022-01-31T13:52:20.187Z] github.com/docker/docker/libcontainerd [2022-01-31T13:52:20.187Z] github.com/docker/docker/libcontainerd/queue [2022-01-31T13:52:20.187Z] github.com/docker/docker/libcontainerd/remote [2022-01-31T13:52:20.187Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-31T13:52:20.187Z] github.com/docker/docker/libcontainerd/types [2022-01-31T13:52:20.187Z] github.com/docker/docker/oci [2022-01-31T13:52:20.187Z] github.com/docker/docker/oci/caps [2022-01-31T13:52:20.187Z] github.com/docker/docker/opts [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/aaparser [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/archive [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/authorization [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/broadcaster [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/capabilities [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/chrootarchive [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/containerfs [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/devicemapper [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/directory [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/dmesg [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/filenotify [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/fileutils [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/fsutils [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/homedir [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/idtools [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/ioutils [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/jsonmessage [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/locker [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/longpath [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/loopback [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/mount [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/namesgenerator [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/parsers [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/pidfile [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/platform [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/plugingetter [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/plugins [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/plugins/transport [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/pools [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/progress [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/pubsub [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/reexec [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/signal [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/stack [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/stdcopy [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/streamformatter [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/stringid [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/symlink [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/sysinfo [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/system [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/tailfile [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/tarsum [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/term [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/term/windows [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/truncindex [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/urlutil [2022-01-31T13:52:20.187Z] github.com/docker/docker/pkg/useragent [2022-01-31T13:52:20.187Z] github.com/docker/docker/plugin [2022-01-31T13:52:20.187Z] github.com/docker/docker/plugin/executor/containerd [2022-01-31T13:52:20.187Z] github.com/docker/docker/plugin/v2 [2022-01-31T13:52:20.187Z] github.com/docker/docker/profiles/apparmor [2022-01-31T13:52:20.187Z] github.com/docker/docker/profiles/seccomp [2022-01-31T13:52:20.187Z] github.com/docker/docker/quota [2022-01-31T13:52:20.187Z] github.com/docker/docker/reference [2022-01-31T13:52:20.187Z] github.com/docker/docker/registry [2022-01-31T13:52:20.187Z] github.com/docker/docker/registry/resumable [2022-01-31T13:52:20.187Z] github.com/docker/docker/restartmanager [2022-01-31T13:52:20.187Z] github.com/docker/docker/rootless [2022-01-31T13:52:20.187Z] github.com/docker/docker/rootless/specconv [2022-01-31T13:52:20.187Z] github.com/docker/docker/runconfig [2022-01-31T13:52:20.187Z] github.com/docker/docker/runconfig/opts [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil/daemon [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil/environment [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil/fakecontext [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil/fakegit [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil/fakestorage [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil/fixtures/load [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil/registry [2022-01-31T13:52:20.187Z] github.com/docker/docker/testutil/request [2022-01-31T13:52:20.187Z] github.com/docker/docker/volume [2022-01-31T13:52:20.187Z] github.com/docker/docker/volume/drivers [2022-01-31T13:52:20.187Z] github.com/docker/docker/volume/local [2022-01-31T13:52:20.187Z] github.com/docker/docker/volume/mounts [2022-01-31T13:52:20.187Z] github.com/docker/docker/volume/service [2022-01-31T13:52:20.187Z] github.com/docker/docker/volume/service/opts [2022-01-31T13:52:20.187Z] github.com/docker/docker/volume/testutils' ']' [2022-01-31T13:52:20.188Z] + 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/namesgenerator/cmd/names-generator 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-01-31T13:52:21.118Z] ? github.com/docker/docker/api [no test files] [2022-01-31T13:52:32.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-01-31T13:52:32.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-01-31T13:52:33.294Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2022-01-31T13:52:43.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-01-31T13:52:43.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-01-31T13:52:49.048Z] [2022-01-31T13:52:49.049Z] Name Version Source Summary [2022-01-31T13:52:49.049Z] ---- ------- ------ ------- [2022-01-31T13:52:49.049Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-01-31T13:52:49.524Z] [2022-01-31T13:52:49.524Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-01-31T13:52:49.524Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-01-31T13:52:49.524Z] PSChildName : containerd [2022-01-31T13:52:49.524Z] PSDrive : C [2022-01-31T13:52:49.524Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-01-31T13:52:49.524Z] PSIsContainer : True [2022-01-31T13:52:49.524Z] Name : containerd [2022-01-31T13:52:49.524Z] FullName : C:\containerd [2022-01-31T13:52:49.524Z] Parent : [2022-01-31T13:52:49.524Z] Exists : True [2022-01-31T13:52:49.524Z] Root : C:\ [2022-01-31T13:52:49.524Z] Extension : [2022-01-31T13:52:49.524Z] CreationTime : 1/31/2022 1:52:49 PM [2022-01-31T13:52:49.524Z] CreationTimeUtc : 1/31/2022 1:52:49 PM [2022-01-31T13:52:49.524Z] LastAccessTime : 1/31/2022 1:52:49 PM [2022-01-31T13:52:49.524Z] LastAccessTimeUtc : 1/31/2022 1:52:49 PM [2022-01-31T13:52:49.524Z] LastWriteTime : 1/31/2022 1:52:49 PM [2022-01-31T13:52:49.524Z] LastWriteTimeUtc : 1/31/2022 1:52:49 PM [2022-01-31T13:52:49.524Z] Attributes : Directory [2022-01-31T13:52:49.524Z] Mode : d----- [2022-01-31T13:52:49.524Z] BaseName : containerd [2022-01-31T13:52:49.524Z] Target : {} [2022-01-31T13:52:49.524Z] LinkType : [2022-01-31T13:52:49.524Z] [2022-01-31T13:52:49.995Z] 567fd00846e9: Pull complete [2022-01-31T13:52:49.995Z] Digest: sha256:ab693245cc2f6c018a5718b9ded9eac109629e207907df81991f449d138cd85c [2022-01-31T13:52:49.995Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T13:52:49.995Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T13:52:49.995Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-01-31T13:52:49.995Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-01-31T13:52:49.995Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2458' [2022-01-31T13:52:49.995Z] INFO: Docker version of control daemon [2022-01-31T13:52:49.995Z] [2022-01-31T13:52:49.995Z] Client: [2022-01-31T13:52:49.995Z] Version: 20.10.9 [2022-01-31T13:52:49.995Z] API version: 1.41 [2022-01-31T13:52:49.995Z] Go version: go1.16.8 [2022-01-31T13:52:49.995Z] Git commit: c2ea9bc [2022-01-31T13:52:49.995Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-31T13:52:49.995Z] OS/Arch: windows/amd64 [2022-01-31T13:52:49.995Z] Context: default [2022-01-31T13:52:49.995Z] Experimental: true [2022-01-31T13:52:49.995Z] [2022-01-31T13:52:49.995Z] Server: Docker Engine - Community [2022-01-31T13:52:49.995Z] Engine: [2022-01-31T13:52:49.995Z] Version: 20.10.9 [2022-01-31T13:52:49.995Z] API version: 1.41 (minimum version 1.24) [2022-01-31T13:52:49.995Z] Go version: go1.16.8 [2022-01-31T13:52:49.995Z] Git commit: 79ea9d3 [2022-01-31T13:52:49.995Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-31T13:52:49.995Z] OS/Arch: windows/amd64 [2022-01-31T13:52:49.995Z] Experimental: true [2022-01-31T13:52:49.995Z] [2022-01-31T13:52:49.995Z] INFO: Docker info of control daemon [2022-01-31T13:52:49.995Z] [2022-01-31T13:52:49.995Z] Client: [2022-01-31T13:52:49.995Z] Context: default [2022-01-31T13:52:49.995Z] Debug Mode: false [2022-01-31T13:52:49.995Z] Plugins: [2022-01-31T13:52:49.995Z] app: Docker Application (Docker Inc., v0.8.0) [2022-01-31T13:52:49.995Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-01-31T13:52:49.995Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-01-31T13:52:49.995Z] [2022-01-31T13:52:49.995Z] Server: [2022-01-31T13:52:49.995Z] Containers: 0 [2022-01-31T13:52:49.995Z] Running: 0 [2022-01-31T13:52:49.995Z] Paused: 0 [2022-01-31T13:52:49.995Z] Stopped: 0 [2022-01-31T13:52:49.995Z] Images: 1 [2022-01-31T13:52:49.995Z] Server Version: 20.10.9 [2022-01-31T13:52:49.995Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-31T13:52:49.995Z] Windows: [2022-01-31T13:52:49.995Z] LCOW: [2022-01-31T13:52:49.995Z] Logging Driver: json-file [2022-01-31T13:52:49.995Z] Plugins: [2022-01-31T13:52:49.995Z] Volume: local [2022-01-31T13:52:49.995Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T13:52:49.995Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T13:52:49.995Z] Swarm: inactive [2022-01-31T13:52:49.995Z] Default Isolation: process [2022-01-31T13:52:49.995Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-01-31T13:52:49.995Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-01-31T13:52:49.995Z] OSType: windows [2022-01-31T13:52:49.995Z] Architecture: x86_64 [2022-01-31T13:52:49.995Z] CPUs: 4 [2022-01-31T13:52:49.995Z] Total Memory: 32GiB [2022-01-31T13:52:49.995Z] Name: azwin-2-de7590 [2022-01-31T13:52:49.995Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-01-31T13:52:49.995Z] Docker Root Dir: D:\docker [2022-01-31T13:52:49.995Z] Debug Mode: false [2022-01-31T13:52:49.995Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:52:49.995Z] Labels: [2022-01-31T13:52:49.995Z] Experimental: true [2022-01-31T13:52:49.995Z] Insecure Registries: [2022-01-31T13:52:49.995Z] 10.0.0.4:5000 [2022-01-31T13:52:49.995Z] 127.0.0.0/8 [2022-01-31T13:52:49.995Z] Registry Mirrors: [2022-01-31T13:52:49.995Z] http://10.0.0.4:5000/ [2022-01-31T13:52:49.995Z] Live Restore Enabled: false [2022-01-31T13:52:49.995Z] Product License: Community Engine [2022-01-31T13:52:49.995Z] [2022-01-31T13:52:49.995Z] [2022-01-31T13:52:49.995Z] INFO: Commit hash is af819bf623 [2022-01-31T13:52:49.995Z] INFO: Nuke-Everything... [2022-01-31T13:52:49.995Z] INFO: Container count on control daemon to delete is 0 [2022-01-31T13:52:49.995Z] INFO: Nuking d:\CI [2022-01-31T13:52:49.996Z] INFO: Zapped successfully [2022-01-31T13:52:49.996Z] INFO: Location for testing is d:\CI\PR-43199\4 [2022-01-31T13:52:49.996Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-01-31T13:52:49.996Z] [2022-01-31T13:52:49.996Z] [2022-01-31T13:52:49.996Z] INFO: Building the image from Dockerfile.windows at 01/31/2022 13:52:41... [2022-01-31T13:52:49.996Z] [2022-01-31T13:52:49.996Z] Sending build context to Docker daemon 61.79MB [2022-01-31T13:52:49.996Z] [2022-01-31T13:52:49.996Z] Step 1/11 : FROM microsoft/windowsservercore [2022-01-31T13:52:49.996Z] ---> 60d6f56ecebd [2022-01-31T13:52:49.996Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-01-31T13:52:49.996Z] ---> Running in df0f36933c5c [2022-01-31T13:52:49.996Z] Removing intermediate container df0f36933c5c [2022-01-31T13:52:49.996Z] ---> d5fed1b1e07f [2022-01-31T13:52:49.996Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-01-31T13:52:49.996Z] ---> Running in 3959a5b3dae3 [2022-01-31T13:52:49.996Z] Removing intermediate container 3959a5b3dae3 [2022-01-31T13:52:49.996Z] ---> 85a8b4db5a64 [2022-01-31T13:52:49.996Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-01-31T13:52:49.996Z] ---> Running in 5649686cb29a [2022-01-31T13:52:49.996Z] Removing intermediate container 5649686cb29a [2022-01-31T13:52:49.996Z] ---> 4a0dd45d04d4 [2022-01-31T13:52:49.996Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-01-31T13:52:49.996Z] ---> Running in bafb07758593 [2022-01-31T13:52:50.465Z] Removing intermediate container bafb07758593 [2022-01-31T13:52:50.465Z] ---> f957ccba00dc [2022-01-31T13:52:50.465Z] 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-01-31T13:52:50.465Z] ---> Running in 9d2e99963439 [2022-01-31T13:52:50.936Z] Removing intermediate container 9d2e99963439 [2022-01-31T13:52:50.936Z] ---> f54a655eef50 [2022-01-31T13:52:50.936Z] 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-01-31T13:52:50.936Z] ---> Running in 95cc21c1ec27 [2022-01-31T13:52:51.114Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-01-31T13:52:51.114Z] INFO: Configuring git core.autocrlf... [2022-01-31T13:52:51.114Z] [2022-01-31T13:52:51.114Z] [2022-01-31T13:52:54.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-01-31T13:53:00.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-01-31T13:53:03.824Z] Removing intermediate container 753d4510ec4b [2022-01-31T13:53:03.824Z] ---> bbed966a5837 [2022-01-31T13:53:03.824Z] 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-01-31T13:53:03.824Z] ---> Running in 59f838fddba5 [2022-01-31T13:53:03.824Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-01-31T13:53:03.824Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-31T13:53:03.824Z] go: downloading github.com/fatih/color v1.10.0 [2022-01-31T13:53:03.824Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-31T13:53:03.824Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-31T13:53:03.824Z] go: downloading github.com/pkg/errors v0.9.1 [2022-01-31T13:53:03.824Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-31T13:53:03.824Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-31T13:53:03.824Z] go: downloading golang.org/x/tools v0.1.0 [2022-01-31T13:53:03.824Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-31T13:53:03.824Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-31T13:53:03.824Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-31T13:53:03.824Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-31T13:53:03.824Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-31T13:53:04.293Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-31T13:53:04.293Z] go: downloading golang.org/x/mod v0.3.0 [2022-01-31T13:53:09.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-01-31T13:53:09.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-01-31T13:53:09.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-01-31T13:53:10.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-01-31T13:53:11.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-01-31T13:53:11.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-01-31T13:53:12.185Z] [2022-01-31T13:53:12.186Z] SUCCESS: Specified value was saved. [2022-01-31T13:53:12.186Z] INFO: Downloading git... [2022-01-31T13:53:12.186Z] INFO: Downloading go... [2022-01-31T13:53:12.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-01-31T13:53:13.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-01-31T13:53:14.412Z] INFO: Downloading compiler 1 of 3... [2022-01-31T13:53:14.412Z] INFO: Downloading compiler 2 of 3... [2022-01-31T13:53:14.412Z] INFO: Downloading compiler 3 of 3... [2022-01-31T13:53:14.412Z] INFO: Extracting git... [2022-01-31T13:53:14.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-01-31T13:53:15.713Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-01-31T13:53:16.275Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-01-31T13:53:16.836Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-01-31T13:53:17.398Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-01-31T13:53:18.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-01-31T13:53:19.255Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-01-31T13:53:19.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-01-31T13:53:20.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-01-31T13:53:21.308Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-31T13:53:21.308Z] Using test binary docker [2022-01-31T13:53:21.308Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-01-31T13:53:21.308Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-31T13:53:21.308Z] INFO: Waiting for daemon to start... [2022-01-31T13:53:21.308Z] Starting dockerd [2022-01-31T13:53:21.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-01-31T13:53:22.116Z] Removing intermediate container 59f838fddba5 [2022-01-31T13:53:22.116Z] ---> 5ff4e4c13393 [2022-01-31T13:53:22.116Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-01-31T13:53:22.116Z] ---> Running in 89e0c0588e7c [2022-01-31T13:53:22.116Z] Removing intermediate container 89e0c0588e7c [2022-01-31T13:53:22.116Z] ---> c09413a71a5a [2022-01-31T13:53:22.116Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-01-31T13:53:22.116Z] ---> Running in d7822a3d00e7 [2022-01-31T13:53:22.116Z] Removing intermediate container d7822a3d00e7 [2022-01-31T13:53:22.116Z] ---> a8f2d708c55d [2022-01-31T13:53:22.116Z] Step 11/11 : COPY . . [2022-01-31T13:53:22.875Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-01-31T13:53:23.805Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-01-31T13:53:23.820Z] . [2022-01-31T13:53:23.820Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-31T13:53:23.820Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-31T13:53:23.820Z] Error: No such image: emptyfs [2022-01-31T13:53:24.075Z] Running integration-test (iteration 1) [2022-01-31T13:53:24.075Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-01-31T13:53:24.331Z] Loaded image: busybox:latest [2022-01-31T13:53:24.331Z] Loaded image: busybox:glibc [2022-01-31T13:53:24.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-01-31T13:53:24.624Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-01-31T13:53:25.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-01-31T13:53:25.700Z] Loaded image: debian:bullseye-slim [2022-01-31T13:53:25.700Z] Loaded image: hello-world:latest [2022-01-31T13:53:25.700Z] Loaded image: arm32v7/hello-world:latest [2022-01-31T13:53:25.700Z] INFO: Testing against a local daemon [2022-01-31T13:53:25.700Z] === RUN TestCgroupNamespacesBuild [2022-01-31T13:53:27.064Z] --- PASS: TestCgroupNamespacesBuild (1.16s) [2022-01-31T13:53:27.064Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-01-31T13:53:27.991Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s) [2022-01-31T13:53:27.991Z] === RUN TestBuildWithSession [2022-01-31T13:53:27.991Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T13:53:27.991Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-31T13:53:27.991Z] === RUN TestBuildSquashParent [2022-01-31T13:53:28.109Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-01-31T13:53:29.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-01-31T13:53:29.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-01-31T13:53:30.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-01-31T13:53:31.130Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-01-31T13:53:31.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-01-31T13:53:32.254Z] INFO: Expanding go... [2022-01-31T13:53:33.078Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-01-31T13:53:33.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-01-31T13:53:34.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-01-31T13:53:35.128Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-31T13:53:35.128Z] Using test binary docker [2022-01-31T13:53:35.128Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-01-31T13:53:35.384Z] Starting apparmor (via systemctl): apparmor.service. [2022-01-31T13:53:35.384Z] INFO: Waiting for daemon to start... [2022-01-31T13:53:35.384Z] Starting dockerd [2022-01-31T13:53:36.074Z] --- PASS: TestBuildSquashParent (7.04s) [2022-01-31T13:53:36.074Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-31T13:53:36.074Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T13:53:36.074Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T13:53:36.074Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T13:53:36.074Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T13:53:36.074Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T13:53:36.074Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T13:53:36.074Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T13:53:36.074Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T13:53:36.074Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T13:53:36.074Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T13:53:36.075Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T13:53:36.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T13:53:36.075Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T13:53:36.075Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T13:53:36.661Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T13:53:36.661Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T13:53:38.593Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T13:53:38.849Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T13:53:39.545Z] . [2022-01-31T13:53:39.546Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-31T13:53:39.546Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-31T13:53:39.546Z] Error: No such image: emptyfs [2022-01-31T13:53:39.546Z] Running integration-test (iteration 1) [2022-01-31T13:53:39.546Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-01-31T13:53:39.546Z] Loaded image: busybox:latest [2022-01-31T13:53:39.801Z] Loaded image: busybox:glibc [2022-01-31T13:53:40.741Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-01-31T13:53:40.742Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.52s) [2022-01-31T13:53:40.742Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.59s) [2022-01-31T13:53:40.742Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.07s) [2022-01-31T13:53:40.742Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.04s) [2022-01-31T13:53:40.742Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.03s) [2022-01-31T13:53:40.742Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.02s) [2022-01-31T13:53:40.742Z] === RUN TestBuildMultiStageCopy [2022-01-31T13:53:40.742Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-31T13:53:40.930Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-01-31T13:53:40.930Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2022-01-31T13:53:40.930Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-01-31T13:53:40.930Z] ? github.com/docker/docker/api/server/router [no test files] [2022-01-31T13:53:40.930Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-01-31T13:53:40.930Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-01-31T13:53:40.930Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-01-31T13:53:40.930Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-01-31T13:53:40.930Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-01-31T13:53:40.930Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-01-31T13:53:40.930Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-01-31T13:53:41.187Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-01-31T13:53:41.211Z] Loaded image: debian:bullseye-slim [2022-01-31T13:53:41.211Z] Loaded image: hello-world:latest [2022-01-31T13:53:41.211Z] Loaded image: arm32v7/hello-world:latest [2022-01-31T13:53:41.211Z] INFO: Testing against a local daemon [2022-01-31T13:53:41.211Z] === RUN TestCgroupNamespacesBuild [2022-01-31T13:53:42.118Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-01-31T13:53:42.118Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-01-31T13:53:42.118Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-01-31T13:53:42.375Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-01-31T13:53:42.375Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-01-31T13:53:42.375Z] ? github.com/docker/docker/api/types [no test files] [2022-01-31T13:53:42.375Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-01-31T13:53:42.375Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-01-31T13:53:42.375Z] ? github.com/docker/docker/api/types/container [no test files] [2022-01-31T13:53:42.375Z] ? github.com/docker/docker/api/types/events [no test files] [2022-01-31T13:53:42.578Z] --- PASS: TestCgroupNamespacesBuild (1.29s) [2022-01-31T13:53:42.578Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-01-31T13:53:42.632Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-01-31T13:53:42.632Z] ? github.com/docker/docker/api/types/image [no test files] [2022-01-31T13:53:42.632Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-01-31T13:53:42.632Z] ? github.com/docker/docker/api/types/network [no test files] [2022-01-31T13:53:42.632Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-01-31T13:53:42.632Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-01-31T13:53:42.632Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2022-01-31T13:53:42.632Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-01-31T13:53:42.632Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-01-31T13:53:42.894Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 77.3% of statements [2022-01-31T13:53:42.894Z] ok github.com/docker/docker/api/types/time 0.010s coverage: 100.0% of statements [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/builder [no test files] [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-01-31T13:53:42.894Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-01-31T13:53:43.985Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.25s) [2022-01-31T13:53:43.985Z] === RUN TestBuildWithSession [2022-01-31T13:53:43.986Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T13:53:43.986Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-31T13:53:43.986Z] === RUN TestBuildSquashParent [2022-01-31T13:53:44.011Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-31T13:53:45.380Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-31T13:53:45.416Z] ok github.com/docker/docker/builder/remotecontext 0.115s coverage: 13.7% of statements [2022-01-31T13:53:45.416Z] ok github.com/docker/docker/builder/dockerfile 0.157s coverage: 49.0% of statements [2022-01-31T13:53:45.416Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-01-31T13:53:46.307Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-31T13:53:46.345Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-01-31T13:53:46.603Z] ok github.com/docker/docker/builder/remotecontext/git 0.995s coverage: 86.3% of statements [2022-01-31T13:53:46.603Z] ? github.com/docker/docker/cli [no test files] [2022-01-31T13:53:46.603Z] ? github.com/docker/docker/cli/config [no test files] [2022-01-31T13:53:47.232Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-31T13:53:47.421Z] ---> c9b1061d235e [2022-01-31T13:53:47.421Z] Successfully built c9b1061d235e [2022-01-31T13:53:47.422Z] Successfully tagged docker:latest [2022-01-31T13:53:47.422Z] INFO: Image build ended at 01/31/2022 13:53:46. Duration:00:03:54.6166886 [2022-01-31T13:53:47.422Z] [2022-01-31T13:53:47.422Z] [2022-01-31T13:53:47.422Z] INFO: Building the test binaries at 01/31/2022 13:53:46... [2022-01-31T13:53:47.627Z] ok github.com/docker/docker/cmd/docker-proxy 0.305s coverage: 67.6% of statements [2022-01-31T13:53:48.205Z] --- PASS: TestBuildMultiStageCopy (7.34s) [2022-01-31T13:53:48.205Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s) [2022-01-31T13:53:48.205Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.02s) [2022-01-31T13:53:48.205Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.98s) [2022-01-31T13:53:48.205Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-01-31T13:53:48.205Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-01-31T13:53:48.205Z] === RUN TestBuildMultiStageParentConfig [2022-01-31T13:53:49.310Z] --- PASS: TestBuildSquashParent (4.66s) [2022-01-31T13:53:49.310Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-31T13:53:49.310Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T13:53:49.310Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T13:53:49.310Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T13:53:49.310Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T13:53:49.310Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T13:53:49.310Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T13:53:49.310Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T13:53:49.310Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T13:53:49.310Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T13:53:49.310Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T13:53:49.310Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T13:53:49.310Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T13:53:49.310Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T13:53:49.310Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T13:53:49.610Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T13:53:49.866Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T13:53:50.187Z] ok github.com/docker/docker/client 0.098s coverage: 75.6% of statements [2022-01-31T13:53:50.403Z] INFO: make.ps1 starting at 01/31/2022 13:53:50 [2022-01-31T13:53:50.871Z] INFO: Git commit (af819bf623) assumed from DOCKER_GITCOMMIT environment variable [2022-01-31T13:53:50.871Z] INFO: Invoking autogen... [2022-01-31T13:53:51.274Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T13:53:51.274Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T13:53:51.339Z] INFO: Building daemon... [2022-01-31T13:53:53.208Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-01-31T13:53:53.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.28s) [2022-01-31T13:53:53.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.52s) [2022-01-31T13:53:53.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.31s) [2022-01-31T13:53:53.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.37s) [2022-01-31T13:53:53.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.33s) [2022-01-31T13:53:53.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.51s) [2022-01-31T13:53:53.208Z] === RUN TestBuildMultiStageCopy [2022-01-31T13:53:53.208Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-31T13:53:53.444Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-01-31T13:53:53.445Z] === RUN TestBuildLabelWithTargets [2022-01-31T13:53:54.176Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-31T13:53:54.431Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-31T13:53:54.688Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-31T13:53:54.985Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-31T13:53:54.985Z] --- PASS: TestBuildMultiStageCopy (2.19s) [2022-01-31T13:53:54.985Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.38s) [2022-01-31T13:53:54.985Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2022-01-31T13:53:54.985Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-01-31T13:53:54.985Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-01-31T13:53:54.985Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-01-31T13:53:54.985Z] === RUN TestBuildMultiStageParentConfig [2022-01-31T13:53:55.551Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2022-01-31T13:53:55.551Z] === RUN TestBuildLabelWithTargets [2022-01-31T13:53:56.958Z] --- PASS: TestBuildLabelWithTargets (1.05s) [2022-01-31T13:53:56.958Z] === RUN TestBuildWithEmptyLayers [2022-01-31T13:53:56.958Z] --- PASS: TestBuildWithEmptyLayers (0.39s) [2022-01-31T13:53:56.958Z] === RUN TestBuildMultiStageOnBuild [2022-01-31T13:53:57.604Z] INFO: Expanding compiler 1 of 3... [2022-01-31T13:53:58.847Z] --- PASS: TestBuildMultiStageOnBuild (1.63s) [2022-01-31T13:53:58.847Z] === RUN TestBuildUncleanTarFilenames [2022-01-31T13:53:59.175Z] INFO: Expanding compiler 2 of 3... [2022-01-31T13:53:59.409Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2022-01-31T13:53:59.409Z] === RUN TestBuildMultiStageLayerLeak [2022-01-31T13:53:59.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-01-31T13:54:00.773Z] --- PASS: TestBuildMultiStageLayerLeak (1.64s) [2022-01-31T13:54:00.773Z] === RUN TestBuildWithHugeFile [2022-01-31T13:54:01.524Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-01-31T13:54:01.524Z] === RUN TestBuildWithEmptyLayers [2022-01-31T13:54:02.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-01-31T13:54:04.037Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-01-31T13:54:04.037Z] === RUN TestBuildMultiStageOnBuild [2022-01-31T13:54:05.056Z] INFO: Expanding compiler 3 of 3... [2022-01-31T13:54:05.527Z] INFO: Removing downloaded files... [2022-01-31T13:54:05.527Z] INFO: Downloading containerd [2022-01-31T13:54:05.805Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|types_sizes|compiled_files|imports|name) took 2m21.526501273s [2022-01-31T13:54:06.066Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.103505ms [2022-01-31T13:54:09.321Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-01-31T13:54:09.322Z] === RUN TestBuildUncleanTarFilenames [2022-01-31T13:54:09.578Z] --- PASS: TestBuildUncleanTarFilenames (0.52s) [2022-01-31T13:54:09.578Z] === RUN TestBuildMultiStageLayerLeak [2022-01-31T13:54:14.826Z] --- PASS: TestBuildMultiStageLayerLeak (4.47s) [2022-01-31T13:54:14.826Z] === RUN TestBuildWithHugeFile [2022-01-31T13:54:17.576Z] Removing intermediate container 4f41e32184e0 [2022-01-31T13:54:17.576Z] ---> 91cce23ca07d [2022-01-31T13:54:17.576Z] 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-01-31T13:54:17.576Z] ---> Running in 3b63816e3a23 [2022-01-31T13:54:17.576Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-01-31T13:54:17.576Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-31T13:54:17.576Z] go: downloading github.com/fatih/color v1.10.0 [2022-01-31T13:54:17.576Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-31T13:54:17.576Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-31T13:54:17.576Z] go: downloading github.com/pkg/errors v0.9.1 [2022-01-31T13:54:17.576Z] go: downloading golang.org/x/tools v0.1.0 [2022-01-31T13:54:17.576Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-31T13:54:17.576Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-31T13:54:17.576Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-31T13:54:17.576Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-31T13:54:17.576Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-31T13:54:17.576Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-31T13:54:17.576Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-31T13:54:17.576Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-31T13:54:17.576Z] go: downloading golang.org/x/mod v0.3.0 [2022-01-31T13:54:28.877Z] ok github.com/docker/docker/cmd/dockerd 0.044s coverage: 29.1% of statements [2022-01-31T13:54:28.877Z] ok github.com/docker/docker/container 0.113s coverage: 34.8% of statements [2022-01-31T13:54:28.877Z] ok github.com/docker/docker/cmd/dockerd/trap 2.514s coverage: 0.0% of statements [2022-01-31T13:54:28.877Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-01-31T13:54:28.877Z] ? github.com/docker/docker/container/stream [no test files] [2022-01-31T13:54:28.877Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-01-31T13:54:28.877Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-01-31T13:54:28.877Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-01-31T13:54:30.246Z] ok github.com/docker/docker/daemon/cluster 0.059s coverage: 0.5% of statements [2022-01-31T13:54:32.142Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2022-01-31T13:54:32.646Z] Removing intermediate container 3b63816e3a23 [2022-01-31T13:54:32.646Z] ---> 2faf101675ef [2022-01-31T13:54:32.646Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-01-31T13:54:32.646Z] ---> Running in f6069963c56f [2022-01-31T13:54:32.646Z] Removing intermediate container f6069963c56f [2022-01-31T13:54:32.646Z] ---> e9da970c4d8b [2022-01-31T13:54:32.646Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-01-31T13:54:32.646Z] ---> Running in c9849b040700 [2022-01-31T13:54:32.646Z] Removing intermediate container c9849b040700 [2022-01-31T13:54:32.646Z] ---> c8cb29a652ec [2022-01-31T13:54:32.646Z] Step 11/11 : COPY . . [2022-01-31T13:54:34.034Z] ok github.com/docker/docker/daemon/cluster/convert 0.016s coverage: 35.9% of statements [2022-01-31T13:54:42.124Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.437s coverage: 13.8% of statements [2022-01-31T13:54:42.124Z] ok github.com/docker/docker/daemon/config 0.027s coverage: 81.0% of statements [2022-01-31T13:54:42.380Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-01-31T13:54:43.315Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-01-31T13:54:43.879Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.011s coverage: 4.2% of statements [2022-01-31T13:54:44.443Z] ok github.com/docker/docker/daemon 10.131s coverage: 17.1% of statements [2022-01-31T13:54:44.443Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-01-31T13:54:44.443Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-01-31T13:54:44.443Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-01-31T13:54:44.443Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-01-31T13:54:45.812Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.355s coverage: 56.2% of statements [2022-01-31T13:54:45.812Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2022-01-31T13:54:47.184Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.8% of statements [2022-01-31T13:54:48.252Z] [2022-01-31T13:54:48.252Z] Name Version Source Summary [2022-01-31T13:54:48.252Z] ---- ------- ------ ------- [2022-01-31T13:54:48.252Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-01-31T13:54:48.252Z] [2022-01-31T13:54:48.252Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-01-31T13:54:48.252Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-01-31T13:54:48.253Z] PSChildName : containerd [2022-01-31T13:54:48.253Z] PSDrive : C [2022-01-31T13:54:48.253Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-01-31T13:54:48.253Z] PSIsContainer : True [2022-01-31T13:54:48.253Z] Name : containerd [2022-01-31T13:54:48.253Z] FullName : C:\containerd [2022-01-31T13:54:48.253Z] Parent : [2022-01-31T13:54:48.253Z] Exists : True [2022-01-31T13:54:48.253Z] Root : C:\ [2022-01-31T13:54:48.253Z] Extension : [2022-01-31T13:54:48.253Z] CreationTime : 1/31/2022 1:54:42 PM [2022-01-31T13:54:48.253Z] CreationTimeUtc : 1/31/2022 1:54:42 PM [2022-01-31T13:54:48.253Z] LastAccessTime : 1/31/2022 1:54:42 PM [2022-01-31T13:54:48.253Z] LastAccessTimeUtc : 1/31/2022 1:54:42 PM [2022-01-31T13:54:48.253Z] LastWriteTime : 1/31/2022 1:54:42 PM [2022-01-31T13:54:48.253Z] LastWriteTimeUtc : 1/31/2022 1:54:42 PM [2022-01-31T13:54:48.253Z] Attributes : Directory [2022-01-31T13:54:48.253Z] Mode : d----- [2022-01-31T13:54:48.253Z] BaseName : containerd [2022-01-31T13:54:48.253Z] Target : {} [2022-01-31T13:54:48.253Z] LinkType : [2022-01-31T13:54:48.253Z] [2022-01-31T13:54:48.253Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-01-31T13:54:48.253Z] INFO: Configuring git core.autocrlf... [2022-01-31T13:54:48.253Z] [2022-01-31T13:54:48.253Z] [2022-01-31T13:54:49.114Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.160s coverage: 50.5% of statements [2022-01-31T13:54:50.484Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.071s coverage: 46.2% of statements [2022-01-31T13:54:50.484Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-01-31T13:54:51.413Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.878s coverage: 58.0% of statements [2022-01-31T13:54:51.413Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-01-31T13:54:51.413Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-01-31T13:54:51.413Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.8% of statements [2022-01-31T13:54:52.343Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2022-01-31T13:54:52.905Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2022-01-31T13:54:53.468Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 6.6% of statements [2022-01-31T13:54:53.468Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-01-31T13:54:53.468Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-01-31T13:54:54.398Z] ok github.com/docker/docker/daemon/logger 0.216s coverage: 43.5% of statements [2022-01-31T13:54:54.961Z] ok github.com/docker/docker/daemon/logger/awslogs 0.181s coverage: 80.2% of statements [2022-01-31T13:54:55.218Z] ok github.com/docker/docker/daemon/logger/fluentd 0.005s coverage: 33.6% of statements [2022-01-31T13:54:55.218Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-01-31T13:54:55.475Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2022-01-31T13:54:56.039Z] ok github.com/docker/docker/daemon/logger/journald 0.016s coverage: 23.9% of statements [2022-01-31T13:54:56.295Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 69.9% of statements [2022-01-31T13:54:56.295Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 87.2% of statements [2022-01-31T13:54:56.859Z] ok github.com/docker/docker/daemon/logger/local 0.012s coverage: 78.7% of statements [2022-01-31T13:54:56.859Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-01-31T13:54:57.423Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.049s coverage: 54.7% of statements [2022-01-31T13:54:57.680Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.007s coverage: 31.5% of statements [2022-01-31T13:54:58.610Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-01-31T13:54:58.867Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-01-31T13:54:59.430Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-01-31T13:54:59.994Z] ok github.com/docker/docker/daemon/logger/splunk 1.536s coverage: 82.5% of statements [2022-01-31T13:54:59.994Z] ? github.com/docker/docker/daemon/names [no test files] [2022-01-31T13:54:59.994Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-01-31T13:55:00.925Z] ok github.com/docker/docker/distribution 0.102s coverage: 26.3% of statements [2022-01-31T13:55:00.925Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2022-01-31T13:55:00.925Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-01-31T13:55:01.905Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-01-31T13:55:02.472Z] ok github.com/docker/docker/image 0.014s coverage: 86.6% of statements [2022-01-31T13:55:02.928Z] ---> 9e7e1fe00f9d [2022-01-31T13:55:02.928Z] Successfully built 9e7e1fe00f9d [2022-01-31T13:55:02.928Z] Successfully tagged docker:latest [2022-01-31T13:55:02.928Z] INFO: Image build ended at 01/31/2022 13:55:00. Duration:00:03:49.8718300 [2022-01-31T13:55:02.928Z] [2022-01-31T13:55:02.928Z] [2022-01-31T13:55:02.928Z] INFO: Building the test binaries at 01/31/2022 13:55:01... [2022-01-31T13:55:03.034Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-01-31T13:55:03.597Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-01-31T13:55:03.747Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-01-31T13:55:03.747Z] [2022-01-31T13:55:03.747Z] ________ ____ __. [2022-01-31T13:55:03.747Z] \_____ \ | |/ _| [2022-01-31T13:55:03.747Z] / | \| < [2022-01-31T13:55:03.747Z] / | \ | \ [2022-01-31T13:55:03.747Z] \_______ /____|__ \ [2022-01-31T13:55:03.747Z] \/ \/ [2022-01-31T13:55:03.747Z] [2022-01-31T13:55:03.747Z] INFO: make.ps1 ended at 01/31/2022 13:54:56 [2022-01-31T13:55:03.747Z] INFO: Binaries build ended at 01/31/2022 13:54:57. Duration:00:01:10.9787817 [2022-01-31T13:55:03.747Z] INFO: Copying the built daemon binary to d:\CI\PR-43199\4\binary\dockerd-af819bf623.exe... [2022-01-31T13:55:03.747Z] INFO: Copying the built client binary to d:\CI\PR-43199\4\binary\docker-af819bf623.exe... [2022-01-31T13:55:03.747Z] INFO: Copying dockerversion from the container... [2022-01-31T13:55:03.747Z] INFO: Copying the golang package from the container to d:\CI\PR-43199\4\installer\go.zip... [2022-01-31T13:55:03.747Z] INFO: Extracting go.zip to d:\CI\PR-43199\4\go [2022-01-31T13:55:03.854Z] ok github.com/docker/docker/distribution/xfer 1.910s coverage: 85.4% of statements [2022-01-31T13:55:03.854Z] ? github.com/docker/docker/dockerversion [no test files] [2022-01-31T13:55:04.110Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2022-01-31T13:55:04.110Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-01-31T13:55:04.367Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-01-31T13:55:05.296Z] ok github.com/docker/docker/oci 0.014s coverage: 43.3% of statements [2022-01-31T13:55:05.938Z] INFO: make.ps1 starting at 01/31/2022 13:55:05 [2022-01-31T13:55:05.938Z] INFO: Git commit (af819bf623) assumed from DOCKER_GITCOMMIT environment variable [2022-01-31T13:55:05.938Z] INFO: Invoking autogen... [2022-01-31T13:55:06.227Z] ok github.com/docker/docker/opts 0.017s coverage: 67.1% of statements [2022-01-31T13:55:06.227Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-01-31T13:55:06.414Z] INFO: Building daemon... [2022-01-31T13:55:08.119Z] ok github.com/docker/docker/pkg/archive 0.301s coverage: 82.6% of statements [2022-01-31T13:55:08.490Z] --- PASS: TestBuildWithHugeFile (58.36s) [2022-01-31T13:55:08.490Z] === RUN TestBuildWCOWSandboxSize [2022-01-31T13:55:08.490Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T13:55:08.490Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-31T13:55:08.490Z] === RUN TestBuildWithEmptyDockerfile [2022-01-31T13:55:08.490Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T13:55:08.490Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T13:55:08.490Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T13:55:08.490Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T13:55:08.490Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T13:55:08.490Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T13:55:08.490Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T13:55:08.490Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T13:55:08.490Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T13:55:08.490Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-01-31T13:55:08.490Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-01-31T13:55:08.490Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-01-31T13:55:08.490Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-01-31T13:55:08.490Z] === RUN TestBuildPreserveOwnership [2022-01-31T13:55:08.490Z] === RUN TestBuildPreserveOwnership/copy_from [2022-01-31T13:55:08.490Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-01-31T13:55:08.490Z] --- PASS: TestBuildPreserveOwnership (3.46s) [2022-01-31T13:55:08.490Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.35s) [2022-01-31T13:55:08.490Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.09s) [2022-01-31T13:55:08.490Z] === RUN TestBuildPlatformInvalid [2022-01-31T13:55:08.490Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-01-31T13:55:08.490Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-01-31T13:55:08.490Z] Loaded image: busybox:latest [2022-01-31T13:55:08.490Z] Loaded image: busybox:glibc [2022-01-31T13:55:08.490Z] Loaded image: debian:bullseye-slim [2022-01-31T13:55:08.490Z] Loaded image: hello-world:latest [2022-01-31T13:55:08.490Z] Loaded image: arm32v7/hello-world:latest [2022-01-31T13:55:09.048Z] ok github.com/docker/docker/pkg/authorization 0.777s coverage: 68.3% of statements [2022-01-31T13:55:09.305Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-01-31T13:55:09.561Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2022-01-31T13:55:10.996Z] --- PASS: TestBuildWithHugeFile (51.89s) [2022-01-31T13:55:10.996Z] === RUN TestBuildWCOWSandboxSize [2022-01-31T13:55:10.996Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T13:55:10.996Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-31T13:55:10.996Z] === RUN TestBuildWithEmptyDockerfile [2022-01-31T13:55:10.996Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T13:55:10.996Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T13:55:10.996Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T13:55:10.996Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T13:55:10.996Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T13:55:10.996Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T13:55:10.996Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T13:55:10.996Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T13:55:10.996Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T13:55:10.996Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-01-31T13:55:10.996Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-01-31T13:55:10.996Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-01-31T13:55:10.996Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-01-31T13:55:10.996Z] === RUN TestBuildPreserveOwnership [2022-01-31T13:55:10.996Z] === RUN TestBuildPreserveOwnership/copy_from [2022-01-31T13:55:12.360Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-01-31T13:55:12.833Z] ok github.com/docker/docker/pkg/chrootarchive 2.538s coverage: 43.5% of statements [2022-01-31T13:55:12.833Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-01-31T13:55:12.833Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2022-01-31T13:55:13.091Z] ok github.com/docker/docker/layer 7.514s coverage: 68.8% of statements [2022-01-31T13:55:13.091Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-01-31T13:55:13.091Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-01-31T13:55:13.091Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-01-31T13:55:13.091Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-01-31T13:55:13.091Z] ? github.com/docker/docker/oci/caps [no test files] [2022-01-31T13:55:13.091Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-01-31T13:55:13.091Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-01-31T13:55:16.450Z] --- PASS: TestBuildPreserveOwnership (9.91s) [2022-01-31T13:55:16.450Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.90s) [2022-01-31T13:55:16.450Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-01-31T13:55:16.450Z] === RUN TestBuildPlatformInvalid [2022-01-31T13:55:16.450Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-01-31T13:55:16.450Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-01-31T13:55:16.450Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-01-31T13:55:16.450Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-01-31T13:55:16.450Z] PASS [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] === Skipped [2022-01-31T13:55:16.450Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-01-31T13:55:16.450Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-01-31T13:55:16.450Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-01-31T13:55:16.450Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] DONE 34 tests, 3 skipped in 112.205s [2022-01-31T13:55:16.450Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-01-31T13:55:16.450Z] INFO: Testing against a local daemon [2022-01-31T13:55:16.450Z] === RUN TestConfigInspect [2022-01-31T13:55:16.450Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] --- SKIP: TestConfigInspect (0.01s) [2022-01-31T13:55:16.450Z] === RUN TestConfigList [2022-01-31T13:55:16.450Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] --- SKIP: TestConfigList (0.03s) [2022-01-31T13:55:16.450Z] === RUN TestConfigsCreateAndDelete [2022-01-31T13:55:16.450Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-01-31T13:55:16.450Z] === RUN TestConfigsUpdate [2022-01-31T13:55:16.450Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-01-31T13:55:16.450Z] === RUN TestTemplatedConfig [2022-01-31T13:55:16.450Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-01-31T13:55:16.450Z] === RUN TestConfigCreateResolve [2022-01-31T13:55:16.450Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-01-31T13:55:16.450Z] PASS [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] === Skipped [2022-01-31T13:55:16.450Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-01-31T13:55:16.450Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] === SKIP: amd64.integration.config TestConfigList (0.03s) [2022-01-31T13:55:16.450Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-01-31T13:55:16.450Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-01-31T13:55:16.450Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-01-31T13:55:16.450Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-01-31T13:55:16.450Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:55:16.450Z] [2022-01-31T13:55:16.450Z] DONE 6 tests, 6 skipped in 0.152s [2022-01-31T13:55:16.450Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-01-31T13:55:16.450Z] INFO: Testing against a local daemon [2022-01-31T13:55:16.450Z] === RUN TestCheckpoint [2022-01-31T13:55:16.450Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T13:55:16.450Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-31T13:55:16.450Z] === RUN TestContainerInvalidJSON [2022-01-31T13:55:16.450Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T13:55:16.450Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T13:55:16.450Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-31T13:55:16.450Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-31T13:55:16.450Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T13:55:16.450Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-31T13:55:16.450Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-01-31T13:55:16.450Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-01-31T13:55:16.450Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-01-31T13:55:16.450Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-31T13:55:16.450Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-01-31T13:55:16.450Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 87.2% of statements [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/fsutils 0.140s coverage: 85.1% of statements [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/homedir 0.013s coverage: 11.4% of statements [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/idtools 0.449s coverage: 69.5% of statements [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/ioutils 0.372s coverage: 71.0% of statements [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-01-31T13:55:16.453Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2022-01-31T13:55:16.453Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-01-31T13:55:16.453Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-01-31T13:55:16.453Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2022-01-31T13:55:16.453Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-01-31T13:55:16.453Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-01-31T13:55:16.453Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-01-31T13:55:16.454Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.85s) [2022-01-31T13:55:16.454Z] PASS [2022-01-31T13:55:16.454Z] [2022-01-31T13:55:16.454Z] === Skipped [2022-01-31T13:55:16.454Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-01-31T13:55:16.454Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T13:55:16.454Z] [2022-01-31T13:55:16.454Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-01-31T13:55:16.454Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T13:55:16.454Z] [2022-01-31T13:55:16.454Z] DONE 34 tests, 2 skipped in 94.447s [2022-01-31T13:55:16.454Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-01-31T13:55:16.454Z] INFO: Testing against a local daemon [2022-01-31T13:55:16.454Z] === RUN TestConfigInspect [2022-01-31T13:55:16.454Z] --- PASS: TestConfigInspect (2.24s) [2022-01-31T13:55:16.454Z] === RUN TestConfigList [2022-01-31T13:55:16.708Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-01-31T13:55:16.708Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-31T13:55:16.708Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-01-31T13:55:16.708Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-31T13:55:16.708Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-01-31T13:55:16.708Z] === RUN TestCopyFromContainer [2022-01-31T13:55:16.715Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2022-01-31T13:55:17.279Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-01-31T13:55:17.279Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-01-31T13:55:17.535Z] ok github.com/docker/docker/pkg/progress 0.003s coverage: 75.9% of statements [2022-01-31T13:55:18.346Z] --- PASS: TestConfigList (2.12s) [2022-01-31T13:55:18.346Z] === RUN TestConfigsCreateAndDelete [2022-01-31T13:55:18.902Z] ok github.com/docker/docker/pkg/pubsub 1.040s coverage: 75.0% of statements [2022-01-31T13:55:19.158Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-01-31T13:55:19.158Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-01-31T13:55:19.415Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-01-31T13:55:19.672Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-01-31T13:55:19.928Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-01-31T13:55:19.974Z] === RUN TestCopyFromContainer// [2022-01-31T13:55:20.230Z] === RUN TestCopyFromContainer//bar/root [2022-01-31T13:55:20.230Z] === RUN TestCopyFromContainer//bar/root/ [2022-01-31T13:55:20.230Z] === RUN TestCopyFromContainer/bar/quux [2022-01-31T13:55:20.230Z] === RUN TestCopyFromContainer/bar/quux/ [2022-01-31T13:55:20.230Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-01-31T13:55:20.231Z] --- PASS: TestConfigsCreateAndDelete (2.11s) [2022-01-31T13:55:20.231Z] === RUN TestConfigsUpdate [2022-01-31T13:55:20.487Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-01-31T13:55:20.487Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-01-31T13:55:20.487Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-01-31T13:55:20.487Z] === RUN TestCopyFromContainer/bar/notarget [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer (3.94s) [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-01-31T13:55:20.487Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-01-31T13:55:20.487Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-31T13:55:20.487Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T13:55:20.487Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T13:55:20.487Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T13:55:20.487Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T13:55:20.487Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T13:55:20.487Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T13:55:20.491Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 50.7% of statements [2022-01-31T13:55:20.743Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T13:55:20.743Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T13:55:20.743Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T13:55:20.743Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-01-31T13:55:20.743Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-31T13:55:20.743Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-31T13:55:20.743Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-31T13:55:20.743Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-31T13:55:20.743Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2022-01-31T13:55:20.743Z] === RUN TestCreateWithInvalidEnv [2022-01-31T13:55:20.743Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-31T13:55:20.743Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-31T13:55:20.743Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-31T13:55:20.743Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-31T13:55:20.743Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-31T13:55:20.743Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-31T13:55:20.743Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-31T13:55:20.743Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-31T13:55:20.743Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-31T13:55:20.743Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-01-31T13:55:20.743Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-31T13:55:20.743Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-31T13:55:20.743Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-31T13:55:20.743Z] === RUN TestCreateTmpfsMountsTarget [2022-01-31T13:55:20.743Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-01-31T13:55:20.743Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-31T13:55:20.748Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 40.1% of statements [2022-01-31T13:55:21.310Z] ok github.com/docker/docker/pkg/tailfile 0.046s coverage: 88.6% of statements [2022-01-31T13:55:21.567Z] ok github.com/docker/docker/pkg/tarsum 0.050s coverage: 89.3% of statements [2022-01-31T13:55:21.823Z] coverage: [no statements] [2022-01-31T13:55:21.823Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2022-01-31T13:55:22.080Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-01-31T13:55:22.108Z] --- PASS: TestCreateWithCustomMaskedPaths (1.13s) [2022-01-31T13:55:22.108Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-31T13:55:22.337Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-01-31T13:55:22.593Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-01-31T13:55:22.746Z] --- PASS: TestConfigsUpdate (2.10s) [2022-01-31T13:55:22.746Z] === RUN TestTemplatedConfig [2022-01-31T13:55:23.035Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.11s) [2022-01-31T13:55:23.035Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-31T13:55:23.035Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T13:55:23.035Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T13:55:23.035Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T13:55:23.035Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T13:55:23.035Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T13:55:23.035Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T13:55:23.035Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T13:55:23.035Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T13:55:23.035Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T13:55:23.035Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T13:55:23.035Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T13:55:23.035Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T13:55:23.035Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T13:55:23.035Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T13:55:23.035Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T13:55:23.035Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-01-31T13:55:23.035Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-31T13:55:23.035Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-31T13:55:23.035Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-31T13:55:23.035Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-31T13:55:23.035Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-31T13:55:23.035Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-31T13:55:23.291Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-01-31T13:55:23.291Z] === RUN TestCreateDifferentPlatform [2022-01-31T13:55:23.291Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-31T13:55:23.291Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-31T13:55:23.291Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-01-31T13:55:23.291Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-31T13:55:23.291Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-31T13:55:23.291Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-31T13:55:23.291Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-01-31T13:55:23.291Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-31T13:55:23.291Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-01-31T13:55:23.291Z] === RUN TestContainerStartOnDaemonRestart [2022-01-31T13:55:23.291Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-01-31T13:55:23.291Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-01-31T13:55:23.291Z] === RUN TestDaemonRestartIpcMode [2022-01-31T13:55:23.291Z] === PAUSE TestDaemonRestartIpcMode [2022-01-31T13:55:23.291Z] === RUN TestDaemonHostGatewayIP [2022-01-31T13:55:23.291Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:55:23.291Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-01-31T13:55:23.291Z] === RUN TestRestartDaemonWithRestartingContainer [2022-01-31T13:55:23.291Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-01-31T13:55:23.291Z] === RUN TestContainerKillOnDaemonStart [2022-01-31T13:55:23.291Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-01-31T13:55:23.291Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-01-31T13:55:23.291Z] === RUN TestDiff [2022-01-31T13:55:23.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-01-31T13:55:23.872Z] --- PASS: TestDiff (0.37s) [2022-01-31T13:55:23.872Z] === RUN TestExecWithCloseStdin [2022-01-31T13:55:23.983Z] INFO: Extraction ended at 01/31/2022 13:55:22. Duration:00:00:22.7487848 [2022-01-31T13:55:23.983Z] INFO: Updating the golang and path environment variables [2022-01-31T13:55:23.983Z] INFO: GOPATH=d:\gopath [2022-01-31T13:55:23.983Z] INFO: go version go1.17.6 windows/amd64 [2022-01-31T13:55:23.983Z] INFO: Running the daemon under test in debug mode [2022-01-31T13:55:23.983Z] INFO: Starting a daemon under test... [2022-01-31T13:55:23.983Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43199\4\daemon --pidfile d:\CI\PR-43199\4\docker.pid -D [2022-01-31T13:55:23.983Z] INFO: Process started successfully. [2022-01-31T13:55:23.983Z] INFO: Start tailing logs of the daemon under tests [2022-01-31T13:55:23.983Z] INFO: Waiting for the daemon under test to start... [2022-01-31T13:55:24.160Z] --- PASS: TestExecWithCloseStdin (0.47s) [2022-01-31T13:55:24.160Z] === RUN TestExec [2022-01-31T13:55:24.486Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-01-31T13:55:24.486Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-01-31T13:55:24.734Z] --- PASS: TestExec (0.47s) [2022-01-31T13:55:24.734Z] === RUN TestExecUser [2022-01-31T13:55:25.049Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 86.0% of statements [2022-01-31T13:55:25.261Z] --- PASS: TestTemplatedConfig (2.72s) [2022-01-31T13:55:25.261Z] === RUN TestConfigCreateResolve [2022-01-31T13:55:25.295Z] --- PASS: TestExecUser (0.45s) [2022-01-31T13:55:25.295Z] === RUN TestExportContainerAndImportImage [2022-01-31T13:55:25.855Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-01-31T13:55:25.855Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-31T13:55:26.419Z] ok github.com/docker/docker/quota 0.214s coverage: 71.4% of statements [2022-01-31T13:55:26.419Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-01-31T13:55:27.148Z] --- PASS: TestConfigCreateResolve (2.12s) [2022-01-31T13:55:27.148Z] PASS [2022-01-31T13:55:27.148Z] [2022-01-31T13:55:27.148Z] DONE 6 tests in 13.442s [2022-01-31T13:55:27.148Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-01-31T13:55:27.219Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-01-31T13:55:27.219Z] === RUN TestHealthCheckWorkdir [2022-01-31T13:55:27.403Z] INFO: Testing against a local daemon [2022-01-31T13:55:27.404Z] === RUN TestCheckpoint [2022-01-31T13:55:27.404Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T13:55:27.404Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-31T13:55:27.404Z] === RUN TestContainerInvalidJSON [2022-01-31T13:55:27.404Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T13:55:27.404Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T13:55:27.404Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-31T13:55:27.404Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-31T13:55:27.404Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T13:55:27.404Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-31T13:55:27.404Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-01-31T13:55:27.404Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-01-31T13:55:27.404Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-01-31T13:55:27.404Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-31T13:55:27.404Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-01-31T13:55:27.404Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-31T13:55:27.404Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-01-31T13:55:27.404Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-31T13:55:27.404Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-01-31T13:55:27.404Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-31T13:55:27.404Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-01-31T13:55:27.404Z] === RUN TestCopyFromContainer [2022-01-31T13:55:27.475Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-01-31T13:55:27.475Z] === RUN TestHealthKillContainer [2022-01-31T13:55:27.786Z] ok github.com/docker/docker/registry 0.056s coverage: 58.3% of statements [2022-01-31T13:55:28.045Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-01-31T13:55:28.301Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-01-31T13:55:28.810Z] === RUN TestCopyFromContainer// [2022-01-31T13:55:28.810Z] === RUN TestCopyFromContainer//bar/root [2022-01-31T13:55:28.810Z] === RUN TestCopyFromContainer//bar/root/ [2022-01-31T13:55:28.810Z] === RUN TestCopyFromContainer/bar/quux [2022-01-31T13:55:28.810Z] === RUN TestCopyFromContainer/bar/quux/ [2022-01-31T13:55:28.810Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-01-31T13:55:28.810Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-01-31T13:55:28.863Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-01-31T13:55:28.863Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-01-31T13:55:29.065Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-01-31T13:55:29.065Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-01-31T13:55:29.065Z] === RUN TestCopyFromContainer/bar/notarget [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer (1.64s) [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2022-01-31T13:55:29.065Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-01-31T13:55:29.065Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-31T13:55:29.065Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T13:55:29.065Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T13:55:29.065Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T13:55:29.065Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T13:55:29.065Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T13:55:29.065Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T13:55:29.065Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T13:55:29.065Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T13:55:29.065Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T13:55:29.065Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-01-31T13:55:29.065Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-31T13:55:29.065Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-31T13:55:29.065Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-31T13:55:29.065Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-31T13:55:29.322Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-01-31T13:55:29.322Z] === RUN TestCreateWithInvalidEnv [2022-01-31T13:55:29.322Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-31T13:55:29.322Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-31T13:55:29.322Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-31T13:55:29.322Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-31T13:55:29.322Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-31T13:55:29.322Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-31T13:55:29.322Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-31T13:55:29.322Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-31T13:55:29.322Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-31T13:55:29.322Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-01-31T13:55:29.322Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-31T13:55:29.322Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-31T13:55:29.322Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-31T13:55:29.322Z] === RUN TestCreateTmpfsMountsTarget [2022-01-31T13:55:29.322Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-01-31T13:55:29.322Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-31T13:55:30.210Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.436177151s with top 10 stages: buildssa: 1m31.269613141s, goimports: 20.72580638s, unconvert: 12.730845186s, gosec: 9.597446016s, golint: 6.107370401s, inspect: 4.603506114s, ineffassign: 4.565353637s, misspell: 4.410621398s, vrp: 2.561251659s, fact_deprecated: 2.294426408s [2022-01-31T13:55:30.687Z] --- PASS: TestCreateWithCustomMaskedPaths (1.55s) [2022-01-31T13:55:30.687Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-31T13:55:32.135Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-01-31T13:55:32.392Z] ok github.com/docker/docker/volume/local 0.086s coverage: 76.4% of statements [2022-01-31T13:55:32.575Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.67s) [2022-01-31T13:55:32.575Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-31T13:55:32.575Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T13:55:32.575Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T13:55:32.575Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T13:55:32.575Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T13:55:32.575Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T13:55:32.575Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T13:55:32.575Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T13:55:32.575Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T13:55:32.575Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T13:55:32.575Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T13:55:32.575Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T13:55:32.575Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T13:55:32.575Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T13:55:32.575Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T13:55:32.575Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T13:55:32.575Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-01-31T13:55:32.575Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-31T13:55:32.575Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-31T13:55:32.575Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-31T13:55:32.575Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-31T13:55:32.575Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-31T13:55:32.575Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-31T13:55:32.955Z] ok github.com/docker/docker/volume/mounts 0.006s coverage: 67.7% of statements [2022-01-31T13:55:33.136Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.53s) [2022-01-31T13:55:33.136Z] === RUN TestCreateDifferentPlatform [2022-01-31T13:55:33.136Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-31T13:55:33.136Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-31T13:55:33.136Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-01-31T13:55:33.136Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-31T13:55:33.136Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-31T13:55:33.136Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-31T13:55:33.136Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2022-01-31T13:55:33.136Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-31T13:55:33.136Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-01-31T13:55:33.136Z] === RUN TestContainerStartOnDaemonRestart [2022-01-31T13:55:33.136Z] === PAUSE TestContainerStartOnDaemonRestart [2022-01-31T13:55:33.136Z] === RUN TestDaemonRestartIpcMode [2022-01-31T13:55:33.136Z] === PAUSE TestDaemonRestartIpcMode [2022-01-31T13:55:33.136Z] === RUN TestDaemonHostGatewayIP [2022-01-31T13:55:33.136Z] === PAUSE TestDaemonHostGatewayIP [2022-01-31T13:55:33.136Z] === RUN TestRestartDaemonWithRestartingContainer [2022-01-31T13:55:33.136Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-01-31T13:55:33.136Z] === RUN TestContainerKillOnDaemonStart [2022-01-31T13:55:33.136Z] === PAUSE TestContainerKillOnDaemonStart [2022-01-31T13:55:33.136Z] === RUN TestDiff [2022-01-31T13:55:33.696Z] --- PASS: TestDiff (0.57s) [2022-01-31T13:55:33.696Z] === RUN TestExecWithCloseStdin [2022-01-31T13:55:34.258Z] --- PASS: TestExecWithCloseStdin (0.61s) [2022-01-31T13:55:34.258Z] === RUN TestExec [2022-01-31T13:55:34.322Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-01-31T13:55:34.818Z] --- PASS: TestExec (0.58s) [2022-01-31T13:55:34.818Z] === RUN TestExecUser [2022-01-31T13:55:35.552Z] --- PASS: TestHealthKillContainer (7.88s) [2022-01-31T13:55:35.552Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-31T13:55:35.552Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-31T13:55:35.552Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-01-31T13:55:35.552Z] === RUN TestIpcModeNone [2022-01-31T13:55:35.750Z] --- PASS: TestExecUser (0.62s) [2022-01-31T13:55:35.750Z] === RUN TestExportContainerAndImportImage [2022-01-31T13:55:35.807Z] --- PASS: TestIpcModeNone (0.41s) [2022-01-31T13:55:35.807Z] === RUN TestIpcModePrivate [2022-01-31T13:55:36.063Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-01-31T13:55:36.310Z] --- PASS: TestExportContainerAndImportImage (0.62s) [2022-01-31T13:55:36.310Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-31T13:55:36.318Z] --- PASS: TestIpcModePrivate (0.44s) [2022-01-31T13:55:36.318Z] === RUN TestIpcModeShareable [2022-01-31T13:55:36.318Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-31T13:55:36.318Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-01-31T13:55:36.318Z] === RUN TestAPIIpcModeShareableAndContainer [2022-01-31T13:55:37.674Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-01-31T13:55:37.674Z] === RUN TestHealthCheckWorkdir [2022-01-31T13:55:37.680Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.34s) [2022-01-31T13:55:37.680Z] === RUN TestAPIIpcModeHost [2022-01-31T13:55:37.680Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-31T13:55:37.680Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-01-31T13:55:37.680Z] === RUN TestDaemonIpcModeShareable [2022-01-31T13:55:37.680Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-31T13:55:37.680Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-01-31T13:55:37.680Z] === RUN TestDaemonIpcModePrivate [2022-01-31T13:55:38.277Z] --- PASS: TestHealthCheckWorkdir (0.83s) [2022-01-31T13:55:38.277Z] === RUN TestHealthKillContainer [2022-01-31T13:55:38.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-01-31T13:55:38.607Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-01-31T13:55:38.607Z] --- PASS: TestDaemonIpcModePrivate (1.11s) [2022-01-31T13:55:38.607Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-01-31T13:55:38.607Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-31T13:55:38.607Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-01-31T13:55:38.607Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-01-31T13:55:38.607Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-31T13:55:38.607Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-01-31T13:55:38.607Z] === RUN TestIpcModeOlderClient [2022-01-31T13:55:38.607Z] === PAUSE TestIpcModeOlderClient [2022-01-31T13:55:38.607Z] === RUN TestKillContainerInvalidSignal [2022-01-31T13:55:39.167Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2022-01-31T13:55:39.167Z] === RUN TestKillContainer [2022-01-31T13:55:39.167Z] === RUN TestKillContainer/no_signal [2022-01-31T13:55:39.423Z] === RUN TestKillContainer/non_killing_signal [2022-01-31T13:55:39.678Z] === RUN TestKillContainer/killing_signal [2022-01-31T13:55:40.239Z] --- PASS: TestKillContainer (1.17s) [2022-01-31T13:55:40.239Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-01-31T13:55:40.239Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2022-01-31T13:55:40.239Z] --- PASS: TestKillContainer/killing_signal (0.37s) [2022-01-31T13:55:40.239Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-31T13:55:40.239Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-01-31T13:55:40.496Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-01-31T13:55:41.058Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.76s) [2022-01-31T13:55:41.058Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.35s) [2022-01-31T13:55:41.058Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2022-01-31T13:55:41.058Z] === RUN TestKillStoppedContainer [2022-01-31T13:55:41.058Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-01-31T13:55:41.058Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-31T13:55:41.058Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-01-31T13:55:41.058Z] === RUN TestKillDifferentUserContainer [2022-01-31T13:55:41.618Z] --- PASS: TestKillDifferentUserContainer (0.37s) [2022-01-31T13:55:41.618Z] === RUN TestInspectOomKilledTrue [2022-01-31T13:55:41.618Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:55:41.618Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-31T13:55:41.618Z] === RUN TestInspectOomKilledFalse [2022-01-31T13:55:41.618Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T13:55:41.618Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-01-31T13:55:41.618Z] === RUN TestLinksEtcHostsContentMatch [2022-01-31T13:55:41.618Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-01-31T13:55:41.618Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-01-31T13:55:41.618Z] === RUN TestLinksContainerNames [2022-01-31T13:55:42.179Z] --- PASS: TestLinksContainerNames (0.76s) [2022-01-31T13:55:42.179Z] === RUN TestLogsFollowTailEmpty [2022-01-31T13:55:42.742Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2022-01-31T13:55:42.742Z] === RUN TestContainerNetworkMountsNoChown [2022-01-31T13:55:42.998Z] --- PASS: TestContainerNetworkMountsNoChown (0.36s) [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/default [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/default [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/private [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/private [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rprivate [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rprivate [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/slave [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/slave [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rslave [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rslave [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/shared [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/shared [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rshared [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rshared [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/default [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/rslave [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/default/mount_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/default/bind_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/rshared [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/shared [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/rprivate [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/slave [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/private [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/private/bind_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/private/mount_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/default/mount_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-01-31T13:55:42.998Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T13:55:42.998Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/default/bind_root [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-01-31T13:55:42.998Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T13:55:43.254Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-01-31T13:55:43.254Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T13:55:43.254Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/private/bind_root [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/private/mount_root [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-01-31T13:55:43.255Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.01s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.01s) [2022-01-31T13:55:43.255Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.01s) [2022-01-31T13:55:43.255Z] === RUN TestContainerBindMountNonRecursive [2022-01-31T13:55:43.255Z] 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-01-31T13:55:43.255Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-01-31T13:55:43.255Z] === RUN TestContainerVolumesMountedAsShared [2022-01-31T13:55:43.255Z] 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-01-31T13:55:43.255Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-01-31T13:55:43.255Z] === RUN TestContainerVolumesMountedAsSlave [2022-01-31T13:55:43.255Z] 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-01-31T13:55:43.255Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-01-31T13:55:43.255Z] === RUN TestNetworkNat [2022-01-31T13:55:43.823Z] --- PASS: TestNetworkNat (0.47s) [2022-01-31T13:55:43.823Z] === RUN TestNetworkLocalhostTCPNat [2022-01-31T13:55:44.384Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-01-31T13:55:44.384Z] === RUN TestNetworkLoopbackNat [2022-01-31T13:55:45.114Z] INFO [runner/unused/goanalysis] analyzers took 27.207268824s with top 10 stages: buildssa: 23.22192373s, U1000: 3.985345094s [2022-01-31T13:55:45.114Z] INFO [runner] Issues before processing: 2718, after processing: 0 [2022-01-31T13:55:45.114Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2137/2137, exclude-rules: 64/1749, skip_files: 2137/2137, autogenerated_exclude: 1749/2137, nolint: 0/64, identifier_marker: 1749/1749, exclude: 1749/1749, skip_dirs: 2137/2137, cgo: 2137/2718, path_prettifier: 2137/2137 [2022-01-31T13:55:45.114Z] INFO [runner] processing took 157.193104ms with stages: nolint: 53.063262ms, identifier_marker: 47.665549ms, path_prettifier: 27.394649ms, exclude-rules: 12.795317ms, autogenerated_exclude: 12.593531ms, skip_dirs: 3.05542ms, cgo: 356.605µs, filename_unadjuster: 263.185µs, max_same_issues: 1.578µs, exclude: 858ns, path_shortener: 571ns, uniq_by_line: 550ns, diff: 479ns, source_code: 444ns, skip_files: 414ns, max_from_linter: 405ns, max_per_file_from_linter: 287ns [2022-01-31T13:55:45.114Z] INFO [runner] linters took 1m38.082698922s with stages: goanalysis_metalinter: 1m17.164997045s, unused: 20.760307809s [2022-01-31T13:55:45.114Z] INFO File cache stats: 1673 entries of total size 8.4MiB [2022-01-31T13:55:45.114Z] INFO Memory: 2403 samples, avg is 397.2MB, max is 3923.2MB [2022-01-31T13:55:45.114Z] INFO Execution took 4m0.127620594s [2022-01-31T13:55:45.207Z] ...INFO: Daemon under test started and replied! [2022-01-31T13:55:45.207Z] INFO: Docker version of the daemon under test [2022-01-31T13:55:45.207Z] [2022-01-31T13:55:45.207Z] Client: [2022-01-31T13:55:45.207Z] Version: 17.06.2-ce [2022-01-31T13:55:45.207Z] API version: 1.30 [2022-01-31T13:55:45.207Z] Go version: go1.8.3 [2022-01-31T13:55:45.207Z] Git commit: cec0b72 [2022-01-31T13:55:45.207Z] Built: Tue Sep 5 19:57:19 2017 [2022-01-31T13:55:45.207Z] OS/Arch: windows/amd64 [2022-01-31T13:55:45.207Z] [2022-01-31T13:55:45.207Z] Server: [2022-01-31T13:55:45.207Z] Version: 0.0.0-dev [2022-01-31T13:55:45.207Z] API version: 1.42 (minimum version 1.24) [2022-01-31T13:55:45.207Z] Go version: go1.17.6 [2022-01-31T13:55:45.207Z] Git commit: af819bf623 [2022-01-31T13:55:45.207Z] Built: 01/31/2022 13:53:50 [2022-01-31T13:55:45.207Z] OS/Arch: windows/amd64 [2022-01-31T13:55:45.207Z] Experimental: false [2022-01-31T13:55:45.207Z] [2022-01-31T13:55:45.207Z] INFO: Docker info of the daemon under test [2022-01-31T13:55:45.207Z] [2022-01-31T13:55:45.207Z] Containers: 0 [2022-01-31T13:55:45.207Z] Running: 0 [2022-01-31T13:55:45.207Z] Paused: 0 [2022-01-31T13:55:45.207Z] Stopped: 0 [2022-01-31T13:55:45.207Z] Images: 0 [2022-01-31T13:55:45.207Z] Server Version: 0.0.0-dev [2022-01-31T13:55:45.207Z] Storage Driver: windowsfilter [2022-01-31T13:55:45.207Z] Windows: [2022-01-31T13:55:45.207Z] Logging Driver: json-file [2022-01-31T13:55:45.207Z] Plugins: [2022-01-31T13:55:45.207Z] Volume: local [2022-01-31T13:55:45.207Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T13:55:45.207Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T13:55:45.207Z] Swarm: inactive [2022-01-31T13:55:45.207Z] Default Isolation: process [2022-01-31T13:55:45.207Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-31T13:55:45.207Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-31T13:55:45.207Z] OSType: windows [2022-01-31T13:55:45.207Z] Architecture: x86_64 [2022-01-31T13:55:45.207Z] CPUs: 4 [2022-01-31T13:55:45.207Z] Total Memory: 32GiB [2022-01-31T13:55:45.207Z] Name: azwin-2-045ec0 [2022-01-31T13:55:45.207Z] ID: K3NX:BS4Q:OXI2:DGLB:F33X:PEV2:7GJZ:IID4:FYCH:ME6T:QD7S:GYG3 [2022-01-31T13:55:45.207Z] Docker Root Dir: D:\CI\PR-43199\4\daemon [2022-01-31T13:55:45.207Z] Debug Mode (client): false [2022-01-31T13:55:45.207Z] Debug Mode (server): true [2022-01-31T13:55:45.207Z] File Descriptors: -1 [2022-01-31T13:55:45.207Z] Goroutines: 16 [2022-01-31T13:55:45.207Z] System Time: 2022-01-31T13:55:41.8909908Z [2022-01-31T13:55:45.207Z] EventsListeners: 0 [2022-01-31T13:55:45.207Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:55:45.207Z] Labels: [2022-01-31T13:55:45.207Z] Experimental: false [2022-01-31T13:55:45.207Z] Insecure Registries: [2022-01-31T13:55:45.207Z] 127.0.0.0/8 [2022-01-31T13:55:45.207Z] Live Restore Enabled: false [2022-01-31T13:55:45.207Z] [2022-01-31T13:55:45.207Z] [2022-01-31T13:55:45.207Z] INFO: Docker images of the daemon under test [2022-01-31T13:55:45.207Z] [2022-01-31T13:55:45.207Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-31T13:55:45.207Z] [2022-01-31T13:55:45.207Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-01-31T13:55:45.207Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-01-31T13:55:45.207Z] ltsc2022: Pulling from windows/servercore [2022-01-31T13:55:45.207Z] 8f616e6e9eec: Pulling fs layer [2022-01-31T13:55:45.207Z] 0e02c12b1310: Pulling fs layer [2022-01-31T13:55:45.684Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-01-31T13:55:46.397Z] --- PASS: TestHealthKillContainer (8.19s) [2022-01-31T13:55:46.397Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-31T13:55:46.604Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/make.sh dynbinary test-docker-py [2022-01-31T13:55:46.864Z] [2022-01-31T13:55:46.898Z] --- PASS: TestNetworkLoopbackNat (2.50s) [2022-01-31T13:55:46.898Z] === RUN TestPause [2022-01-31T13:55:46.898Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:55:46.898Z] --- SKIP: TestPause (0.00s) [2022-01-31T13:55:46.898Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-31T13:55:46.898Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-31T13:55:46.898Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-31T13:55:46.898Z] === RUN TestPauseStopPausedContainer [2022-01-31T13:55:46.898Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:55:46.898Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-01-31T13:55:46.898Z] === RUN TestPidHost [2022-01-31T13:55:46.958Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2022-01-31T13:55:46.958Z] === RUN TestIpcModeNone [2022-01-31T13:55:47.124Z] Removing bundles/ [2022-01-31T13:55:47.124Z] [2022-01-31T13:55:47.124Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-01-31T13:55:47.124Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-01-31T13:55:47.124Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T13:55:47.519Z] --- PASS: TestIpcModeNone (0.60s) [2022-01-31T13:55:47.519Z] === RUN TestIpcModePrivate [2022-01-31T13:55:47.825Z] --- PASS: TestPidHost (0.85s) [2022-01-31T13:55:47.825Z] === RUN TestPsFilter [2022-01-31T13:55:47.825Z] --- PASS: TestPsFilter (0.09s) [2022-01-31T13:55:47.825Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-31T13:55:48.080Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-01-31T13:55:48.080Z] --- PASS: TestIpcModePrivate (0.57s) [2022-01-31T13:55:48.080Z] === RUN TestIpcModeShareable [2022-01-31T13:55:48.080Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.36s) [2022-01-31T13:55:48.080Z] === RUN TestRemoveContainerWithVolume [2022-01-31T13:55:48.336Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-01-31T13:55:48.336Z] === RUN TestRemoveContainerRunning [2022-01-31T13:55:48.641Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-01-31T13:55:48.641Z] --- PASS: TestIpcModeShareable (0.58s) [2022-01-31T13:55:48.641Z] === RUN TestAPIIpcModeShareableAndContainer [2022-01-31T13:55:48.897Z] --- PASS: TestRemoveContainerRunning (0.38s) [2022-01-31T13:55:48.897Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-31T13:55:49.153Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.37s) [2022-01-31T13:55:49.153Z] === RUN TestRemoveInvalidContainer [2022-01-31T13:55:49.153Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-01-31T13:55:49.153Z] === RUN TestRenameLinkedContainer [2022-01-31T13:55:50.529Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.70s) [2022-01-31T13:55:50.529Z] === RUN TestAPIIpcModeHost [2022-01-31T13:55:50.785Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-01-31T13:55:50.785Z] === RUN TestDaemonIpcModeShareable [2022-01-31T13:55:51.041Z] --- PASS: TestRenameLinkedContainer (1.62s) [2022-01-31T13:55:51.041Z] === RUN TestRenameStoppedContainer [2022-01-31T13:55:51.297Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-01-31T13:55:51.297Z] === RUN TestRenameRunningContainerAndReuse [2022-01-31T13:55:52.148Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-01-31T13:55:52.148Z] --- PASS: TestDaemonIpcModeShareable (1.16s) [2022-01-31T13:55:52.148Z] === RUN TestDaemonIpcModePrivate [2022-01-31T13:55:52.223Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s) [2022-01-31T13:55:52.223Z] === RUN TestRenameInvalidName [2022-01-31T13:55:52.367Z] ok github.com/docker/docker/pkg/plugins 33.634s coverage: 76.3% of statements [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/pkg/term [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/rootless [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/testutil/request [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/volume [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-01-31T13:55:52.368Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === Skipped [2022-01-31T13:55:52.368Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-01-31T13:55:52.368Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-01-31T13:55:52.368Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-01-31T13:55:52.368Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-01-31T13:55:52.368Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-01-31T13:55:52.368Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-31T13:55:52.368Z] aufs_test.go:37: driver not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:71: No driver to put! [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-01-31T13:55:52.368Z] time="2022-01-31T13:54:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:71: No driver to put! [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-01-31T13:55:52.368Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-01-31T13:55:52.368Z] overlay_test.go:50: Fails to compute changes intermittently [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-01-31T13:55:52.368Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T13:55:52.368Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-01-31T13:55:52.368Z] graphtest_unix.go:71: No driver to put! [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-01-31T13:55:52.368Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-01-31T13:55:52.368Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-01-31T13:55:52.368Z] [2022-01-31T13:55:52.368Z] DONE 2314 tests, 53 skipped in 210.658s [2022-01-31T13:55:52.368Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/config [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/idm [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/ns [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/options [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/osl [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T13:55:52.368Z] github.com/docker/docker/libnetwork/types' ']' [2022-01-31T13:55:52.369Z] + 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-01-31T13:55:52.479Z] --- PASS: TestRenameInvalidName (0.39s) [2022-01-31T13:55:52.479Z] === RUN TestRenameAnonymousContainer [2022-01-31T13:55:53.075Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-01-31T13:55:53.075Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-01-31T13:55:53.075Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-01-31T13:55:53.841Z] --- PASS: TestRenameAnonymousContainer (1.39s) [2022-01-31T13:55:53.841Z] === RUN TestRenameContainerWithSameName [2022-01-31T13:55:54.097Z] --- PASS: TestRenameContainerWithSameName (0.39s) [2022-01-31T13:55:54.097Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-31T13:55:54.440Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-01-31T13:55:54.440Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s) [2022-01-31T13:55:54.440Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-01-31T13:55:55.024Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s) [2022-01-31T13:55:55.024Z] === RUN TestResize [2022-01-31T13:55:55.279Z] --- PASS: TestResize (0.38s) [2022-01-31T13:55:55.279Z] === RUN TestResizeWithInvalidSize [2022-01-31T13:55:55.378Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-01-31T13:55:55.378Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2022-01-31T13:55:55.378Z] === RUN TestIpcModeOlderClient [2022-01-31T13:55:55.378Z] === PAUSE TestIpcModeOlderClient [2022-01-31T13:55:55.378Z] === RUN TestKillContainerInvalidSignal [2022-01-31T13:55:55.840Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-01-31T13:55:55.840Z] === RUN TestResizeWhenContainerNotStarted [2022-01-31T13:55:55.940Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-01-31T13:55:55.940Z] === RUN TestKillContainer [2022-01-31T13:55:55.940Z] === RUN TestKillContainer/no_signal [2022-01-31T13:55:56.096Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2022-01-31T13:55:56.096Z] === RUN TestDaemonRestartKillContainers [2022-01-31T13:55:56.096Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-01-31T13:55:56.096Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-01-31T13:55:56.096Z] === RUN TestCgroupNamespacesRun [2022-01-31T13:55:56.196Z] === RUN TestKillContainer/non_killing_signal [2022-01-31T13:55:56.759Z] === RUN TestKillContainer/killing_signal [2022-01-31T13:55:57.328Z] --- PASS: TestKillContainer (1.26s) [2022-01-31T13:55:57.328Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-01-31T13:55:57.328Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-01-31T13:55:57.328Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-01-31T13:55:57.328Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-31T13:55:57.328Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-01-31T13:55:57.460Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2022-01-31T13:55:57.460Z] === RUN TestCgroupNamespacesRunPrivileged [2022-01-31T13:55:57.584Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-01-31T13:55:58.387Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s) [2022-01-31T13:55:58.387Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-01-31T13:55:58.519Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s) [2022-01-31T13:55:58.519Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2022-01-31T13:55:58.519Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2022-01-31T13:55:58.519Z] === RUN TestKillStoppedContainer [2022-01-31T13:55:58.519Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-01-31T13:55:58.519Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-31T13:55:58.519Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-01-31T13:55:58.519Z] === RUN TestKillDifferentUserContainer [2022-01-31T13:55:59.080Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2022-01-31T13:55:59.080Z] === RUN TestInspectOomKilledTrue [2022-01-31T13:55:59.080Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-01-31T13:55:59.080Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-31T13:55:59.080Z] === RUN TestInspectOomKilledFalse [2022-01-31T13:55:59.313Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.11s) [2022-01-31T13:55:59.313Z] === RUN TestCgroupNamespacesRunHostMode [2022-01-31T13:55:59.336Z] --- PASS: TestInspectOomKilledFalse (0.37s) [2022-01-31T13:55:59.336Z] === RUN TestLinksEtcHostsContentMatch [2022-01-31T13:55:59.592Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2022-01-31T13:55:59.592Z] === RUN TestLinksContainerNames [2022-01-31T13:56:00.147Z] 8f616e6e9eec: Verifying Checksum [2022-01-31T13:56:00.147Z] 8f616e6e9eec: Download complete [2022-01-31T13:56:00.521Z] --- PASS: TestLinksContainerNames (0.85s) [2022-01-31T13:56:00.521Z] === RUN TestLogsFollowTailEmpty [2022-01-31T13:56:00.678Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s) [2022-01-31T13:56:00.678Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-01-31T13:56:00.825Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-01-31T13:56:00.825Z] === RUN TestContainerNetworkMountsNoChown [2022-01-31T13:56:01.391Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s) [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/default [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/default [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/private [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/private [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rprivate [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rprivate [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/slave [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/slave [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rslave [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rslave [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/shared [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/shared [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rshared [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rshared [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/default [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/default/bind_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/default/mount_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/rslave [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/rshared [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/shared [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/rprivate [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/slave [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/private [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/private/mount_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/private/bind_root [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/default/bind_root [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-01-31T13:56:01.391Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-01-31T13:56:01.391Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/default/mount_root [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-01-31T13:56:01.391Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-01-31T13:56:01.605Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s) [2022-01-31T13:56:01.605Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/private/mount_root [2022-01-31T13:56:01.648Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-01-31T13:56:01.903Z] === CONT TestMountDaemonRoot/private/bind_root [2022-01-31T13:56:01.903Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-01-31T13:56:01.903Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-01-31T13:56:01.903Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-01-31T13:56:01.903Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-01-31T13:56:01.903Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-01-31T13:56:01.903Z] === RUN TestContainerBindMountNonRecursive [2022-01-31T13:56:02.968Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.07s) [2022-01-31T13:56:02.968Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-01-31T13:56:03.099Z] 0e02c12b1310: Verifying Checksum [2022-01-31T13:56:03.099Z] 0e02c12b1310: Download complete [2022-01-31T13:56:03.266Z] --- PASS: TestContainerBindMountNonRecursive (1.19s) [2022-01-31T13:56:03.266Z] === RUN TestContainerVolumesMountedAsShared [2022-01-31T13:56:03.521Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-01-31T13:56:03.521Z] === RUN TestContainerVolumesMountedAsSlave [2022-01-31T13:56:03.528Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-01-31T13:56:03.528Z] === RUN TestCgroupNamespacesRunOlderClient [2022-01-31T13:56:03.777Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-01-31T13:56:03.777Z] === RUN TestNetworkNat [2022-01-31T13:56:04.337Z] --- PASS: TestNetworkNat (0.44s) [2022-01-31T13:56:04.337Z] === RUN TestNetworkLocalhostTCPNat [2022-01-31T13:56:04.454Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s) [2022-01-31T13:56:04.454Z] === RUN TestNISDomainname [2022-01-31T13:56:04.454Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-01-31T13:56:04.454Z] --- SKIP: TestNISDomainname (0.01s) [2022-01-31T13:56:04.454Z] === RUN TestHostnameDnsResolution [2022-01-31T13:56:04.592Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-01-31T13:56:04.593Z] === RUN TestNetworkLoopbackNat [2022-01-31T13:56:05.015Z] --- PASS: TestHostnameDnsResolution (0.64s) [2022-01-31T13:56:05.015Z] === RUN TestUnprivilegedPortsAndPing [2022-01-31T13:56:05.015Z] 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-01-31T13:56:05.015Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-01-31T13:56:05.015Z] === RUN TestStats [2022-01-31T13:56:05.015Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:05.015Z] --- SKIP: TestStats (0.00s) [2022-01-31T13:56:05.015Z] === RUN TestStopContainerWithTimeout [2022-01-31T13:56:05.015Z] === RUN TestStopContainerWithTimeout/0 [2022-01-31T13:56:05.015Z] === PAUSE TestStopContainerWithTimeout/0 [2022-01-31T13:56:05.015Z] === RUN TestStopContainerWithTimeout/1 [2022-01-31T13:56:05.015Z] === PAUSE TestStopContainerWithTimeout/1 [2022-01-31T13:56:05.015Z] === RUN TestStopContainerWithTimeout/3 [2022-01-31T13:56:05.015Z] === PAUSE TestStopContainerWithTimeout/3 [2022-01-31T13:56:05.015Z] === RUN TestStopContainerWithTimeout/-1 [2022-01-31T13:56:05.015Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-01-31T13:56:05.015Z] === CONT TestStopContainerWithTimeout/0 [2022-01-31T13:56:05.015Z] === CONT TestStopContainerWithTimeout/3 [2022-01-31T13:56:05.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-01-31T13:56:05.941Z] === CONT TestStopContainerWithTimeout/-1 [2022-01-31T13:56:06.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-01-31T13:56:07.152Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-01-31T13:56:07.152Z] === RUN TestPause [2022-01-31T13:56:07.714Z] --- PASS: TestPause (0.45s) [2022-01-31T13:56:07.714Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-31T13:56:07.714Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-31T13:56:07.714Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-31T13:56:07.714Z] === RUN TestPauseStopPausedContainer [2022-01-31T13:56:07.828Z] === CONT TestStopContainerWithTimeout/1 [2022-01-31T13:56:08.276Z] --- PASS: TestPauseStopPausedContainer (0.49s) [2022-01-31T13:56:08.276Z] === RUN TestPidHost [2022-01-31T13:56:09.192Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-01-31T13:56:09.192Z] --- PASS: TestStopContainerWithTimeout/0 (0.61s) [2022-01-31T13:56:09.192Z] --- PASS: TestStopContainerWithTimeout/3 (2.52s) [2022-01-31T13:56:09.192Z] --- PASS: TestStopContainerWithTimeout/-1 (2.34s) [2022-01-31T13:56:09.192Z] --- PASS: TestStopContainerWithTimeout/1 (1.37s) [2022-01-31T13:56:09.192Z] === RUN TestDeleteDevicemapper [2022-01-31T13:56:09.192Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-31T13:56:09.192Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-01-31T13:56:09.192Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-31T13:56:09.204Z] --- PASS: TestPidHost (0.97s) [2022-01-31T13:56:09.204Z] === RUN TestPsFilter [2022-01-31T13:56:09.204Z] --- PASS: TestPsFilter (0.11s) [2022-01-31T13:56:09.204Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-31T13:56:09.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-01-31T13:56:09.764Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-01-31T13:56:09.764Z] === RUN TestRemoveContainerWithVolume [2022-01-31T13:56:10.020Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-01-31T13:56:10.020Z] === RUN TestRemoveContainerRunning [2022-01-31T13:56:10.555Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.24s) [2022-01-31T13:56:10.555Z] === RUN TestUpdateMemory [2022-01-31T13:56:10.555Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:10.555Z] --- SKIP: TestUpdateMemory (0.00s) [2022-01-31T13:56:10.555Z] === RUN TestUpdateCPUQuota [2022-01-31T13:56:10.555Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:10.556Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-01-31T13:56:10.556Z] === RUN TestUpdatePidsLimit [2022-01-31T13:56:10.556Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:10.556Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-01-31T13:56:10.556Z] === RUN TestUpdateRestartPolicy [2022-01-31T13:56:10.580Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-01-31T13:56:10.581Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-31T13:56:10.836Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-01-31T13:56:10.836Z] === RUN TestRemoveInvalidContainer [2022-01-31T13:56:10.836Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-01-31T13:56:10.836Z] === RUN TestRenameLinkedContainer [2022-01-31T13:56:12.020Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-01-31T13:56:12.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-01-31T13:56:12.723Z] --- PASS: TestRenameLinkedContainer (1.71s) [2022-01-31T13:56:12.723Z] === RUN TestRenameStoppedContainer [2022-01-31T13:56:12.979Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-01-31T13:56:12.979Z] === RUN TestRenameRunningContainerAndReuse [2022-01-31T13:56:13.905Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-01-31T13:56:13.905Z] === RUN TestRenameInvalidName [2022-01-31T13:56:14.161Z] --- PASS: TestRenameInvalidName (0.42s) [2022-01-31T13:56:14.161Z] === RUN TestRenameAnonymousContainer [2022-01-31T13:56:14.796Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-01-31T13:56:16.048Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2022-01-31T13:56:16.048Z] === RUN TestRenameContainerWithSameName [2022-01-31T13:56:16.304Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-01-31T13:56:16.304Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-31T13:56:17.276Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-01-31T13:56:17.276Z] === RUN TestResize [2022-01-31T13:56:17.532Z] --- PASS: TestResize (0.43s) [2022-01-31T13:56:17.532Z] === RUN TestResizeWithInvalidSize [2022-01-31T13:56:17.593Z] Removing intermediate container 95cc21c1ec27 [2022-01-31T13:56:17.593Z] ---> b16a1c9734be [2022-01-31T13:56:17.593Z] 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-01-31T13:56:17.593Z] ---> Running in aac33ea4e56e [2022-01-31T13:56:18.094Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-01-31T13:56:18.094Z] === RUN TestResizeWhenContainerNotStarted [2022-01-31T13:56:18.350Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-31T13:56:18.350Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-31T13:56:18.350Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-31T13:56:18.350Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-31T13:56:18.350Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T13:56:20.239Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-31T13:56:21.557Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-01-31T13:56:21.557Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-31T13:56:21.602Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-31T13:56:22.165Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-31T13:56:22.716Z] --- PASS: TestUpdateRestartPolicy (10.78s) [2022-01-31T13:56:22.716Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-31T13:56:22.716Z] --- PASS: TestUpdateRestartWithAutoRemove (0.37s) [2022-01-31T13:56:22.717Z] === RUN TestWaitNonBlocked [2022-01-31T13:56:22.717Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T13:56:22.717Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T13:56:22.717Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T13:56:22.717Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T13:56:22.717Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T13:56:22.717Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T13:56:22.717Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-01-31T13:56:22.717Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.50s) [2022-01-31T13:56:22.717Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.62s) [2022-01-31T13:56:22.717Z] === RUN TestWaitBlocked [2022-01-31T13:56:22.717Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T13:56:22.717Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T13:56:22.717Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T13:56:22.717Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T13:56:22.717Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T13:56:22.717Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T13:56:22.717Z] --- PASS: TestWaitBlocked (0.01s) [2022-01-31T13:56:22.717Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.62s) [2022-01-31T13:56:22.717Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2022-01-31T13:56:22.717Z] === CONT TestDaemonRestartIpcMode [2022-01-31T13:56:22.717Z] === CONT TestIpcModeOlderClient [2022-01-31T13:56:22.717Z] --- PASS: TestIpcModeOlderClient (0.05s) [2022-01-31T13:56:22.717Z] === CONT TestRestartDaemonWithRestartingContainer [2022-01-31T13:56:22.729Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-31T13:56:22.928Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-01-31T13:56:23.126Z] go: downloading github.com/fatih/color v1.10.0 [2022-01-31T13:56:23.127Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-31T13:56:23.127Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-31T13:56:23.127Z] go: downloading github.com/pkg/errors v0.9.1 [2022-01-31T13:56:23.290Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T13:56:23.597Z] go: downloading golang.org/x/tools v0.1.0 [2022-01-31T13:56:23.597Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-31T13:56:23.597Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-31T13:56:23.597Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-31T13:56:23.597Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-31T13:56:23.597Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-31T13:56:23.597Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-31T13:56:24.066Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-31T13:56:24.215Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-31T13:56:25.235Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.29s) [2022-01-31T13:56:25.235Z] --- PASS: TestDaemonRestartIpcMode (2.60s) [2022-01-31T13:56:25.235Z] PASS [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === Skipped [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-01-31T13:56:25.235Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-01-31T13:56:25.235Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-01-31T13:56:25.235Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-01-31T13:56:25.235Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-01-31T13:56:25.235Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-01-31T13:56:25.235Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-01-31T13:56:25.235Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-01-31T13:56:25.235Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-01-31T13:56:25.235Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-01-31T13:56:25.235Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-01-31T13:56:25.235Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-01-31T13:56:25.235Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-01-31T13:56:25.235Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-01-31T13:56:25.235Z] 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-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-01-31T13:56:25.235Z] 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-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-01-31T13:56:25.235Z] 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-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-01-31T13:56:25.235Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-31T13:56:25.235Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-01-31T13:56:25.235Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-01-31T13:56:25.235Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-01-31T13:56:25.235Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-01-31T13:56:25.235Z] 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-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-01-31T13:56:25.235Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-01-31T13:56:25.235Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-01-31T13:56:25.235Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-01-31T13:56:25.235Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-01-31T13:56:25.235Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-31T13:56:25.235Z] [2022-01-31T13:56:25.235Z] DONE 177 tests, 27 skipped in 68.993s [2022-01-31T13:56:25.235Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-01-31T13:56:25.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-01-31T13:56:25.492Z] === RUN TestConfigDaemonLibtrustID [2022-01-31T13:56:26.052Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-01-31T13:56:26.052Z] === RUN TestDaemonConfigValidation [2022-01-31T13:56:26.052Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-01-31T13:56:26.052Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-01-31T13:56:26.052Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-01-31T13:56:26.052Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-01-31T13:56:26.052Z] === RUN TestDaemonConfigValidation/invalid_config [2022-01-31T13:56:26.052Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-01-31T13:56:26.052Z] === RUN TestDaemonConfigValidation/malformed_config [2022-01-31T13:56:26.052Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-01-31T13:56:26.052Z] === RUN TestDaemonConfigValidation/valid_config [2022-01-31T13:56:26.052Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-01-31T13:56:26.052Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-01-31T13:56:26.052Z] === CONT TestDaemonConfigValidation/malformed_config [2022-01-31T13:56:26.052Z] === CONT TestDaemonConfigValidation/invalid_config [2022-01-31T13:56:26.052Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-01-31T13:56:26.052Z] === CONT TestDaemonConfigValidation/valid_config [2022-01-31T13:56:26.104Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T13:56:26.294Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-31T13:56:26.294Z] go: downloading golang.org/x/mod v0.3.0 [2022-01-31T13:56:26.308Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-01-31T13:56:26.308Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-01-31T13:56:26.308Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-01-31T13:56:26.308Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-01-31T13:56:26.308Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-01-31T13:56:26.308Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-01-31T13:56:26.308Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-31T13:56:26.308Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-01-31T13:56:26.665Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T13:56:27.234Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-01-31T13:56:28.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-01-31T13:56:28.598Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-01-31T13:56:29.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-01-31T13:56:29.525Z] === CONT TestConfigDaemonSeccompProfiles [2022-01-31T13:56:29.525Z] daemon_test.go:156: [d8a440f705496] daemon is not started [2022-01-31T13:56:29.525Z] --- PASS: TestConfigDaemonSeccompProfiles (3.27s) [2022-01-31T13:56:29.525Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-01-31T13:56:29.525Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.10s) [2022-01-31T13:56:29.525Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-01-31T13:56:29.525Z] === RUN TestDaemonProxy [2022-01-31T13:56:29.525Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-01-31T13:56:29.525Z] --- SKIP: TestDaemonProxy (0.00s) [2022-01-31T13:56:29.525Z] PASS [2022-01-31T13:56:29.525Z] [2022-01-31T13:56:29.525Z] === Skipped [2022-01-31T13:56:29.525Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-01-31T13:56:29.525Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-01-31T13:56:29.525Z] [2022-01-31T13:56:29.525Z] DONE 12 tests, 1 skipped in 4.117s [2022-01-31T13:56:29.525Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-01-31T13:56:29.525Z] INFO: Testing against a local daemon [2022-01-31T13:56:29.525Z] === RUN TestCommitInheritsEnv [2022-01-31T13:56:29.977Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-31T13:56:30.539Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-31T13:56:31.099Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-31T13:56:31.441Z] --- PASS: TestCommitInheritsEnv (1.47s) [2022-01-31T13:56:31.441Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-31T13:56:31.441Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-01-31T13:56:31.441Z] === RUN TestImportWithCustomPlatform [2022-01-31T13:56:31.441Z] === RUN TestImportWithCustomPlatform/#00 [2022-01-31T13:56:31.441Z] === RUN TestImportWithCustomPlatform/_______ [2022-01-31T13:56:31.441Z] === RUN TestImportWithCustomPlatform// [2022-01-31T13:56:31.441Z] === RUN TestImportWithCustomPlatform/linux [2022-01-31T13:56:31.441Z] === RUN TestImportWithCustomPlatform/LINUX [2022-01-31T13:56:31.441Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-01-31T13:56:31.441Z] === RUN TestImportWithCustomPlatform/macos [2022-01-31T13:56:31.441Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-01-31T13:56:31.441Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-01-31T13:56:31.441Z] --- PASS: TestImportWithCustomPlatform (0.27s) [2022-01-31T13:56:31.441Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-01-31T13:56:31.441Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-01-31T13:56:31.441Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-01-31T13:56:31.441Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-01-31T13:56:31.441Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-01-31T13:56:31.441Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-01-31T13:56:31.441Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-01-31T13:56:31.441Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-01-31T13:56:31.441Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-01-31T13:56:31.441Z] === RUN TestImagesFilterMultiReference [2022-01-31T13:56:31.441Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-01-31T13:56:31.441Z] === RUN TestImagePullPlatformInvalid [2022-01-31T13:56:31.441Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-01-31T13:56:31.441Z] === RUN TestRemoveImageOrphaning [2022-01-31T13:56:31.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-01-31T13:56:32.464Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-31T13:56:33.024Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-31T13:56:33.382Z] --- PASS: TestRemoveImageOrphaning (1.67s) [2022-01-31T13:56:33.382Z] === RUN TestRemoveImageGarbageCollector [2022-01-31T13:56:33.382Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-01-31T13:56:33.382Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-01-31T13:56:33.382Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-31T13:56:33.382Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-01-31T13:56:33.382Z] === RUN TestTagInvalidReference [2022-01-31T13:56:33.382Z] --- PASS: TestTagInvalidReference (0.01s) [2022-01-31T13:56:33.382Z] === RUN TestTagValidPrefixedRepo [2022-01-31T13:56:33.382Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-01-31T13:56:33.382Z] === RUN TestTagExistedNameWithoutForce [2022-01-31T13:56:33.382Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-01-31T13:56:33.382Z] === RUN TestTagOfficialNames [2022-01-31T13:56:33.382Z] --- PASS: TestTagOfficialNames (0.05s) [2022-01-31T13:56:33.382Z] === RUN TestTagMatchesDigest [2022-01-31T13:56:33.382Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-01-31T13:56:33.382Z] === CONT TestImportExtremelyLargeImageWorks [2022-01-31T13:56:33.836Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-01-31T13:56:34.387Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-31T13:56:35.841Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-01-31T13:56:35.841Z] [2022-01-31T13:56:35.841Z] ________ ____ __. [2022-01-31T13:56:35.841Z] \_____ \ | |/ _| [2022-01-31T13:56:35.841Z] / | \| < [2022-01-31T13:56:35.841Z] / | \ | \ [2022-01-31T13:56:35.841Z] \_______ /____|__ \ [2022-01-31T13:56:35.841Z] \/ \/ [2022-01-31T13:56:35.841Z] [2022-01-31T13:56:35.841Z] INFO: make.ps1 ended at 01/31/2022 13:56:25 [2022-01-31T13:56:35.841Z] INFO: Binaries build ended at 01/31/2022 13:56:27. Duration:00:01:26.0547492 [2022-01-31T13:56:35.841Z] INFO: Copying the built daemon binary to d:\CI\PR-43199\4\binary\dockerd-af819bf623.exe... [2022-01-31T13:56:35.841Z] INFO: Copying the built client binary to d:\CI\PR-43199\4\binary\docker-af819bf623.exe... [2022-01-31T13:56:35.841Z] INFO: Copying dockerversion from the container... [2022-01-31T13:56:35.841Z] INFO: Copying the golang package from the container to d:\CI\PR-43199\4\installer\go.zip... [2022-01-31T13:56:35.841Z] INFO: Extracting go.zip to d:\CI\PR-43199\4\go [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.78s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.29s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.64s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.28s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.71s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.39s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.78s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.84s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.83s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.80s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.97s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.88s) [2022-01-31T13:56:36.276Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.65s) [2022-01-31T13:56:36.276Z] === RUN TestCgroupNamespacesRun [2022-01-31T13:56:37.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-01-31T13:56:37.202Z] --- PASS: TestCgroupNamespacesRun (1.38s) [2022-01-31T13:56:37.202Z] === RUN TestCgroupNamespacesRunPrivileged [2022-01-31T13:56:37.202Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-01-31T13:56:37.202Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-01-31T13:56:37.202Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-01-31T13:56:38.565Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-01-31T13:56:38.565Z] === RUN TestCgroupNamespacesRunHostMode [2022-01-31T13:56:39.016Z] ok github.com/docker/docker/libnetwork 37.112s coverage: 40.7% of statements [2022-01-31T13:56:39.016Z] ok github.com/docker/docker/libnetwork/bitseq 0.138s coverage: 84.4% of statements [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-01-31T13:56:39.016Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-01-31T13:56:39.016Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-01-31T13:56:39.016Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-01-31T13:56:39.016Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.342s coverage: 59.9% of statements [2022-01-31T13:56:39.016Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-01-31T13:56:39.016Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-01-31T13:56:39.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-01-31T13:56:39.559Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s) [2022-01-31T13:56:39.559Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-01-31T13:56:39.609Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.021s coverage: 4.0% of statements [2022-01-31T13:56:39.609Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-01-31T13:56:40.173Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-01-31T13:56:40.173Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-01-31T13:56:40.430Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-01-31T13:56:40.960Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-01-31T13:56:40.960Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-01-31T13:56:41.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-01-31T13:56:41.932Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.19s) [2022-01-31T13:56:41.932Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-01-31T13:56:42.860Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-01-31T13:56:42.860Z] === RUN TestCgroupNamespacesRunOlderClient [2022-01-31T13:56:43.791Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.19s) [2022-01-31T13:56:43.791Z] === RUN TestNISDomainname [2022-01-31T13:56:44.188Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-31T13:56:44.188Z] Using test binary docker [2022-01-31T13:56:44.188Z] +++ /etc/init.d/apparmor start [2022-01-31T13:56:44.188Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-31T13:56:44.188Z] INFO: Waiting for daemon to start... [2022-01-31T13:56:44.188Z] Starting dockerd [2022-01-31T13:56:44.188Z] +++ 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-01-31T13:56:44.352Z] --- PASS: TestNISDomainname (0.55s) [2022-01-31T13:56:44.352Z] === RUN TestHostnameDnsResolution [2022-01-31T13:56:44.954Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-01-31T13:56:44.954Z] === RUN TestUnprivilegedPortsAndPing [2022-01-31T13:56:45.515Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-01-31T13:56:45.515Z] === RUN TestStats [2022-01-31T13:56:46.701Z] . [2022-01-31T13:56:46.701Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-31T13:56:46.701Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-31T13:56:46.701Z] Error: No such image: emptyfs [2022-01-31T13:56:46.701Z] ++++ docker load [2022-01-31T13:56:46.701Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-01-31T13:56:46.956Z] Running integration-test (iteration 1) [2022-01-31T13:56:46.956Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-01-31T13:56:46.957Z] ++ 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-01-31T13:56:46.957Z] ++ set -e [2022-01-31T13:56:46.957Z] ++ '[' -n 0 ']' [2022-01-31T13:56:46.957Z] ++ set -x [2022-01-31T13:56:46.957Z] ++ 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-01-31T13:56:47.882Z] Loaded image: busybox:latest [2022-01-31T13:56:48.026Z] --- PASS: TestStats (2.43s) [2022-01-31T13:56:48.026Z] === RUN TestStopContainerWithTimeout [2022-01-31T13:56:48.026Z] === RUN TestStopContainerWithTimeout/0 [2022-01-31T13:56:48.026Z] === PAUSE TestStopContainerWithTimeout/0 [2022-01-31T13:56:48.026Z] === RUN TestStopContainerWithTimeout/1 [2022-01-31T13:56:48.026Z] === PAUSE TestStopContainerWithTimeout/1 [2022-01-31T13:56:48.026Z] === RUN TestStopContainerWithTimeout/3 [2022-01-31T13:56:48.026Z] === PAUSE TestStopContainerWithTimeout/3 [2022-01-31T13:56:48.026Z] === RUN TestStopContainerWithTimeout/-1 [2022-01-31T13:56:48.026Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-01-31T13:56:48.026Z] === CONT TestStopContainerWithTimeout/0 [2022-01-31T13:56:48.026Z] === CONT TestStopContainerWithTimeout/3 [2022-01-31T13:56:48.137Z] Loaded image: busybox:glibc [2022-01-31T13:56:48.588Z] === CONT TestStopContainerWithTimeout/-1 [2022-01-31T13:56:50.376Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.379s coverage: 7.2% of statements [2022-01-31T13:56:50.376Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-01-31T13:56:50.376Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2022-01-31T13:56:50.376Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-01-31T13:56:50.376Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-01-31T13:56:50.376Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-01-31T13:56:50.376Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-01-31T13:56:50.632Z] ok github.com/docker/docker/libnetwork/drvregistry 0.013s coverage: 82.4% of statements [2022-01-31T13:56:50.888Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2022-01-31T13:56:51.099Z] === CONT TestStopContainerWithTimeout/1 [2022-01-31T13:56:51.144Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-01-31T13:56:51.401Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-01-31T13:56:51.612Z] Removing intermediate container aac33ea4e56e [2022-01-31T13:56:51.612Z] ---> 6be94b57711d [2022-01-31T13:56:51.612Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-01-31T13:56:51.612Z] ---> Running in fc3b42b879ee [2022-01-31T13:56:51.612Z] Removing intermediate container fc3b42b879ee [2022-01-31T13:56:51.612Z] ---> e26882479caf [2022-01-31T13:56:51.612Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-01-31T13:56:51.612Z] ---> Running in 4b925000752b [2022-01-31T13:56:51.612Z] Removing intermediate container 4b925000752b [2022-01-31T13:56:51.612Z] ---> f30d40dd0afc [2022-01-31T13:56:51.612Z] Step 11/11 : COPY . . [2022-01-31T13:56:52.344Z] Loaded image: debian:bullseye-slim [2022-01-31T13:56:52.463Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-01-31T13:56:52.463Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2022-01-31T13:56:52.463Z] --- PASS: TestStopContainerWithTimeout/3 (2.76s) [2022-01-31T13:56:52.463Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2022-01-31T13:56:52.463Z] --- PASS: TestStopContainerWithTimeout/1 (1.48s) [2022-01-31T13:56:52.463Z] === RUN TestDeleteDevicemapper [2022-01-31T13:56:52.463Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-31T13:56:52.463Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-01-31T13:56:52.463Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-31T13:56:52.600Z] Loaded image: hello-world:latest [2022-01-31T13:56:52.857Z] Loaded image: arm32v7/hello-world:latest [2022-01-31T13:56:52.857Z] INFO: Testing against a local daemon [2022-01-31T13:56:52.857Z] === RUN TestCgroupNamespacesBuild [2022-01-31T13:56:53.828Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.40s) [2022-01-31T13:56:53.828Z] === RUN TestUpdateMemory [2022-01-31T13:56:54.389Z] --- PASS: TestUpdateMemory (0.68s) [2022-01-31T13:56:54.389Z] === RUN TestUpdateCPUQuota [2022-01-31T13:56:55.314Z] --- PASS: TestUpdateCPUQuota (0.94s) [2022-01-31T13:56:55.314Z] === RUN TestUpdatePidsLimit [2022-01-31T13:56:55.314Z] === RUN TestUpdatePidsLimit/update_from_none [2022-01-31T13:56:55.374Z] --- PASS: TestCgroupNamespacesBuild (2.25s) [2022-01-31T13:56:55.374Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-01-31T13:56:55.570Z] === RUN TestUpdatePidsLimit/no_change [2022-01-31T13:56:55.826Z] === RUN TestUpdatePidsLimit/update_lower [2022-01-31T13:56:56.082Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-01-31T13:56:56.338Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-01-31T13:56:56.594Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-01-31T13:56:56.594Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-01-31T13:56:57.207Z] INFO: Extraction ended at 01/31/2022 13:56:56. Duration:00:00:27.4803536 [2022-01-31T13:56:57.207Z] INFO: Updating the golang and path environment variables [2022-01-31T13:56:57.207Z] INFO: GOPATH=d:\gopath [2022-01-31T13:56:57.207Z] INFO: go version go1.17.6 windows/amd64 [2022-01-31T13:56:57.207Z] INFO: Running the daemon under test in debug mode [2022-01-31T13:56:57.207Z] INFO: Running the daemon under test in containerd mode [2022-01-31T13:56:57.207Z] INFO: Starting a daemon under test... [2022-01-31T13:56:57.207Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43199\4\daemon --pidfile d:\CI\PR-43199\4\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-01-31T13:56:57.207Z] INFO: Containerd started successfully. [2022-01-31T13:56:57.207Z] INFO: Process started successfully. [2022-01-31T13:56:57.207Z] INFO: Start tailing logs of the daemon under tests [2022-01-31T13:56:57.265Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.95s) [2022-01-31T13:56:57.265Z] === RUN TestBuildWithSession [2022-01-31T13:56:57.265Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T13:56:57.265Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-31T13:56:57.265Z] === RUN TestBuildSquashParent [2022-01-31T13:56:57.521Z] --- PASS: TestUpdatePidsLimit (2.07s) [2022-01-31T13:56:57.521Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.24s) [2022-01-31T13:56:57.521Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-01-31T13:56:57.521Z] --- PASS: TestUpdatePidsLimit/update_lower (0.27s) [2022-01-31T13:56:57.521Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-01-31T13:56:57.521Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2022-01-31T13:56:57.521Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-01-31T13:56:57.521Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2022-01-31T13:56:57.521Z] === RUN TestUpdateRestartPolicy [2022-01-31T13:56:57.686Z] INFO: Waiting for the daemon under test to start... [2022-01-31T13:57:03.574Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.005s coverage: 100.0% of statements [2022-01-31T13:57:05.436Z] --- PASS: TestBuildSquashParent (8.34s) [2022-01-31T13:57:05.436Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-31T13:57:05.436Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T13:57:05.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T13:57:05.436Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T13:57:05.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T13:57:05.436Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T13:57:05.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T13:57:05.436Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T13:57:05.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T13:57:05.436Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T13:57:05.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T13:57:05.436Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T13:57:05.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T13:57:05.436Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T13:57:05.436Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T13:57:08.702Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T13:57:08.703Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T13:57:09.680Z] --- PASS: TestUpdateRestartPolicy (11.06s) [2022-01-31T13:57:09.680Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-31T13:57:09.680Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-01-31T13:57:09.680Z] === RUN TestWaitNonBlocked [2022-01-31T13:57:09.680Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T13:57:09.680Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T13:57:09.680Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T13:57:09.680Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T13:57:09.680Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T13:57:09.680Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T13:57:09.680Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-01-31T13:57:09.680Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.48s) [2022-01-31T13:57:09.680Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.58s) [2022-01-31T13:57:09.680Z] === RUN TestWaitBlocked [2022-01-31T13:57:09.680Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T13:57:09.680Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T13:57:09.681Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T13:57:09.681Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T13:57:09.681Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T13:57:09.681Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T13:57:10.241Z] --- PASS: TestWaitBlocked (0.01s) [2022-01-31T13:57:10.241Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2022-01-31T13:57:10.241Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.72s) [2022-01-31T13:57:10.241Z] === CONT TestContainerStartOnDaemonRestart [2022-01-31T13:57:10.241Z] === CONT TestRestartDaemonWithRestartingContainer [2022-01-31T13:57:11.216Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T13:57:11.472Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T13:57:12.757Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.33s) [2022-01-31T13:57:12.757Z] === CONT TestIpcModeOlderClient [2022-01-31T13:57:12.757Z] --- PASS: TestContainerStartOnDaemonRestart (2.34s) [2022-01-31T13:57:12.757Z] === CONT TestContainerKillOnDaemonStart [2022-01-31T13:57:12.757Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-01-31T13:57:12.757Z] === CONT TestDaemonHostGatewayIP [2022-01-31T13:57:14.028Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-01-31T13:57:14.028Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.85s) [2022-01-31T13:57:14.028Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.04s) [2022-01-31T13:57:14.028Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.73s) [2022-01-31T13:57:14.028Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.98s) [2022-01-31T13:57:14.028Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.06s) [2022-01-31T13:57:14.028Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.70s) [2022-01-31T13:57:14.028Z] === RUN TestBuildMultiStageCopy [2022-01-31T13:57:14.028Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-31T13:57:15.272Z] --- PASS: TestDaemonHostGatewayIP (2.47s) [2022-01-31T13:57:15.272Z] === CONT TestDaemonRestartIpcMode [2022-01-31T13:57:16.586Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-31T13:57:16.842Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-31T13:57:17.205Z] --- PASS: TestDaemonRestartIpcMode (2.16s) [2022-01-31T13:57:17.404Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-31T13:57:18.005Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-31T13:57:18.418Z] ok github.com/docker/docker/libnetwork/ipam 15.961s coverage: 85.3% of statements [2022-01-31T13:57:18.418Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-01-31T13:57:18.418Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-01-31T13:57:18.418Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-01-31T13:57:18.609Z] --- PASS: TestBuildMultiStageCopy (4.41s) [2022-01-31T13:57:18.609Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.38s) [2022-01-31T13:57:18.609Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.45s) [2022-01-31T13:57:18.609Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.56s) [2022-01-31T13:57:18.609Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2022-01-31T13:57:18.609Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.50s) [2022-01-31T13:57:18.609Z] === RUN TestBuildMultiStageParentConfig [2022-01-31T13:57:18.981Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-01-31T13:57:18.981Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-01-31T13:57:18.981Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-01-31T13:57:19.050Z] ...INFO: Daemon under test started and replied! [2022-01-31T13:57:19.050Z] INFO: Docker version of the daemon under test [2022-01-31T13:57:19.050Z] [2022-01-31T13:57:19.050Z] Client: [2022-01-31T13:57:19.050Z] Version: 17.06.2-ce [2022-01-31T13:57:19.050Z] API version: 1.30 [2022-01-31T13:57:19.050Z] Go version: go1.8.3 [2022-01-31T13:57:19.050Z] Git commit: cec0b72 [2022-01-31T13:57:19.050Z] Built: Tue Sep 5 19:57:19 2017 [2022-01-31T13:57:19.050Z] OS/Arch: windows/amd64 [2022-01-31T13:57:19.050Z] [2022-01-31T13:57:19.050Z] Server: [2022-01-31T13:57:19.050Z] Version: 0.0.0-dev [2022-01-31T13:57:19.050Z] API version: 1.42 (minimum version 1.24) [2022-01-31T13:57:19.050Z] Go version: go1.17.6 [2022-01-31T13:57:19.050Z] Git commit: af819bf623 [2022-01-31T13:57:19.050Z] Built: 01/31/2022 13:55:05 [2022-01-31T13:57:19.050Z] OS/Arch: windows/amd64 [2022-01-31T13:57:19.050Z] Experimental: false [2022-01-31T13:57:19.050Z] [2022-01-31T13:57:19.050Z] INFO: Docker info of the daemon under test [2022-01-31T13:57:19.050Z] [2022-01-31T13:57:19.050Z] Containers: 0 [2022-01-31T13:57:19.050Z] Running: 0 [2022-01-31T13:57:19.050Z] Paused: 0 [2022-01-31T13:57:19.050Z] Stopped: 0 [2022-01-31T13:57:19.050Z] Images: 0 [2022-01-31T13:57:19.050Z] Server Version: 0.0.0-dev [2022-01-31T13:57:19.050Z] Storage Driver: windowsfilter [2022-01-31T13:57:19.050Z] Windows: [2022-01-31T13:57:19.050Z] Logging Driver: json-file [2022-01-31T13:57:19.050Z] Plugins: [2022-01-31T13:57:19.050Z] Volume: local [2022-01-31T13:57:19.050Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T13:57:19.050Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T13:57:19.050Z] Swarm: inactive [2022-01-31T13:57:19.050Z] Default Isolation: process [2022-01-31T13:57:19.050Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-31T13:57:19.050Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-31T13:57:19.050Z] OSType: windows [2022-01-31T13:57:19.050Z] Architecture: x86_64 [2022-01-31T13:57:19.050Z] CPUs: 4 [2022-01-31T13:57:19.050Z] Total Memory: 32GiB [2022-01-31T13:57:19.050Z] Name: azwin-2-045ec1 [2022-01-31T13:57:19.050Z] ID: JL56:Z2T4:CLLU:BGAY:A2CS:ROKJ:AIGM:PNBG:JWHG:JRFX:3DWH:P7O6 [2022-01-31T13:57:19.050Z] Docker Root Dir: D:\CI\PR-43199\4\daemon [2022-01-31T13:57:19.050Z] Debug Mode (client): false [2022-01-31T13:57:19.050Z] Debug Mode (server): true [2022-01-31T13:57:19.050Z] File Descriptors: -1 [2022-01-31T13:57:19.050Z] Goroutines: 31 [2022-01-31T13:57:19.050Z] System Time: 2022-01-31T13:57:16.7997694Z [2022-01-31T13:57:19.050Z] EventsListeners: 0 [2022-01-31T13:57:19.050Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:57:19.050Z] Labels: [2022-01-31T13:57:19.050Z] Experimental: false [2022-01-31T13:57:19.050Z] Insecure Registries: [2022-01-31T13:57:19.050Z] 127.0.0.0/8 [2022-01-31T13:57:19.050Z] Live Restore Enabled: false [2022-01-31T13:57:19.050Z] [2022-01-31T13:57:19.050Z] [2022-01-31T13:57:19.050Z] INFO: Docker images of the daemon under test [2022-01-31T13:57:19.050Z] [2022-01-31T13:57:19.050Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-31T13:57:19.050Z] [2022-01-31T13:57:19.050Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-01-31T13:57:19.050Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-01-31T13:57:19.050Z] ltsc2022: Pulling from windows/servercore [2022-01-31T13:57:19.050Z] 8f616e6e9eec: Pulling fs layer [2022-01-31T13:57:19.050Z] 0e02c12b1310: Pulling fs layer [2022-01-31T13:57:19.544Z] ok github.com/docker/docker/libnetwork/ipamutils 0.305s coverage: 74.0% of statements [2022-01-31T13:57:19.972Z] --- PASS: TestBuildMultiStageParentConfig (1.28s) [2022-01-31T13:57:19.973Z] === RUN TestBuildLabelWithTargets [2022-01-31T13:57:20.472Z] ok github.com/docker/docker/libnetwork/iptables 0.143s coverage: 45.1% of statements [2022-01-31T13:57:20.472Z] ok github.com/docker/docker/libnetwork/netlabel 0.008s coverage: 60.0% of statements [2022-01-31T13:57:20.728Z] ok github.com/docker/docker/libnetwork/netutils 0.020s coverage: 44.1% of statements [2022-01-31T13:57:21.859Z] --- PASS: TestBuildLabelWithTargets (1.88s) [2022-01-31T13:57:21.859Z] === RUN TestBuildWithEmptyLayers [2022-01-31T13:57:22.785Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2022-01-31T13:57:22.785Z] === RUN TestBuildMultiStageOnBuild [2022-01-31T13:57:23.615Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-01-31T13:57:23.615Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-31T13:57:23.615Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T13:57:23.615Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-31T13:57:23.615Z] [2022-01-31T13:57:23.615Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-01-31T13:57:23.615Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-01-31T13:57:23.615Z] Using test binary docker [2022-01-31T13:57:23.615Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-01-31T13:57:23.615Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-31T13:57:23.615Z] INFO: Waiting for daemon to start... [2022-01-31T13:57:23.615Z] Starting dockerd [2022-01-31T13:57:23.615Z] . [2022-01-31T13:57:23.615Z] INFO: Building docker-sdk-python3:5.0.3... [2022-01-31T13:57:25.279Z] --- PASS: TestContainerKillOnDaemonStart (11.66s) [2022-01-31T13:57:25.279Z] PASS [2022-01-31T13:57:25.279Z] [2022-01-31T13:57:25.279Z] === Skipped [2022-01-31T13:57:25.279Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-01-31T13:57:25.279Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T13:57:25.279Z] [2022-01-31T13:57:25.279Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-01-31T13:57:25.279Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-01-31T13:57:25.279Z] [2022-01-31T13:57:25.279Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-31T13:57:25.279Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-31T13:57:25.279Z] [2022-01-31T13:57:25.279Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-01-31T13:57:25.279Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-01-31T13:57:25.279Z] [2022-01-31T13:57:25.279Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-01-31T13:57:25.279Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-31T13:57:25.279Z] [2022-01-31T13:57:25.279Z] DONE 200 tests, 5 skipped in 116.933s [2022-01-31T13:57:25.279Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-01-31T13:57:25.279Z] === RUN TestConfigDaemonLibtrustID [2022-01-31T13:57:25.279Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-01-31T13:57:25.279Z] === RUN TestDaemonConfigValidation [2022-01-31T13:57:25.279Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-01-31T13:57:25.279Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-01-31T13:57:25.279Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-01-31T13:57:25.279Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-01-31T13:57:25.279Z] === RUN TestDaemonConfigValidation/invalid_config [2022-01-31T13:57:25.279Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-01-31T13:57:25.279Z] === RUN TestDaemonConfigValidation/malformed_config [2022-01-31T13:57:25.279Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-01-31T13:57:25.279Z] === RUN TestDaemonConfigValidation/valid_config [2022-01-31T13:57:25.279Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-01-31T13:57:25.279Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-01-31T13:57:25.279Z] === CONT TestDaemonConfigValidation/malformed_config [2022-01-31T13:57:25.279Z] === CONT TestDaemonConfigValidation/valid_config [2022-01-31T13:57:25.279Z] === CONT TestDaemonConfigValidation/invalid_config [2022-01-31T13:57:25.279Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-01-31T13:57:25.279Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-01-31T13:57:25.279Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-01-31T13:57:25.279Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-01-31T13:57:25.279Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-01-31T13:57:25.279Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-01-31T13:57:25.279Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-01-31T13:57:25.279Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-31T13:57:25.279Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-01-31T13:57:25.302Z] --- PASS: TestBuildMultiStageOnBuild (2.73s) [2022-01-31T13:57:25.302Z] === RUN TestBuildUncleanTarFilenames [2022-01-31T13:57:26.207Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-01-31T13:57:27.135Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-01-31T13:57:27.237Z] --- PASS: TestBuildUncleanTarFilenames (1.55s) [2022-01-31T13:57:27.237Z] === RUN TestBuildMultiStageLayerLeak [2022-01-31T13:57:27.496Z] ---> 77386c3aca33 [2022-01-31T13:57:27.496Z] Successfully built 77386c3aca33 [2022-01-31T13:57:27.496Z] Successfully tagged docker:latest [2022-01-31T13:57:27.496Z] INFO: Image build ended at 01/31/2022 13:57:23. Duration:00:04:42.5850118 [2022-01-31T13:57:27.496Z] [2022-01-31T13:57:27.496Z] [2022-01-31T13:57:27.496Z] INFO: Building the test binaries at 01/31/2022 13:57:24... [2022-01-31T13:57:27.796Z] 0e02c12b1310: Verifying Checksum [2022-01-31T13:57:27.796Z] 0e02c12b1310: Download complete [2022-01-31T13:57:28.061Z] === CONT TestConfigDaemonSeccompProfiles [2022-01-31T13:57:28.061Z] daemon_test.go:156: [df68e5485389f] daemon is not started [2022-01-31T13:57:28.061Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2022-01-31T13:57:28.061Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-01-31T13:57:28.061Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2022-01-31T13:57:28.061Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-01-31T13:57:28.061Z] === RUN TestDaemonProxy [2022-01-31T13:57:28.061Z] === RUN TestDaemonProxy/environment_variables [2022-01-31T13:57:29.344Z] 8f616e6e9eec: Pull complete [2022-01-31T13:57:29.755Z] --- PASS: TestBuildMultiStageLayerLeak (2.88s) [2022-01-31T13:57:29.756Z] === RUN TestBuildWithHugeFile [2022-01-31T13:57:29.946Z] === RUN TestDaemonProxy/command-line_options [2022-01-31T13:57:31.291Z] INFO: make.ps1 starting at 01/31/2022 13:57:31 [2022-01-31T13:57:31.761Z] INFO: Git commit (af819bf623) assumed from DOCKER_GITCOMMIT environment variable [2022-01-31T13:57:31.761Z] INFO: Invoking autogen... [2022-01-31T13:57:31.831Z] === RUN TestDaemonProxy/configuration_file [2022-01-31T13:57:32.750Z] INFO: Building daemon... [2022-01-31T13:57:33.720Z] === RUN TestDaemonProxy/conflicting_options [2022-01-31T13:57:33.975Z] === RUN TestDaemonProxy/reload_sanitized [2022-01-31T13:57:34.536Z] --- PASS: TestDaemonProxy (6.29s) [2022-01-31T13:57:34.537Z] --- PASS: TestDaemonProxy/environment_variables (1.81s) [2022-01-31T13:57:34.537Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-01-31T13:57:34.537Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-01-31T13:57:34.537Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-01-31T13:57:34.537Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-01-31T13:57:34.537Z] PASS [2022-01-31T13:57:34.537Z] [2022-01-31T13:57:34.537Z] DONE 17 tests in 10.179s [2022-01-31T13:57:34.537Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-01-31T13:57:34.537Z] INFO: Testing against a local daemon [2022-01-31T13:57:34.537Z] === RUN TestCommitInheritsEnv [2022-01-31T13:57:34.797Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-01-31T13:57:34.797Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-31T13:57:34.797Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-01-31T13:57:34.797Z] === RUN TestImportWithCustomPlatform [2022-01-31T13:57:34.797Z] === RUN TestImportWithCustomPlatform/#00 [2022-01-31T13:57:34.797Z] === RUN TestImportWithCustomPlatform/_______ [2022-01-31T13:57:34.797Z] === RUN TestImportWithCustomPlatform// [2022-01-31T13:57:34.797Z] === RUN TestImportWithCustomPlatform/linux [2022-01-31T13:57:34.797Z] === RUN TestImportWithCustomPlatform/LINUX [2022-01-31T13:57:34.797Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-01-31T13:57:35.052Z] === RUN TestImportWithCustomPlatform/macos [2022-01-31T13:57:35.052Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-01-31T13:57:35.052Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-01-31T13:57:35.052Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-01-31T13:57:35.052Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-01-31T13:57:35.052Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-01-31T13:57:35.052Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-01-31T13:57:35.052Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-01-31T13:57:35.052Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-01-31T13:57:35.052Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-01-31T13:57:35.052Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-01-31T13:57:35.052Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-01-31T13:57:35.052Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-01-31T13:57:35.052Z] === RUN TestImagesFilterMultiReference [2022-01-31T13:57:35.052Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-01-31T13:57:35.052Z] === RUN TestImagePullPlatformInvalid [2022-01-31T13:57:35.052Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-01-31T13:57:35.052Z] === RUN TestRemoveImageOrphaning [2022-01-31T13:57:35.308Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-01-31T13:57:35.308Z] === RUN TestRemoveImageGarbageCollector [2022-01-31T13:57:37.196Z] --- PASS: TestRemoveImageGarbageCollector (1.80s) [2022-01-31T13:57:37.196Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-31T13:57:37.196Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-01-31T13:57:37.196Z] === RUN TestTagInvalidReference [2022-01-31T13:57:37.196Z] --- PASS: TestTagInvalidReference (0.01s) [2022-01-31T13:57:37.196Z] === RUN TestTagValidPrefixedRepo [2022-01-31T13:57:37.196Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-01-31T13:57:37.196Z] === RUN TestTagExistedNameWithoutForce [2022-01-31T13:57:37.196Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-01-31T13:57:37.196Z] === RUN TestTagOfficialNames [2022-01-31T13:57:37.196Z] --- PASS: TestTagOfficialNames (0.04s) [2022-01-31T13:57:37.196Z] === RUN TestTagMatchesDigest [2022-01-31T13:57:37.196Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-01-31T13:57:37.196Z] === CONT TestImportExtremelyLargeImageWorks [2022-01-31T13:57:45.746Z] 8f616e6e9eec: Verifying Checksum [2022-01-31T13:57:45.746Z] 8f616e6e9eec: Download complete [2022-01-31T13:58:09.751Z] --- PASS: TestImportExtremelyLargeImageWorks (89.96s) [2022-01-31T13:58:09.751Z] PASS [2022-01-31T13:58:09.751Z] [2022-01-31T13:58:09.751Z] === Skipped [2022-01-31T13:58:09.751Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-01-31T13:58:09.751Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-01-31T13:58:09.751Z] [2022-01-31T13:58:09.751Z] DONE 22 tests, 1 skipped in 93.706s [2022-01-31T13:58:09.751Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-01-31T13:58:09.751Z] INFO: Testing against a local daemon [2022-01-31T13:58:09.751Z] === RUN TestNetworkCreateDelete [2022-01-31T13:58:09.751Z] --- PASS: TestNetworkCreateDelete (0.15s) [2022-01-31T13:58:09.751Z] === RUN TestDockerNetworkDeletePreferID [2022-01-31T13:58:09.751Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-01-31T13:58:09.751Z] === RUN TestDaemonDNSFallback [2022-01-31T13:58:10.007Z] --- PASS: TestDaemonDNSFallback (6.30s) [2022-01-31T13:58:10.007Z] === RUN TestInspectNetwork [2022-01-31T13:58:10.007Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:10.007Z] --- SKIP: TestInspectNetwork (0.00s) [2022-01-31T13:58:10.007Z] === RUN TestRunContainerWithBridgeNone [2022-01-31T13:58:10.007Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.007Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-01-31T13:58:10.007Z] === RUN TestNetworkInvalidJSON [2022-01-31T13:58:10.007Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-31T13:58:10.007Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-31T13:58:10.007Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T13:58:10.007Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T13:58:10.007Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T13:58:10.007Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T13:58:10.007Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-31T13:58:10.007Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T13:58:10.007Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T13:58:10.007Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-01-31T13:58:10.007Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-01-31T13:58:10.007Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-01-31T13:58:10.007Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-01-31T13:58:10.007Z] === RUN TestNetworkList [2022-01-31T13:58:10.007Z] === RUN TestNetworkList//networks [2022-01-31T13:58:10.007Z] === PAUSE TestNetworkList//networks [2022-01-31T13:58:10.007Z] === RUN TestNetworkList//networks/ [2022-01-31T13:58:10.007Z] === PAUSE TestNetworkList//networks/ [2022-01-31T13:58:10.007Z] === CONT TestNetworkList//networks [2022-01-31T13:58:10.007Z] === CONT TestNetworkList//networks/ [2022-01-31T13:58:10.007Z] --- PASS: TestNetworkList (0.01s) [2022-01-31T13:58:10.007Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-31T13:58:10.007Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-31T13:58:10.007Z] === RUN TestHostIPv4BridgeLabel [2022-01-31T13:58:10.007Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.007Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-01-31T13:58:10.007Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-31T13:58:10.007Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.007Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-01-31T13:58:10.007Z] === RUN TestDaemonDefaultNetworkPools [2022-01-31T13:58:10.007Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.007Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-01-31T13:58:10.007Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-31T13:58:10.007Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.007Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-31T13:58:10.007Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-31T13:58:10.007Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.007Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2022-01-31T13:58:10.007Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-31T13:58:10.263Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2022-01-31T13:58:10.263Z] === RUN TestServiceWithPredefinedNetwork [2022-01-31T13:58:10.263Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:10.263Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-01-31T13:58:10.263Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-31T13:58:10.263Z] service_test.go:243: FLAKY_TEST [2022-01-31T13:58:10.263Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T13:58:10.263Z] === RUN TestServiceWithDataPathPortInit [2022-01-31T13:58:10.263Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:10.263Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2022-01-31T13:58:10.263Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-31T13:58:10.263Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:10.263Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-31T13:58:10.263Z] PASS [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === Skipped [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-01-31T13:58:10.263Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-01-31T13:58:10.263Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-01-31T13:58:10.263Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-01-31T13:58:10.263Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-01-31T13:58:10.263Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-31T13:58:10.263Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2022-01-31T13:58:10.263Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2022-01-31T13:58:10.263Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-01-31T13:58:10.263Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T13:58:10.263Z] service_test.go:243: FLAKY_TEST [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2022-01-31T13:58:10.263Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-31T13:58:10.263Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] DONE 22 tests, 12 skipped in 6.955s [2022-01-31T13:58:10.263Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-01-31T13:58:10.263Z] INFO: Testing against a local daemon [2022-01-31T13:58:10.263Z] === RUN TestDockerNetworkIpvlanPersistance [2022-01-31T13:58:10.263Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T13:58:10.263Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-31T13:58:10.263Z] === RUN TestDockerNetworkIpvlan [2022-01-31T13:58:10.263Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T13:58:10.263Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-01-31T13:58:10.263Z] PASS [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === Skipped [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-31T13:58:10.263Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-01-31T13:58:10.263Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] DONE 2 tests, 2 skipped in 0.082s [2022-01-31T13:58:10.263Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-01-31T13:58:10.263Z] INFO: Testing against a local daemon [2022-01-31T13:58:10.263Z] === RUN TestDockerNetworkMacvlanPersistance [2022-01-31T13:58:10.263Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-01-31T13:58:10.263Z] === RUN TestDockerNetworkMacvlan [2022-01-31T13:58:10.263Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-01-31T13:58:10.263Z] PASS [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === Skipped [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-01-31T13:58:10.263Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-01-31T13:58:10.263Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] DONE 2 tests, 2 skipped in 0.077s [2022-01-31T13:58:10.263Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-01-31T13:58:10.263Z] testing: warning: no tests to run [2022-01-31T13:58:10.263Z] PASS [2022-01-31T13:58:10.263Z] [2022-01-31T13:58:10.263Z] DONE 0 tests in 0.020s [2022-01-31T13:58:10.263Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-01-31T13:58:10.326Z] sha256:bdc1577b088354471515957236e8f97b97db6f8055896509751ba72c5a7f547e [2022-01-31T13:58:10.326Z] INFO: Starting docker-py tests... [2022-01-31T13:58:10.326Z] ============================= test session starts ============================== [2022-01-31T13:58:10.326Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-01-31T13:58:10.326Z] rootdir: /src, inifile: pytest.ini [2022-01-31T13:58:10.326Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-01-31T13:58:10.326Z] collected 395 items / 2 deselected / 393 selected [2022-01-31T13:58:10.326Z] [2022-01-31T13:58:10.519Z] INFO: Testing against a local daemon [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginAllowRequest [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginTLS [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginDenyRequest [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginAPIDenyResponse [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginDenyResponse [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginAllowEventStream [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginErrorResponse [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginErrorRequest [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginHeader [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginV2Disable [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-01-31T13:58:10.519Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-01-31T13:58:10.519Z] PASS [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === Skipped [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-01-31T13:58:10.519Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.519Z] [2022-01-31T13:58:10.519Z] DONE 17 tests, 17 skipped in 0.272s [2022-01-31T13:58:10.775Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-01-31T13:58:10.775Z] INFO: Testing against a local daemon [2022-01-31T13:58:10.775Z] === RUN TestPluginInvalidJSON [2022-01-31T13:58:10.775Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T13:58:10.775Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T13:58:10.775Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T13:58:10.775Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-01-31T13:58:10.775Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-31T13:58:10.775Z] === RUN TestPluginInstall [2022-01-31T13:58:10.775Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.775Z] --- SKIP: TestPluginInstall (0.00s) [2022-01-31T13:58:10.775Z] === RUN TestPluginsWithRuntimes [2022-01-31T13:58:10.775Z] 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-01-31T13:58:10.775Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-01-31T13:58:10.775Z] === RUN TestPluginBackCompatMediaTypes [2022-01-31T13:58:10.775Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-01-31T13:58:10.775Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-01-31T13:58:10.775Z] PASS [2022-01-31T13:58:10.775Z] [2022-01-31T13:58:10.775Z] === Skipped [2022-01-31T13:58:10.775Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-01-31T13:58:10.775Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-31T13:58:10.775Z] [2022-01-31T13:58:10.775Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-01-31T13:58:10.775Z] 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-01-31T13:58:10.775Z] [2022-01-31T13:58:10.775Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-01-31T13:58:10.775Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-01-31T13:58:10.775Z] [2022-01-31T13:58:10.775Z] DONE 5 tests, 3 skipped in 0.107s [2022-01-31T13:58:10.775Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-01-31T13:58:10.775Z] INFO: Testing against a local daemon [2022-01-31T13:58:10.775Z] === RUN TestExternalGraphDriver [2022-01-31T13:58:10.775Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-01-31T13:58:10.775Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-01-31T13:58:10.775Z] === RUN TestGraphdriverPluginV2 [2022-01-31T13:58:14.937Z] --- PASS: TestGraphdriverPluginV2 (3.69s) [2022-01-31T13:58:14.937Z] PASS [2022-01-31T13:58:14.937Z] [2022-01-31T13:58:14.937Z] === Skipped [2022-01-31T13:58:14.937Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-01-31T13:58:14.937Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-01-31T13:58:14.937Z] [2022-01-31T13:58:14.937Z] DONE 2 tests, 1 skipped in 3.811s [2022-01-31T13:58:14.937Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-01-31T13:58:14.937Z] INFO: Testing against a local daemon [2022-01-31T13:58:14.937Z] === RUN TestContinueAfterPluginCrash [2022-01-31T13:58:14.937Z] === PAUSE TestContinueAfterPluginCrash [2022-01-31T13:58:14.937Z] === RUN TestReadPluginNoRead [2022-01-31T13:58:14.937Z] === PAUSE TestReadPluginNoRead [2022-01-31T13:58:14.937Z] === RUN TestDaemonStartWithLogOpt [2022-01-31T13:58:14.937Z] === PAUSE TestDaemonStartWithLogOpt [2022-01-31T13:58:14.937Z] === CONT TestContinueAfterPluginCrash [2022-01-31T13:58:14.937Z] === CONT TestDaemonStartWithLogOpt [2022-01-31T13:58:19.100Z] --- PASS: TestDaemonStartWithLogOpt (4.10s) [2022-01-31T13:58:19.100Z] === CONT TestReadPluginNoRead [2022-01-31T13:58:20.987Z] === RUN TestReadPluginNoRead/default [2022-01-31T13:58:21.512Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-01-31T13:58:22.343Z] tests/integration/api_client_test.py ..... [ 7%] [2022-01-31T13:58:22.354Z] === RUN TestReadPluginNoRead/disabled_caching [2022-01-31T13:58:23.282Z] --- PASS: TestContinueAfterPluginCrash (8.72s) [2022-01-31T13:58:23.537Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-01-31T13:58:24.114Z] tests/integration/api_config_test.py ...... [ 8%] [2022-01-31T13:58:24.902Z] === CONT TestReadPluginNoRead [2022-01-31T13:58:24.902Z] read_test.go:92: [d199070441b50] daemon is not started [2022-01-31T13:58:24.902Z] --- PASS: TestReadPluginNoRead (5.86s) [2022-01-31T13:58:24.902Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-01-31T13:58:24.902Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.26s) [2022-01-31T13:58:24.902Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s) [2022-01-31T13:58:24.902Z] PASS [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] DONE 6 tests in 10.035s [2022-01-31T13:58:24.902Z] 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-01-31T13:58:24.902Z] testing: warning: no tests to run [2022-01-31T13:58:24.902Z] PASS [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] DONE 0 tests in 0.026s [2022-01-31T13:58:24.902Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-01-31T13:58:24.902Z] INFO: Testing against a local daemon [2022-01-31T13:58:24.902Z] === RUN TestPluginWithDevMounts [2022-01-31T13:58:24.902Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-01-31T13:58:24.902Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-01-31T13:58:24.902Z] PASS [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] === Skipped [2022-01-31T13:58:24.902Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-01-31T13:58:24.902Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] DONE 1 tests, 1 skipped in 0.081s [2022-01-31T13:58:24.902Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-01-31T13:58:24.902Z] INFO: Testing against a local daemon [2022-01-31T13:58:24.902Z] === RUN TestSecretInspect [2022-01-31T13:58:24.902Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] --- SKIP: TestSecretInspect (0.01s) [2022-01-31T13:58:24.902Z] === RUN TestSecretList [2022-01-31T13:58:24.902Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] --- SKIP: TestSecretList (0.01s) [2022-01-31T13:58:24.902Z] === RUN TestSecretsCreateAndDelete [2022-01-31T13:58:24.902Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-01-31T13:58:24.902Z] === RUN TestSecretsUpdate [2022-01-31T13:58:24.902Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-01-31T13:58:24.902Z] === RUN TestTemplatedSecret [2022-01-31T13:58:24.902Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-01-31T13:58:24.902Z] === RUN TestSecretCreateResolve [2022-01-31T13:58:24.902Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-01-31T13:58:24.902Z] PASS [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] === Skipped [2022-01-31T13:58:24.902Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-01-31T13:58:24.902Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-01-31T13:58:24.902Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-01-31T13:58:24.902Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-01-31T13:58:24.902Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-01-31T13:58:24.902Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-01-31T13:58:24.902Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:24.902Z] [2022-01-31T13:58:24.902Z] DONE 6 tests, 6 skipped in 0.145s [2022-01-31T13:58:24.902Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-01-31T13:58:24.902Z] INFO: Testing against a local daemon [2022-01-31T13:58:24.902Z] === RUN TestServiceCreateInit [2022-01-31T13:58:25.159Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-31T13:58:25.159Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-31T13:58:25.159Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- PASS: TestServiceCreateInit (0.02s) [2022-01-31T13:58:25.159Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T13:58:25.159Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T13:58:25.159Z] === RUN TestCreateServiceMultipleTimes [2022-01-31T13:58:25.159Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-01-31T13:58:25.159Z] === RUN TestCreateServiceConflict [2022-01-31T13:58:25.159Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-01-31T13:58:25.159Z] === RUN TestCreateServiceMaxReplicas [2022-01-31T13:58:25.159Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2022-01-31T13:58:25.159Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-31T13:58:25.159Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-01-31T13:58:25.159Z] === RUN TestCreateServiceSecretFileMode [2022-01-31T13:58:25.159Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-01-31T13:58:25.159Z] === RUN TestCreateServiceConfigFileMode [2022-01-31T13:58:25.159Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2022-01-31T13:58:25.159Z] === RUN TestCreateServiceSysctls [2022-01-31T13:58:25.159Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-01-31T13:58:25.159Z] === RUN TestCreateServiceCapabilities [2022-01-31T13:58:25.159Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-01-31T13:58:25.159Z] === RUN TestInspect [2022-01-31T13:58:25.159Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestInspect (0.01s) [2022-01-31T13:58:25.159Z] === RUN TestCreateJob [2022-01-31T13:58:25.159Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestCreateJob (0.01s) [2022-01-31T13:58:25.159Z] === RUN TestReplicatedJob [2022-01-31T13:58:25.159Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestReplicatedJob (0.01s) [2022-01-31T13:58:25.159Z] === RUN TestUpdateReplicatedJob [2022-01-31T13:58:25.159Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-01-31T13:58:25.159Z] === RUN TestServiceListWithStatuses [2022-01-31T13:58:25.159Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-31T13:58:25.159Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-31T13:58:25.159Z] === RUN TestDockerNetworkConnectAlias [2022-01-31T13:58:25.159Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-01-31T13:58:25.159Z] === RUN TestDockerNetworkReConnect [2022-01-31T13:58:25.159Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:25.159Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-01-31T13:58:25.159Z] === RUN TestServicePlugin [2022-01-31T13:58:27.046Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] --- SKIP: TestServicePlugin (1.86s) [2022-01-31T13:58:27.046Z] === RUN TestServiceUpdateLabel [2022-01-31T13:58:27.046Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-01-31T13:58:27.046Z] === RUN TestServiceUpdateSecrets [2022-01-31T13:58:27.046Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-01-31T13:58:27.046Z] === RUN TestServiceUpdateConfigs [2022-01-31T13:58:27.046Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-01-31T13:58:27.046Z] === RUN TestServiceUpdateNetwork [2022-01-31T13:58:27.046Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-01-31T13:58:27.046Z] === RUN TestServiceUpdatePidsLimit [2022-01-31T13:58:27.046Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-01-31T13:58:27.046Z] PASS [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === Skipped [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T13:58:27.046Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T13:58:27.046Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-01-31T13:58:27.046Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-01-31T13:58:27.046Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2022-01-31T13:58:27.046Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-01-31T13:58:27.046Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-01-31T13:58:27.046Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2022-01-31T13:58:27.046Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-01-31T13:58:27.046Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-01-31T13:58:27.046Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-01-31T13:58:27.046Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-01-31T13:58:27.046Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-01-31T13:58:27.046Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-01-31T13:58:27.046Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-01-31T13:58:27.046Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-01-31T13:58:27.046Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-01-31T13:58:27.046Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestServicePlugin (1.86s) [2022-01-31T13:58:27.046Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-01-31T13:58:27.046Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-01-31T13:58:27.046Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-01-31T13:58:27.046Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-01-31T13:58:27.046Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-01-31T13:58:27.046Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-31T13:58:27.046Z] [2022-01-31T13:58:27.046Z] DONE 24 tests, 23 skipped in 2.196s [2022-01-31T13:58:27.046Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-01-31T13:58:27.302Z] INFO: Testing against a local daemon [2022-01-31T13:58:27.302Z] === RUN TestSessionCreate [2022-01-31T13:58:27.302Z] --- PASS: TestSessionCreate (0.03s) [2022-01-31T13:58:27.302Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-31T13:58:27.302Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-01-31T13:58:27.302Z] PASS [2022-01-31T13:58:27.302Z] [2022-01-31T13:58:27.302Z] DONE 2 tests in 0.118s [2022-01-31T13:58:27.302Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-01-31T13:58:27.302Z] INFO: Testing against a local daemon [2022-01-31T13:58:27.302Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-31T13:58:27.302Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-31T13:58:27.302Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T13:58:27.302Z] === RUN TestDiskUsage [2022-01-31T13:58:27.302Z] === PAUSE TestDiskUsage [2022-01-31T13:58:27.302Z] === RUN TestEventsExecDie [2022-01-31T13:58:27.863Z] --- PASS: TestEventsExecDie (0.47s) [2022-01-31T13:58:27.863Z] === RUN TestEventsBackwardsCompatible [2022-01-31T13:58:27.863Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-01-31T13:58:27.863Z] === RUN TestEventsVolumeCreate [2022-01-31T13:58:27.863Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-01-31T13:58:27.863Z] === RUN TestInfoBinaryCommits [2022-01-31T13:58:27.863Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-01-31T13:58:27.863Z] === RUN TestInfoAPIVersioned [2022-01-31T13:58:27.863Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-01-31T13:58:27.863Z] === RUN TestInfoAPI [2022-01-31T13:58:27.863Z] --- PASS: TestInfoAPI (0.02s) [2022-01-31T13:58:27.863Z] === RUN TestInfoAPIWarnings [2022-01-31T13:58:45.937Z] --- PASS: TestInfoAPIWarnings (16.33s) [2022-01-31T13:58:45.937Z] === RUN TestInfoDebug [2022-01-31T13:58:45.937Z] --- PASS: TestInfoDebug (0.55s) [2022-01-31T13:58:45.937Z] === RUN TestInfoInsecureRegistries [2022-01-31T13:58:45.937Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-01-31T13:58:45.937Z] === RUN TestInfoRegistryMirrors [2022-01-31T13:58:45.937Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-01-31T13:58:45.937Z] === RUN TestLoginFailsWithBadCredentials [2022-01-31T13:58:45.937Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-01-31T13:58:45.937Z] === RUN TestPingCacheHeaders [2022-01-31T13:58:45.937Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-01-31T13:58:45.937Z] === RUN TestPingGet [2022-01-31T13:58:45.937Z] --- PASS: TestPingGet (0.01s) [2022-01-31T13:58:45.937Z] === RUN TestPingHead [2022-01-31T13:58:45.937Z] --- PASS: TestPingHead (0.02s) [2022-01-31T13:58:45.937Z] === RUN TestVersion [2022-01-31T13:58:46.192Z] --- PASS: TestVersion (0.02s) [2022-01-31T13:58:46.193Z] === CONT TestDiskUsage [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty/container_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty/image_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty/volume_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty/build-cache_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-01-31T13:58:46.753Z] === RUN TestDiskUsage/after_container.Run [2022-01-31T13:58:47.013Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-01-31T13:58:47.013Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-01-31T13:58:47.013Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-01-31T13:58:47.013Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-01-31T13:58:47.013Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-01-31T13:58:47.013Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-01-31T13:58:47.013Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-01-31T13:58:47.013Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-01-31T13:58:47.013Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-01-31T13:58:47.269Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage (1.24s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run (0.41s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.02s) [2022-01-31T13:58:47.269Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-01-31T13:58:47.269Z] PASS [2022-01-31T13:58:47.269Z] [2022-01-31T13:58:47.269Z] === Skipped [2022-01-31T13:58:47.269Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T13:58:47.269Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-31T13:58:47.269Z] [2022-01-31T13:58:47.269Z] DONE 50 tests, 1 skipped in 20.056s [2022-01-31T13:58:47.269Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-01-31T13:58:47.524Z] INFO: Testing against a local daemon [2022-01-31T13:58:47.524Z] === RUN TestVolumesCreateAndList [2022-01-31T13:58:47.524Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-01-31T13:58:47.524Z] === RUN TestVolumesRemove [2022-01-31T13:58:47.524Z] --- PASS: TestVolumesRemove (0.04s) [2022-01-31T13:58:47.524Z] === RUN TestVolumesInspect [2022-01-31T13:58:47.524Z] --- PASS: TestVolumesInspect (0.01s) [2022-01-31T13:58:47.524Z] === RUN TestVolumesInvalidJSON [2022-01-31T13:58:47.524Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-31T13:58:47.524Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-31T13:58:47.524Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-31T13:58:47.524Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-01-31T13:58:47.524Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-31T13:58:47.524Z] PASS [2022-01-31T13:58:47.524Z] [2022-01-31T13:58:47.524Z] DONE 5 tests in 0.172s [2022-01-31T13:58:47.524Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-31T13:58:47.524Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13118 is not a child of this shell [2022-01-31T13:58:47.524Z] warning: PID 13118 from bundles/test-integration/docker.pid had a nonzero exit code [2022-01-31T13:58:47.524Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-31T13:58:47.524Z] [2022-01-31T13:58:47.524Z] Unloading profiles will leave already running processes permanently [2022-01-31T13:58:47.524Z] unconfined, which can lead to unexpected situations. [2022-01-31T13:58:47.524Z] [2022-01-31T13:58:47.524Z] To set a process to complain mode, use the command line tool [2022-01-31T13:58:47.524Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-31T13:58:47.524Z] Removing test suite binaries [2022-01-31T13:58:47.524Z] exiting test-integration [2022-01-31T13:58:47.524Z] ++ exit 0 [2022-01-31T13:58:47.524Z] Post stage [Pipeline] junit [2022-01-31T13:58:48.462Z] Recording test results [2022-01-31T13:58:50.012Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-01-31T13:58:50.402Z] + echo Ensuring container killed. [2022-01-31T13:58:50.402Z] Ensuring container killed. [2022-01-31T13:58:50.402Z] + docker rm -vf docker-pr4 [2022-01-31T13:58:50.402Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-01-31T13:58:50.722Z] + echo Chowning /workspace to jenkins user [2022-01-31T13:58:50.722Z] Chowning /workspace to jenkins user [2022-01-31T13:58:50.722Z] + id -u [2022-01-31T13:58:50.722Z] + id -g [2022-01-31T13:58:50.722Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43199:/workspace busybox chown -R 1000:1000 /workspace [2022-01-31T13:58:51.235Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-31T13:58:51.235Z] Using test binary docker [2022-01-31T13:58:51.490Z] +++ /etc/init.d/apparmor start [2022-01-31T13:58:51.490Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-31T13:58:51.490Z] INFO: Waiting for daemon to start... [2022-01-31T13:58:51.490Z] Starting dockerd [2022-01-31T13:58:51.490Z] +++ 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 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-31T13:58:52.438Z] + bundleName=amd64-rootless [2022-01-31T13:58:52.438Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-01-31T13:58:52.438Z] Creating amd64-rootless-bundles.tar.gz [2022-01-31T13:58:52.438Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-01-31T13:58:52.438Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-01-31T13:58:52.447Z] Archiving artifacts [2022-01-31T13:58:53.376Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-31T13:58:53.376Z] Using test binary docker [2022-01-31T13:58:53.376Z] +++ /etc/init.d/apparmor start [2022-01-31T13:58:53.376Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-31T13:58:53.376Z] INFO: Waiting for daemon to start... [2022-01-31T13:58:53.376Z] Starting dockerd [2022-01-31T13:58:53.376Z] +++ 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-01-31T13:58:53.632Z] . [2022-01-31T13:58:53.632Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-31T13:58:53.632Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-31T13:58:53.632Z] Error: No such image: emptyfs [2022-01-31T13:58:53.632Z] ++++ docker load [2022-01-31T13:58:53.632Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-01-31T13:58:53.888Z] Running integration-test (iteration 1) [2022-01-31T13:58:53.888Z] 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-01-31T13:58:53.888Z] ++ 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-01-31T13:58:53.888Z] ++ set -e [2022-01-31T13:58:53.888Z] ++ '[' -n 0 ']' [2022-01-31T13:58:53.888Z] ++ set -x [2022-01-31T13:58:53.888Z] ++ 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-01-31T13:58:53.943Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43199/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-31T13:58:54.120Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-01-31T13:58:54.285Z] + make clean [2022-01-31T13:58:54.285Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-31T13:58:54.285Z] docker-dev-cache [2022-01-31T13:58:54.285Z] docker-mod-cache [Pipeline] deleteDir [2022-01-31T13:58:54.451Z] Loaded image: busybox:latest [2022-01-31T13:58:54.715Z] Loaded image: busybox:glibc [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-31T13:58:55.275Z] [2022-01-31T13:58:55.275Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-31T13:58:55.275Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-31T13:58:55.275Z] Error: No such image: emptyfs [2022-01-31T13:58:55.275Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-01-31T13:58:55.275Z] ++++ docker load [2022-01-31T13:58:55.839Z] Running integration-test (iteration 1) [2022-01-31T13:58:55.839Z] 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-01-31T13:58:55.839Z] ++ 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-01-31T13:58:55.839Z] ++ set -e [2022-01-31T13:58:55.839Z] ++ '[' -n 0 ']' [2022-01-31T13:58:55.839Z] ++ set -x [2022-01-31T13:58:55.839Z] ++ 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-01-31T13:58:56.776Z] Loaded image: busybox:latest [2022-01-31T13:58:57.033Z] Loaded image: busybox:glibc [2022-01-31T13:58:58.924Z] Loaded image: debian:bullseye-slim [2022-01-31T13:58:58.924Z] Loaded image: hello-world:latest [2022-01-31T13:58:59.058Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-01-31T13:58:59.058Z] [2022-01-31T13:58:59.058Z] ________ ____ __. [2022-01-31T13:58:59.058Z] \_____ \ | |/ _| [2022-01-31T13:58:59.058Z] / | \| < [2022-01-31T13:58:59.058Z] / | \ | \ [2022-01-31T13:58:59.058Z] \_______ /____|__ \ [2022-01-31T13:58:59.058Z] \/ \/ [2022-01-31T13:58:59.058Z] [2022-01-31T13:58:59.058Z] INFO: make.ps1 ended at 01/31/2022 13:58:58 [2022-01-31T13:58:59.179Z] Loaded image: arm32v7/hello-world:latest [2022-01-31T13:58:59.179Z] INFO: Testing against a local daemon [2022-01-31T13:58:59.179Z] === RUN TestDockerSuite [2022-01-31T13:58:59.179Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-01-31T13:58:59.179Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-01-31T13:58:59.179Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-01-31T13:58:59.179Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-01-31T13:58:59.179Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-01-31T13:58:59.179Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-01-31T13:58:59.179Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-01-31T13:58:59.179Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-01-31T13:59:00.046Z] INFO: Binaries build ended at 01/31/2022 13:58:59. Duration:00:01:35.5133701 [2022-01-31T13:59:01.068Z] Loaded image: debian:bullseye-slim [2022-01-31T13:59:01.068Z] Loaded image: hello-world:latest [2022-01-31T13:59:01.617Z] INFO: Copying the built daemon binary to d:\CI\PR-43199\4\binary\dockerd-af819bf623.exe... [2022-01-31T13:59:01.617Z] INFO: Copying the built client binary to d:\CI\PR-43199\4\binary\docker-af819bf623.exe... [2022-01-31T13:59:01.617Z] INFO: Copying dockerversion from the container... [2022-01-31T13:59:01.629Z] Loaded image: arm32v7/hello-world:latest [2022-01-31T13:59:01.630Z] INFO: Testing against a local daemon [2022-01-31T13:59:01.630Z] === RUN TestDockerDaemonSuite [2022-01-31T13:59:01.630Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-01-31T13:59:02.087Z] INFO: Copying the golang package from the container to d:\CI\PR-43199\4\installer\go.zip... [2022-01-31T13:59:02.236Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-01-31T13:59:02.236Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-01-31T13:59:02.559Z] INFO: Extracting go.zip to d:\CI\PR-43199\4\go [2022-01-31T13:59:02.798Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-01-31T13:59:02.798Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-01-31T13:59:03.359Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-01-31T13:59:03.615Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-01-31T13:59:03.615Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-01-31T13:59:04.979Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-01-31T13:59:05.234Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-01-31T13:59:05.234Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-01-31T13:59:05.234Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-01-31T13:59:06.164Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-01-31T13:59:06.164Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-01-31T13:59:07.093Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-01-31T13:59:07.093Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-01-31T13:59:07.093Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-01-31T13:59:07.093Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-01-31T13:59:07.656Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-01-31T13:59:10.810Z] 0e02c12b1310: Pull complete [2022-01-31T13:59:10.810Z] Digest: sha256:08d5f2a16e6a588ee9ed2a6d1a89cca1749f93773997507a73449f7eb16afba4 [2022-01-31T13:59:10.810Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T13:59:10.810Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-01-31T13:59:10.810Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-01-31T13:59:10.810Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.473' [2022-01-31T13:59:10.810Z] WARN: Skipping validation tests [2022-01-31T13:59:10.810Z] INFO: Running unit tests at 01/31/2022 13:59:06... [2022-01-31T13:59:10.810Z] INFO: make.ps1 starting at 01/31/2022 13:59:10 [2022-01-31T13:59:10.810Z] INFO: Git commit (af819bf623) assumed from DOCKER_GITCOMMIT environment variable [2022-01-31T13:59:10.810Z] INFO: Invoking autogen... [2022-01-31T13:59:11.278Z] INFO: Running unit tests... [2022-01-31T13:59:12.125Z] ok github.com/docker/docker/libnetwork/networkdb 103.897s coverage: 60.5% of statements [2022-01-31T13:59:12.125Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-01-31T13:59:12.125Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-01-31T13:59:12.125Z] ok github.com/docker/docker/libnetwork/osl 4.373s coverage: 39.7% of statements [2022-01-31T13:59:12.125Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-01-31T13:59:12.125Z] ok github.com/docker/docker/libnetwork/portallocator 0.009s coverage: 86.1% of statements [2022-01-31T13:59:12.696Z] ok github.com/docker/docker/libnetwork/portmapper 0.298s coverage: 48.6% of statements [2022-01-31T13:59:12.696Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-01-31T13:59:12.696Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-01-31T13:59:12.895Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-01-31T13:59:12.953Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-01-31T13:59:12.953Z] [2022-01-31T13:59:12.953Z] === Skipped [2022-01-31T13:59:12.953Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-01-31T13:59:12.953Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-31T13:59:12.953Z] [2022-01-31T13:59:12.953Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-01-31T13:59:12.953Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-31T13:59:12.953Z] [2022-01-31T13:59:12.953Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-01-31T13:59:12.953Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-31T13:59:12.953Z] [2022-01-31T13:59:12.953Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-01-31T13:59:12.953Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T13:59:12.953Z] [2022-01-31T13:59:12.953Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-01-31T13:59:12.953Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T13:59:12.953Z] [2022-01-31T13:59:12.953Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-01-31T13:59:12.953Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T13:59:12.953Z] [2022-01-31T13:59:12.953Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-01-31T13:59:12.953Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T13:59:12.953Z] [2022-01-31T13:59:12.953Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-01-31T13:59:12.953Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T13:59:12.953Z] [2022-01-31T13:59:12.953Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-01-31T13:59:12.953Z] firewalld_test.go:14: firewalld is not running [2022-01-31T13:59:12.953Z] [2022-01-31T13:59:12.953Z] DONE 326 tests, 9 skipped in 202.428s [2022-01-31T13:59:13.653Z] --- PASS: TestImportExtremelyLargeImageWorks (89.44s) [2022-01-31T13:59:13.653Z] PASS [2022-01-31T13:59:13.653Z] [2022-01-31T13:59:13.653Z] DONE 22 tests in 92.295s [2022-01-31T13:59:13.653Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-01-31T13:59:13.653Z] INFO: Testing against a local daemon [2022-01-31T13:59:13.653Z] === RUN TestNetworkCreateDelete [2022-01-31T13:59:13.653Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-01-31T13:59:13.653Z] === RUN TestDockerNetworkDeletePreferID [2022-01-31T13:59:13.653Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-01-31T13:59:13.653Z] === RUN TestDaemonDNSFallback [2022-01-31T13:59:13.653Z] --- PASS: TestDaemonDNSFallback (6.28s) [2022-01-31T13:59:13.653Z] === RUN TestInspectNetwork Post stage [Pipeline] junit [2022-01-31T13:59:13.898Z] Recording test results [2022-01-31T13:59:15.372Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-01-31T13:59:15.715Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -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:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/make.sh dynbinary test-integration [2022-01-31T13:59:15.972Z] [2022-01-31T13:59:16.165Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-01-31T13:59:16.229Z] Removing bundles/ [2022-01-31T13:59:16.229Z] [2022-01-31T13:59:16.229Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-01-31T13:59:16.229Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-01-31T13:59:16.229Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T13:59:16.916Z] === RUN TestInspectNetwork/full_network_id [2022-01-31T13:59:16.916Z] === RUN TestInspectNetwork/partial_network_id [2022-01-31T13:59:16.916Z] === RUN TestInspectNetwork/network_name [2022-01-31T13:59:16.916Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-01-31T13:59:18.680Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-01-31T13:59:19.934Z] 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/namesgenerator/cmd/names-generator 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-01-31T13:59:20.568Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-01-31T13:59:21.077Z] --- PASS: TestInspectNetwork (7.20s) [2022-01-31T13:59:21.077Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-01-31T13:59:21.077Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-01-31T13:59:21.077Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-01-31T13:59:21.077Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-01-31T13:59:21.077Z] === RUN TestRunContainerWithBridgeNone [2022-01-31T13:59:21.129Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-01-31T13:59:21.733Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-01-31T13:59:21.733Z] --- PASS: TestBuildWithHugeFile (111.76s) [2022-01-31T13:59:21.733Z] === RUN TestBuildWCOWSandboxSize [2022-01-31T13:59:21.733Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T13:59:21.733Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-31T13:59:21.733Z] === RUN TestBuildWithEmptyDockerfile [2022-01-31T13:59:21.733Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T13:59:21.733Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T13:59:21.733Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T13:59:21.733Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T13:59:21.733Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T13:59:21.733Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T13:59:21.733Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T13:59:21.733Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T13:59:21.733Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T13:59:21.733Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-01-31T13:59:21.733Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-01-31T13:59:21.733Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-01-31T13:59:21.733Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2022-01-31T13:59:21.733Z] === RUN TestBuildPreserveOwnership [2022-01-31T13:59:21.989Z] === RUN TestBuildPreserveOwnership/copy_from [2022-01-31T13:59:22.245Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-01-31T13:59:22.440Z] --- PASS: TestRunContainerWithBridgeNone (1.64s) [2022-01-31T13:59:22.440Z] === RUN TestNetworkInvalidJSON [2022-01-31T13:59:22.441Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-31T13:59:22.441Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-31T13:59:22.441Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T13:59:22.441Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T13:59:22.441Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T13:59:22.441Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T13:59:22.441Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-31T13:59:22.441Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T13:59:22.441Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T13:59:22.441Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-01-31T13:59:22.441Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-01-31T13:59:22.441Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-01-31T13:59:22.441Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-01-31T13:59:22.441Z] === RUN TestNetworkList [2022-01-31T13:59:22.441Z] === RUN TestNetworkList//networks [2022-01-31T13:59:22.441Z] === PAUSE TestNetworkList//networks [2022-01-31T13:59:22.441Z] === RUN TestNetworkList//networks/ [2022-01-31T13:59:22.441Z] === PAUSE TestNetworkList//networks/ [2022-01-31T13:59:22.441Z] === CONT TestNetworkList//networks [2022-01-31T13:59:22.441Z] === CONT TestNetworkList//networks/ [2022-01-31T13:59:22.441Z] --- PASS: TestNetworkList (0.01s) [2022-01-31T13:59:22.441Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-31T13:59:22.441Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-31T13:59:22.441Z] === RUN TestHostIPv4BridgeLabel [2022-01-31T13:59:22.806Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-01-31T13:59:23.001Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-01-31T13:59:23.001Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-31T13:59:23.926Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-01-31T13:59:23.926Z] === RUN TestDaemonDefaultNetworkPools [2022-01-31T13:59:24.253Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-01-31T13:59:24.253Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-01-31T13:59:24.509Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-01-31T13:59:24.851Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-01-31T13:59:24.851Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-31T13:59:25.777Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-01-31T13:59:25.777Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-31T13:59:25.875Z] docker_cli_daemon_test.go:1472: [dc9098171a09c] daemon is not started [2022-01-31T13:59:25.875Z] --- PASS: TestBuildPreserveOwnership (3.78s) [2022-01-31T13:59:25.875Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.40s) [2022-01-31T13:59:25.875Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.35s) [2022-01-31T13:59:25.875Z] === RUN TestBuildPlatformInvalid [2022-01-31T13:59:25.875Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2022-01-31T13:59:25.875Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-01-31T13:59:26.133Z] === RUN TestDockerSuite/TestAttachDetach [2022-01-31T13:59:26.133Z] check_test.go:308: [d1b904d083330] daemon is not started [2022-01-31T13:59:26.133Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-01-31T13:59:27.062Z] Loaded image: busybox:latest [2022-01-31T13:59:27.062Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-01-31T13:59:27.062Z] Loaded image: busybox:glibc [2022-01-31T13:59:27.139Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-01-31T13:59:27.139Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-31T13:59:27.427Z] 8f616e6e9eec: Pull complete [2022-01-31T13:59:27.699Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-01-31T13:59:27.699Z] === RUN TestServiceWithPredefinedNetwork [2022-01-31T13:59:27.989Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-01-31T13:59:28.551Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-01-31T13:59:28.596Z] ? github.com/docker/docker/api [no test files] [2022-01-31T13:59:29.918Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-01-31T13:59:29.918Z] Loaded image: debian:bullseye-slim [2022-01-31T13:59:30.176Z] Loaded image: hello-world:latest [2022-01-31T13:59:30.176Z] check_test.go:308: [d2c95a7ba392f] daemon is not started [2022-01-31T13:59:30.176Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-01-31T13:59:30.176Z] Loaded image: arm32v7/hello-world:latest [2022-01-31T13:59:30.255Z] --- PASS: TestServiceWithPredefinedNetwork (2.24s) [2022-01-31T13:59:30.255Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-31T13:59:30.255Z] service_test.go:243: FLAKY_TEST [2022-01-31T13:59:30.255Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T13:59:30.255Z] === RUN TestServiceWithDataPathPortInit [2022-01-31T13:59:30.738Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-01-31T13:59:31.301Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-01-31T13:59:32.228Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-01-31T13:59:34.149Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-01-31T13:59:34.710Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-01-31T13:59:34.966Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-01-31T13:59:35.892Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-01-31T13:59:35.892Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-01-31T13:59:37.255Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-01-31T13:59:37.511Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-01-31T13:59:37.767Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-01-31T13:59:38.433Z] INFO: Extraction ended at 01/31/2022 13:59:33. Duration:00:00:30.9893575 [2022-01-31T13:59:38.433Z] INFO: Updating the golang and path environment variables [2022-01-31T13:59:38.433Z] INFO: GOPATH=d:\gopath [2022-01-31T13:59:38.433Z] INFO: go version go1.17.6 windows/amd64 [2022-01-31T13:59:38.433Z] INFO: Running the daemon under test in debug mode [2022-01-31T13:59:38.433Z] INFO: Starting a daemon under test... [2022-01-31T13:59:38.433Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43199\4\daemon --pidfile d:\CI\PR-43199\4\docker.pid -D [2022-01-31T13:59:38.433Z] INFO: Process started successfully. [2022-01-31T13:59:38.433Z] INFO: Start tailing logs of the daemon under tests [2022-01-31T13:59:38.433Z] INFO: Waiting for the daemon under test to start... [2022-01-31T13:59:40.325Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-01-31T13:59:43.539Z] === RUN TestMiddlewares [2022-01-31T13:59:43.539Z] --- PASS: TestMiddlewares (0.00s) [2022-01-31T13:59:43.539Z] PASS [2022-01-31T13:59:43.539Z] coverage: 9.0% of statements [2022-01-31T13:59:43.539Z] ok github.com/docker/docker/api/server 0.049s coverage: 9.0% of statements [2022-01-31T13:59:43.593Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.51s) [2022-01-31T13:59:43.593Z] PASS [2022-01-31T13:59:43.593Z] [2022-01-31T13:59:43.593Z] === Skipped [2022-01-31T13:59:43.593Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-01-31T13:59:43.593Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T13:59:43.593Z] [2022-01-31T13:59:43.593Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-01-31T13:59:43.593Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T13:59:43.593Z] [2022-01-31T13:59:43.593Z] DONE 34 tests, 2 skipped in 176.381s [2022-01-31T13:59:43.593Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-01-31T13:59:43.593Z] ++ 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-01-31T13:59:43.593Z] ++ set -e [2022-01-31T13:59:43.593Z] ++ '[' -n 0 ']' [2022-01-31T13:59:43.593Z] ++ set -x [2022-01-31T13:59:43.593Z] ++ 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-01-31T13:59:43.593Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-01-31T13:59:43.593Z] INFO: Testing against a local daemon [2022-01-31T13:59:43.593Z] === RUN TestConfigInspect [2022-01-31T13:59:45.090Z] --- PASS: TestServiceWithDataPathPortInit (13.71s) [2022-01-31T13:59:45.090Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-31T13:59:46.016Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l7dg1bgrh4cacuimpmzfqq114 Created:2022-01-31 13:59:44.832116282 +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[267a71f301b23bf79473847743ec0dd76df4ecc6752fd72705544709f175f1b2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rg9xpvqovj64coyouqpctdzrf EndpointID:7f66aaad97a1706099ced709db415eda2e5b25763862006d289ef14397b1a60e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4c5a9232d1c1805690f07b609402a8517814bec53a08a939d41d3fb71cd7b392 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:f1542615968b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rg9xpvqovj64coyouqpctdzrf EndpointID:7f66aaad97a1706099ced709db415eda2e5b25763862006d289ef14397b1a60e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-01-31T13:59:46.897Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-01-31T13:59:46.897Z] --- PASS: TestConfigInspect (3.31s) [2022-01-31T13:59:46.897Z] === RUN TestConfigList [2022-01-31T13:59:47.566Z] .........................xx.................... [ 29%] [2022-01-31T13:59:48.830Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-01-31T13:59:49.758Z] --- PASS: TestConfigList (2.82s) [2022-01-31T13:59:49.758Z] === RUN TestConfigsCreateAndDelete [2022-01-31T13:59:49.758Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-01-31T13:59:51.253Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s) [2022-01-31T13:59:51.253Z] PASS [2022-01-31T13:59:51.253Z] [2022-01-31T13:59:51.253Z] === Skipped [2022-01-31T13:59:51.253Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T13:59:51.253Z] service_test.go:243: FLAKY_TEST [2022-01-31T13:59:51.253Z] [2022-01-31T13:59:51.253Z] DONE 26 tests, 1 skipped in 43.814s [2022-01-31T13:59:51.253Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-01-31T13:59:51.253Z] INFO: Testing against a local daemon [2022-01-31T13:59:51.253Z] === RUN TestDockerNetworkIpvlanPersistance [2022-01-31T13:59:51.253Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T13:59:51.253Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-31T13:59:51.253Z] === RUN TestDockerNetworkIpvlan [2022-01-31T13:59:51.253Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T13:59:51.253Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-01-31T13:59:51.253Z] PASS [2022-01-31T13:59:51.253Z] [2022-01-31T13:59:51.253Z] === Skipped [2022-01-31T13:59:51.253Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-31T13:59:51.253Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T13:59:51.253Z] [2022-01-31T13:59:51.253Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-01-31T13:59:51.253Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T13:59:51.253Z] [2022-01-31T13:59:51.253Z] DONE 2 tests, 2 skipped in 0.035s [2022-01-31T13:59:51.253Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-01-31T13:59:51.253Z] INFO: Testing against a local daemon [2022-01-31T13:59:51.253Z] === RUN TestDockerNetworkMacvlanPersistance [2022-01-31T13:59:52.180Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.34s) [2022-01-31T13:59:52.180Z] === RUN TestDockerNetworkMacvlan [2022-01-31T13:59:52.273Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-01-31T13:59:52.273Z] --- PASS: TestConfigsCreateAndDelete (2.74s) [2022-01-31T13:59:52.273Z] === RUN TestConfigsUpdate [2022-01-31T13:59:52.273Z] check_test.go:308: [d13f4590a0aa1] daemon is not started [2022-01-31T13:59:52.273Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-01-31T13:59:52.742Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-01-31T13:59:52.834Z] check_test.go:308: [db64049d6ffe8] daemon is not started [2022-01-31T13:59:52.834Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-01-31T13:59:53.090Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-01-31T13:59:53.303Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-01-31T13:59:53.346Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-01-31T13:59:53.383Z] .....INFO: Daemon under test started and replied! [2022-01-31T13:59:53.383Z] INFO: Docker version of the daemon under test [2022-01-31T13:59:53.383Z] [2022-01-31T13:59:53.383Z] Client: [2022-01-31T13:59:53.383Z] Version: 17.06.2-ce [2022-01-31T13:59:53.383Z] API version: 1.30 [2022-01-31T13:59:53.383Z] Go version: go1.8.3 [2022-01-31T13:59:53.383Z] Git commit: cec0b72 [2022-01-31T13:59:53.383Z] Built: Tue Sep 5 19:57:19 2017 [2022-01-31T13:59:53.383Z] OS/Arch: windows/amd64 [2022-01-31T13:59:53.383Z] [2022-01-31T13:59:53.383Z] Server: [2022-01-31T13:59:53.383Z] Version: 0.0.0-dev [2022-01-31T13:59:53.383Z] API version: 1.42 (minimum version 1.24) [2022-01-31T13:59:53.383Z] Go version: go1.17.6 [2022-01-31T13:59:53.383Z] Git commit: af819bf623 [2022-01-31T13:59:53.383Z] Built: 01/31/2022 13:57:31 [2022-01-31T13:59:53.383Z] OS/Arch: windows/amd64 [2022-01-31T13:59:53.383Z] Experimental: false [2022-01-31T13:59:53.383Z] [2022-01-31T13:59:53.383Z] INFO: Docker info of the daemon under test [2022-01-31T13:59:53.383Z] [2022-01-31T13:59:53.853Z] Containers: 0 [2022-01-31T13:59:53.853Z] Running: 0 [2022-01-31T13:59:53.853Z] Paused: 0 [2022-01-31T13:59:53.853Z] Stopped: 0 [2022-01-31T13:59:53.853Z] Images: 0 [2022-01-31T13:59:53.854Z] Server Version: 0.0.0-dev [2022-01-31T13:59:53.854Z] Storage Driver: windowsfilter [2022-01-31T13:59:53.854Z] Windows: [2022-01-31T13:59:53.854Z] Logging Driver: json-file [2022-01-31T13:59:53.854Z] Plugins: [2022-01-31T13:59:53.854Z] Volume: local [2022-01-31T13:59:53.854Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T13:59:53.854Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T13:59:53.854Z] Swarm: inactive [2022-01-31T13:59:53.854Z] Default Isolation: process [2022-01-31T13:59:53.854Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-01-31T13:59:53.854Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-01-31T13:59:53.854Z] OSType: windows [2022-01-31T13:59:53.854Z] Architecture: x86_64 [2022-01-31T13:59:53.854Z] CPUs: 4 [2022-01-31T13:59:53.854Z] Total Memory: 32GiB [2022-01-31T13:59:53.854Z] Name: azwin-2-de7590 [2022-01-31T13:59:53.854Z] ID: JN3A:EQTK:TQ3P:TAAW:YKDL:RCA6:GHJS:NKLD:7TYS:2FPQ:23LU:KMF4 [2022-01-31T13:59:53.854Z] Docker Root Dir: D:\CI\PR-43199\4\daemon [2022-01-31T13:59:53.854Z] Debug Mode (client): false [2022-01-31T13:59:53.854Z] Debug Mode (server): true [2022-01-31T13:59:53.854Z] File Descriptors: -1 [2022-01-31T13:59:53.854Z] Goroutines: 16 [2022-01-31T13:59:53.854Z] System Time: 2022-01-31T13:59:53.3860736Z [2022-01-31T13:59:53.854Z] EventsListeners: 0 [2022-01-31T13:59:53.854Z] Registry: https://index.docker.io/v1/ [2022-01-31T13:59:53.854Z] Labels: [2022-01-31T13:59:53.854Z] Experimental: false [2022-01-31T13:59:53.854Z] Insecure Registries: [2022-01-31T13:59:53.854Z] 127.0.0.0/8 [2022-01-31T13:59:53.854Z] Live Restore Enabled: false [2022-01-31T13:59:53.854Z] [2022-01-31T13:59:53.854Z] [2022-01-31T13:59:53.854Z] INFO: Docker images of the daemon under test [2022-01-31T13:59:53.854Z] [2022-01-31T13:59:53.854Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-31T13:59:53.854Z] [2022-01-31T13:59:53.854Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-01-31T13:59:53.854Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-01-31T13:59:54.230Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-01-31T13:59:54.274Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-01-31T13:59:54.323Z] ltsc2019: Pulling from windows/servercore [2022-01-31T13:59:54.323Z] 4612f6d0b889: Pulling fs layer [2022-01-31T13:59:54.323Z] 567fd00846e9: Pulling fs layer [2022-01-31T13:59:54.530Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-01-31T13:59:54.530Z] check_test.go:308: [de3b666de3798] daemon is not started [2022-01-31T13:59:54.530Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-01-31T13:59:54.787Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-01-31T13:59:55.042Z] --- PASS: TestConfigsUpdate (2.80s) [2022-01-31T13:59:55.042Z] === RUN TestTemplatedConfig [2022-01-31T13:59:55.299Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-01-31T13:59:56.118Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-01-31T13:59:57.187Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-01-31T13:59:57.187Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-01-31T13:59:57.482Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-01-31T13:59:58.551Z] --- PASS: TestTemplatedConfig (3.37s) [2022-01-31T13:59:58.551Z] === RUN TestConfigCreateResolve [2022-01-31T13:59:58.551Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-01-31T13:59:59.477Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-01-31T14:00:00.406Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-01-31T14:00:00.406Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-01-31T14:00:00.748Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-01-31T14:00:00.968Z] --- PASS: TestConfigCreateResolve (2.65s) [2022-01-31T14:00:00.968Z] PASS [2022-01-31T14:00:00.968Z] [2022-01-31T14:00:00.968Z] DONE 6 tests in 17.793s [2022-01-31T14:00:01.224Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-01-31T14:00:01.224Z] ++ 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-01-31T14:00:01.224Z] ++ set -e [2022-01-31T14:00:01.224Z] ++ '[' -n 0 ']' [2022-01-31T14:00:01.224Z] ++ set -x [2022-01-31T14:00:01.224Z] ++ 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-01-31T14:00:01.224Z] INFO: Testing against a local daemon [2022-01-31T14:00:01.224Z] === RUN TestCheckpoint [2022-01-31T14:00:01.224Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T14:00:01.224Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-31T14:00:01.224Z] === RUN TestContainerInvalidJSON [2022-01-31T14:00:01.224Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:00:01.224Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:00:01.224Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:00:01.224Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:00:01.224Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:00:01.224Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:00:01.224Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-01-31T14:00:01.224Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-01-31T14:00:01.224Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-01-31T14:00:01.224Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-31T14:00:01.479Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-01-31T14:00:01.479Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-31T14:00:01.479Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-01-31T14:00:01.479Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-31T14:00:01.479Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-01-31T14:00:01.479Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-31T14:00:01.479Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-01-31T14:00:01.479Z] === RUN TestCopyFromContainer [2022-01-31T14:00:01.674Z] --- PASS: TestDockerNetworkMacvlan (9.62s) [2022-01-31T14:00:01.674Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-01-31T14:00:01.674Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-01-31T14:00:01.674Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.77s) [2022-01-31T14:00:01.674Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s) [2022-01-31T14:00:01.674Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.05s) [2022-01-31T14:00:01.674Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s) [2022-01-31T14:00:01.674Z] PASS [2022-01-31T14:00:01.674Z] [2022-01-31T14:00:01.674Z] DONE 8 tests in 10.988s [2022-01-31T14:00:01.674Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-01-31T14:00:01.674Z] testing: warning: no tests to run [2022-01-31T14:00:01.674Z] PASS [2022-01-31T14:00:01.674Z] [2022-01-31T14:00:01.674Z] DONE 0 tests in 0.011s [2022-01-31T14:00:01.674Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-01-31T14:00:01.674Z] INFO: Testing against a local daemon [2022-01-31T14:00:01.674Z] === RUN TestAuthZPluginAllowRequest [2022-01-31T14:00:02.843Z] === RUN TestCopyFromContainer// [2022-01-31T14:00:02.843Z] === RUN TestCopyFromContainer//bar/root [2022-01-31T14:00:02.843Z] === RUN TestCopyFromContainer//bar/root/ [2022-01-31T14:00:02.843Z] === RUN TestCopyFromContainer/bar/quux [2022-01-31T14:00:03.038Z] --- PASS: TestAuthZPluginAllowRequest (1.32s) [2022-01-31T14:00:03.038Z] === RUN TestAuthZPluginTLS [2022-01-31T14:00:03.099Z] === RUN TestCopyFromContainer/bar/quux/ [2022-01-31T14:00:03.099Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-01-31T14:00:03.099Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-01-31T14:00:03.099Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-01-31T14:00:03.355Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-01-31T14:00:03.355Z] === RUN TestCopyFromContainer/bar/notarget [2022-01-31T14:00:03.598Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-01-31T14:00:03.598Z] === RUN TestAuthZPluginDenyRequest [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer (1.98s) [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer// (0.09s) [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2022-01-31T14:00:03.611Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2022-01-31T14:00:03.611Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-31T14:00:03.611Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:00:03.611Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:00:03.611Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:00:03.611Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:00:03.611Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:00:03.611Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:00:03.611Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:00:03.611Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:00:03.611Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:00:03.611Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-01-31T14:00:03.611Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-31T14:00:03.611Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-31T14:00:03.611Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-31T14:00:03.611Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-31T14:00:03.611Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-01-31T14:00:03.611Z] === RUN TestCreateWithInvalidEnv [2022-01-31T14:00:03.611Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-31T14:00:03.611Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-31T14:00:03.611Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-31T14:00:03.611Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-31T14:00:03.611Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-31T14:00:03.611Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-31T14:00:03.611Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-31T14:00:03.611Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-31T14:00:03.611Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-31T14:00:03.611Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-01-31T14:00:03.611Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-31T14:00:03.611Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-31T14:00:03.611Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-31T14:00:03.611Z] === RUN TestCreateTmpfsMountsTarget [2022-01-31T14:00:03.611Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-01-31T14:00:03.611Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-31T14:00:04.159Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-01-31T14:00:04.159Z] === RUN TestAuthZPluginAPIDenyResponse [2022-01-31T14:00:04.173Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-01-31T14:00:04.260Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-01-31T14:00:04.719Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-01-31T14:00:04.719Z] === RUN TestAuthZPluginDenyResponse [2022-01-31T14:00:05.294Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2022-01-31T14:00:05.294Z] === RUN TestAuthZPluginAllowEventStream [2022-01-31T14:00:05.538Z] --- PASS: TestCreateWithCustomMaskedPaths (1.87s) [2022-01-31T14:00:05.538Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-31T14:00:06.141Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-01-31T14:00:06.251Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s) [2022-01-31T14:00:06.251Z] === RUN TestAuthZPluginErrorResponse [2022-01-31T14:00:06.812Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-01-31T14:00:06.812Z] === RUN TestAuthZPluginErrorRequest [2022-01-31T14:00:06.844Z] 567fd00846e9: Verifying Checksum [2022-01-31T14:00:06.844Z] 567fd00846e9: Download complete [2022-01-31T14:00:07.109Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.62s) [2022-01-31T14:00:07.109Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-31T14:00:07.109Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:00:07.109Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:00:07.109Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:00:07.109Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:00:07.109Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:00:07.109Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:00:07.109Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:00:07.109Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:00:07.109Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:00:07.109Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:00:07.109Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:00:07.109Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:00:07.109Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:00:07.109Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:00:07.109Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:00:07.109Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-01-31T14:00:07.110Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-01-31T14:00:07.110Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-01-31T14:00:07.110Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-01-31T14:00:07.110Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-01-31T14:00:07.110Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-31T14:00:07.110Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-31T14:00:07.372Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-01-31T14:00:07.372Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-01-31T14:00:07.670Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.60s) [2022-01-31T14:00:07.670Z] === RUN TestCreateDifferentPlatform [2022-01-31T14:00:07.670Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-31T14:00:07.670Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-31T14:00:07.670Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-01-31T14:00:07.670Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-31T14:00:07.670Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-31T14:00:07.670Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-31T14:00:07.670Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-01-31T14:00:07.928Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-01-31T14:00:07.928Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-31T14:00:07.928Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-01-31T14:00:07.928Z] === RUN TestContainerStartOnDaemonRestart [2022-01-31T14:00:07.928Z] === PAUSE TestContainerStartOnDaemonRestart [2022-01-31T14:00:07.928Z] === RUN TestDaemonRestartIpcMode [2022-01-31T14:00:07.928Z] === PAUSE TestDaemonRestartIpcMode [2022-01-31T14:00:07.928Z] === RUN TestDaemonHostGatewayIP [2022-01-31T14:00:07.928Z] === PAUSE TestDaemonHostGatewayIP [2022-01-31T14:00:07.928Z] === RUN TestRestartDaemonWithRestartingContainer [2022-01-31T14:00:07.928Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-01-31T14:00:07.928Z] === RUN TestContainerKillOnDaemonStart [2022-01-31T14:00:07.928Z] === PAUSE TestContainerKillOnDaemonStart [2022-01-31T14:00:07.928Z] === RUN TestDiff [2022-01-31T14:00:07.933Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-01-31T14:00:07.933Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-01-31T14:00:08.193Z] check_test.go:308: [d85a259c1c79e] daemon is not started [2022-01-31T14:00:08.193Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-01-31T14:00:08.453Z] --- PASS: TestDiff (0.55s) [2022-01-31T14:00:08.453Z] === RUN TestExecWithCloseStdin [2022-01-31T14:00:09.015Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-01-31T14:00:09.271Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-01-31T14:00:09.271Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-01-31T14:00:09.528Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-01-31T14:00:09.528Z] --- PASS: TestExecWithCloseStdin (1.04s) [2022-01-31T14:00:09.528Z] === RUN TestExec [2022-01-31T14:00:09.862Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.55s) [2022-01-31T14:00:09.863Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-01-31T14:00:10.137Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-01-31T14:00:10.137Z] --- PASS: TestExec (0.78s) [2022-01-31T14:00:10.137Z] === RUN TestExecUser [2022-01-31T14:00:11.064Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-01-31T14:00:11.064Z] --- PASS: TestExecUser (0.85s) [2022-01-31T14:00:11.064Z] === RUN TestExportContainerAndImportImage [2022-01-31T14:00:11.225Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.46s) [2022-01-31T14:00:11.225Z] === RUN TestAuthZPluginHeader [2022-01-31T14:00:11.751Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-01-31T14:00:11.786Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-01-31T14:00:11.786Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-01-31T14:00:11.991Z] --- PASS: TestExportContainerAndImportImage (1.04s) [2022-01-31T14:00:11.991Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-31T14:00:12.960Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-01-31T14:00:13.523Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s) [2022-01-31T14:00:13.523Z] === RUN TestHealthCheckWorkdir [2022-01-31T14:00:14.451Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-01-31T14:00:14.707Z] --- PASS: TestHealthCheckWorkdir (1.03s) [2022-01-31T14:00:14.707Z] === RUN TestHealthKillContainer [2022-01-31T14:00:15.268Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-01-31T14:00:15.829Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-01-31T14:00:15.946Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.91s) [2022-01-31T14:00:15.946Z] === RUN TestAuthZPluginV2Disable [2022-01-31T14:00:16.459Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-01-31T14:00:17.760Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-01-31T14:00:17.760Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-01-31T14:00:19.254Z] --- PASS: TestAuthZPluginV2Disable (3.43s) [2022-01-31T14:00:19.255Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-01-31T14:00:19.646Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-01-31T14:00:19.646Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-01-31T14:00:19.646Z] check_test.go:308: [d60a5ed64c1c7] daemon is not started [2022-01-31T14:00:19.646Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-01-31T14:00:20.571Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-01-31T14:00:21.132Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-01-31T14:00:21.388Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-01-31T14:00:22.315Z] === RUN TestDockerSuite/TestBuildAddScript [2022-01-31T14:00:22.562Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.23s) [2022-01-31T14:00:22.562Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-01-31T14:00:22.878Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-01-31T14:00:22.878Z] --- PASS: TestHealthKillContainer (8.41s) [2022-01-31T14:00:22.878Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-31T14:00:23.813Z] --- PASS: TestInspectCpusetInConfigPre120 (0.66s) [2022-01-31T14:00:23.813Z] === RUN TestIpcModeNone [2022-01-31T14:00:24.419Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-01-31T14:00:24.419Z] --- PASS: TestIpcModeNone (0.87s) [2022-01-31T14:00:24.419Z] === RUN TestIpcModePrivate [2022-01-31T14:00:24.687Z] 4612f6d0b889: Verifying Checksum [2022-01-31T14:00:24.687Z] 4612f6d0b889: Download complete [2022-01-31T14:00:24.980Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-01-31T14:00:25.236Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2022-01-31T14:00:25.493Z] --- PASS: TestIpcModePrivate (0.88s) [2022-01-31T14:00:25.493Z] === RUN TestIpcModeShareable [2022-01-31T14:00:26.056Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:85, shared: true, mustBeShared: true [2022-01-31T14:00:26.056Z] check_test.go:308: [d51821266c5e3] daemon is not started [2022-01-31T14:00:26.056Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-01-31T14:00:26.312Z] --- PASS: TestIpcModeShareable (0.89s) [2022-01-31T14:00:26.312Z] === RUN TestAPIIpcModeShareableAndContainer [2022-01-31T14:00:28.829Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.41s) [2022-01-31T14:00:28.829Z] === RUN TestAPIIpcModeHost [2022-01-31T14:00:29.084Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-01-31T14:00:29.340Z] --- PASS: TestAPIIpcModeHost (0.70s) [2022-01-31T14:00:29.340Z] === RUN TestDaemonIpcModeShareable [2022-01-31T14:00:29.596Z] check_test.go:308: [d4ebbd0846226] daemon is not started [2022-01-31T14:00:29.596Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-01-31T14:00:30.571Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: true, mustBeShared: true [2022-01-31T14:00:30.826Z] --- PASS: TestDaemonIpcModeShareable (1.39s) [2022-01-31T14:00:30.826Z] === RUN TestDaemonIpcModePrivate [2022-01-31T14:00:31.388Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-01-31T14:00:32.317Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-01-31T14:00:32.317Z] --- PASS: TestDaemonIpcModePrivate (1.64s) [2022-01-31T14:00:32.317Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-01-31T14:00:32.424Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-01-31T14:00:32.573Z] docker_cli_daemon_plugins_test.go:80: [d974fdbf0cf59] daemon is not started [2022-01-31T14:00:33.936Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-01-31T14:00:33.936Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-01-31T14:00:33.936Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.58s) [2022-01-31T14:00:33.936Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-01-31T14:00:34.435Z] === RUN TestBoolValue [2022-01-31T14:00:34.435Z] --- PASS: TestBoolValue (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestBoolValueOrDefault [2022-01-31T14:00:34.435Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestInt64ValueOrZero [2022-01-31T14:00:34.435Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestInt64ValueOrDefault [2022-01-31T14:00:34.435Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestInt64ValueOrDefaultWithError [2022-01-31T14:00:34.435Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestJsonContentType [2022-01-31T14:00:34.435Z] --- PASS: TestJsonContentType (0.00s) [2022-01-31T14:00:34.435Z] PASS [2022-01-31T14:00:34.435Z] coverage: 14.7% of statements [2022-01-31T14:00:34.435Z] ok github.com/docker/docker/api/server/httputils 0.107s coverage: 14.7% of statements [2022-01-31T14:00:34.435Z] === RUN TestMaskSecretKeys [2022-01-31T14:00:34.435Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-01-31T14:00:34.435Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-01-31T14:00:34.435Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-01-31T14:00:34.435Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-01-31T14:00:34.435Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-01-31T14:00:34.435Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-01-31T14:00:34.435Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestVersionMiddlewareVersion [2022-01-31T14:00:34.435Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-01-31T14:00:34.435Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-01-31T14:00:34.435Z] PASS [2022-01-31T14:00:34.435Z] coverage: 37.7% of statements [2022-01-31T14:00:34.435Z] ok github.com/docker/docker/api/server/middleware 0.103s coverage: 37.7% of statements [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-01-31T14:00:34.435Z] === RUN TestAdjustForAPIVersion [2022-01-31T14:00:34.435Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-01-31T14:00:34.435Z] PASS [2022-01-31T14:00:34.435Z] coverage: 5.7% of statements [2022-01-31T14:00:34.435Z] ok github.com/docker/docker/api/server/router/swarm 0.040s coverage: 5.7% of statements [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/types [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/types/container [no test files] [2022-01-31T14:00:34.435Z] ? github.com/docker/docker/api/types/events [no test files] [2022-01-31T14:00:34.435Z] === RUN TestStrSliceMarshalJSON [2022-01-31T14:00:34.435Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestStrSliceUnmarshalJSON [2022-01-31T14:00:34.435Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestStrSliceUnmarshalString [2022-01-31T14:00:34.435Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestStrSliceUnmarshalSlice [2022-01-31T14:00:34.435Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-01-31T14:00:34.435Z] PASS [2022-01-31T14:00:34.435Z] coverage: 90.0% of statements [2022-01-31T14:00:34.435Z] ok github.com/docker/docker/api/types/strslice 0.042s coverage: 90.0% of statements [2022-01-31T14:00:34.435Z] === RUN TestToJSON [2022-01-31T14:00:34.435Z] --- PASS: TestToJSON (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestToParamWithVersion [2022-01-31T14:00:34.435Z] --- PASS: TestToParamWithVersion (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestFromJSON [2022-01-31T14:00:34.435Z] --- PASS: TestFromJSON (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestEmpty [2022-01-31T14:00:34.435Z] --- PASS: TestEmpty (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestArgsMatchKVListEmptySources [2022-01-31T14:00:34.435Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestArgsMatchKVList [2022-01-31T14:00:34.435Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestArgsMatch [2022-01-31T14:00:34.435Z] --- PASS: TestArgsMatch (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestAdd [2022-01-31T14:00:34.435Z] --- PASS: TestAdd (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestDel [2022-01-31T14:00:34.435Z] --- PASS: TestDel (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestLen [2022-01-31T14:00:34.435Z] --- PASS: TestLen (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestExactMatch [2022-01-31T14:00:34.435Z] --- PASS: TestExactMatch (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestOnlyOneExactMatch [2022-01-31T14:00:34.435Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestContains [2022-01-31T14:00:34.435Z] --- PASS: TestContains (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestValidate [2022-01-31T14:00:34.435Z] --- PASS: TestValidate (0.00s) [2022-01-31T14:00:34.435Z] === RUN TestWalkValues [2022-01-31T14:00:34.435Z] --- PASS: TestWalkValues (0.00s) [2022-01-31T14:00:34.436Z] === RUN TestFuzzyMatch [2022-01-31T14:00:34.436Z] --- PASS: TestFuzzyMatch (0.00s) [2022-01-31T14:00:34.436Z] === RUN TestClone [2022-01-31T14:00:34.436Z] --- PASS: TestClone (0.00s) [2022-01-31T14:00:34.436Z] PASS [2022-01-31T14:00:34.436Z] coverage: 92.2% of statements [2022-01-31T14:00:34.436Z] ok github.com/docker/docker/api/types/filters 0.044s coverage: 92.2% of statements [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/api/types/image [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/api/types/network [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-01-31T14:00:34.436Z] === RUN TestDurationToSecondsString [2022-01-31T14:00:34.436Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-01-31T14:00:34.436Z] === RUN TestGetTimestamp [2022-01-31T14:00:34.436Z] --- PASS: TestGetTimestamp (0.20s) [2022-01-31T14:00:34.436Z] === RUN TestParseTimestamps [2022-01-31T14:00:34.436Z] --- PASS: TestParseTimestamps (0.00s) [2022-01-31T14:00:34.436Z] PASS [2022-01-31T14:00:34.436Z] coverage: 100.0% of statements [2022-01-31T14:00:34.436Z] === RUN TestCompareVersion [2022-01-31T14:00:34.436Z] --- PASS: TestCompareVersion (0.00s) [2022-01-31T14:00:34.436Z] PASS [2022-01-31T14:00:34.436Z] coverage: 77.3% of statements [2022-01-31T14:00:34.436Z] ok github.com/docker/docker/api/types/time 0.237s coverage: 100.0% of statements [2022-01-31T14:00:34.436Z] ok github.com/docker/docker/api/types/versions 0.058s coverage: 77.3% of statements [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/builder [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-01-31T14:00:34.436Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-01-31T14:00:34.436Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL (0.00s) [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-01-31T14:00:34.436Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-01-31T14:00:34.436Z] === RUN TestCloneArgsSmartHttp [2022-01-31T14:00:34.436Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-01-31T14:00:34.436Z] === RUN TestCloneArgsDumbHttp [2022-01-31T14:00:34.436Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-01-31T14:00:34.436Z] === RUN TestCloneArgsGit [2022-01-31T14:00:34.436Z] --- PASS: TestCloneArgsGit (0.00s) [2022-01-31T14:00:34.436Z] === RUN TestCheckoutGit [2022-01-31T14:00:34.770Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.19s) [2022-01-31T14:00:34.770Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-01-31T14:00:34.862Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-01-31T14:00:35.118Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2022-01-31T14:00:35.381Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.45s) [2022-01-31T14:00:35.381Z] === RUN TestIpcModeOlderClient [2022-01-31T14:00:35.381Z] === PAUSE TestIpcModeOlderClient [2022-01-31T14:00:35.381Z] === RUN TestKillContainerInvalidSignal [2022-01-31T14:00:35.424Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-01-31T14:00:35.424Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestProcessNoDockerignore [2022-01-31T14:00:35.424Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestProcessShouldLeaveAllFiles [2022-01-31T14:00:35.424Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestDetectContentType [2022-01-31T14:00:35.424Z] --- PASS: TestDetectContentType (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestSelectAcceptableMIME [2022-01-31T14:00:35.424Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestInspectEmptyResponse [2022-01-31T14:00:35.424Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestInspectResponseBinary [2022-01-31T14:00:35.424Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestResponseUnsupportedContentType [2022-01-31T14:00:35.424Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestInspectResponseTextSimple [2022-01-31T14:00:35.424Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestInspectResponseEmptyContentType [2022-01-31T14:00:35.424Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestUnknownContentLength [2022-01-31T14:00:35.424Z] --- PASS: TestUnknownContentLength (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestDownloadRemote [2022-01-31T14:00:35.424Z] === RUN TestEnable [2022-01-31T14:00:35.424Z] --- PASS: TestEnable (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestDisable [2022-01-31T14:00:35.424Z] --- PASS: TestDisable (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestEnabled [2022-01-31T14:00:35.424Z] --- PASS: TestEnabled (0.00s) [2022-01-31T14:00:35.424Z] PASS [2022-01-31T14:00:35.424Z] coverage: 100.0% of statements [2022-01-31T14:00:35.424Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2022-01-31T14:00:35.424Z] --- PASS: TestDownloadRemote (0.09s) [2022-01-31T14:00:35.424Z] === RUN TestGetWithStatusError [2022-01-31T14:00:35.424Z] --- PASS: TestGetWithStatusError (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestCloseRootDirectory [2022-01-31T14:00:35.424Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:00:35.424Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestHashFile [2022-01-31T14:00:35.424Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:00:35.424Z] --- SKIP: TestHashFile (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestHashSubdir [2022-01-31T14:00:35.424Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:00:35.424Z] --- SKIP: TestHashSubdir (0.00s) [2022-01-31T14:00:35.424Z] === RUN TestRemoveDirectory [2022-01-31T14:00:35.424Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:00:35.424Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-01-31T14:00:35.424Z] PASS [2022-01-31T14:00:35.424Z] coverage: 9.3% of statements [2022-01-31T14:00:35.424Z] ok github.com/docker/docker/builder/remotecontext 0.227s coverage: 9.3% of statements [2022-01-31T14:00:36.311Z] --- PASS: TestKillContainerInvalidSignal (0.64s) [2022-01-31T14:00:36.311Z] === RUN TestKillContainer [2022-01-31T14:00:36.311Z] === RUN TestKillContainer/no_signal [2022-01-31T14:00:36.418Z] === RUN TestGetAllAllowed [2022-01-31T14:00:36.418Z] --- PASS: TestGetAllAllowed (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestGetAllMeta [2022-01-31T14:00:36.418Z] --- PASS: TestGetAllMeta (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestWarnOnUnusedBuildArgs [2022-01-31T14:00:36.418Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestIsUnreferencedBuiltin [2022-01-31T14:00:36.418Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestIsExistingDirectory [2022-01-31T14:00:36.418Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-01-31T14:00:36.418Z] === RUN TestGetFilenameForDownload [2022-01-31T14:00:36.418Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestEnv2Variables [2022-01-31T14:00:36.418Z] --- PASS: TestEnv2Variables (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-01-31T14:00:36.418Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestMaintainer [2022-01-31T14:00:36.418Z] --- PASS: TestMaintainer (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestLabel [2022-01-31T14:00:36.418Z] --- PASS: TestLabel (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestFromScratch [2022-01-31T14:00:36.418Z] --- PASS: TestFromScratch (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestFromWithArg [2022-01-31T14:00:36.418Z] --- PASS: TestFromWithArg (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-01-31T14:00:36.418Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestFromWithUndefinedArg [2022-01-31T14:00:36.418Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestFromMultiStageWithNamedStage [2022-01-31T14:00:36.418Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestOnbuild [2022-01-31T14:00:36.418Z] --- PASS: TestOnbuild (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestWorkdir [2022-01-31T14:00:36.418Z] --- PASS: TestWorkdir (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestCmd [2022-01-31T14:00:36.418Z] --- PASS: TestCmd (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestHealthcheckNone [2022-01-31T14:00:36.418Z] --- PASS: TestHealthcheckNone (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestHealthcheckCmd [2022-01-31T14:00:36.418Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestEntrypoint [2022-01-31T14:00:36.418Z] --- PASS: TestEntrypoint (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestExpose [2022-01-31T14:00:36.418Z] --- PASS: TestExpose (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestUser [2022-01-31T14:00:36.418Z] --- PASS: TestUser (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestVolume [2022-01-31T14:00:36.418Z] --- PASS: TestVolume (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestStopSignal [2022-01-31T14:00:36.418Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-31T14:00:36.418Z] --- SKIP: TestStopSignal (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestArg [2022-01-31T14:00:36.418Z] --- PASS: TestArg (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestShell [2022-01-31T14:00:36.418Z] --- PASS: TestShell (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestPrependEnvOnCmd [2022-01-31T14:00:36.418Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestRunWithBuildArgs [2022-01-31T14:00:36.418Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestRunIgnoresHealthcheck [2022-01-31T14:00:36.418Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestDispatchUnsupportedOptions [2022-01-31T14:00:36.418Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-01-31T14:00:36.418Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-01-31T14:00:36.418Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-01-31T14:00:36.418Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-01-31T14:00:36.418Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-01-31T14:00:36.418Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-01-31T14:00:36.418Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-01-31T14:00:36.418Z] === RUN TestNormalizeWorkdir [2022-01-31T14:00:36.418Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestDispatch [2022-01-31T14:00:36.419Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-01-31T14:00:36.419Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-01-31T14:00:36.419Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-01-31T14:00:36.419Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-01-31T14:00:36.419Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-01-31T14:00:36.419Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-01-31T14:00:36.419Z] === RUN TestDispatch/COPY_url [2022-01-31T14:00:36.419Z] --- PASS: TestDispatch (0.07s) [2022-01-31T14:00:36.419Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2022-01-31T14:00:36.419Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-01-31T14:00:36.419Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-01-31T14:00:36.419Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-01-31T14:00:36.419Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-01-31T14:00:36.419Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-01-31T14:00:36.419Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestAddScratchImageAddsToMounts [2022-01-31T14:00:36.419Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestAddFromScratchPopulatesPlatform [2022-01-31T14:00:36.419Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-01-31T14:00:36.419Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-01-31T14:00:36.419Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestImageSourceGetAddsToMounts [2022-01-31T14:00:36.419Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestEmptyDockerfile [2022-01-31T14:00:36.419Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestSymlinkDockerfile [2022-01-31T14:00:36.419Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-01-31T14:00:36.419Z] === RUN TestDockerfileOutsideTheBuildContext [2022-01-31T14:00:36.419Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestNonExistingDockerfile [2022-01-31T14:00:36.419Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestCopyRunConfig [2022-01-31T14:00:36.419Z] --- PASS: TestCopyRunConfig (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestDeepCopyRunConfig [2022-01-31T14:00:36.419Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestExportImage [2022-01-31T14:00:36.419Z] --- PASS: TestExportImage (0.00s) [2022-01-31T14:00:36.419Z] === RUN TestNormalizeDest [2022-01-31T14:00:36.419Z] --- PASS: TestNormalizeDest (0.00s) [2022-01-31T14:00:36.419Z] PASS [2022-01-31T14:00:36.419Z] coverage: 46.8% of statements [2022-01-31T14:00:36.419Z] ok github.com/docker/docker/builder/dockerfile 0.190s coverage: 46.8% of statements [2022-01-31T14:00:36.419Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-01-31T14:00:36.567Z] docker_cli_daemon_plugins_test.go:170: [d7c0c80d78f81] daemon is not started [2022-01-31T14:00:36.823Z] === RUN TestKillContainer/non_killing_signal [2022-01-31T14:00:36.887Z] === RUN TestTCP4Proxy [2022-01-31T14:00:36.887Z] --- PASS: TestTCP4Proxy (0.01s) [2022-01-31T14:00:36.887Z] === RUN TestTCP4ProxyHalfClose [2022-01-31T14:00:36.887Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-01-31T14:00:36.887Z] === RUN TestTCP6Proxy [2022-01-31T14:00:36.887Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-31T14:00:36.887Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-01-31T14:00:36.887Z] === RUN TestTCPDualStackProxy [2022-01-31T14:00:36.887Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-31T14:00:36.887Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-01-31T14:00:36.887Z] === RUN TestUDP4Proxy [2022-01-31T14:00:36.887Z] --- PASS: TestUDP4Proxy (0.00s) [2022-01-31T14:00:36.887Z] === RUN TestUDP6Proxy [2022-01-31T14:00:36.887Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-31T14:00:36.887Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-01-31T14:00:36.887Z] === RUN TestUDPWriteError [2022-01-31T14:00:36.887Z] --- PASS: TestUDPWriteError (0.00s) [2022-01-31T14:00:36.887Z] === RUN TestSCTP4Proxy [2022-01-31T14:00:36.887Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-31T14:00:36.887Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-01-31T14:00:36.887Z] === RUN TestSCTP6Proxy [2022-01-31T14:00:36.888Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-31T14:00:36.888Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-01-31T14:00:36.888Z] PASS [2022-01-31T14:00:36.888Z] coverage: 49.4% of statements [2022-01-31T14:00:36.888Z] ok github.com/docker/docker/cmd/docker-proxy 0.087s coverage: 49.4% of statements [2022-01-31T14:00:37.384Z] === RUN TestKillContainer/killing_signal [2022-01-31T14:00:37.384Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-01-31T14:00:37.628Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-01-31T14:00:37.628Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-31T14:00:37.628Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T14:00:37.628Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-31T14:00:37.628Z] [2022-01-31T14:00:37.628Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-31T14:00:37.628Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-31T14:00:37.628Z] HOSTNAME=9d6f2a9be8c1 [2022-01-31T14:00:37.628Z] TESTDEBUG=0 [2022-01-31T14:00:37.628Z] DEST=bundles/test-integration [2022-01-31T14:00:37.628Z] PWD=/go/src/github.com/docker/docker [2022-01-31T14:00:37.628Z] DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 [2022-01-31T14:00:37.628Z] container=docker [2022-01-31T14:00:37.628Z] HOME=/root [2022-01-31T14:00:37.628Z] GOLANG_VERSION=1.17.6 [2022-01-31T14:00:37.628Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-31T14:00:37.628Z] VALIDATE_BRANCH=master [2022-01-31T14:00:37.628Z] TERM=xterm [2022-01-31T14:00:37.628Z] DOCKER_PKG=github.com/docker/docker [2022-01-31T14:00:37.628Z] SHLVL=1 [2022-01-31T14:00:37.628Z] TIMEOUT=120m [2022-01-31T14:00:37.628Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-31T14:00:37.628Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-31T14:00:37.628Z] GO111MODULE=off [2022-01-31T14:00:37.628Z] DOCKER_EXPERIMENTAL=1 [2022-01-31T14:00:37.628Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-01-31T14:00:37.628Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-31T14:00:37.628Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-31T14:00:37.628Z] GOPATH=/go [2022-01-31T14:00:37.628Z] PKG_CONFIG=pkg-config [2022-01-31T14:00:37.628Z] _=/usr/bin/env [2022-01-31T14:00:37.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-01-31T14:00:37.946Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-01-31T14:00:37.946Z] === RUN TestDockerSuite/TestBuildAddTar [2022-01-31T14:00:38.202Z] --- PASS: TestKillContainer (2.03s) [2022-01-31T14:00:38.202Z] --- PASS: TestKillContainer/no_signal (0.57s) [2022-01-31T14:00:38.202Z] --- PASS: TestKillContainer/non_killing_signal (0.50s) [2022-01-31T14:00:38.202Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2022-01-31T14:00:38.202Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-31T14:00:38.202Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-01-31T14:00:38.764Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-01-31T14:00:39.693Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.43s) [2022-01-31T14:00:39.693Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.68s) [2022-01-31T14:00:39.693Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) [2022-01-31T14:00:39.693Z] === RUN TestKillStoppedContainer [2022-01-31T14:00:39.693Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-01-31T14:00:39.693Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-31T14:00:39.693Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2022-01-31T14:00:39.693Z] === RUN TestKillDifferentUserContainer [2022-01-31T14:00:40.621Z] --- PASS: TestKillDifferentUserContainer (0.76s) [2022-01-31T14:00:40.621Z] === RUN TestInspectOomKilledTrue [2022-01-31T14:00:40.621Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:00:40.621Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-31T14:00:40.621Z] === RUN TestInspectOomKilledFalse [2022-01-31T14:00:40.621Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:00:40.621Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-01-31T14:00:40.621Z] === RUN TestLinksEtcHostsContentMatch [2022-01-31T14:00:41.182Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-01-31T14:00:41.182Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2022-01-31T14:00:41.182Z] === RUN TestLinksContainerNames [2022-01-31T14:00:41.743Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-01-31T14:00:42.304Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-01-31T14:00:42.304Z] --- PASS: TestLinksContainerNames (1.30s) [2022-01-31T14:00:42.304Z] === RUN TestLogsFollowTailEmpty [2022-01-31T14:00:42.561Z] check_test.go:308: [dbb5e91b78668] daemon is not started [2022-01-31T14:00:42.561Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-01-31T14:00:42.818Z] --- PASS: TestLogsFollowTailEmpty (0.58s) [2022-01-31T14:00:42.818Z] === RUN TestContainerNetworkMountsNoChown [2022-01-31T14:00:43.193Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-01-31T14:00:43.747Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/default [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/default [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/private [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/private [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rprivate [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rprivate [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/slave [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/slave [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rslave [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rslave [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/shared [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/shared [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rshared [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rshared [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/default [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/default/bind_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/default/mount_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/default/bind_root [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/rprivate [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/rshared [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/shared [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/rslave [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/slave [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/private [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/private/mount_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-01-31T14:00:43.747Z] === RUN TestMountDaemonRoot/private/bind_root [2022-01-31T14:00:43.747Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-01-31T14:00:43.747Z] === CONT TestMountDaemonRoot/default/mount_root [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-01-31T14:00:44.003Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T14:00:44.259Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-01-31T14:00:44.259Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-01-31T14:00:44.259Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-01-31T14:00:44.259Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-01-31T14:00:44.259Z] === CONT TestMountDaemonRoot/private/bind_root [2022-01-31T14:00:44.259Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-01-31T14:00:44.259Z] === CONT TestMountDaemonRoot/private/mount_root [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot (0.07s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-01-31T14:00:44.259Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-01-31T14:00:44.259Z] === RUN TestContainerBindMountNonRecursive [2022-01-31T14:00:44.259Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-01-31T14:00:44.651Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-01-31T14:00:44.821Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-01-31T14:00:46.186Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-01-31T14:00:46.186Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-01-31T14:00:46.441Z] --- PASS: TestContainerBindMountNonRecursive (2.08s) [2022-01-31T14:00:46.441Z] === RUN TestContainerVolumesMountedAsShared [2022-01-31T14:00:47.002Z] --- PASS: TestContainerVolumesMountedAsShared (0.69s) [2022-01-31T14:00:47.002Z] === RUN TestContainerVolumesMountedAsSlave [2022-01-31T14:00:47.300Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-01-31T14:00:47.335Z] === RUN TestCheckpointCreateError [2022-01-31T14:00:47.335Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCheckpointCreate [2022-01-31T14:00:47.335Z] --- PASS: TestCheckpointCreate (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCheckpointDeleteError [2022-01-31T14:00:47.335Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCheckpointDelete [2022-01-31T14:00:47.335Z] --- PASS: TestCheckpointDelete (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCheckpointListError [2022-01-31T14:00:47.335Z] --- PASS: TestCheckpointListError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCheckpointList [2022-01-31T14:00:47.335Z] --- PASS: TestCheckpointList (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCheckpointListContainerNotFound [2022-01-31T14:00:47.335Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestNewClientWithOpsFromEnv [2022-01-31T14:00:47.335Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-31T14:00:47.335Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestGetAPIPath [2022-01-31T14:00:47.335Z] --- PASS: TestGetAPIPath (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestParseHostURL [2022-01-31T14:00:47.335Z] --- PASS: TestParseHostURL (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-01-31T14:00:47.335Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestNegotiateAPIVersionEmpty [2022-01-31T14:00:47.335Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestNegotiateAPIVersion [2022-01-31T14:00:47.335Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestNegotiateAPVersionOverride [2022-01-31T14:00:47.335Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestNegotiateAPIVersionAutomatic [2022-01-31T14:00:47.335Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-01-31T14:00:47.335Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-01-31T14:00:47.335Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestClientRedirect [2022-01-31T14:00:47.335Z] --- PASS: TestClientRedirect (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigCreateUnsupported [2022-01-31T14:00:47.335Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigCreateError [2022-01-31T14:00:47.335Z] --- PASS: TestConfigCreateError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigCreate [2022-01-31T14:00:47.335Z] --- PASS: TestConfigCreate (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigInspectNotFound [2022-01-31T14:00:47.335Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigInspectWithEmptyID [2022-01-31T14:00:47.335Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigInspectUnsupported [2022-01-31T14:00:47.335Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigInspectError [2022-01-31T14:00:47.335Z] --- PASS: TestConfigInspectError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigInspectConfigNotFound [2022-01-31T14:00:47.335Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigInspect [2022-01-31T14:00:47.335Z] --- PASS: TestConfigInspect (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigListUnsupported [2022-01-31T14:00:47.335Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigListError [2022-01-31T14:00:47.335Z] --- PASS: TestConfigListError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigList [2022-01-31T14:00:47.335Z] --- PASS: TestConfigList (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigRemoveUnsupported [2022-01-31T14:00:47.335Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigRemoveError [2022-01-31T14:00:47.335Z] --- PASS: TestConfigRemoveError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigRemove [2022-01-31T14:00:47.335Z] --- PASS: TestConfigRemove (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigUpdateUnsupported [2022-01-31T14:00:47.335Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigUpdateError [2022-01-31T14:00:47.335Z] --- PASS: TestConfigUpdateError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestConfigUpdate [2022-01-31T14:00:47.335Z] --- PASS: TestConfigUpdate (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerCommitError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerCommitError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerCommit [2022-01-31T14:00:47.335Z] --- PASS: TestContainerCommit (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerStatPathError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerStatPathError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerStatPathNotFoundError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerStatPathNoHeaderError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerStatPath [2022-01-31T14:00:47.335Z] --- PASS: TestContainerStatPath (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCopyToContainerError [2022-01-31T14:00:47.335Z] --- PASS: TestCopyToContainerError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCopyToContainerNotFoundError [2022-01-31T14:00:47.335Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCopyToContainerNotStatusOKError [2022-01-31T14:00:47.335Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCopyToContainer [2022-01-31T14:00:47.335Z] --- PASS: TestCopyToContainer (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCopyFromContainerError [2022-01-31T14:00:47.335Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCopyFromContainerNotFoundError [2022-01-31T14:00:47.335Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCopyFromContainerNotStatusOKError [2022-01-31T14:00:47.335Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCopyFromContainerNoHeaderError [2022-01-31T14:00:47.335Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestCopyFromContainer [2022-01-31T14:00:47.335Z] --- PASS: TestCopyFromContainer (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerCreateError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerCreateError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerCreateImageNotFound [2022-01-31T14:00:47.335Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerCreateWithName [2022-01-31T14:00:47.335Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerCreateAutoRemove [2022-01-31T14:00:47.335Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerDiffError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerDiffError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerDiff [2022-01-31T14:00:47.335Z] --- PASS: TestContainerDiff (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerExecCreateError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerExecCreate [2022-01-31T14:00:47.335Z] --- PASS: TestContainerExecCreate (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerExecStartError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerExecStartError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerExecStart [2022-01-31T14:00:47.335Z] --- PASS: TestContainerExecStart (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerExecInspectError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerExecInspect [2022-01-31T14:00:47.335Z] --- PASS: TestContainerExecInspect (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerExportError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerExportError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerExport [2022-01-31T14:00:47.335Z] --- PASS: TestContainerExport (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerInspectError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerInspectError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerInspectContainerNotFound [2022-01-31T14:00:47.335Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerInspectWithEmptyID [2022-01-31T14:00:47.335Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerInspect [2022-01-31T14:00:47.335Z] --- PASS: TestContainerInspect (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerInspectNode [2022-01-31T14:00:47.335Z] --- PASS: TestContainerInspectNode (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerKillError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerKillError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerKill [2022-01-31T14:00:47.335Z] --- PASS: TestContainerKill (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerListError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerListError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerList [2022-01-31T14:00:47.335Z] --- PASS: TestContainerList (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerLogsNotFoundError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerLogsError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerLogsError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerLogs [2022-01-31T14:00:47.335Z] --- PASS: TestContainerLogs (0.20s) [2022-01-31T14:00:47.335Z] === RUN TestContainerPauseError [2022-01-31T14:00:47.335Z] --- PASS: TestContainerPauseError (0.00s) [2022-01-31T14:00:47.335Z] === RUN TestContainerPause [2022-01-31T14:00:47.336Z] --- PASS: TestContainerPause (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainersPruneError [2022-01-31T14:00:47.336Z] --- PASS: TestContainersPruneError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainersPrune [2022-01-31T14:00:47.336Z] --- PASS: TestContainersPrune (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerRemoveError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerRemoveError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerRemoveNotFoundError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerRemove [2022-01-31T14:00:47.336Z] --- PASS: TestContainerRemove (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerRenameError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerRenameError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerRename [2022-01-31T14:00:47.336Z] --- PASS: TestContainerRename (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerResizeError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerResizeError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerExecResizeError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerResize [2022-01-31T14:00:47.336Z] --- PASS: TestContainerResize (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerExecResize [2022-01-31T14:00:47.336Z] --- PASS: TestContainerExecResize (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerRestartError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerRestartError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerRestart [2022-01-31T14:00:47.336Z] --- PASS: TestContainerRestart (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerStartError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerStartError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerStart [2022-01-31T14:00:47.336Z] --- PASS: TestContainerStart (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerStatsError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerStatsError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerStats [2022-01-31T14:00:47.336Z] --- PASS: TestContainerStats (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerStopError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerStopError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerStop [2022-01-31T14:00:47.336Z] --- PASS: TestContainerStop (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerTopError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerTopError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerTop [2022-01-31T14:00:47.336Z] --- PASS: TestContainerTop (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerUnpauseError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerUnpause [2022-01-31T14:00:47.336Z] --- PASS: TestContainerUnpause (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerUpdateError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerUpdateError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerUpdate [2022-01-31T14:00:47.336Z] --- PASS: TestContainerUpdate (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerWaitError [2022-01-31T14:00:47.336Z] --- PASS: TestContainerWaitError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestContainerWait [2022-01-31T14:00:47.336Z] --- PASS: TestContainerWait (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestDiskUsageError [2022-01-31T14:00:47.336Z] --- PASS: TestDiskUsageError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestDiskUsage [2022-01-31T14:00:47.336Z] --- PASS: TestDiskUsage (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestDistributionInspectUnsupported [2022-01-31T14:00:47.336Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestDistributionInspectWithEmptyID [2022-01-31T14:00:47.336Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestEventsErrorInOptions [2022-01-31T14:00:47.336Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestEventsErrorFromServer [2022-01-31T14:00:47.336Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestEvents [2022-01-31T14:00:47.336Z] --- PASS: TestEvents (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestTLSCloseWriter [2022-01-31T14:00:47.336Z] === PAUSE TestTLSCloseWriter [2022-01-31T14:00:47.336Z] === RUN TestImageBuildError [2022-01-31T14:00:47.336Z] --- PASS: TestImageBuildError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageBuild [2022-01-31T14:00:47.336Z] --- PASS: TestImageBuild (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestGetDockerOS [2022-01-31T14:00:47.336Z] --- PASS: TestGetDockerOS (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageCreateError [2022-01-31T14:00:47.336Z] --- PASS: TestImageCreateError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageCreate [2022-01-31T14:00:47.336Z] --- PASS: TestImageCreate (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageHistoryError [2022-01-31T14:00:47.336Z] --- PASS: TestImageHistoryError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageHistory [2022-01-31T14:00:47.336Z] --- PASS: TestImageHistory (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageImportError [2022-01-31T14:00:47.336Z] --- PASS: TestImageImportError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageImport [2022-01-31T14:00:47.336Z] --- PASS: TestImageImport (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageInspectError [2022-01-31T14:00:47.336Z] --- PASS: TestImageInspectError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageInspectImageNotFound [2022-01-31T14:00:47.336Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageInspectWithEmptyID [2022-01-31T14:00:47.336Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageInspect [2022-01-31T14:00:47.336Z] --- PASS: TestImageInspect (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageListError [2022-01-31T14:00:47.336Z] --- PASS: TestImageListError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageList [2022-01-31T14:00:47.336Z] --- PASS: TestImageList (0.04s) [2022-01-31T14:00:47.336Z] === RUN TestImageListApiBefore125 [2022-01-31T14:00:47.336Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageLoadError [2022-01-31T14:00:47.336Z] --- PASS: TestImageLoadError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageLoad [2022-01-31T14:00:47.336Z] --- PASS: TestImageLoad (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagesPruneError [2022-01-31T14:00:47.336Z] --- PASS: TestImagesPruneError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagesPrune [2022-01-31T14:00:47.336Z] --- PASS: TestImagesPrune (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePullReferenceParseError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePullAnyError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePullAnyError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePullStatusUnauthorizedError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePullWithoutErrors [2022-01-31T14:00:47.336Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePushReferenceError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePushAnyError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushAnyError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePushStatusUnauthorizedError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImagePushWithoutErrors [2022-01-31T14:00:47.336Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-01-31T14:00:47.336Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-01-31T14:00:47.336Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-01-31T14:00:47.336Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageRemoveError [2022-01-31T14:00:47.336Z] --- PASS: TestImageRemoveError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageRemoveImageNotFound [2022-01-31T14:00:47.336Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageRemove [2022-01-31T14:00:47.336Z] --- PASS: TestImageRemove (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageSaveError [2022-01-31T14:00:47.336Z] --- PASS: TestImageSaveError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageSave [2022-01-31T14:00:47.336Z] --- PASS: TestImageSave (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageSearchAnyError [2022-01-31T14:00:47.336Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageSearchStatusUnauthorizedError [2022-01-31T14:00:47.336Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-31T14:00:47.336Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-31T14:00:47.336Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-01-31T14:00:47.336Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageSearchWithoutErrors [2022-01-31T14:00:47.336Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageTagError [2022-01-31T14:00:47.336Z] --- PASS: TestImageTagError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageTagInvalidReference [2022-01-31T14:00:47.336Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageTagInvalidSourceImageName [2022-01-31T14:00:47.336Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageTagHexSource [2022-01-31T14:00:47.336Z] --- PASS: TestImageTagHexSource (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestImageTag [2022-01-31T14:00:47.336Z] --- PASS: TestImageTag (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestInfoServerError [2022-01-31T14:00:47.336Z] --- PASS: TestInfoServerError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestInfoInvalidResponseJSONError [2022-01-31T14:00:47.336Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestInfo [2022-01-31T14:00:47.336Z] --- PASS: TestInfo (0.01s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkConnectError [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkConnectError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkConnect [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkConnect (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkCreateError [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkCreateError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkCreate [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkCreate (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkDisconnectError [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkDisconnect [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkInspect [2022-01-31T14:00:47.336Z] === RUN TestNetworkInspect/empty_ID [2022-01-31T14:00:47.336Z] === RUN TestNetworkInspect/no_options [2022-01-31T14:00:47.336Z] === RUN TestNetworkInspect/verbose [2022-01-31T14:00:47.336Z] === RUN TestNetworkInspect/global_scope [2022-01-31T14:00:47.336Z] === RUN TestNetworkInspect/unknown_network [2022-01-31T14:00:47.336Z] === RUN TestNetworkInspect/server_error [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkInspect (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkListError [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkListError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkList [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkList (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworksPruneError [2022-01-31T14:00:47.336Z] --- PASS: TestNetworksPruneError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworksPrune [2022-01-31T14:00:47.336Z] --- PASS: TestNetworksPrune (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkRemoveError [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNetworkRemove [2022-01-31T14:00:47.336Z] --- PASS: TestNetworkRemove (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNodeInspectError [2022-01-31T14:00:47.336Z] --- PASS: TestNodeInspectError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNodeInspectNodeNotFound [2022-01-31T14:00:47.336Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNodeInspectWithEmptyID [2022-01-31T14:00:47.336Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNodeInspect [2022-01-31T14:00:47.336Z] --- PASS: TestNodeInspect (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNodeListError [2022-01-31T14:00:47.336Z] --- PASS: TestNodeListError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNodeList [2022-01-31T14:00:47.336Z] --- PASS: TestNodeList (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNodeRemoveError [2022-01-31T14:00:47.336Z] --- PASS: TestNodeRemoveError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNodeRemove [2022-01-31T14:00:47.336Z] --- PASS: TestNodeRemove (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNodeUpdateError [2022-01-31T14:00:47.336Z] --- PASS: TestNodeUpdateError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestNodeUpdate [2022-01-31T14:00:47.336Z] --- PASS: TestNodeUpdate (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestOptionWithTimeout [2022-01-31T14:00:47.336Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPingFail [2022-01-31T14:00:47.336Z] --- PASS: TestPingFail (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPingWithError [2022-01-31T14:00:47.336Z] 2022/01/31 14:00:46 RoundTripper returned a response & error; ignoring response [2022-01-31T14:00:47.336Z] 2022/01/31 14:00:46 RoundTripper returned a response & error; ignoring response [2022-01-31T14:00:47.336Z] --- PASS: TestPingWithError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPingSuccess [2022-01-31T14:00:47.336Z] --- PASS: TestPingSuccess (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPingHeadFallback [2022-01-31T14:00:47.336Z] === RUN TestPingHeadFallback/OK [2022-01-31T14:00:47.336Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-01-31T14:00:47.336Z] === RUN TestPingHeadFallback/Not_Found [2022-01-31T14:00:47.336Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-01-31T14:00:47.336Z] --- PASS: TestPingHeadFallback (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-01-31T14:00:47.336Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginDisableError [2022-01-31T14:00:47.336Z] --- PASS: TestPluginDisableError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginDisable [2022-01-31T14:00:47.336Z] --- PASS: TestPluginDisable (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginEnableError [2022-01-31T14:00:47.336Z] --- PASS: TestPluginEnableError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginEnable [2022-01-31T14:00:47.336Z] --- PASS: TestPluginEnable (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginInspectError [2022-01-31T14:00:47.336Z] --- PASS: TestPluginInspectError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginInspectWithEmptyID [2022-01-31T14:00:47.336Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginInspect [2022-01-31T14:00:47.336Z] --- PASS: TestPluginInspect (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginListError [2022-01-31T14:00:47.336Z] --- PASS: TestPluginListError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginList [2022-01-31T14:00:47.336Z] --- PASS: TestPluginList (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginPushError [2022-01-31T14:00:47.336Z] --- PASS: TestPluginPushError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginPush [2022-01-31T14:00:47.336Z] --- PASS: TestPluginPush (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginRemoveError [2022-01-31T14:00:47.336Z] --- PASS: TestPluginRemoveError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginRemove [2022-01-31T14:00:47.336Z] --- PASS: TestPluginRemove (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginSetError [2022-01-31T14:00:47.336Z] --- PASS: TestPluginSetError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPluginSet [2022-01-31T14:00:47.336Z] --- PASS: TestPluginSet (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestSetHostHeader [2022-01-31T14:00:47.336Z] --- PASS: TestSetHostHeader (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestPlainTextError [2022-01-31T14:00:47.336Z] --- PASS: TestPlainTextError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestInfiniteError [2022-01-31T14:00:47.336Z] --- PASS: TestInfiniteError (0.02s) [2022-01-31T14:00:47.336Z] === RUN TestCanceledContext [2022-01-31T14:00:47.336Z] 2022/01/31 14:00:46 RoundTripper returned a response & error; ignoring response [2022-01-31T14:00:47.336Z] --- PASS: TestCanceledContext (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestDeadlineExceededContext [2022-01-31T14:00:47.336Z] 2022/01/31 14:00:46 RoundTripper returned a response & error; ignoring response [2022-01-31T14:00:47.336Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestSecretCreateUnsupported [2022-01-31T14:00:47.336Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestSecretCreateError [2022-01-31T14:00:47.336Z] --- PASS: TestSecretCreateError (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestSecretCreate [2022-01-31T14:00:47.336Z] --- PASS: TestSecretCreate (0.00s) [2022-01-31T14:00:47.336Z] === RUN TestSecretInspectUnsupported [2022-01-31T14:00:47.336Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretInspectError [2022-01-31T14:00:47.337Z] --- PASS: TestSecretInspectError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretInspectSecretNotFound [2022-01-31T14:00:47.337Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretInspectWithEmptyID [2022-01-31T14:00:47.337Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretInspect [2022-01-31T14:00:47.337Z] --- PASS: TestSecretInspect (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretListUnsupported [2022-01-31T14:00:47.337Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretListError [2022-01-31T14:00:47.337Z] --- PASS: TestSecretListError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretList [2022-01-31T14:00:47.337Z] --- PASS: TestSecretList (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretRemoveUnsupported [2022-01-31T14:00:47.337Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretRemoveError [2022-01-31T14:00:47.337Z] --- PASS: TestSecretRemoveError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretRemove [2022-01-31T14:00:47.337Z] --- PASS: TestSecretRemove (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretUpdateUnsupported [2022-01-31T14:00:47.337Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretUpdateError [2022-01-31T14:00:47.337Z] --- PASS: TestSecretUpdateError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSecretUpdate [2022-01-31T14:00:47.337Z] --- PASS: TestSecretUpdate (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceCreateError [2022-01-31T14:00:47.337Z] --- PASS: TestServiceCreateError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceCreate [2022-01-31T14:00:47.337Z] --- PASS: TestServiceCreate (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceCreateCompatiblePlatforms [2022-01-31T14:00:47.337Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceCreateDigestPinning [2022-01-31T14:00:47.337Z] --- PASS: TestServiceCreateDigestPinning (0.01s) [2022-01-31T14:00:47.337Z] === RUN TestServiceInspectError [2022-01-31T14:00:47.337Z] --- PASS: TestServiceInspectError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceInspectServiceNotFound [2022-01-31T14:00:47.337Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceInspectWithEmptyID [2022-01-31T14:00:47.337Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceInspect [2022-01-31T14:00:47.337Z] --- PASS: TestServiceInspect (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceListError [2022-01-31T14:00:47.337Z] --- PASS: TestServiceListError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceList [2022-01-31T14:00:47.337Z] --- PASS: TestServiceList (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceLogsError [2022-01-31T14:00:47.337Z] --- PASS: TestServiceLogsError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceLogs [2022-01-31T14:00:47.337Z] --- PASS: TestServiceLogs (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceRemoveError [2022-01-31T14:00:47.337Z] --- PASS: TestServiceRemoveError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceRemoveNotFoundError [2022-01-31T14:00:47.337Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceRemove [2022-01-31T14:00:47.337Z] --- PASS: TestServiceRemove (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceUpdateError [2022-01-31T14:00:47.337Z] --- PASS: TestServiceUpdateError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestServiceUpdate [2022-01-31T14:00:47.337Z] --- PASS: TestServiceUpdate (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmGetUnlockKeyError [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmGetUnlockKey [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmInitError [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmInitError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmInit [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmInit (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmInspectError [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmInspectError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmInspect [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmInspect (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmJoinError [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmJoinError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmJoin [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmJoin (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmLeaveError [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmLeave [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmLeave (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmUnlockError [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmUnlock [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmUnlock (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmUpdateError [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestSwarmUpdate [2022-01-31T14:00:47.337Z] --- PASS: TestSwarmUpdate (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestTaskInspectError [2022-01-31T14:00:47.337Z] --- PASS: TestTaskInspectError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestTaskInspectWithEmptyID [2022-01-31T14:00:47.337Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestTaskInspect [2022-01-31T14:00:47.337Z] --- PASS: TestTaskInspect (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestTaskListError [2022-01-31T14:00:47.337Z] --- PASS: TestTaskListError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestTaskList [2022-01-31T14:00:47.337Z] --- PASS: TestTaskList (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestVolumeCreateError [2022-01-31T14:00:47.337Z] --- PASS: TestVolumeCreateError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestVolumeCreate [2022-01-31T14:00:47.337Z] --- PASS: TestVolumeCreate (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestVolumeInspectError [2022-01-31T14:00:47.337Z] --- PASS: TestVolumeInspectError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestVolumeInspectNotFound [2022-01-31T14:00:47.337Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestVolumeInspectWithEmptyID [2022-01-31T14:00:47.337Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestVolumeInspect [2022-01-31T14:00:47.337Z] --- PASS: TestVolumeInspect (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestVolumeListError [2022-01-31T14:00:47.337Z] --- PASS: TestVolumeListError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestVolumeList [2022-01-31T14:00:47.337Z] --- PASS: TestVolumeList (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestVolumeRemoveError [2022-01-31T14:00:47.337Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-01-31T14:00:47.337Z] === RUN TestVolumeRemove [2022-01-31T14:00:47.337Z] --- PASS: TestVolumeRemove (0.00s) [2022-01-31T14:00:47.337Z] === CONT TestTLSCloseWriter [2022-01-31T14:00:47.337Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-01-31T14:00:47.337Z] PASS [2022-01-31T14:00:47.337Z] coverage: 75.1% of statements [2022-01-31T14:00:47.337Z] ok github.com/docker/docker/client 0.438s coverage: 75.1% of statements [2022-01-31T14:00:47.556Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-01-31T14:00:47.556Z] --- PASS: TestContainerVolumesMountedAsSlave (0.62s) [2022-01-31T14:00:47.556Z] === RUN TestNetworkNat [2022-01-31T14:00:48.465Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-01-31T14:00:48.485Z] --- PASS: TestNetworkNat (0.67s) [2022-01-31T14:00:48.485Z] === RUN TestNetworkLocalhostTCPNat [2022-01-31T14:00:49.046Z] --- PASS: TestNetworkLocalhostTCPNat (0.77s) [2022-01-31T14:00:49.046Z] === RUN TestNetworkLoopbackNat [2022-01-31T14:00:49.302Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-01-31T14:00:50.667Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-01-31T14:00:50.667Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-01-31T14:00:52.074Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-01-31T14:00:52.074Z] --- PASS: TestNetworkLoopbackNat (3.09s) [2022-01-31T14:00:52.074Z] === RUN TestPause [2022-01-31T14:00:52.801Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-01-31T14:00:52.801Z] PASS [2022-01-31T14:00:52.801Z] [2022-01-31T14:00:52.801Z] DONE 17 tests in 48.413s [2022-01-31T14:00:52.801Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-01-31T14:00:52.801Z] INFO: Testing against a local daemon [2022-01-31T14:00:52.801Z] === RUN TestPluginInvalidJSON [2022-01-31T14:00:52.801Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:00:52.801Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:00:52.801Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:00:52.801Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-01-31T14:00:52.801Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-31T14:00:52.801Z] === RUN TestPluginInstall [2022-01-31T14:00:52.801Z] === RUN TestPluginInstall/no_auth [2022-01-31T14:00:52.801Z] time="2022-01-31T14:00:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:00:52.801Z] time="2022-01-31T14:00:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:38f008e5660531763554eed2d0657079a679fbbc352b572da49764437efd3b21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:00:52.801Z] time="2022-01-31T14:00:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:00:52.801Z] time="2022-01-31T14:00:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:38f008e5660531763554eed2d0657079a679fbbc352b572da49764437efd3b21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:00:52.801Z] === RUN TestPluginInstall/with_htpasswd [2022-01-31T14:00:52.801Z] time="2022-01-31T14:00:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:00:52.801Z] time="2022-01-31T14:00:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:38f008e5660531763554eed2d0657079a679fbbc352b572da49764437efd3b21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:00:52.801Z] time="2022-01-31T14:00:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:00:52.801Z] time="2022-01-31T14:00:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:38f008e5660531763554eed2d0657079a679fbbc352b572da49764437efd3b21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:00:52.801Z] === RUN TestPluginInstall/with_insecure [2022-01-31T14:00:53.001Z] --- PASS: TestPause (0.71s) [2022-01-31T14:00:53.001Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-31T14:00:53.001Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-31T14:00:53.001Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-31T14:00:53.001Z] === RUN TestPauseStopPausedContainer [2022-01-31T14:00:53.362Z] time="2022-01-31T14:00:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:00:53.362Z] time="2022-01-31T14:00:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f46e278f86486f8b0e3e4dae121888dbc3149c2c7a564d4d24493b1ff68f3364" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:00:53.362Z] time="2022-01-31T14:00:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:00:53.362Z] time="2022-01-31T14:00:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f46e278f86486f8b0e3e4dae121888dbc3149c2c7a564d4d24493b1ff68f3364" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:00:53.362Z] plugin_test.go:165: [dd42757fd9add] daemon is not started [2022-01-31T14:00:53.362Z] --- PASS: TestPluginInstall (3.25s) [2022-01-31T14:00:53.362Z] --- PASS: TestPluginInstall/no_auth (1.59s) [2022-01-31T14:00:53.362Z] --- PASS: TestPluginInstall/with_htpasswd (0.59s) [2022-01-31T14:00:53.362Z] --- PASS: TestPluginInstall/with_insecure (1.07s) [2022-01-31T14:00:53.362Z] === RUN TestPluginsWithRuntimes [2022-01-31T14:00:53.564Z] --- PASS: TestPauseStopPausedContainer (0.79s) [2022-01-31T14:00:53.564Z] === RUN TestPidHost [2022-01-31T14:00:54.126Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-01-31T14:00:54.381Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-01-31T14:00:55.247Z] === RUN TestPluginsWithRuntimes/No_Args [2022-01-31T14:00:55.308Z] --- PASS: TestPidHost (1.58s) [2022-01-31T14:00:55.308Z] === RUN TestPsFilter [2022-01-31T14:00:55.308Z] --- PASS: TestPsFilter (0.11s) [2022-01-31T14:00:55.308Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-31T14:00:55.808Z] === RUN TestPluginsWithRuntimes/With_Args [2022-01-31T14:00:55.930Z] === RUN TestDockerSuite/TestBuildBlankName [2022-01-31T14:00:55.930Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.54s) [2022-01-31T14:00:55.930Z] === RUN TestRemoveContainerWithVolume [2022-01-31T14:00:56.187Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-01-31T14:00:56.448Z] --- PASS: TestRemoveContainerWithVolume (0.60s) [2022-01-31T14:00:56.448Z] === RUN TestRemoveContainerRunning [2022-01-31T14:00:56.734Z] --- PASS: TestPluginsWithRuntimes (3.32s) [2022-01-31T14:00:56.734Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.91s) [2022-01-31T14:00:56.734Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2022-01-31T14:00:56.734Z] === RUN TestPluginBackCompatMediaTypes [2022-01-31T14:00:57.021Z] --- PASS: TestRemoveContainerRunning (0.62s) [2022-01-31T14:00:57.021Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-31T14:00:57.295Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-01-31T14:00:57.295Z] PASS [2022-01-31T14:00:57.295Z] [2022-01-31T14:00:57.295Z] DONE 10 tests in 7.203s [2022-01-31T14:00:57.295Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-01-31T14:00:57.295Z] INFO: Testing against a local daemon [2022-01-31T14:00:57.295Z] === RUN TestExternalGraphDriver [2022-01-31T14:00:57.295Z] === RUN TestExternalGraphDriver/json [2022-01-31T14:00:57.948Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.61s) [2022-01-31T14:00:57.948Z] === RUN TestRemoveInvalidContainer [2022-01-31T14:00:57.948Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-01-31T14:00:57.948Z] === RUN TestRenameLinkedContainer [2022-01-31T14:00:57.948Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-01-31T14:00:57.948Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-01-31T14:00:59.180Z] === RUN TestExternalGraphDriver/spec [2022-01-31T14:00:59.314Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-01-31T14:01:00.243Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-01-31T14:01:00.243Z] --- PASS: TestRenameLinkedContainer (2.39s) [2022-01-31T14:01:00.243Z] === RUN TestRenameStoppedContainer [2022-01-31T14:01:00.544Z] === RUN TestExternalGraphDriver/pull [2022-01-31T14:01:00.804Z] --- PASS: TestRenameStoppedContainer (0.53s) [2022-01-31T14:01:00.804Z] === RUN TestRenameRunningContainerAndReuse [2022-01-31T14:01:01.732Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-01-31T14:01:01.732Z] --- PASS: TestRenameRunningContainerAndReuse (1.07s) [2022-01-31T14:01:01.732Z] === RUN TestRenameInvalidName [2022-01-31T14:01:02.293Z] --- PASS: TestRenameInvalidName (0.57s) [2022-01-31T14:01:02.293Z] === RUN TestRenameAnonymousContainer [2022-01-31T14:01:02.430Z] --- PASS: TestExternalGraphDriver (4.94s) [2022-01-31T14:01:02.430Z] --- PASS: TestExternalGraphDriver/json (1.66s) [2022-01-31T14:01:02.430Z] --- PASS: TestExternalGraphDriver/spec (1.62s) [2022-01-31T14:01:02.430Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2022-01-31T14:01:02.430Z] === RUN TestGraphdriverPluginV2 [2022-01-31T14:01:03.221Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-01-31T14:01:04.211Z] ............................ [ 66%] [2022-01-31T14:01:04.585Z] --- PASS: TestRenameAnonymousContainer (2.13s) [2022-01-31T14:01:04.585Z] === RUN TestRenameContainerWithSameName [2022-01-31T14:01:04.585Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-01-31T14:01:04.840Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-01-31T14:01:05.095Z] --- PASS: TestRenameContainerWithSameName (0.67s) [2022-01-31T14:01:05.095Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-31T14:01:05.164Z] --- PASS: TestCheckoutGit (31.46s) [2022-01-31T14:01:05.164Z] === RUN TestValidGitTransport [2022-01-31T14:01:05.164Z] --- PASS: TestValidGitTransport (0.00s) [2022-01-31T14:01:05.164Z] === RUN TestGitInvalidRef [2022-01-31T14:01:05.164Z] --- PASS: TestGitInvalidRef (0.19s) [2022-01-31T14:01:05.164Z] PASS [2022-01-31T14:01:05.164Z] coverage: 86.3% of statements [2022-01-31T14:01:05.164Z] ok github.com/docker/docker/builder/remotecontext/git 31.716s coverage: 86.3% of statements [2022-01-31T14:01:06.029Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-01-31T14:01:06.151Z] ? github.com/docker/docker/cli [no test files] [2022-01-31T14:01:06.152Z] ? github.com/docker/docker/cli/config [no test files] [2022-01-31T14:01:06.592Z] --- PASS: TestGraphdriverPluginV2 (3.94s) [2022-01-31T14:01:06.592Z] PASS [2022-01-31T14:01:06.592Z] [2022-01-31T14:01:06.592Z] DONE 5 tests in 8.912s [2022-01-31T14:01:06.592Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-01-31T14:01:06.592Z] INFO: Testing against a local daemon [2022-01-31T14:01:06.592Z] === RUN TestContinueAfterPluginCrash [2022-01-31T14:01:06.592Z] === PAUSE TestContinueAfterPluginCrash [2022-01-31T14:01:06.592Z] === RUN TestReadPluginNoRead [2022-01-31T14:01:06.592Z] === PAUSE TestReadPluginNoRead [2022-01-31T14:01:06.592Z] === RUN TestDaemonStartWithLogOpt [2022-01-31T14:01:06.592Z] === PAUSE TestDaemonStartWithLogOpt [2022-01-31T14:01:06.592Z] === CONT TestContinueAfterPluginCrash [2022-01-31T14:01:06.592Z] === CONT TestDaemonStartWithLogOpt [2022-01-31T14:01:06.594Z] --- PASS: TestRenameContainerWithLinkedContainer (1.44s) [2022-01-31T14:01:06.594Z] === RUN TestResize [2022-01-31T14:01:07.202Z] --- PASS: TestResize (0.61s) [2022-01-31T14:01:07.202Z] === RUN TestResizeWithInvalidSize [2022-01-31T14:01:08.128Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2022-01-31T14:01:08.128Z] === RUN TestResizeWhenContainerNotStarted [2022-01-31T14:01:08.689Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:01:08.689Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:01:08.689Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:01:08.690Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:01:08.690Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:01:08.690Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:01:08.690Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:01:08.690Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:01:08.690Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:01:08.690Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:01:08.690Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:01:08.690Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:01:08.690Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-31T14:01:08.690Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:01:09.251Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-01-31T14:01:09.814Z] check_test.go:308: [d560b7e7dd0c7] daemon is not started [2022-01-31T14:01:09.858Z] --- PASS: TestDaemonStartWithLogOpt (3.36s) [2022-01-31T14:01:09.858Z] === CONT TestReadPluginNoRead [2022-01-31T14:01:10.077Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-01-31T14:01:10.913Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-01-31T14:01:10.914Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestConfigureDaemonLogs [2022-01-31T14:01:10.914Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestCommonOptionsInstallFlags [2022-01-31T14:01:10.914Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-01-31T14:01:10.914Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-01-31T14:01:10.914Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-01-31T14:01:10.914Z] PASS [2022-01-31T14:01:10.914Z] coverage: 18.6% of statements [2022-01-31T14:01:10.914Z] ok github.com/docker/docker/cmd/dockerd 0.214s coverage: 18.6% of statements [2022-01-31T14:01:10.914Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-01-31T14:01:10.914Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-01-31T14:01:11.485Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:01:11.748Z] === RUN TestReadPluginNoRead/default [2022-01-31T14:01:12.413Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-01-31T14:01:12.480Z] === RUN TestContainerStopSignal [2022-01-31T14:01:12.480Z] --- PASS: TestContainerStopSignal (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestContainerStopTimeout [2022-01-31T14:01:12.480Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestContainerSecretReferenceDestTarget [2022-01-31T14:01:12.480Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-01-31T14:01:12.480Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestContainerLogPathSetForRingLogger [2022-01-31T14:01:12.480Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestReplaceAndAppendEnvVars [2022-01-31T14:01:12.480Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-01-31T14:01:12.480Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestNewMemoryStore [2022-01-31T14:01:12.480Z] --- PASS: TestNewMemoryStore (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestAddContainers [2022-01-31T14:01:12.480Z] --- PASS: TestAddContainers (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestGetContainer [2022-01-31T14:01:12.480Z] --- PASS: TestGetContainer (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestDeleteContainer [2022-01-31T14:01:12.480Z] --- PASS: TestDeleteContainer (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestListContainers [2022-01-31T14:01:12.480Z] --- PASS: TestListContainers (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestFirstContainer [2022-01-31T14:01:12.480Z] --- PASS: TestFirstContainer (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestApplyAllContainer [2022-01-31T14:01:12.480Z] --- PASS: TestApplyAllContainer (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestIsValidHealthString [2022-01-31T14:01:12.480Z] --- PASS: TestIsValidHealthString (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestStateRunStop [2022-01-31T14:01:12.480Z] --- PASS: TestStateRunStop (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestStateTimeoutWait [2022-01-31T14:01:12.480Z] state_test.go:141: Stop callback fired [2022-01-31T14:01:12.480Z] state_test.go:165: Stop callback fired [2022-01-31T14:01:12.480Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-01-31T14:01:12.480Z] === RUN TestIsValidStateString [2022-01-31T14:01:12.480Z] --- PASS: TestIsValidStateString (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestViewSaveDelete [2022-01-31T14:01:12.480Z] --- PASS: TestViewSaveDelete (0.02s) [2022-01-31T14:01:12.480Z] === RUN TestViewAll [2022-01-31T14:01:12.480Z] --- PASS: TestViewAll (0.02s) [2022-01-31T14:01:12.480Z] === RUN TestViewGet [2022-01-31T14:01:12.480Z] --- PASS: TestViewGet (0.01s) [2022-01-31T14:01:12.480Z] === RUN TestNames [2022-01-31T14:01:12.480Z] --- PASS: TestNames (0.00s) [2022-01-31T14:01:12.480Z] === RUN TestViewWithHealthCheck [2022-01-31T14:01:12.480Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-01-31T14:01:12.480Z] PASS [2022-01-31T14:01:12.480Z] coverage: 41.7% of statements [2022-01-31T14:01:12.480Z] ok github.com/docker/docker/container 0.267s coverage: 41.7% of statements [2022-01-31T14:01:12.480Z] ? github.com/docker/docker/container/stream [no test files] [2022-01-31T14:01:12.480Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-01-31T14:01:12.480Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-01-31T14:01:12.480Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-01-31T14:01:13.112Z] === RUN TestReadPluginNoRead/disabled_caching [2022-01-31T14:01:13.339Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:01:13.473Z] === RUN TestPrepare [2022-01-31T14:01:13.473Z] --- PASS: TestPrepare (0.00s) [2022-01-31T14:01:13.473Z] === RUN TestStart [2022-01-31T14:01:13.473Z] --- PASS: TestStart (0.00s) [2022-01-31T14:01:13.473Z] === RUN TestWaitCancel [2022-01-31T14:01:13.473Z] --- PASS: TestWaitCancel (0.00s) [2022-01-31T14:01:13.473Z] === RUN TestWaitDisabled [2022-01-31T14:01:13.942Z] --- PASS: TestWaitDisabled (0.00s) [2022-01-31T14:01:13.942Z] === RUN TestWaitEnabled [2022-01-31T14:01:13.942Z] --- PASS: TestWaitEnabled (0.00s) [2022-01-31T14:01:13.942Z] === RUN TestRemove [2022-01-31T14:01:13.942Z] --- PASS: TestRemove (0.00s) [2022-01-31T14:01:13.942Z] PASS [2022-01-31T14:01:13.942Z] coverage: 65.3% of statements [2022-01-31T14:01:13.942Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.079s coverage: 65.3% of statements [2022-01-31T14:01:14.474Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-01-31T14:01:14.474Z] --- PASS: TestContinueAfterPluginCrash (8.33s) [2022-01-31T14:01:15.229Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:01:15.229Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:01:15.400Z] === CONT TestReadPluginNoRead [2022-01-31T14:01:15.400Z] read_test.go:92: [dbcf29d183337] daemon is not started [2022-01-31T14:01:15.400Z] --- PASS: TestReadPluginNoRead (5.76s) [2022-01-31T14:01:15.400Z] --- PASS: TestReadPluginNoRead/default (1.20s) [2022-01-31T14:01:15.400Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.22s) [2022-01-31T14:01:15.400Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s) [2022-01-31T14:01:15.400Z] PASS [2022-01-31T14:01:15.400Z] [2022-01-31T14:01:15.400Z] DONE 6 tests in 9.160s [2022-01-31T14:01:15.400Z] 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-01-31T14:01:15.400Z] testing: warning: no tests to run [2022-01-31T14:01:15.400Z] PASS [2022-01-31T14:01:15.400Z] [2022-01-31T14:01:15.400Z] DONE 0 tests in 0.011s [2022-01-31T14:01:15.400Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-01-31T14:01:15.400Z] INFO: Testing against a local daemon [2022-01-31T14:01:15.400Z] === RUN TestPluginWithDevMounts [2022-01-31T14:01:15.400Z] === PAUSE TestPluginWithDevMounts [2022-01-31T14:01:15.400Z] === CONT TestPluginWithDevMounts [2022-01-31T14:01:16.185Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-01-31T14:01:16.185Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.18s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCIsolation [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCIsolation [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-01-31T14:01:16.185Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCConfigs [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCConfigs [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-01-31T14:01:16.185Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-01-31T14:01:16.185Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-01-31T14:01:16.185Z] PASS [2022-01-31T14:01:16.185Z] coverage: 35.9% of statements [2022-01-31T14:01:16.185Z] ok github.com/docker/docker/daemon/cluster/convert 0.791s coverage: 35.9% of statements [2022-01-31T14:01:16.185Z] === RUN TestNewListSecretsFilters [2022-01-31T14:01:16.185Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-01-31T14:01:16.185Z] === RUN TestNewListConfigsFilters [2022-01-31T14:01:16.185Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-01-31T14:01:16.185Z] PASS [2022-01-31T14:01:16.185Z] coverage: 0.5% of statements [2022-01-31T14:01:16.185Z] ok github.com/docker/docker/daemon/cluster 0.958s coverage: 0.5% of statements [2022-01-31T14:01:16.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-01-31T14:01:16.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-01-31T14:01:16.595Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:01:16.850Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:01:17.310Z] --- PASS: TestPluginWithDevMounts (1.58s) [2022-01-31T14:01:17.310Z] PASS [2022-01-31T14:01:17.310Z] [2022-01-31T14:01:17.310Z] DONE 1 tests in 1.620s [2022-01-31T14:01:17.310Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-01-31T14:01:17.310Z] INFO: Testing against a local daemon [2022-01-31T14:01:17.310Z] === RUN TestSecretInspect [2022-01-31T14:01:19.140Z] === RUN TestBuilderGC [2022-01-31T14:01:19.140Z] --- PASS: TestBuilderGC (0.00s) [2022-01-31T14:01:19.140Z] === RUN TestDaemonConfigurationNotFound [2022-01-31T14:01:19.140Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-01-31T14:01:19.140Z] === RUN TestDaemonBrokenConfiguration [2022-01-31T14:01:19.140Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-01-31T14:01:19.140Z] === RUN TestFindConfigurationConflicts [2022-01-31T14:01:19.140Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-01-31T14:01:19.140Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-01-31T14:01:19.140Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-01-31T14:01:19.140Z] === RUN TestDaemonConfigurationMergeConflicts [2022-01-31T14:01:19.140Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-01-31T14:01:19.140Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-01-31T14:01:19.140Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-01-31T14:01:19.140Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-01-31T14:01:19.140Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-01-31T14:01:19.140Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-01-31T14:01:19.140Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-01-31T14:01:19.140Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-01-31T14:01:19.229Z] --- PASS: TestSecretInspect (2.19s) [2022-01-31T14:01:19.229Z] === RUN TestSecretList [2022-01-31T14:01:19.609Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-01-31T14:01:19.609Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-01-31T14:01:19.609Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-01-31T14:01:19.609Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-01-31T14:01:19.609Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-01-31T14:01:19.610Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-01-31T14:01:19.610Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-01-31T14:01:19.610Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-01-31T14:01:19.610Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-01-31T14:01:19.610Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-01-31T14:01:19.610Z] === RUN TestValidateConfiguration [2022-01-31T14:01:19.610Z] === RUN TestValidateConfiguration/with_label [2022-01-31T14:01:19.610Z] === RUN TestValidateConfiguration/with_dns [2022-01-31T14:01:19.610Z] === RUN TestValidateConfiguration/with_dns-search [2022-01-31T14:01:19.610Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-01-31T14:01:19.610Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-01-31T14:01:19.610Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-01-31T14:01:19.610Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-01-31T14:01:19.610Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfiguration (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-01-31T14:01:19.610Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-01-31T14:01:19.610Z] === RUN TestReloadSetConfigFileNotExist [2022-01-31T14:01:19.610Z] time="2022-01-31T14:01:18Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-01-31T14:01:19.610Z] --- PASS: TestReloadSetConfigFileNotExist (0.27s) [2022-01-31T14:01:19.610Z] === RUN TestReloadDefaultConfigNotExist [2022-01-31T14:01:19.610Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:01:19.610Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-01-31T14:01:19.610Z] === RUN TestReloadBadDefaultConfig [2022-01-31T14:01:19.610Z] time="2022-01-31T14:01:19Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-574636958" [2022-01-31T14:01:19.610Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-01-31T14:01:19.610Z] === RUN TestReloadWithConflictingLabels [2022-01-31T14:01:19.610Z] time="2022-01-31T14:01:19Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1234055461" [2022-01-31T14:01:19.610Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-01-31T14:01:19.610Z] === RUN TestReloadWithDuplicateLabels [2022-01-31T14:01:19.610Z] time="2022-01-31T14:01:19Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-625225582" [2022-01-31T14:01:19.610Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2022-01-31T14:01:19.610Z] === RUN TestMaskURLCredentials [2022-01-31T14:01:19.610Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-01-31T14:01:19.610Z] === RUN TestDaemonConfigurationMerge [2022-01-31T14:01:19.610Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-01-31T14:01:19.610Z] PASS [2022-01-31T14:01:19.610Z] coverage: 79.2% of statements [2022-01-31T14:01:19.610Z] ok github.com/docker/docker/daemon/config 0.536s coverage: 79.2% of statements [2022-01-31T14:01:19.610Z] === RUN TestEventsLog [2022-01-31T14:01:19.610Z] --- PASS: TestEventsLog (0.00s) [2022-01-31T14:01:19.610Z] === RUN TestEventsLogTimeout [2022-01-31T14:01:19.610Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-01-31T14:01:19.610Z] === RUN TestLogEvents [2022-01-31T14:01:19.610Z] --- PASS: TestLogEvents (0.05s) [2022-01-31T14:01:19.610Z] === RUN TestLoadBufferedEvents [2022-01-31T14:01:20.078Z] --- PASS: TestLoadBufferedEvents (0.18s) [2022-01-31T14:01:20.078Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-01-31T14:01:20.078Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-01-31T14:01:20.078Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-01-31T14:01:20.078Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-01-31T14:01:20.078Z] PASS [2022-01-31T14:01:20.078Z] coverage: 50.0% of statements [2022-01-31T14:01:20.078Z] ok github.com/docker/docker/daemon/events 0.287s coverage: 50.0% of statements [2022-01-31T14:01:20.078Z] === RUN TestWaitNodeAttachment [2022-01-31T14:01:20.548Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-01-31T14:01:20.548Z] === RUN TestIsolationConversion [2022-01-31T14:01:20.548Z] === RUN TestIsolationConversion/default [2022-01-31T14:01:20.548Z] === RUN TestIsolationConversion/process [2022-01-31T14:01:20.548Z] === RUN TestIsolationConversion/hyperv [2022-01-31T14:01:20.548Z] --- PASS: TestIsolationConversion (0.00s) [2022-01-31T14:01:20.548Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-01-31T14:01:20.548Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-01-31T14:01:20.548Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-01-31T14:01:20.548Z] === RUN TestContainerLabels [2022-01-31T14:01:20.548Z] --- PASS: TestContainerLabels (0.00s) [2022-01-31T14:01:20.548Z] === RUN TestCredentialSpecConversion [2022-01-31T14:01:20.548Z] === RUN TestCredentialSpecConversion/none [2022-01-31T14:01:20.548Z] === RUN TestCredentialSpecConversion/config [2022-01-31T14:01:20.548Z] === RUN TestCredentialSpecConversion/file [2022-01-31T14:01:20.548Z] === RUN TestCredentialSpecConversion/registry [2022-01-31T14:01:20.548Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-01-31T14:01:20.548Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-01-31T14:01:20.548Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-01-31T14:01:20.548Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-01-31T14:01:20.548Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-01-31T14:01:20.548Z] === RUN TestControllerValidateMountBind [2022-01-31T14:01:20.548Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-01-31T14:01:20.548Z] === RUN TestControllerValidateMountVolume [2022-01-31T14:01:20.548Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-01-31T14:01:20.548Z] === RUN TestControllerValidateMountTarget [2022-01-31T14:01:20.548Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-01-31T14:01:20.548Z] === RUN TestControllerValidateMountTmpfs [2022-01-31T14:01:20.548Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-01-31T14:01:20.548Z] === RUN TestControllerValidateMountInvalidType [2022-01-31T14:01:20.548Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-01-31T14:01:20.548Z] === RUN TestControllerValidateMountNamedPipe [2022-01-31T14:01:20.548Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-01-31T14:01:20.548Z] PASS [2022-01-31T14:01:20.548Z] coverage: 11.0% of statements [2022-01-31T14:01:20.548Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.626s coverage: 11.0% of statements [2022-01-31T14:01:21.015Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-01-31T14:01:21.017Z] === RUN TestIsEmptyDir [2022-01-31T14:01:21.017Z] --- PASS: TestIsEmptyDir (0.01s) [2022-01-31T14:01:21.017Z] PASS [2022-01-31T14:01:21.017Z] coverage: 2.3% of statements [2022-01-31T14:01:21.017Z] ok github.com/docker/docker/daemon/graphdriver 0.074s coverage: 2.3% of statements [2022-01-31T14:01:21.486Z] === RUN TestVerifyNetworkingConfig [2022-01-31T14:01:21.486Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestGetContainer [2022-01-31T14:01:21.486Z] --- PASS: TestGetContainer (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestValidContainerNames [2022-01-31T14:01:21.486Z] --- PASS: TestValidContainerNames (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestContainerInitDNS [2022-01-31T14:01:21.486Z] daemon_test.go:145: root required [2022-01-31T14:01:21.486Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestMerge [2022-01-31T14:01:21.486Z] --- PASS: TestMerge (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestValidateContainerIsolation [2022-01-31T14:01:21.486Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestFindNetworkErrorType [2022-01-31T14:01:21.486Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestEnsureServicesExist [2022-01-31T14:01:21.486Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestEnsureServicesExistErrors [2022-01-31T14:01:21.486Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-01-31T14:01:21.486Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-01-31T14:01:21.486Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-01-31T14:01:21.486Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-01-31T14:01:21.486Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-01-31T14:01:21.486Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-01-31T14:01:21.486Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestContainerDelete [2022-01-31T14:01:21.486Z] --- PASS: TestContainerDelete (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestContainerDoubleDelete [2022-01-31T14:01:21.486Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestLogContainerEventCopyLabels [2022-01-31T14:01:21.486Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestLogContainerEventWithAttributes [2022-01-31T14:01:21.486Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestNoneHealthcheck [2022-01-31T14:01:21.486Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestHealthStates [2022-01-31T14:01:21.486Z] === RUN TestLinkNaming [2022-01-31T14:01:21.486Z] --- PASS: TestLinkNaming (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestLinkNew [2022-01-31T14:01:21.486Z] --- PASS: TestLinkNew (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestLinkEnv [2022-01-31T14:01:21.486Z] --- PASS: TestLinkEnv (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestLinkMultipleEnv [2022-01-31T14:01:21.486Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-01-31T14:01:21.486Z] === RUN TestLinkPortRangeEnv [2022-01-31T14:01:21.486Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-01-31T14:01:21.486Z] PASS [2022-01-31T14:01:21.486Z] coverage: 93.0% of statements [2022-01-31T14:01:21.486Z] ok github.com/docker/docker/daemon/links 0.039s coverage: 93.0% of statements [2022-01-31T14:01:21.576Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:01:21.746Z] --- PASS: TestSecretList (2.11s) [2022-01-31T14:01:21.746Z] === RUN TestSecretsCreateAndDelete [2022-01-31T14:01:21.832Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-31T14:01:21.961Z] time="2022-01-31T14:01:21Z" 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-01-31T14:01:21.961Z] time="2022-01-31T14:01:21Z" 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-01-31T14:01:21.961Z] time="2022-01-31T14:01:21Z" 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-01-31T14:01:21.961Z] time="2022-01-31T14:01:21Z" 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-01-31T14:01:21.961Z] time="2022-01-31T14:01:21Z" 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-01-31T14:01:21.961Z] time="2022-01-31T14:01:21Z" 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-01-31T14:01:21.961Z] time="2022-01-31T14:01:21Z" 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-01-31T14:01:21.961Z] time="2022-01-31T14:01:21Z" 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-01-31T14:01:21.961Z] time="2022-01-31T14:01:21Z" 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-01-31T14:01:21.961Z] time="2022-01-31T14:01:21Z" 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-01-31T14:01:21.961Z] --- PASS: TestHealthStates (0.20s) [2022-01-31T14:01:21.961Z] === RUN TestGetInspectData [2022-01-31T14:01:21.961Z] --- PASS: TestGetInspectData (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestFillLicense [2022-01-31T14:01:21.961Z] --- PASS: TestFillLicense (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestListInvalidFilter [2022-01-31T14:01:21.961Z] --- PASS: TestListInvalidFilter (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestNameFilter [2022-01-31T14:01:21.961Z] --- PASS: TestNameFilter (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-01-31T14:01:21.961Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-01-31T14:01:21.961Z] === 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-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-01-31T14:01:21.961Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-01-31T14:01:21.961Z] --- 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-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-01-31T14:01:21.961Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestDaemonReloadLabels [2022-01-31T14:01:21.961Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-01-31T14:01:21.961Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestDaemonReloadMirrors [2022-01-31T14:01:21.961Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestDaemonReloadInsecureRegistries [2022-01-31T14:01:21.961Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestDaemonReloadNotAffectOthers [2022-01-31T14:01:21.961Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-01-31T14:01:21.961Z] reload_test.go:342: root required [2022-01-31T14:01:21.961Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-01-31T14:01:21.961Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-01-31T14:01:21.961Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-01-31T14:01:21.961Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2022-01-31T14:01:21.961Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-01-31T14:01:21.961Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-01-31T14:01:21.961Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-01-31T14:01:21.961Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-01-31T14:01:21.961Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-01-31T14:01:21.961Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-01-31T14:01:21.961Z] === RUN TestParseVolumesFrom [2022-01-31T14:01:21.961Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-01-31T14:01:21.961Z] PASS [2022-01-31T14:01:21.961Z] coverage: 8.6% of statements [2022-01-31T14:01:21.961Z] ok github.com/docker/docker/daemon 0.451s coverage: 8.6% of statements [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-01-31T14:01:21.961Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-01-31T14:01:23.537Z] === RUN TestAdapterReadLogs [2022-01-31T14:01:23.537Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-01-31T14:01:23.537Z] === RUN TestCopier [2022-01-31T14:01:23.537Z] --- PASS: TestCopier (0.00s) [2022-01-31T14:01:23.537Z] === RUN TestCopierLongLines [2022-01-31T14:01:23.537Z] --- PASS: TestCopierLongLines (0.00s) [2022-01-31T14:01:23.537Z] === RUN TestCopierSlow [2022-01-31T14:01:23.632Z] --- PASS: TestSecretsCreateAndDelete (2.16s) [2022-01-31T14:01:23.632Z] === RUN TestSecretsUpdate [2022-01-31T14:01:24.006Z] --- PASS: TestCopierSlow (0.20s) [2022-01-31T14:01:24.006Z] === RUN TestCopierWithSized [2022-01-31T14:01:24.006Z] === RUN TestCopierWithSized/as_is [2022-01-31T14:01:24.006Z] === RUN TestCopierWithSized/With_RingLogger [2022-01-31T14:01:24.006Z] --- PASS: TestCopierWithSized (0.01s) [2022-01-31T14:01:24.006Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-01-31T14:01:24.006Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-01-31T14:01:24.006Z] === RUN TestCopierWithPartial [2022-01-31T14:01:24.006Z] --- PASS: TestCopierWithPartial (0.00s) [2022-01-31T14:01:24.006Z] === RUN TestRingLogger [2022-01-31T14:01:24.006Z] --- PASS: TestRingLogger (0.00s) [2022-01-31T14:01:24.007Z] === RUN TestRingCap [2022-01-31T14:01:24.007Z] --- PASS: TestRingCap (0.00s) [2022-01-31T14:01:24.007Z] === RUN TestRingClose [2022-01-31T14:01:24.007Z] --- PASS: TestRingClose (0.00s) [2022-01-31T14:01:24.007Z] === RUN TestRingDrain [2022-01-31T14:01:24.007Z] --- PASS: TestRingDrain (0.00s) [2022-01-31T14:01:24.007Z] PASS [2022-01-31T14:01:24.007Z] coverage: 43.8% of statements [2022-01-31T14:01:24.007Z] ok github.com/docker/docker/daemon/logger 0.326s coverage: 43.8% of statements [2022-01-31T14:01:24.007Z] === RUN TestNewStreamConfig [2022-01-31T14:01:24.007Z] === RUN TestNewStreamConfig/defaults [2022-01-31T14:01:24.007Z] === RUN TestNewStreamConfig/invalid_create_group [2022-01-31T14:01:24.007Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-01-31T14:01:24.007Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-01-31T14:01:24.007Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-01-31T14:01:24.007Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-01-31T14:01:24.007Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-01-31T14:01:24.007Z] --- PASS: TestNewStreamConfig (0.00s) [2022-01-31T14:01:24.007Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-01-31T14:01:24.007Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-01-31T14:01:24.007Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-01-31T14:01:24.007Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-01-31T14:01:24.007Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-01-31T14:01:24.007Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-01-31T14:01:24.007Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-01-31T14:01:24.007Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-01-31T14:01:24.007Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-01-31T14:01:24.007Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-01-31T14:01:24.007Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-01-31T14:01:24.007Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-01-31T14:01:24.007Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-01-31T14:01:24.007Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-01-31T14:01:24.007Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-01-31T14:01:24.348Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-01-31T14:01:24.476Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-01-31T14:01:24.476Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestNewAWSLogsClientRegionDetect [2022-01-31T14:01:24.476Z] time="2022-01-31T14:01:23Z" level=info msg="Trying to get region from EC2 Metadata" [2022-01-31T14:01:24.476Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-01-31T14:01:24.476Z] === RUN TestCreateSuccess [2022-01-31T14:01:24.476Z] --- PASS: TestCreateSuccess (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCreateStreamSkipped [2022-01-31T14:01:24.476Z] time="2022-01-31T14:01:24Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-01-31T14:01:24.476Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCreateLogGroupSuccess [2022-01-31T14:01:24.476Z] time="2022-01-31T14:01:24Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-01-31T14:01:24.476Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCreateError [2022-01-31T14:01:24.476Z] --- PASS: TestCreateError (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCreateAlreadyExists [2022-01-31T14:01:24.476Z] time="2022-01-31T14:01:24Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-01-31T14:01:24.476Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestLogClosed [2022-01-31T14:01:24.476Z] --- PASS: TestLogClosed (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestLogBlocking [2022-01-31T14:01:24.476Z] --- PASS: TestLogBlocking (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestLogNonBlockingBufferEmpty [2022-01-31T14:01:24.476Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestLogNonBlockingBufferFull [2022-01-31T14:01:24.476Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestPublishBatchSuccess [2022-01-31T14:01:24.476Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestPublishBatchError [2022-01-31T14:01:24.476Z] time="2022-01-31T14:01:24Z" level=error msg=error [2022-01-31T14:01:24.476Z] --- PASS: TestPublishBatchError (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-01-31T14:01:24.476Z] time="2022-01-31T14:01:24Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-31T14:01:24.476Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestPublishBatchAlreadyAccepted [2022-01-31T14:01:24.476Z] time="2022-01-31T14:01:24Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-31T14:01:24.476Z] time="2022-01-31T14:01:24Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-01-31T14:01:24.476Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCollectBatchSimple [2022-01-31T14:01:24.476Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCollectBatchTicker [2022-01-31T14:01:24.476Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCollectBatchMultilinePattern [2022-01-31T14:01:24.476Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-01-31T14:01:24.476Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-01-31T14:01:24.476Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-01-31T14:01:24.476Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.15s) [2022-01-31T14:01:24.476Z] === RUN TestCollectBatchClose [2022-01-31T14:01:24.476Z] --- PASS: TestCollectBatchClose (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestEffectiveLen [2022-01-31T14:01:24.476Z] === RUN TestEffectiveLen/0/Hello [2022-01-31T14:01:24.476Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-01-31T14:01:24.476Z] === RUN TestEffectiveLen/2/🙃 [2022-01-31T14:01:24.476Z] === RUN TestEffectiveLen/3/���� [2022-01-31T14:01:24.476Z] === RUN TestEffectiveLen/4/He��o [2022-01-31T14:01:24.476Z] === RUN TestEffectiveLen/5/ [2022-01-31T14:01:24.476Z] --- PASS: TestEffectiveLen (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestFindValidSplit [2022-01-31T14:01:24.476Z] === RUN TestFindValidSplit/0/ [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1076: [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:01:24.476Z] === RUN TestFindValidSplit/1/Hello [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1076: Hello [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:01:24.476Z] === RUN TestFindValidSplit/2/Hello [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1076: He [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1077: llo [2022-01-31T14:01:24.476Z] === RUN TestFindValidSplit/3/Hello [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1076: [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1077: Hello [2022-01-31T14:01:24.476Z] === RUN TestFindValidSplit/4/🙃 [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1076: [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1077: 🙃 [2022-01-31T14:01:24.476Z] === RUN TestFindValidSplit/5/🙃 [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1076: 🙃 [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:01:24.476Z] === RUN TestFindValidSplit/6/a� [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1076: a [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1077: � [2022-01-31T14:01:24.476Z] === RUN TestFindValidSplit/7/a� [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1076: a� [2022-01-31T14:01:24.476Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:01:24.476Z] --- PASS: TestFindValidSplit (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-01-31T14:01:24.476Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestProcessEventEmoji [2022-01-31T14:01:24.476Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCollectBatchLineSplit [2022-01-31T14:01:24.476Z] --- PASS: TestCollectBatchLineSplit (0.02s) [2022-01-31T14:01:24.476Z] === RUN TestCollectBatchLineSplitWithBinary [2022-01-31T14:01:24.476Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-01-31T14:01:24.476Z] === RUN TestCollectBatchMaxEvents [2022-01-31T14:01:24.945Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2022-01-31T14:01:24.945Z] === RUN TestCollectBatchMaxTotalBytes [2022-01-31T14:01:24.945Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-01-31T14:01:24.945Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-01-31T14:01:24.945Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-01-31T14:01:24.945Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-01-31T14:01:24.945Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-01-31T14:01:24.945Z] === RUN TestParseLogOptionsMultilinePattern [2022-01-31T14:01:24.945Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestParseLogOptionsDatetimeFormat [2022-01-31T14:01:24.945Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-01-31T14:01:24.945Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-01-31T14:01:24.945Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-01-31T14:01:24.945Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-01-31T14:01:24.945Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-01-31T14:01:24.945Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-01-31T14:01:24.945Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-01-31T14:01:24.945Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptReconnectInterval [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsFormat [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsFormat/1/random [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsFormat/2/ [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestCreateTagSuccess [2022-01-31T14:01:24.945Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-01-31T14:01:24.945Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-01-31T14:01:24.945Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-01-31T14:01:24.945Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-01-31T14:01:24.945Z] PASS [2022-01-31T14:01:24.945Z] coverage: 33.6% of statements [2022-01-31T14:01:24.945Z] ok github.com/docker/docker/daemon/logger/fluentd 0.054s coverage: 33.6% of statements [2022-01-31T14:01:24.945Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-01-31T14:01:24.945Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-01-31T14:01:24.945Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-01-31T14:01:24.945Z] PASS [2022-01-31T14:01:24.945Z] coverage: 80.2% of statements [2022-01-31T14:01:24.945Z] ok github.com/docker/docker/daemon/logger/awslogs 0.548s coverage: 80.2% of statements [2022-01-31T14:01:24.945Z] === RUN TestSearchRegistryForImagesErrors [2022-01-31T14:01:24.945Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestSearchRegistryForImages [2022-01-31T14:01:24.945Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestOnlyPlatformWithFallback [2022-01-31T14:01:24.945Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-01-31T14:01:24.945Z] === RUN TestImageDelete [2022-01-31T14:01:24.945Z] === RUN TestImageDelete/no_lease [2022-01-31T14:01:24.945Z] === RUN TestImageDelete/lease_exists [2022-01-31T14:01:24.945Z] --- PASS: TestImageDelete (0.05s) [2022-01-31T14:01:24.945Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-01-31T14:01:24.945Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-01-31T14:01:24.945Z] === RUN TestContentStoreForPull [2022-01-31T14:01:25.414Z] --- PASS: TestContentStoreForPull (0.24s) [2022-01-31T14:01:25.414Z] PASS [2022-01-31T14:01:25.414Z] coverage: 6.6% of statements [2022-01-31T14:01:25.414Z] ok github.com/docker/docker/daemon/images 0.421s coverage: 6.6% of statements [2022-01-31T14:01:25.414Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-01-31T14:01:25.414Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-01-31T14:01:25.414Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-01-31T14:01:25.414Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-01-31T14:01:25.414Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-01-31T14:01:25.414Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-01-31T14:01:25.752Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-31T14:01:25.883Z] === RUN TestJSONFileLogger [2022-01-31T14:01:25.883Z] --- PASS: TestJSONFileLogger (0.00s) [2022-01-31T14:01:25.883Z] === RUN TestJSONFileLoggerWithTags [2022-01-31T14:01:25.883Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-01-31T14:01:25.883Z] === RUN TestJSONFileLoggerWithOpts [2022-01-31T14:01:25.883Z] === RUN TestJSONLogsMarshalJSONBuf [2022-01-31T14:01:25.883Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-01-31T14:01:25.883Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-01-31T14:01:25.883Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-01-31T14:01:25.883Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-01-31T14:01:25.883Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-01-31T14:01:25.883Z] === RUN TestEncodeDecode [2022-01-31T14:01:25.883Z] === PAUSE TestEncodeDecode [2022-01-31T14:01:25.883Z] === RUN TestUnexpectedEOF [2022-01-31T14:01:25.883Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-01-31T14:01:25.883Z] === RUN TestFastTimeMarshalJSON [2022-01-31T14:01:25.883Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-01-31T14:01:25.883Z] PASS [2022-01-31T14:01:25.883Z] coverage: 87.2% of statements [2022-01-31T14:01:25.883Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.240s coverage: 87.2% of statements [2022-01-31T14:01:25.883Z] time="2022-01-31T14:01:25Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-31T14:01:25.883Z] time="2022-01-31T14:01:25Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-31T14:01:25.883Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-01-31T14:01:25.883Z] === CONT TestEncodeDecode [2022-01-31T14:01:25.883Z] --- PASS: TestEncodeDecode (0.00s) [2022-01-31T14:01:25.883Z] PASS [2022-01-31T14:01:25.883Z] coverage: 69.9% of statements [2022-01-31T14:01:25.883Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.276s coverage: 69.9% of statements [2022-01-31T14:01:26.142Z] --- PASS: TestSecretsUpdate (2.16s) [2022-01-31T14:01:26.142Z] === RUN TestTemplatedSecret [2022-01-31T14:01:26.352Z] === RUN TestWriteLog [2022-01-31T14:01:26.352Z] === PAUSE TestWriteLog [2022-01-31T14:01:26.352Z] === RUN TestReadLog [2022-01-31T14:01:26.352Z] === PAUSE TestReadLog [2022-01-31T14:01:26.352Z] === RUN TestDecode [2022-01-31T14:01:26.352Z] --- PASS: TestDecode (0.02s) [2022-01-31T14:01:26.352Z] === CONT TestWriteLog [2022-01-31T14:01:26.352Z] === CONT TestReadLog [2022-01-31T14:01:26.352Z] --- PASS: TestWriteLog (0.00s) [2022-01-31T14:01:26.352Z] === RUN TestReadLog/tail_exact [2022-01-31T14:01:26.821Z] === RUN TestReadLog/tail_less_than_available [2022-01-31T14:01:26.821Z] === RUN TestReadLog/tail_more_than_available [2022-01-31T14:01:26.821Z] --- PASS: TestReadLog (0.26s) [2022-01-31T14:01:26.821Z] --- PASS: TestReadLog/tail_exact (0.19s) [2022-01-31T14:01:26.821Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-01-31T14:01:26.821Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2022-01-31T14:01:26.821Z] PASS [2022-01-31T14:01:26.821Z] coverage: 78.7% of statements [2022-01-31T14:01:26.821Z] ok github.com/docker/docker/daemon/logger/local 0.368s coverage: 78.7% of statements [2022-01-31T14:01:26.821Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-01-31T14:01:27.118Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-01-31T14:01:27.290Z] === RUN TestOpenFileDelete [2022-01-31T14:01:27.290Z] --- PASS: TestOpenFileDelete (0.00s) [2022-01-31T14:01:27.290Z] === RUN TestOpenFileRename [2022-01-31T14:01:27.290Z] --- PASS: TestOpenFileRename (0.01s) [2022-01-31T14:01:27.290Z] === RUN TestHandleDecoderErr [2022-01-31T14:01:27.290Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-01-31T14:01:27.290Z] === RUN TestParseLogTagDefaultTag [2022-01-31T14:01:27.290Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-01-31T14:01:27.290Z] === RUN TestParseLogTag [2022-01-31T14:01:27.290Z] --- PASS: TestParseLogTag (0.00s) [2022-01-31T14:01:27.290Z] === RUN TestParseLogTagEmptyTag [2022-01-31T14:01:27.290Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-01-31T14:01:27.290Z] === RUN TestTailFiles [2022-01-31T14:01:27.290Z] --- PASS: TestTailFiles (0.00s) [2022-01-31T14:01:27.290Z] === RUN TestFollowLogsConsumerGone [2022-01-31T14:01:27.290Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-01-31T14:01:27.290Z] === RUN TestFollowLogsProducerGone [2022-01-31T14:01:27.290Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-01-31T14:01:27.290Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-01-31T14:01:27.290Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-01-31T14:01:27.290Z] === RUN TestCheckCapacityAndRotate [2022-01-31T14:01:27.290Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-01-31T14:01:27.290Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-01-31T14:01:27.290Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-01-31T14:01:27.290Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-01-31T14:01:27.290Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-01-31T14:01:27.290Z] PASS [2022-01-31T14:01:27.290Z] coverage: 53.4% of statements [2022-01-31T14:01:27.290Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.156s coverage: 53.4% of statements [2022-01-31T14:01:27.374Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-01-31T14:01:27.374Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-31T14:01:27.629Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-01-31T14:01:27.762Z] === RUN TestLog [2022-01-31T14:01:27.762Z] --- PASS: TestLog (0.00s) [2022-01-31T14:01:27.762Z] PASS [2022-01-31T14:01:27.762Z] coverage: 31.5% of statements [2022-01-31T14:01:27.762Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.057s coverage: 31.5% of statements [2022-01-31T14:01:27.762Z] === RUN TestValidateLogOpt [2022-01-31T14:01:27.762Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-31T14:01:27.762Z] === RUN TestNewMissedConfig [2022-01-31T14:01:27.762Z] --- PASS: TestNewMissedConfig (0.00s) [2022-01-31T14:01:27.762Z] === RUN TestNewMissedUrl [2022-01-31T14:01:27.762Z] --- PASS: TestNewMissedUrl (0.00s) [2022-01-31T14:01:27.762Z] === RUN TestNewMissedToken [2022-01-31T14:01:27.762Z] --- PASS: TestNewMissedToken (0.00s) [2022-01-31T14:01:27.762Z] === RUN TestNewWithProxy [2022-01-31T14:01:27.762Z] --- PASS: TestNewWithProxy (0.00s) [2022-01-31T14:01:27.762Z] === RUN TestDefault [2022-01-31T14:01:27.762Z] --- PASS: TestDefault (0.01s) [2022-01-31T14:01:27.762Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-01-31T14:01:27.762Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-01-31T14:01:27.762Z] === RUN TestJsonFormat [2022-01-31T14:01:27.762Z] --- PASS: TestJsonFormat (0.01s) [2022-01-31T14:01:27.762Z] === RUN TestRawFormat [2022-01-31T14:01:27.762Z] --- PASS: TestRawFormat (0.00s) [2022-01-31T14:01:27.762Z] === RUN TestRawFormatWithLabels [2022-01-31T14:01:27.762Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-01-31T14:01:27.762Z] === RUN TestRawFormatWithoutTag [2022-01-31T14:01:27.762Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-01-31T14:01:27.762Z] === RUN TestBatching [2022-01-31T14:01:28.028Z] --- PASS: TestTemplatedSecret (2.46s) [2022-01-31T14:01:28.028Z] === RUN TestSecretCreateResolve [2022-01-31T14:01:28.190Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-31T14:01:28.242Z] --- PASS: TestBatching (0.46s) [2022-01-31T14:01:28.242Z] === RUN TestFrequency [2022-01-31T14:01:28.720Z] === RUN TestNewParse [2022-01-31T14:01:28.720Z] --- PASS: TestNewParse (0.00s) [2022-01-31T14:01:28.720Z] PASS [2022-01-31T14:01:28.720Z] coverage: 8.3% of statements [2022-01-31T14:01:28.720Z] ok github.com/docker/docker/daemon/logger/templates 0.038s coverage: 8.3% of statements [2022-01-31T14:01:28.720Z] === RUN TestParseLogFormat [2022-01-31T14:01:28.720Z] --- PASS: TestParseLogFormat (0.00s) [2022-01-31T14:01:28.720Z] === RUN TestValidateLogOptEmpty [2022-01-31T14:01:28.720Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-01-31T14:01:28.720Z] === RUN TestValidateSyslogAddress [2022-01-31T14:01:28.720Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-01-31T14:01:28.720Z] === RUN TestParseAddressDefaultPort [2022-01-31T14:01:28.720Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-01-31T14:01:28.720Z] === RUN TestValidateSyslogFacility [2022-01-31T14:01:28.720Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-01-31T14:01:28.720Z] === RUN TestValidateLogOptSyslogFormat [2022-01-31T14:01:28.720Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-01-31T14:01:28.720Z] === RUN TestValidateLogOpt [2022-01-31T14:01:28.720Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-31T14:01:28.720Z] PASS [2022-01-31T14:01:28.720Z] coverage: 46.8% of statements [2022-01-31T14:01:28.720Z] ok github.com/docker/docker/daemon/logger/syslog 0.045s coverage: 46.8% of statements [2022-01-31T14:01:28.720Z] --- PASS: TestFrequency (0.16s) [2022-01-31T14:01:28.720Z] === RUN TestOneMessagePerRequest [2022-01-31T14:01:28.720Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-01-31T14:01:28.720Z] === RUN TestVerify [2022-01-31T14:01:28.720Z] --- PASS: TestVerify (0.00s) [2022-01-31T14:01:28.720Z] === RUN TestSkipVerify [2022-01-31T14:01:28.720Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:28.720Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:28.721Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:28.721Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:29.159Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-01-31T14:01:29.189Z] --- PASS: TestSkipVerify (0.56s) [2022-01-31T14:01:29.189Z] === RUN TestBufferMaximum [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637688.868750\",\"host\":\"27b12c5c65c7\"}'" [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637688.868750\",\"host\":\"27b12c5c65c7\"}'" [2022-01-31T14:01:29.189Z] --- PASS: TestBufferMaximum (0.00s) [2022-01-31T14:01:29.189Z] === RUN TestServerAlwaysDown [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637688.871750\",\"host\":\"27b12c5c65c7\"}'" [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637688.872054\",\"host\":\"27b12c5c65c7\"}'" [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637688.872054\",\"host\":\"27b12c5c65c7\"}'" [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637688.879673\",\"host\":\"27b12c5c65c7\"}'" [2022-01-31T14:01:29.189Z] time="2022-01-31T14:01:28Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637688.879673\",\"host\":\"27b12c5c65c7\"}'" [2022-01-31T14:01:29.189Z] --- PASS: TestServerAlwaysDown (0.01s) [2022-01-31T14:01:29.189Z] === RUN TestCannotSendAfterClose [2022-01-31T14:01:29.189Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-01-31T14:01:29.189Z] === RUN TestDeadlockOnBlockedEndpoint [2022-01-31T14:01:29.720Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-01-31T14:01:30.177Z] time="2022-01-31T14:01:29Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-01-31T14:01:30.177Z] time="2022-01-31T14:01:29Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"27b12c5c65c7\"}'" [2022-01-31T14:01:30.177Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-01-31T14:01:30.177Z] PASS [2022-01-31T14:01:30.177Z] coverage: 82.5% of statements [2022-01-31T14:01:30.177Z] ok github.com/docker/docker/daemon/logger/splunk 2.292s coverage: 82.5% of statements [2022-01-31T14:01:30.177Z] ? github.com/docker/docker/daemon/names [no test files] [2022-01-31T14:01:30.177Z] ? github.com/docker/docker/daemon/network [no test files] [2022-01-31T14:01:30.177Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-01-31T14:01:30.177Z] === RUN TestV1IDService [2022-01-31T14:01:30.177Z] --- PASS: TestV1IDService (0.02s) [2022-01-31T14:01:30.177Z] === RUN TestV2MetadataService [2022-01-31T14:01:30.284Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-31T14:01:30.540Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-01-31T14:01:30.541Z] --- PASS: TestSecretCreateResolve (2.17s) [2022-01-31T14:01:30.541Z] PASS [2022-01-31T14:01:30.541Z] [2022-01-31T14:01:30.541Z] DONE 6 tests in 13.270s [2022-01-31T14:01:30.541Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-01-31T14:01:30.541Z] INFO: Testing against a local daemon [2022-01-31T14:01:30.541Z] === RUN TestServiceCreateInit [2022-01-31T14:01:30.541Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-31T14:01:30.647Z] === RUN TestSuccessfulDownload [2022-01-31T14:01:30.647Z] download_test.go:267: Needs fixing on Windows [2022-01-31T14:01:30.647Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-01-31T14:01:30.647Z] === RUN TestCancelledDownload [2022-01-31T14:01:30.647Z] --- PASS: TestCancelledDownload (0.00s) [2022-01-31T14:01:30.647Z] === RUN TestMaxDownloadAttempts [2022-01-31T14:01:30.647Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-31T14:01:30.647Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-31T14:01:30.647Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-31T14:01:30.647Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-31T14:01:30.647Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-31T14:01:30.647Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-31T14:01:30.647Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-31T14:01:30.647Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-31T14:01:30.647Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-31T14:01:30.647Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-31T14:01:30.647Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-31T14:01:30.647Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-31T14:01:31.116Z] time="2022-01-31T14:01:30Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:01:31.116Z] time="2022-01-31T14:01:30Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:01:31.116Z] time="2022-01-31T14:01:30Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:01:31.116Z] time="2022-01-31T14:01:30Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:01:31.116Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-01-31T14:01:31.116Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.46s) [2022-01-31T14:01:31.116Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.46s) [2022-01-31T14:01:31.116Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.46s) [2022-01-31T14:01:31.116Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.46s) [2022-01-31T14:01:31.116Z] === RUN TestTransfer [2022-01-31T14:01:31.116Z] --- PASS: TestTransfer (0.12s) [2022-01-31T14:01:31.116Z] === RUN TestConcurrencyLimit [2022-01-31T14:01:31.116Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-01-31T14:01:31.116Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-01-31T14:01:31.116Z] === RUN TestContinueOnError_MirrorEndpoint [2022-01-31T14:01:31.116Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-01-31T14:01:31.116Z] === RUN TestContinueOnError_NeverContinue [2022-01-31T14:01:31.116Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-01-31T14:01:31.116Z] === RUN TestManifestStore [2022-01-31T14:01:31.116Z] === RUN TestManifestStore/no_remote_or_local [2022-01-31T14:01:31.116Z] --- PASS: TestV2MetadataService (1.00s) [2022-01-31T14:01:31.116Z] PASS [2022-01-31T14:01:31.116Z] coverage: 48.2% of statements [2022-01-31T14:01:31.116Z] time="2022-01-31T14:01:31Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2256962846\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-01-31T14:01:31.116Z] === RUN TestManifestStore/no_local_cache [2022-01-31T14:01:31.116Z] ok github.com/docker/docker/distribution/metadata 1.117s coverage: 48.2% of statements [2022-01-31T14:01:31.116Z] === RUN TestManifestStore/with_local_cache [2022-01-31T14:01:31.116Z] === RUN TestManifestStore/unknown_media_type [2022-01-31T14:01:31.116Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-01-31T14:01:31.116Z] time="2022-01-31T14:01:31Z" level=warning msg="reference for unknown type: " [2022-01-31T14:01:31.116Z] time="2022-01-31T14:01:31Z" level=warning msg="reference for unknown type: " [2022-01-31T14:01:31.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-01-31T14:01:31.512Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-31T14:01:31.586Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-01-31T14:01:31.586Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-01-31T14:01:31.586Z] time="2022-01-31T14:01:31Z" level=warning msg="reference for unknown type: " [2022-01-31T14:01:31.586Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-01-31T14:01:31.586Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-01-31T14:01:31.586Z] === RUN TestInactiveJobs [2022-01-31T14:01:31.586Z] time="2022-01-31T14:01:31Z" level=warning msg="reference for unknown type: " [2022-01-31T14:01:31.586Z] time="2022-01-31T14:01:31Z" level=warning msg="reference for unknown type: " [2022-01-31T14:01:31.586Z] === RUN TestManifestStore/error_persisting_manifest [2022-01-31T14:01:31.586Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-01-31T14:01:31.586Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-01-31T14:01:31.586Z] time="2022-01-31T14:01:31Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore (0.34s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/no_remote_or_local (0.21s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaType [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-01-31T14:01:31.586Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestFixManifestLayers [2022-01-31T14:01:31.586Z] --- PASS: TestFixManifestLayers (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestFixManifestLayersBaseLayerParent [2022-01-31T14:01:31.586Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-31T14:01:31.586Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestFixManifestLayersBadParent [2022-01-31T14:01:31.586Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestValidateManifest [2022-01-31T14:01:31.586Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-31T14:01:31.586Z] --- SKIP: TestValidateManifest (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestFormatPlatform [2022-01-31T14:01:31.586Z] --- PASS: TestFormatPlatform (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestGetRepositoryMountCandidates [2022-01-31T14:01:31.586Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestLayerAlreadyExists [2022-01-31T14:01:31.586Z] 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-01-31T14:01:31.586Z] 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-01-31T14:01:31.586Z] 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-01-31T14:01:31.586Z] 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-01-31T14:01:31.586Z] 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-01-31T14:01:31.586Z] 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-01-31T14:01:31.586Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestWhenEmptyAuthConfig [2022-01-31T14:01:31.586Z] === RUN TestNotFound [2022-01-31T14:01:31.586Z] --- PASS: TestNotFound (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestConflict [2022-01-31T14:01:31.586Z] --- PASS: TestConflict (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestForbidden [2022-01-31T14:01:31.586Z] --- PASS: TestForbidden (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestInvalidParameter [2022-01-31T14:01:31.586Z] --- PASS: TestInvalidParameter (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestNotImplemented [2022-01-31T14:01:31.586Z] --- PASS: TestNotImplemented (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestNotModified [2022-01-31T14:01:31.586Z] --- PASS: TestNotModified (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestUnauthorized [2022-01-31T14:01:31.586Z] --- PASS: TestUnauthorized (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestUnknown [2022-01-31T14:01:31.586Z] --- PASS: TestUnknown (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestCancelled [2022-01-31T14:01:31.586Z] --- PASS: TestCancelled (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestDeadline [2022-01-31T14:01:31.586Z] --- PASS: TestDeadline (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestDataLoss [2022-01-31T14:01:31.586Z] --- PASS: TestDataLoss (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestUnavailable [2022-01-31T14:01:31.586Z] --- PASS: TestUnavailable (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestSystem [2022-01-31T14:01:31.586Z] --- PASS: TestSystem (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Not_Found [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Bad_Request [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Conflict [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Unauthorized [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Service_Unavailable [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Forbidden [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Not_Modified [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Not_Implemented [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-01-31T14:01:31.586Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-01-31T14:01:31.586Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-01-31T14:01:31.586Z] PASS [2022-01-31T14:01:31.586Z] coverage: 53.1% of statements [2022-01-31T14:01:31.586Z] ok github.com/docker/docker/errdefs 0.043s coverage: 53.1% of statements [2022-01-31T14:01:31.586Z] --- PASS: TestInactiveJobs (0.38s) [2022-01-31T14:01:31.586Z] === RUN TestWatchRelease [2022-01-31T14:01:31.586Z] --- PASS: TestWatchRelease (0.04s) [2022-01-31T14:01:31.586Z] === RUN TestWatchFinishedTransfer [2022-01-31T14:01:31.586Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-01-31T14:01:31.586Z] === RUN TestDuplicateTransfer [2022-01-31T14:01:32.093Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-01-31T14:01:32.234Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-01-31T14:01:32.234Z] === RUN TestSuccessfulUpload [2022-01-31T14:01:32.234Z] time="2022-01-31T14:01:31Z" level=error msg="Upload failed, retrying: simulating retry" [2022-01-31T14:01:32.234Z] --- PASS: TestSuccessfulUpload (0.49s) [2022-01-31T14:01:32.234Z] === RUN TestCancelledUpload [2022-01-31T14:01:32.234Z] --- PASS: TestCancelledUpload (0.00s) [2022-01-31T14:01:32.234Z] PASS [2022-01-31T14:01:32.234Z] coverage: 77.1% of statements [2022-01-31T14:01:32.234Z] ok github.com/docker/docker/distribution/xfer 1.968s coverage: 77.1% of statements [2022-01-31T14:01:32.705Z] --- PASS: TestWhenEmptyAuthConfig (1.38s) [2022-01-31T14:01:32.705Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-01-31T14:01:32.705Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-01-31T14:01:32.705Z] === RUN TestTokenPassThru [2022-01-31T14:01:32.705Z] --- PASS: TestTokenPassThru (0.02s) [2022-01-31T14:01:32.705Z] === RUN TestTokenPassThruDifferentHost [2022-01-31T14:01:32.705Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-01-31T14:01:32.705Z] PASS [2022-01-31T14:01:32.705Z] coverage: 24.6% of statements [2022-01-31T14:01:32.705Z] ok github.com/docker/docker/distribution 1.877s coverage: 24.6% of statements [2022-01-31T14:01:33.062Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-31T14:01:33.174Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-01-31T14:01:33.174Z] ? github.com/docker/docker/dockerversion [no test files] [2022-01-31T14:01:33.174Z] === RUN TestFSGetInvalidData [2022-01-31T14:01:33.174Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-01-31T14:01:33.174Z] === RUN TestFSInvalidSet [2022-01-31T14:01:33.174Z] --- PASS: TestFSInvalidSet (0.01s) [2022-01-31T14:01:33.174Z] === RUN TestFSInvalidRoot [2022-01-31T14:01:33.174Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-01-31T14:01:33.174Z] === RUN TestFSMetadataGetSet [2022-01-31T14:01:33.174Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-01-31T14:01:33.174Z] === RUN TestFSInvalidWalker [2022-01-31T14:01:33.174Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-01-31T14:01:33.174Z] === RUN TestFSGetSet [2022-01-31T14:01:33.174Z] --- PASS: TestFSGetSet (0.02s) [2022-01-31T14:01:33.174Z] === RUN TestFSGetUnsetKey [2022-01-31T14:01:33.174Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-01-31T14:01:33.174Z] === RUN TestFSGetEmptyData [2022-01-31T14:01:33.174Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-01-31T14:01:33.174Z] === RUN TestFSDelete [2022-01-31T14:01:33.174Z] === RUN TestCompare [2022-01-31T14:01:33.174Z] --- PASS: TestCompare (0.00s) [2022-01-31T14:01:33.174Z] PASS [2022-01-31T14:01:33.174Z] coverage: 19.2% of statements [2022-01-31T14:01:33.174Z] --- PASS: TestFSDelete (0.02s) [2022-01-31T14:01:33.174Z] === RUN TestFSWalker [2022-01-31T14:01:33.174Z] ok github.com/docker/docker/image/cache 0.078s coverage: 19.2% of statements [2022-01-31T14:01:33.174Z] --- PASS: TestFSWalker (0.02s) [2022-01-31T14:01:33.174Z] === RUN TestFSWalkerStopOnError [2022-01-31T14:01:33.174Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-01-31T14:01:33.174Z] === RUN TestNewFromJSON [2022-01-31T14:01:33.174Z] --- PASS: TestNewFromJSON (0.00s) [2022-01-31T14:01:33.174Z] === RUN TestNewFromJSONWithInvalidJSON [2022-01-31T14:01:33.174Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-01-31T14:01:33.174Z] === RUN TestMarshalKeyOrder [2022-01-31T14:01:33.174Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-01-31T14:01:33.174Z] === RUN TestHistoryEqual [2022-01-31T14:01:33.643Z] --- PASS: TestHistoryEqual (0.20s) [2022-01-31T14:01:33.643Z] === RUN TestImage [2022-01-31T14:01:33.643Z] --- PASS: TestImage (0.00s) [2022-01-31T14:01:33.643Z] === RUN TestImageOSNotEmpty [2022-01-31T14:01:33.643Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-01-31T14:01:33.643Z] === RUN TestNewChildImageFromImageWithRootFS [2022-01-31T14:01:33.643Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-01-31T14:01:33.643Z] === RUN TestCreate [2022-01-31T14:01:33.643Z] --- PASS: TestCreate (0.01s) [2022-01-31T14:01:33.643Z] === RUN TestRestore [2022-01-31T14:01:33.643Z] time="2022-01-31T14:01:33Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-01-31T14:01:33.643Z] --- PASS: TestRestore (0.05s) [2022-01-31T14:01:33.643Z] === RUN TestAddDelete [2022-01-31T14:01:33.643Z] --- PASS: TestAddDelete (0.04s) [2022-01-31T14:01:33.643Z] === RUN TestSearchAfterDelete [2022-01-31T14:01:33.643Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-01-31T14:01:33.643Z] === RUN TestParentReset [2022-01-31T14:01:33.643Z] --- PASS: TestParentReset (0.03s) [2022-01-31T14:01:33.643Z] === RUN TestGetAndSetLastUpdated [2022-01-31T14:01:33.643Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-01-31T14:01:33.643Z] === RUN TestStoreLen [2022-01-31T14:01:33.643Z] --- PASS: TestStoreLen (0.19s) [2022-01-31T14:01:33.643Z] PASS [2022-01-31T14:01:33.643Z] coverage: 86.6% of statements [2022-01-31T14:01:33.643Z] ok github.com/docker/docker/image 0.841s coverage: 86.6% of statements [2022-01-31T14:01:34.112Z] === RUN TestValidateManifest [2022-01-31T14:01:34.112Z] === RUN TestValidateManifest/nil [2022-01-31T14:01:34.112Z] === RUN TestValidateManifest/non-nil [2022-01-31T14:01:34.112Z] --- PASS: TestValidateManifest (0.00s) [2022-01-31T14:01:34.112Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-01-31T14:01:34.112Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-01-31T14:01:34.112Z] PASS [2022-01-31T14:01:34.112Z] coverage: 0.7% of statements [2022-01-31T14:01:34.112Z] ok github.com/docker/docker/image/tarexport 0.066s coverage: 0.7% of statements [2022-01-31T14:01:34.112Z] === RUN TestMakeV1ConfigFromConfig [2022-01-31T14:01:34.112Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-01-31T14:01:34.112Z] PASS [2022-01-31T14:01:34.112Z] coverage: 25.0% of statements [2022-01-31T14:01:34.112Z] ok github.com/docker/docker/image/v1 0.069s coverage: 25.0% of statements [2022-01-31T14:01:34.112Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-01-31T14:01:34.745Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-31T14:01:35.035Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-01-31T14:01:35.035Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.90s) [2022-01-31T14:01:35.035Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s) [2022-01-31T14:01:35.035Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.69s) [2022-01-31T14:01:35.035Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (6.35s) [2022-01-31T14:01:35.035Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.82s) [2022-01-31T14:01:35.035Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.92s) [2022-01-31T14:01:35.035Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.70s) [2022-01-31T14:01:35.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.79s) [2022-01-31T14:01:35.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.94s) [2022-01-31T14:01:35.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.00s) [2022-01-31T14:01:35.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.36s) [2022-01-31T14:01:35.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.85s) [2022-01-31T14:01:35.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.38s) [2022-01-31T14:01:35.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s) [2022-01-31T14:01:35.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.50s) [2022-01-31T14:01:35.036Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.23s) [2022-01-31T14:01:35.036Z] === RUN TestCgroupNamespacesRun [2022-01-31T14:01:35.295Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-01-31T14:01:35.679Z] === RUN TestSerialization [2022-01-31T14:01:35.679Z] --- PASS: TestSerialization (0.02s) [2022-01-31T14:01:35.679Z] PASS [2022-01-31T14:01:35.679Z] coverage: 100.0% of statements [2022-01-31T14:01:35.679Z] ok github.com/docker/docker/libcontainerd/queue 0.071s coverage: 100.0% of statements [2022-01-31T14:01:35.679Z] === RUN TestEmptyLayer [2022-01-31T14:01:35.679Z] --- PASS: TestEmptyLayer (0.00s) [2022-01-31T14:01:35.679Z] === RUN TestCommitFailure [2022-01-31T14:01:35.679Z] --- PASS: TestCommitFailure (0.01s) [2022-01-31T14:01:35.679Z] === RUN TestStartTransactionFailure [2022-01-31T14:01:35.679Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-01-31T14:01:35.679Z] === RUN TestGetOrphan [2022-01-31T14:01:35.679Z] --- PASS: TestGetOrphan (0.01s) [2022-01-31T14:01:35.679Z] === RUN TestMountAndRegister [2022-01-31T14:01:36.148Z] layer_test.go:270: Layer size: 14 [2022-01-31T14:01:36.148Z] --- PASS: TestMountAndRegister (0.05s) [2022-01-31T14:01:36.148Z] === RUN TestLayerRelease [2022-01-31T14:01:36.148Z] layer_test.go:303: Failing on Windows [2022-01-31T14:01:36.148Z] --- SKIP: TestLayerRelease (0.00s) [2022-01-31T14:01:36.148Z] === RUN TestStoreRestore [2022-01-31T14:01:36.148Z] layer_test.go:352: Failing on Windows [2022-01-31T14:01:36.148Z] --- SKIP: TestStoreRestore (0.00s) [2022-01-31T14:01:36.148Z] === RUN TestTarStreamStability [2022-01-31T14:01:36.148Z] layer_test.go:467: Failing on Windows [2022-01-31T14:01:36.148Z] --- SKIP: TestTarStreamStability (0.00s) [2022-01-31T14:01:36.148Z] === RUN TestRegisterExistingLayer [2022-01-31T14:01:36.148Z] === RUN TestEnvironmentParsing [2022-01-31T14:01:36.148Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-01-31T14:01:36.148Z] PASS [2022-01-31T14:01:36.148Z] coverage: 1.2% of statements [2022-01-31T14:01:36.148Z] --- PASS: TestRegisterExistingLayer (0.13s) [2022-01-31T14:01:36.148Z] === RUN TestTarStreamVerification [2022-01-31T14:01:36.148Z] layer_test.go:696: Failing on Windows [2022-01-31T14:01:36.148Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-01-31T14:01:36.148Z] === RUN TestLayerMigration [2022-01-31T14:01:36.148Z] migration_test.go:45: Failing on Windows [2022-01-31T14:01:36.148Z] --- SKIP: TestLayerMigration (0.00s) [2022-01-31T14:01:36.148Z] === RUN TestLayerMigrationNoTarsplit [2022-01-31T14:01:36.148Z] migration_test.go:181: Failing on Windows [2022-01-31T14:01:36.148Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-01-31T14:01:36.148Z] === RUN TestMountInit [2022-01-31T14:01:36.148Z] mount_test.go:17: Failing on Windows [2022-01-31T14:01:36.148Z] --- SKIP: TestMountInit (0.00s) [2022-01-31T14:01:36.148Z] === RUN TestMountSize [2022-01-31T14:01:36.148Z] mount_test.go:76: Failing on Windows [2022-01-31T14:01:36.148Z] --- SKIP: TestMountSize (0.00s) [2022-01-31T14:01:36.148Z] === RUN TestMountChanges [2022-01-31T14:01:36.148Z] mount_test.go:125: Failing on Windows [2022-01-31T14:01:36.148Z] --- SKIP: TestMountChanges (0.00s) [2022-01-31T14:01:36.148Z] === RUN TestMountApply [2022-01-31T14:01:36.148Z] mount_test.go:212: Failing on Windows [2022-01-31T14:01:36.148Z] --- SKIP: TestMountApply (0.00s) [2022-01-31T14:01:36.148Z] PASS [2022-01-31T14:01:36.148Z] coverage: 30.1% of statements [2022-01-31T14:01:36.148Z] ok github.com/docker/docker/layer 0.301s coverage: 30.1% of statements [2022-01-31T14:01:36.148Z] ok github.com/docker/docker/libcontainerd/local 0.081s coverage: 1.2% of statements [2022-01-31T14:01:36.617Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-01-31T14:01:36.617Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-01-31T14:01:36.617Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-01-31T14:01:36.617Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-01-31T14:01:36.659Z] --- PASS: TestCgroupNamespacesRun (1.67s) [2022-01-31T14:01:36.659Z] === RUN TestCgroupNamespacesRunPrivileged [2022-01-31T14:01:36.915Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-01-31T14:01:37.604Z] === RUN TestSequenceGetAvailableBit [2022-01-31T14:01:37.604Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestSequenceEqual [2022-01-31T14:01:37.604Z] --- PASS: TestSequenceEqual (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestSequenceCopy [2022-01-31T14:01:37.604Z] --- PASS: TestSequenceCopy (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestGetFirstAvailable [2022-01-31T14:01:37.604Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestFindSequence [2022-01-31T14:01:37.604Z] --- PASS: TestFindSequence (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestCheckIfAvailable [2022-01-31T14:01:37.604Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestMergeSequences [2022-01-31T14:01:37.604Z] --- PASS: TestMergeSequences (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestPushReservation [2022-01-31T14:01:37.604Z] --- PASS: TestPushReservation (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestSerializeDeserialize [2022-01-31T14:01:37.604Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestSet [2022-01-31T14:01:37.604Z] --- PASS: TestSet (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestSetUnset [2022-01-31T14:01:37.604Z] --- PASS: TestSetUnset (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestOffsetSetUnset [2022-01-31T14:01:37.604Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestSetInRange [2022-01-31T14:01:37.604Z] --- PASS: TestSetInRange (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestSetAnyInRange [2022-01-31T14:01:37.604Z] --- PASS: TestSetAnyInRange (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestMethods [2022-01-31T14:01:37.604Z] --- PASS: TestMethods (0.00s) [2022-01-31T14:01:37.604Z] === RUN TestRandomAllocateDeallocate [2022-01-31T14:01:38.049Z] --- PASS: TestServiceCreateInit (7.44s) [2022-01-31T14:01:38.049Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.63s) [2022-01-31T14:01:38.049Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.79s) [2022-01-31T14:01:38.049Z] === RUN TestCreateServiceMultipleTimes [2022-01-31T14:01:38.278Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-01-31T14:01:38.278Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-01-31T14:01:38.278Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.57s) [2022-01-31T14:01:38.278Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-01-31T14:01:39.171Z] === RUN TestInvalidConfig [2022-01-31T14:01:39.171Z] --- PASS: TestInvalidConfig (0.00s) [2022-01-31T14:01:39.171Z] === RUN TestConfig [2022-01-31T14:01:39.171Z] --- PASS: TestConfig (0.00s) [2022-01-31T14:01:39.171Z] === RUN TestOptionsLabels [2022-01-31T14:01:39.171Z] --- PASS: TestOptionsLabels (0.00s) [2022-01-31T14:01:39.171Z] === RUN TestValidName [2022-01-31T14:01:39.171Z] --- PASS: TestValidName (0.00s) [2022-01-31T14:01:39.171Z] PASS [2022-01-31T14:01:39.171Z] coverage: 19.7% of statements [2022-01-31T14:01:39.171Z] ok github.com/docker/docker/libnetwork/config 0.114s coverage: 19.7% of statements [2022-01-31T14:01:39.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-01-31T14:01:39.265Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-01-31T14:01:39.617Z] 0e02c12b1310: Pull complete [2022-01-31T14:01:39.617Z] Digest: sha256:08d5f2a16e6a588ee9ed2a6d1a89cca1749f93773997507a73449f7eb16afba4 [2022-01-31T14:01:39.617Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:01:39.617Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-01-31T14:01:39.617Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-01-31T14:01:39.617Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.473' [2022-01-31T14:01:39.617Z] WARN: Skipping validation tests [2022-01-31T14:01:39.617Z] INFO: Running unit tests at 01/31/2022 14:01:28... [2022-01-31T14:01:39.617Z] INFO: make.ps1 starting at 01/31/2022 14:01:32 [2022-01-31T14:01:39.617Z] INFO: Git commit (af819bf623) assumed from DOCKER_GITCOMMIT environment variable [2022-01-31T14:01:39.617Z] INFO: Invoking autogen... [2022-01-31T14:01:39.617Z] INFO: Running unit tests... [2022-01-31T14:01:39.642Z] === RUN TestKey [2022-01-31T14:01:39.642Z] --- PASS: TestKey (0.00s) [2022-01-31T14:01:39.642Z] === RUN TestParseKey [2022-01-31T14:01:39.642Z] --- PASS: TestParseKey (0.00s) [2022-01-31T14:01:39.642Z] === RUN TestInvalidDataStore [2022-01-31T14:01:39.642Z] --- PASS: TestInvalidDataStore (0.00s) [2022-01-31T14:01:39.642Z] === RUN TestKVObjectFlatKey [2022-01-31T14:01:39.642Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-01-31T14:01:39.642Z] === RUN TestAtomicKVObjectFlatKey [2022-01-31T14:01:39.642Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-01-31T14:01:39.642Z] PASS [2022-01-31T14:01:39.642Z] coverage: 21.9% of statements [2022-01-31T14:01:39.642Z] ok github.com/docker/docker/libnetwork/datastore 0.046s coverage: 21.9% of statements [2022-01-31T14:01:40.111Z] === RUN TestErrorInterfaces [2022-01-31T14:01:40.111Z] --- PASS: TestErrorInterfaces (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestNetworkMarshalling [2022-01-31T14:01:40.111Z] --- PASS: TestNetworkMarshalling (0.21s) [2022-01-31T14:01:40.111Z] === RUN TestEndpointMarshalling [2022-01-31T14:01:40.111Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestAuxAddresses [2022-01-31T14:01:40.111Z] time="2022-01-31T14:01:39Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-31T14:01:40.111Z] --- PASS: TestAuxAddresses (0.01s) [2022-01-31T14:01:40.111Z] === RUN TestSRVServiceQuery [2022-01-31T14:01:40.111Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:01:40.111Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestServiceVIPReuse [2022-01-31T14:01:40.111Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:01:40.111Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-01-31T14:01:40.111Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:01:40.111Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestDNSIPQuery [2022-01-31T14:01:40.111Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:01:40.111Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestDNSProxyServFail [2022-01-31T14:01:40.111Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:01:40.111Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestSandboxAddEmpty [2022-01-31T14:01:40.111Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:01:40.111Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestSandboxAddMultiPrio [2022-01-31T14:01:40.111Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:01:40.111Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestSandboxAddSamePrio [2022-01-31T14:01:40.111Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:01:40.111Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestCleanupServiceDiscovery [2022-01-31T14:01:40.111Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:01:40.111Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestDNSOptions [2022-01-31T14:01:40.111Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:01:40.111Z] --- SKIP: TestDNSOptions (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestMultipleControllersWithSameStore [2022-01-31T14:01:40.111Z] time="2022-01-31T14:01:39Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-31T14:01:40.111Z] time="2022-01-31T14:01:39Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-31T14:01:40.111Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-01-31T14:01:40.111Z] PASS [2022-01-31T14:01:40.111Z] coverage: 8.5% of statements [2022-01-31T14:01:40.111Z] ok github.com/docker/docker/libnetwork 0.359s coverage: 8.5% of statements [2022-01-31T14:01:40.111Z] === RUN TestIPDataMarshalling [2022-01-31T14:01:40.111Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-01-31T14:01:40.111Z] === RUN TestValidateAndIsV6 [2022-01-31T14:01:40.111Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-01-31T14:01:40.111Z] PASS [2022-01-31T14:01:40.111Z] coverage: 68.9% of statements [2022-01-31T14:01:40.111Z] ok github.com/docker/docker/libnetwork/driverapi 0.044s coverage: 68.9% of statements [2022-01-31T14:01:40.218Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-01-31T14:01:40.218Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s) [2022-01-31T14:01:40.218Z] === RUN TestCgroupNamespacesRunHostMode [2022-01-31T14:01:40.778Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-01-31T14:01:41.100Z] === RUN TestDriver [2022-01-31T14:01:41.100Z] --- PASS: TestDriver (0.00s) [2022-01-31T14:01:41.100Z] PASS [2022-01-31T14:01:41.100Z] coverage: 34.8% of statements [2022-01-31T14:01:41.100Z] ok github.com/docker/docker/libnetwork/drivers/host 0.046s coverage: 34.8% of statements [2022-01-31T14:01:41.100Z] === RUN TestDriver [2022-01-31T14:01:41.100Z] --- PASS: TestDriver (0.00s) [2022-01-31T14:01:41.100Z] PASS [2022-01-31T14:01:41.100Z] coverage: 34.8% of statements [2022-01-31T14:01:41.100Z] ok github.com/docker/docker/libnetwork/drivers/null 0.044s coverage: 34.8% of statements [2022-01-31T14:01:41.570Z] === RUN TestNetworkAllocateFree [2022-01-31T14:01:41.570Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-01-31T14:01:41.570Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-01-31T14:01:41.570Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-01-31T14:01:41.570Z] PASS [2022-01-31T14:01:41.570Z] coverage: 63.6% of statements [2022-01-31T14:01:41.570Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.044s coverage: 63.6% of statements [2022-01-31T14:01:41.707Z] --- PASS: TestCgroupNamespacesRunHostMode (1.69s) [2022-01-31T14:01:41.707Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-01-31T14:01:42.559Z] === RUN TestGetEmptyCapabilities [2022-01-31T14:01:42.559Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-01-31T14:01:42.559Z] === RUN TestGetExtraCapabilities [2022-01-31T14:01:42.559Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-01-31T14:01:42.559Z] === RUN TestGetInvalidCapabilities [2022-01-31T14:01:42.559Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-01-31T14:01:42.559Z] === RUN TestRemoteDriver [2022-01-31T14:01:42.559Z] --- PASS: TestRemoteDriver (0.02s) [2022-01-31T14:01:42.559Z] === RUN TestDriverError [2022-01-31T14:01:42.559Z] --- PASS: TestDriverError (0.00s) [2022-01-31T14:01:42.559Z] === RUN TestMissingValues [2022-01-31T14:01:42.559Z] --- PASS: TestMissingValues (0.00s) [2022-01-31T14:01:42.559Z] === RUN TestRollback [2022-01-31T14:01:42.559Z] --- PASS: TestRollback (0.01s) [2022-01-31T14:01:42.559Z] PASS [2022-01-31T14:01:42.559Z] coverage: 57.4% of statements [2022-01-31T14:01:42.559Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.099s coverage: 57.4% of statements [2022-01-31T14:01:42.559Z] === RUN TestNAT [2022-01-31T14:01:42.559Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-31T14:01:42.559Z] --- SKIP: TestNAT (0.00s) [2022-01-31T14:01:42.559Z] === RUN TestTransparent [2022-01-31T14:01:42.559Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-31T14:01:42.559Z] --- SKIP: TestTransparent (0.00s) [2022-01-31T14:01:42.559Z] PASS [2022-01-31T14:01:42.559Z] coverage: 0.0% of statements [2022-01-31T14:01:42.559Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.075s coverage: 0.0% of statements [2022-01-31T14:01:42.613Z] 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/namesgenerator/cmd/names-generator 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-01-31T14:01:42.836Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-01-31T14:01:43.027Z] === RUN TestNew [2022-01-31T14:01:43.027Z] --- PASS: TestNew (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestAddDriver [2022-01-31T14:01:43.027Z] --- PASS: TestAddDriver (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestAddDuplicateDriver [2022-01-31T14:01:43.027Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestIPAMDefaultAddressSpaces [2022-01-31T14:01:43.027Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestDriver [2022-01-31T14:01:43.027Z] --- PASS: TestDriver (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestIPAM [2022-01-31T14:01:43.027Z] --- PASS: TestIPAM (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestWalkIPAMs [2022-01-31T14:01:43.027Z] --- PASS: TestWalkIPAMs (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestWalkDrivers [2022-01-31T14:01:43.027Z] --- PASS: TestWalkDrivers (0.00s) [2022-01-31T14:01:43.027Z] PASS [2022-01-31T14:01:43.027Z] coverage: 82.4% of statements [2022-01-31T14:01:43.027Z] ok github.com/docker/docker/libnetwork/drvregistry 0.070s coverage: 82.4% of statements [2022-01-31T14:01:43.027Z] === RUN TestBuildDefault [2022-01-31T14:01:43.027Z] --- PASS: TestBuildDefault (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestBuildHostnameDomainname [2022-01-31T14:01:43.027Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestBuildHostname [2022-01-31T14:01:43.027Z] --- PASS: TestBuildHostname (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestBuildHostnameFQDN [2022-01-31T14:01:43.027Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestBuildNoIP [2022-01-31T14:01:43.027Z] --- PASS: TestBuildNoIP (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestUpdate [2022-01-31T14:01:43.027Z] --- PASS: TestUpdate (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-01-31T14:01:43.027Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-01-31T14:01:43.027Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestAddEmpty [2022-01-31T14:01:43.027Z] --- PASS: TestAddEmpty (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestAdd [2022-01-31T14:01:43.027Z] --- PASS: TestAdd (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestDeleteEmpty [2022-01-31T14:01:43.027Z] --- PASS: TestDeleteEmpty (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestDeleteNewline [2022-01-31T14:01:43.027Z] --- PASS: TestDeleteNewline (0.00s) [2022-01-31T14:01:43.027Z] === RUN TestDelete [2022-01-31T14:01:43.028Z] --- PASS: TestDelete (0.00s) [2022-01-31T14:01:43.028Z] === RUN TestConcurrentWrites [2022-01-31T14:01:43.116Z] check_test.go:308: [d3881b6db384a] daemon is not started [2022-01-31T14:01:43.116Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-01-31T14:01:43.497Z] --- PASS: TestConcurrentWrites (0.26s) [2022-01-31T14:01:43.497Z] PASS [2022-01-31T14:01:43.497Z] coverage: 81.2% of statements [2022-01-31T14:01:43.497Z] ok github.com/docker/docker/libnetwork/etchosts 0.338s coverage: 81.2% of statements [2022-01-31T14:01:43.497Z] === RUN TestNew [2022-01-31T14:01:43.497Z] --- PASS: TestNew (0.00s) [2022-01-31T14:01:43.497Z] === RUN TestAllocate [2022-01-31T14:01:43.497Z] --- PASS: TestAllocate (0.00s) [2022-01-31T14:01:43.497Z] === RUN TestUninitialized [2022-01-31T14:01:43.497Z] --- PASS: TestUninitialized (0.00s) [2022-01-31T14:01:43.497Z] === RUN TestAllocateInRange [2022-01-31T14:01:43.497Z] --- PASS: TestAllocateInRange (0.00s) [2022-01-31T14:01:43.497Z] === RUN TestAllocateSerial [2022-01-31T14:01:43.497Z] --- PASS: TestAllocateSerial (0.00s) [2022-01-31T14:01:43.497Z] PASS [2022-01-31T14:01:43.497Z] coverage: 87.5% of statements [2022-01-31T14:01:43.497Z] ok github.com/docker/docker/libnetwork/idm 0.049s coverage: 87.5% of statements [2022-01-31T14:01:43.497Z] --- PASS: TestRandomAllocateDeallocate (6.34s) [2022-01-31T14:01:43.497Z] === RUN TestAllocateRandomDeallocate [2022-01-31T14:01:43.679Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2022-01-31T14:01:43.679Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-01-31T14:01:43.966Z] === RUN TestCaller [2022-01-31T14:01:43.966Z] --- PASS: TestCaller (0.00s) [2022-01-31T14:01:43.966Z] PASS [2022-01-31T14:01:43.966Z] coverage: 100.0% of statements [2022-01-31T14:01:43.966Z] ok github.com/docker/docker/libnetwork/internal/caller 0.042s coverage: 100.0% of statements [2022-01-31T14:01:44.437Z] === RUN TestSetSerialInsertDelete [2022-01-31T14:01:44.437Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-01-31T14:01:44.437Z] === RUN TestSetParallelInsertDelete [2022-01-31T14:01:44.609Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-01-31T14:01:45.171Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.60s) [2022-01-31T14:01:45.171Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-01-31T14:01:45.424Z] --- PASS: TestAllocateRandomDeallocate (1.60s) [2022-01-31T14:01:45.424Z] === RUN TestAllocateRandomDeallocateSerialize [2022-01-31T14:01:45.424Z] === RUN TestInt2IP2IntConversion [2022-01-31T14:01:45.895Z] --- PASS: TestInt2IP2IntConversion (0.49s) [2022-01-31T14:01:45.895Z] === RUN TestGetAddressVersion [2022-01-31T14:01:45.895Z] --- PASS: TestGetAddressVersion (0.00s) [2022-01-31T14:01:45.895Z] === RUN TestKeyString [2022-01-31T14:01:45.895Z] --- PASS: TestKeyString (0.00s) [2022-01-31T14:01:45.895Z] === RUN TestPoolDataMarshal [2022-01-31T14:01:45.895Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-01-31T14:01:45.895Z] === RUN TestSubnetsMarshal [2022-01-31T14:01:45.895Z] === RUN TestPoolRequest [2022-01-31T14:01:45.895Z] --- PASS: TestPoolRequest (0.00s) [2022-01-31T14:01:45.895Z] === RUN TestOtherRequests [2022-01-31T14:01:45.895Z] --- PASS: TestOtherRequests (0.00s) [2022-01-31T14:01:45.895Z] PASS [2022-01-31T14:01:45.895Z] coverage: 57.1% of statements [2022-01-31T14:01:45.895Z] ok github.com/docker/docker/libnetwork/ipams/null 0.043s coverage: 57.1% of statements [2022-01-31T14:01:45.895Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-01-31T14:01:45.895Z] === RUN TestAddSubnets [2022-01-31T14:01:45.895Z] --- PASS: TestAddSubnets (0.06s) [2022-01-31T14:01:45.895Z] === RUN TestDoublePoolRelease [2022-01-31T14:01:45.895Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-01-31T14:01:45.895Z] === RUN TestAddReleasePoolID [2022-01-31T14:01:46.147Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-01-31T14:01:46.147Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.88s) [2022-01-31T14:01:46.147Z] === RUN TestCgroupNamespacesRunOlderClient [2022-01-31T14:01:46.364Z] --- PASS: TestAddReleasePoolID (0.12s) [2022-01-31T14:01:46.364Z] === RUN TestPredefinedPool [2022-01-31T14:01:46.364Z] --- PASS: TestPredefinedPool (0.03s) [2022-01-31T14:01:46.364Z] === RUN TestRemoveSubnet [2022-01-31T14:01:46.364Z] --- PASS: TestRemoveSubnet (0.24s) [2022-01-31T14:01:46.364Z] === RUN TestGetSameAddress [2022-01-31T14:01:46.364Z] --- PASS: TestGetSameAddress (0.03s) [2022-01-31T14:01:46.364Z] === RUN TestPoolAllocationReuse [2022-01-31T14:01:46.364Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.33s) [2022-01-31T14:01:46.364Z] === RUN TestRetrieveFromStore [2022-01-31T14:01:46.751Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-01-31T14:01:46.834Z] === RUN TestGetCapabilities [2022-01-31T14:01:46.834Z] --- PASS: TestGetCapabilities (0.01s) [2022-01-31T14:01:46.834Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-01-31T14:01:46.834Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-01-31T14:01:46.834Z] === RUN TestGetDefaultAddressSpaces [2022-01-31T14:01:46.834Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-01-31T14:01:46.834Z] === RUN TestRemoteDriver [2022-01-31T14:01:46.834Z] --- PASS: TestRemoteDriver (0.01s) [2022-01-31T14:01:46.834Z] PASS [2022-01-31T14:01:46.834Z] coverage: 47.4% of statements [2022-01-31T14:01:46.834Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.074s coverage: 47.4% of statements [2022-01-31T14:01:47.304Z] --- PASS: TestRetrieveFromStore (0.61s) [2022-01-31T14:01:47.304Z] === RUN TestIsCorrupted [2022-01-31T14:01:47.304Z] --- PASS: TestIsCorrupted (0.02s) [2022-01-31T14:01:47.304Z] === RUN TestSetRollover [2022-01-31T14:01:47.312Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-01-31T14:01:47.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-01-31T14:01:47.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-01-31T14:01:47.568Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.59s) [2022-01-31T14:01:47.569Z] === RUN TestNISDomainname [2022-01-31T14:01:47.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-01-31T14:01:47.773Z] === RUN TestWindowsIPAM [2022-01-31T14:01:47.773Z] --- PASS: TestWindowsIPAM (0.00s) [2022-01-31T14:01:47.773Z] PASS [2022-01-31T14:01:47.773Z] coverage: 71.4% of statements [2022-01-31T14:01:47.773Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.045s coverage: 71.4% of statements [2022-01-31T14:01:48.130Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-01-31T14:01:48.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-01-31T14:01:48.692Z] --- PASS: TestNISDomainname (1.03s) [2022-01-31T14:01:48.692Z] === RUN TestHostnameDnsResolution [2022-01-31T14:01:48.762Z] --- PASS: TestPoolAllocationReuse (2.02s) [2022-01-31T14:01:48.762Z] === RUN TestGetAddressSubPoolEqualPool [2022-01-31T14:01:48.762Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-01-31T14:01:48.762Z] === RUN TestRequestReleaseAddressFromSubPool [2022-01-31T14:01:48.762Z] === RUN TestDefaultNetwork [2022-01-31T14:01:48.762Z] --- PASS: TestDefaultNetwork (0.25s) [2022-01-31T14:01:48.762Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-01-31T14:01:48.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-01-31T14:01:48.991Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-01-31T14:01:49.231Z] --- PASS: TestSetRollover (1.83s) [2022-01-31T14:01:49.231Z] === RUN TestSetRolloverSerial [2022-01-31T14:01:49.231Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.25s) [2022-01-31T14:01:49.231Z] === RUN TestInitAddressPools [2022-01-31T14:01:49.231Z] --- PASS: TestInitAddressPools (0.00s) [2022-01-31T14:01:49.231Z] PASS [2022-01-31T14:01:49.231Z] coverage: 74.0% of statements [2022-01-31T14:01:49.231Z] ok github.com/docker/docker/libnetwork/ipamutils 0.578s coverage: 74.0% of statements [2022-01-31T14:01:49.701Z] === RUN TestKeyValue [2022-01-31T14:01:49.701Z] --- PASS: TestKeyValue (0.00s) [2022-01-31T14:01:49.701Z] PASS [2022-01-31T14:01:49.701Z] coverage: 60.0% of statements [2022-01-31T14:01:49.701Z] ok github.com/docker/docker/libnetwork/netlabel 0.040s coverage: 60.0% of statements [2022-01-31T14:01:49.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-01-31T14:01:49.919Z] --- PASS: TestHostnameDnsResolution (1.26s) [2022-01-31T14:01:49.919Z] === RUN TestUnprivilegedPortsAndPing [2022-01-31T14:01:50.888Z] --- PASS: TestUnprivilegedPortsAndPing (0.89s) [2022-01-31T14:01:50.888Z] === RUN TestStats [2022-01-31T14:01:51.269Z] --- PASS: TestSetRolloverSerial (2.09s) [2022-01-31T14:01:51.269Z] === RUN TestGetFirstAvailableFromCurrent [2022-01-31T14:01:51.269Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-01-31T14:01:51.269Z] PASS [2022-01-31T14:01:51.269Z] coverage: 84.4% of statements [2022-01-31T14:01:51.269Z] ok github.com/docker/docker/libnetwork/bitseq 13.919s coverage: 84.4% of statements [2022-01-31T14:01:51.617Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-01-31T14:01:51.738Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.05s) [2022-01-31T14:01:51.738Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-01-31T14:01:52.206Z] === RUN TestNetworkDBSimple [2022-01-31T14:01:52.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-01-31T14:01:53.775Z] 2022/01/31 14:01:53 Closing DB instances... [2022-01-31T14:01:53.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-01-31T14:01:54.150Z] --- PASS: TestStats (2.79s) [2022-01-31T14:01:54.150Z] === RUN TestStopContainerWithTimeout [2022-01-31T14:01:54.150Z] === RUN TestStopContainerWithTimeout/0 [2022-01-31T14:01:54.150Z] === PAUSE TestStopContainerWithTimeout/0 [2022-01-31T14:01:54.150Z] === RUN TestStopContainerWithTimeout/1 [2022-01-31T14:01:54.150Z] === PAUSE TestStopContainerWithTimeout/1 [2022-01-31T14:01:54.150Z] === RUN TestStopContainerWithTimeout/3 [2022-01-31T14:01:54.150Z] === PAUSE TestStopContainerWithTimeout/3 [2022-01-31T14:01:54.150Z] === RUN TestStopContainerWithTimeout/-1 [2022-01-31T14:01:54.150Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-01-31T14:01:54.150Z] === CONT TestStopContainerWithTimeout/0 [2022-01-31T14:01:54.150Z] === CONT TestStopContainerWithTimeout/-1 [2022-01-31T14:01:54.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-01-31T14:01:54.243Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.46s) [2022-01-31T14:01:54.243Z] === RUN TestGetAddress [2022-01-31T14:01:54.406Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-01-31T14:01:54.712Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-01-31T14:01:54.712Z] PASS [2022-01-31T14:01:54.712Z] coverage: 100.0% of statements [2022-01-31T14:01:54.712Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.046s coverage: 100.0% of statements [2022-01-31T14:01:54.712Z] --- PASS: TestNetworkDBSimple (2.47s) [2022-01-31T14:01:54.712Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-01-31T14:01:55.009Z] === CONT TestStopContainerWithTimeout/3 [2022-01-31T14:01:55.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-01-31T14:01:55.181Z] === RUN TestGenerate [2022-01-31T14:01:55.181Z] --- PASS: TestGenerate (0.00s) [2022-01-31T14:01:55.181Z] === RUN TestGeneratePtr [2022-01-31T14:01:55.181Z] --- PASS: TestGeneratePtr (0.00s) [2022-01-31T14:01:55.181Z] === RUN TestGenerateMissingField [2022-01-31T14:01:55.181Z] --- PASS: TestGenerateMissingField (0.00s) [2022-01-31T14:01:55.181Z] === RUN TestFieldCannotBeSet [2022-01-31T14:01:55.181Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-01-31T14:01:55.181Z] === RUN TestTypeMismatchError [2022-01-31T14:01:55.181Z] --- PASS: TestTypeMismatchError (0.00s) [2022-01-31T14:01:55.181Z] PASS [2022-01-31T14:01:55.181Z] coverage: 100.0% of statements [2022-01-31T14:01:55.181Z] ok github.com/docker/docker/libnetwork/options 0.043s coverage: 100.0% of statements [2022-01-31T14:01:55.217Z] ? github.com/docker/docker/api [no test files] [2022-01-31T14:01:55.265Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-01-31T14:01:55.650Z] testing: warning: no tests to run [2022-01-31T14:01:55.650Z] PASS [2022-01-31T14:01:55.650Z] coverage: 0.0% of statements [2022-01-31T14:01:55.650Z] ok github.com/docker/docker/libnetwork/osl 0.037s coverage: 0.0% of statements [no tests to run] [2022-01-31T14:01:55.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-01-31T14:01:56.119Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-01-31T14:01:56.119Z] 2022/01/31 14:01:55 Closing DB instances... [2022-01-31T14:01:56.169Z] --- PASS: TestCreateServiceMultipleTimes (15.64s) [2022-01-31T14:01:56.169Z] === RUN TestCreateServiceConflict [2022-01-31T14:01:56.169Z] --- PASS: TestCreateServiceConflict (2.11s) [2022-01-31T14:01:56.169Z] === RUN TestCreateServiceMaxReplicas [2022-01-31T14:01:56.233Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-01-31T14:01:56.588Z] === RUN TestRequestNewPort [2022-01-31T14:01:56.588Z] --- PASS: TestRequestNewPort (0.00s) [2022-01-31T14:01:56.588Z] === RUN TestRequestSpecificPort [2022-01-31T14:01:56.588Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-01-31T14:01:56.588Z] === RUN TestReleasePort [2022-01-31T14:01:56.588Z] --- PASS: TestReleasePort (0.00s) [2022-01-31T14:01:56.588Z] === RUN TestReuseReleasedPort [2022-01-31T14:01:56.588Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-01-31T14:01:56.588Z] === RUN TestReleaseUnreadledPort [2022-01-31T14:01:56.588Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-01-31T14:01:56.588Z] === RUN TestUnknowProtocol [2022-01-31T14:01:56.588Z] --- PASS: TestUnknowProtocol (0.00s) [2022-01-31T14:01:56.588Z] === RUN TestAllocateAllPorts [2022-01-31T14:01:56.588Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-01-31T14:01:56.588Z] === RUN TestPortAllocation [2022-01-31T14:01:56.588Z] --- PASS: TestPortAllocation (0.00s) [2022-01-31T14:01:56.588Z] === RUN TestPortAllocationWithCustomRange [2022-01-31T14:01:56.588Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-01-31T14:01:56.588Z] === RUN TestNoDuplicateBPR [2022-01-31T14:01:56.588Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-01-31T14:01:56.588Z] === RUN TestChangePortRange [2022-01-31T14:01:56.588Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-01-31T14:01:56.588Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-01-31T14:01:56.588Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-01-31T14:01:56.588Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-01-31T14:01:56.588Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-01-31T14:01:56.588Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-01-31T14:01:56.588Z] --- PASS: TestChangePortRange (0.00s) [2022-01-31T14:01:56.588Z] PASS [2022-01-31T14:01:56.588Z] coverage: 88.6% of statements [2022-01-31T14:01:56.588Z] ok github.com/docker/docker/libnetwork/portallocator 0.051s coverage: 88.6% of statements [2022-01-31T14:01:56.588Z] testing: warning: no tests to run [2022-01-31T14:01:56.588Z] PASS [2022-01-31T14:01:56.588Z] coverage: 0.0% of statements [2022-01-31T14:01:56.588Z] ok github.com/docker/docker/libnetwork/portmapper 0.040s coverage: 0.0% of statements [no tests to run] [2022-01-31T14:01:56.796Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-01-31T14:01:56.796Z] === CONT TestStopContainerWithTimeout/1 [2022-01-31T14:01:57.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-01-31T14:01:57.358Z] === RUN TestDockerSuite/TestBuildCmd [2022-01-31T14:01:57.578Z] === RUN TestHashData [2022-01-31T14:01:57.578Z] --- PASS: TestHashData (0.00s) [2022-01-31T14:01:57.578Z] PASS [2022-01-31T14:01:57.578Z] coverage: 2.8% of statements [2022-01-31T14:01:57.578Z] ok github.com/docker/docker/libnetwork/resolvconf 0.047s coverage: 2.8% of statements [2022-01-31T14:01:57.578Z] === RUN TestErrorConstructors [2022-01-31T14:01:57.578Z] --- PASS: TestErrorConstructors (0.00s) [2022-01-31T14:01:57.578Z] === RUN TestCompareIPMask [2022-01-31T14:01:57.578Z] --- PASS: TestCompareIPMask (0.00s) [2022-01-31T14:01:57.578Z] === RUN TestUtilGetHostPartIP [2022-01-31T14:01:57.578Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-01-31T14:01:57.578Z] === RUN TestUtilGetBroadcastIP [2022-01-31T14:01:57.578Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-01-31T14:01:57.578Z] === RUN TestParseCIDR [2022-01-31T14:01:57.578Z] --- PASS: TestParseCIDR (0.00s) [2022-01-31T14:01:57.578Z] PASS [2022-01-31T14:01:57.578Z] coverage: 37.3% of statements [2022-01-31T14:01:57.578Z] ok github.com/docker/docker/libnetwork/types 0.041s coverage: 37.3% of statements [2022-01-31T14:01:57.578Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-01-31T14:01:57.578Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-01-31T14:01:57.614Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-01-31T14:01:57.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-01-31T14:01:57.870Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-01-31T14:01:57.870Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-01-31T14:01:58.169Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-01-31T14:01:58.169Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-01-31T14:01:58.169Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-01-31T14:01:58.566Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-01-31T14:01:58.566Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-01-31T14:01:58.566Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-01-31T14:01:58.566Z] PASS [2022-01-31T14:01:58.566Z] coverage: 50.0% of statements [2022-01-31T14:01:58.566Z] ok github.com/docker/docker/oci 0.051s coverage: 50.0% of statements [2022-01-31T14:01:58.682Z] --- PASS: TestCreateServiceMaxReplicas (2.75s) [2022-01-31T14:01:58.683Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-31T14:01:58.730Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2022-01-31T14:01:58.730Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2022-01-31T14:01:58.730Z] --- PASS: TestStopContainerWithTimeout/-1 (3.24s) [2022-01-31T14:01:58.730Z] --- PASS: TestStopContainerWithTimeout/3 (2.72s) [2022-01-31T14:01:58.730Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2022-01-31T14:01:58.730Z] === RUN TestDeleteDevicemapper [2022-01-31T14:01:58.730Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-31T14:01:58.730Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-01-31T14:01:58.730Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-31T14:01:59.035Z] === RUN TestAddressPoolOpt [2022-01-31T14:01:59.036Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/a [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/something [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/_=a [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/env1=value1 [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/_env1=value1 [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/env2=value2=value3 [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/env3=abc!qwe [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/env_4=value_4 [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/PATH [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/=a [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/PATH= [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/PATH=something [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/asd!qwe [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/1asd [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/123 [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/some_space [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/__some_space_before [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/some_space_after__ [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/= [2022-01-31T14:01:59.036Z] === RUN TestValidateEnv/PaTh [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/a (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/something (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/= (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestParseHost [2022-01-31T14:01:59.036Z] --- PASS: TestParseHost (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestParseDockerDaemonHost [2022-01-31T14:01:59.036Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestParseTCP [2022-01-31T14:01:59.036Z] --- PASS: TestParseTCP (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestParseInvalidUnixAddrInvalid [2022-01-31T14:01:59.036Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestValidateExtraHosts [2022-01-31T14:01:59.036Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestIpOptString [2022-01-31T14:01:59.036Z] --- PASS: TestIpOptString (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestNewIpOptInvalidDefaultVal [2022-01-31T14:01:59.036Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestNewIpOptValidDefaultVal [2022-01-31T14:01:59.036Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestIpOptSetInvalidVal [2022-01-31T14:01:59.036Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestValidateIPAddress [2022-01-31T14:01:59.036Z] --- PASS: TestValidateIPAddress (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestMapOpts [2022-01-31T14:01:59.036Z] --- PASS: TestMapOpts (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestListOptsWithoutValidator [2022-01-31T14:01:59.036Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestListOptsWithValidator [2022-01-31T14:01:59.036Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestValidateDNSSearch [2022-01-31T14:01:59.036Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_general_format [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_one_more [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-01-31T14:01:59.036Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-01-31T14:01:59.036Z] 2022/01/31 14:01:58 Closing DB instances... [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-01-31T14:01:59.036Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestNamedListOpts [2022-01-31T14:01:59.036Z] --- PASS: TestNamedListOpts (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestNamedMapOpts [2022-01-31T14:01:59.036Z] --- PASS: TestNamedMapOpts (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestParseLink [2022-01-31T14:01:59.036Z] --- PASS: TestParseLink (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestQuotedStringSetWithQuotes [2022-01-31T14:01:59.036Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-01-31T14:01:59.036Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestQuotedStringSetWithNoQuotes [2022-01-31T14:01:59.036Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-01-31T14:01:59.036Z] === RUN TestUlimitOpt [2022-01-31T14:01:59.036Z] --- PASS: TestUlimitOpt (0.00s) [2022-01-31T14:01:59.036Z] PASS [2022-01-31T14:01:59.036Z] coverage: 67.1% of statements [2022-01-31T14:01:59.036Z] ok github.com/docker/docker/opts 0.068s coverage: 67.1% of statements [2022-01-31T14:01:59.036Z] === RUN TestParseVersion [2022-01-31T14:01:59.036Z] --- PASS: TestParseVersion (0.00s) [2022-01-31T14:01:59.036Z] PASS [2022-01-31T14:01:59.036Z] coverage: 52.9% of statements [2022-01-31T14:01:59.036Z] ok github.com/docker/docker/pkg/aaparser 0.036s coverage: 52.9% of statements [2022-01-31T14:01:59.130Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-31T14:01:59.130Z] Using test binary docker [2022-01-31T14:01:59.130Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-01-31T14:01:59.130Z] +++ /etc/init.d/apparmor start [2022-01-31T14:01:59.130Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-31T14:01:59.130Z] INFO: Waiting for daemon to start... [2022-01-31T14:01:59.130Z] Starting dockerd [2022-01-31T14:01:59.130Z] +++ 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-01-31T14:01:59.291Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-01-31T14:01:59.547Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-01-31T14:02:00.606Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-01-31T14:02:00.606Z] === RUN TestNetworkDBCRUDTableEntry [2022-01-31T14:02:00.606Z] === RUN TestPeerCertificateMarshalJSON [2022-01-31T14:02:00.913Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.09s) [2022-01-31T14:02:00.913Z] === RUN TestUpdateMemory [2022-01-31T14:02:00.913Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:02:00.913Z] --- SKIP: TestUpdateMemory (0.00s) [2022-01-31T14:02:00.913Z] === RUN TestUpdateCPUQuota [2022-01-31T14:02:00.935Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-01-31T14:02:00.935Z] tests/integration/client_test.py ..... [ 75%] [2022-01-31T14:02:00.935Z] tests/integration/context_api_test.py ... [ 76%] [2022-01-31T14:02:00.935Z] tests/integration/errors_test.py . [ 76%] [2022-01-31T14:02:01.079Z] === RUN TestIsArchivePathDir [2022-01-31T14:02:01.079Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-01-31T14:02:01.079Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-01-31T14:02:01.079Z] --- PASS: TestPeerCertificateMarshalJSON (0.33s) [2022-01-31T14:02:01.079Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-01-31T14:02:01.079Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-01-31T14:02:01.079Z] === RUN TestMiddleware [2022-01-31T14:02:01.079Z] --- PASS: TestMiddleware (0.00s) [2022-01-31T14:02:01.079Z] === RUN TestNewResponseModifier [2022-01-31T14:02:01.079Z] --- PASS: TestNewResponseModifier (0.00s) [2022-01-31T14:02:01.079Z] PASS [2022-01-31T14:02:01.079Z] coverage: 26.8% of statements [2022-01-31T14:02:01.079Z] ok github.com/docker/docker/pkg/authorization 0.378s coverage: 26.8% of statements [2022-01-31T14:02:01.079Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-01-31T14:02:01.079Z] === RUN TestIsArchivePathInvalidFile [2022-01-31T14:02:01.547Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2022-01-31T14:02:01.547Z] === RUN TestIsArchivePathTar [2022-01-31T14:02:01.547Z] --- PASS: TestIsArchivePathTar (0.17s) [2022-01-31T14:02:01.547Z] === RUN TestDecompressStreamGzip [2022-01-31T14:02:01.547Z] --- PASS: TestDecompressStreamGzip (0.13s) [2022-01-31T14:02:01.547Z] === RUN TestDecompressStreamBzip2 [2022-01-31T14:02:01.547Z] === RUN TestUnbuffered [2022-01-31T14:02:01.547Z] --- PASS: TestUnbuffered (0.00s) [2022-01-31T14:02:01.547Z] === RUN TestRaceUnbuffered [2022-01-31T14:02:01.547Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-01-31T14:02:01.547Z] PASS [2022-01-31T14:02:01.547Z] coverage: 100.0% of statements [2022-01-31T14:02:01.547Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-01-31T14:02:01.547Z] === RUN TestDecompressStreamXz [2022-01-31T14:02:01.547Z] archive_test.go:133: Xz not present in msys2 [2022-01-31T14:02:01.547Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-01-31T14:02:01.547Z] === RUN TestDecompressStreamZstd [2022-01-31T14:02:01.547Z] ok github.com/docker/docker/pkg/broadcaster 0.037s coverage: 100.0% of statements [2022-01-31T14:02:01.547Z] archive_test.go:140: zstd not installed [2022-01-31T14:02:01.547Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-01-31T14:02:01.547Z] === RUN TestCompressStreamXzUnsupported [2022-01-31T14:02:01.547Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-01-31T14:02:01.547Z] === RUN TestCompressStreamBzip2Unsupported [2022-01-31T14:02:01.547Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-01-31T14:02:01.547Z] === RUN TestCompressStreamInvalid [2022-01-31T14:02:01.547Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-01-31T14:02:01.548Z] === RUN TestExtensionInvalid [2022-01-31T14:02:01.548Z] --- PASS: TestExtensionInvalid (0.00s) [2022-01-31T14:02:01.548Z] === RUN TestExtensionUncompressed [2022-01-31T14:02:01.548Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-01-31T14:02:01.548Z] === RUN TestExtensionBzip2 [2022-01-31T14:02:01.548Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-01-31T14:02:01.548Z] === RUN TestExtensionGzip [2022-01-31T14:02:01.548Z] --- PASS: TestExtensionGzip (0.00s) [2022-01-31T14:02:01.548Z] === RUN TestExtensionXz [2022-01-31T14:02:01.548Z] --- PASS: TestExtensionXz (0.00s) [2022-01-31T14:02:01.548Z] === RUN TestExtensionZstd [2022-01-31T14:02:01.548Z] --- PASS: TestExtensionZstd (0.00s) [2022-01-31T14:02:01.548Z] === RUN TestCmdStreamLargeStderr [2022-01-31T14:02:01.841Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-01-31T14:02:02.016Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-01-31T14:02:02.016Z] === RUN TestCmdStreamBad [2022-01-31T14:02:02.016Z] archive_test.go:252: Failing on Windows CI machines [2022-01-31T14:02:02.016Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-01-31T14:02:02.016Z] === RUN TestCmdStreamGood [2022-01-31T14:02:02.016Z] --- PASS: TestCmdStreamGood (0.04s) [2022-01-31T14:02:02.016Z] === RUN TestUntarPathWithInvalidDest [2022-01-31T14:02:02.016Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-01-31T14:02:02.016Z] === RUN TestUntarPathWithInvalidSrc [2022-01-31T14:02:02.016Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-01-31T14:02:02.016Z] === RUN TestUntarPath [2022-01-31T14:02:02.016Z] --- PASS: TestUntarPath (0.07s) [2022-01-31T14:02:02.016Z] === RUN TestUntarPathWithDestinationFile [2022-01-31T14:02:02.016Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-01-31T14:02:02.016Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-01-31T14:02:02.016Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-01-31T14:02:02.016Z] === RUN TestCopyWithTarInvalidSrc [2022-01-31T14:02:02.016Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-01-31T14:02:02.016Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-01-31T14:02:02.016Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-01-31T14:02:02.016Z] === RUN TestCopyWithTarSrcFile [2022-01-31T14:02:02.016Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-01-31T14:02:02.016Z] === RUN TestCopyWithTarSrcFolder [2022-01-31T14:02:02.016Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-01-31T14:02:02.016Z] === RUN TestCopyFileWithTarInvalidSrc [2022-01-31T14:02:02.016Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-01-31T14:02:02.016Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-01-31T14:02:02.016Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-01-31T14:02:02.016Z] === RUN TestCopyFileWithTarSrcFolder [2022-01-31T14:02:02.016Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-01-31T14:02:02.016Z] === RUN TestCopyFileWithTarSrcFile [2022-01-31T14:02:02.016Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-01-31T14:02:02.016Z] === RUN TestTarFiles [2022-01-31T14:02:02.098Z] --- PASS: TestUpdateCPUQuota (1.48s) [2022-01-31T14:02:02.098Z] === RUN TestUpdatePidsLimit [2022-01-31T14:02:02.098Z] === RUN TestUpdatePidsLimit/update_from_none [2022-01-31T14:02:02.486Z] === RUN TestMatch [2022-01-31T14:02:02.486Z] === RUN TestMatch/[[]] [2022-01-31T14:02:02.486Z] === RUN TestMatch/[[foo]] [2022-01-31T14:02:02.486Z] === RUN TestMatch/[[bar]_[foo]] [2022-01-31T14:02:02.486Z] === RUN TestMatch/[[foo_bar]] [2022-01-31T14:02:02.486Z] === RUN TestMatch/[[qux]_[foo]] [2022-01-31T14:02:02.486Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-01-31T14:02:02.486Z] === RUN TestMatch/[] [2022-01-31T14:02:02.486Z] === RUN TestMatch/[]#01 [2022-01-31T14:02:02.486Z] === RUN TestMatch/[[qux]] [2022-01-31T14:02:02.486Z] === RUN TestMatch/[[foo_bar_qux]] [2022-01-31T14:02:02.486Z] === RUN TestMatch/[[qux]_[baz]] [2022-01-31T14:02:02.486Z] === RUN TestMatch/[[foo_baz]] [2022-01-31T14:02:02.486Z] --- PASS: TestMatch (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[[]] (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[] (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-01-31T14:02:02.486Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-01-31T14:02:02.486Z] PASS [2022-01-31T14:02:02.486Z] coverage: 87.5% of statements [2022-01-31T14:02:02.486Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2022-01-31T14:02:02.486Z] 2022/01/31 14:02:02 Closing DB instances... [2022-01-31T14:02:02.659Z] === RUN TestUpdatePidsLimit/no_change [2022-01-31T14:02:02.916Z] === RUN TestUpdatePidsLimit/update_lower [2022-01-31T14:02:03.171Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-01-31T14:02:03.474Z] === RUN TestChrootTarUntar [2022-01-31T14:02:03.474Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:02:03.474Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-01-31T14:02:03.474Z] === RUN TestChrootUntarWithHugeExcludesList [2022-01-31T14:02:03.474Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:02:03.474Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-01-31T14:02:03.474Z] === RUN TestChrootUntarEmptyArchive [2022-01-31T14:02:03.474Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-01-31T14:02:03.474Z] === RUN TestChrootTarUntarWithSymlink [2022-01-31T14:02:03.474Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:02:03.474Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-01-31T14:02:03.474Z] === RUN TestChrootCopyWithTar [2022-01-31T14:02:03.474Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:02:03.474Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-01-31T14:02:03.474Z] === RUN TestChrootCopyFileWithTar [2022-01-31T14:02:03.474Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:02:03.474Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-01-31T14:02:03.474Z] === RUN TestChrootUntarPath [2022-01-31T14:02:03.474Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:02:03.474Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-01-31T14:02:03.474Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-01-31T14:02:03.474Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:02:03.474Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:02:03.474Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-01-31T14:02:03.474Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:02:03.474Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:02:03.474Z] === RUN TestChrootApplyDotDotFile [2022-01-31T14:02:03.474Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:02:03.474Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-01-31T14:02:03.474Z] PASS [2022-01-31T14:02:03.474Z] coverage: 15.1% of statements [2022-01-31T14:02:03.474Z] ok github.com/docker/docker/pkg/chrootarchive 0.090s coverage: 15.1% of statements [2022-01-31T14:02:03.733Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-01-31T14:02:03.944Z] === RUN TestSizeEmpty [2022-01-31T14:02:03.944Z] --- PASS: TestSizeEmpty (0.00s) [2022-01-31T14:02:03.944Z] === RUN TestSizeEmptyFile [2022-01-31T14:02:03.944Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-01-31T14:02:03.944Z] === RUN TestSizeNonemptyFile [2022-01-31T14:02:03.944Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-01-31T14:02:03.944Z] === RUN TestSizeNestedDirectoryEmpty [2022-01-31T14:02:03.944Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-01-31T14:02:03.944Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-01-31T14:02:03.944Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-01-31T14:02:03.944Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-01-31T14:02:03.944Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-01-31T14:02:03.944Z] === RUN TestMoveToSubdir [2022-01-31T14:02:03.944Z] --- PASS: TestMoveToSubdir (0.00s) [2022-01-31T14:02:03.944Z] === RUN TestSizeNonExistingDirectory [2022-01-31T14:02:03.944Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-01-31T14:02:03.944Z] PASS [2022-01-31T14:02:03.944Z] coverage: 80.0% of statements [2022-01-31T14:02:03.944Z] ok github.com/docker/docker/pkg/directory 0.049s coverage: 80.0% of statements [2022-01-31T14:02:03.993Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-01-31T14:02:03.993Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-01-31T14:02:04.250Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-01-31T14:02:04.413Z] --- PASS: TestNetworkDBCRUDTableEntry (3.88s) [2022-01-31T14:02:04.413Z] === RUN TestNetworkDBCRUDTableEntries [2022-01-31T14:02:04.812Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-01-31T14:02:04.812Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-01-31T14:02:04.812Z] check_test.go:308: [d2d481712b7cc] daemon is not started [2022-01-31T14:02:04.812Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-01-31T14:02:04.812Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-01-31T14:02:04.812Z] check_test.go:308: [d53224f565b90] daemon is not started [2022-01-31T14:02:04.812Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-01-31T14:02:04.881Z] === RUN TestPollerAddRemove [2022-01-31T14:02:04.881Z] --- PASS: TestPollerAddRemove (0.00s) [2022-01-31T14:02:04.881Z] === RUN TestPollerEvent [2022-01-31T14:02:04.881Z] poller_test.go:40: No chmod on Windows [2022-01-31T14:02:04.881Z] --- SKIP: TestPollerEvent (0.00s) [2022-01-31T14:02:04.881Z] === RUN TestPollerClose [2022-01-31T14:02:04.881Z] --- PASS: TestPollerClose (0.00s) [2022-01-31T14:02:04.881Z] PASS [2022-01-31T14:02:04.881Z] coverage: 45.7% of statements [2022-01-31T14:02:04.881Z] ok github.com/docker/docker/pkg/filenotify 0.042s coverage: 45.7% of statements [2022-01-31T14:02:05.068Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-01-31T14:02:05.632Z] --- PASS: TestUpdatePidsLimit (3.41s) [2022-01-31T14:02:05.632Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2022-01-31T14:02:05.632Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2022-01-31T14:02:05.632Z] --- PASS: TestUpdatePidsLimit/update_lower (0.35s) [2022-01-31T14:02:05.632Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2022-01-31T14:02:05.632Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.32s) [2022-01-31T14:02:05.632Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2022-01-31T14:02:05.632Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2022-01-31T14:02:05.632Z] === RUN TestUpdateRestartPolicy [2022-01-31T14:02:05.666Z] . [2022-01-31T14:02:05.666Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-31T14:02:05.666Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-31T14:02:05.666Z] Error: No such image: emptyfs [2022-01-31T14:02:05.666Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-01-31T14:02:05.666Z] ++++ docker load [2022-01-31T14:02:05.666Z] Running integration-test (iteration 1) [2022-01-31T14:02:05.666Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-01-31T14:02:05.666Z] ++ 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-01-31T14:02:05.666Z] ++ set -e [2022-01-31T14:02:05.666Z] ++ '[' -n 0 ']' [2022-01-31T14:02:05.666Z] ++ set -x [2022-01-31T14:02:05.666Z] ++ 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-01-31T14:02:05.868Z] === RUN TestCopyFileWithInvalidSrc [2022-01-31T14:02:05.868Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCopyFileWithInvalidDest [2022-01-31T14:02:05.868Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCopyFileWithSameSrcAndDest [2022-01-31T14:02:05.868Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-01-31T14:02:05.868Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCopyFile [2022-01-31T14:02:05.868Z] --- PASS: TestCopyFile (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-01-31T14:02:05.868Z] fileutils_test.go:133: Needs porting to Windows [2022-01-31T14:02:05.868Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-01-31T14:02:05.868Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestReadSymlinkedDirectoryToFile [2022-01-31T14:02:05.868Z] fileutils_test.go:179: Needs porting to Windows [2022-01-31T14:02:05.868Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestWildcardMatches [2022-01-31T14:02:05.868Z] --- PASS: TestWildcardMatches (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestPatternMatches [2022-01-31T14:02:05.868Z] --- PASS: TestPatternMatches (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-01-31T14:02:05.868Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestPatternMatchesFolderExclusions [2022-01-31T14:02:05.868Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-01-31T14:02:05.868Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-01-31T14:02:05.868Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-01-31T14:02:05.868Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-01-31T14:02:05.868Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestSingleExclamationError [2022-01-31T14:02:05.868Z] --- PASS: TestSingleExclamationError (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestMatchesWithNoPatterns [2022-01-31T14:02:05.868Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestMatchesWithMalformedPatterns [2022-01-31T14:02:05.868Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestMatches [2022-01-31T14:02:05.868Z] === RUN TestMatches/MatchesOrParentMatches [2022-01-31T14:02:05.868Z] === RUN TestMatches/MatchesUsingParentResult [2022-01-31T14:02:05.868Z] === RUN TestMatches/MatchesUsingParentResults [2022-01-31T14:02:05.868Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-01-31T14:02:05.868Z] --- PASS: TestMatches (0.01s) [2022-01-31T14:02:05.868Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-01-31T14:02:05.868Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-01-31T14:02:05.868Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-01-31T14:02:05.868Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCleanPatterns [2022-01-31T14:02:05.868Z] --- PASS: TestCleanPatterns (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-01-31T14:02:05.868Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCleanPatternsExceptionFlag [2022-01-31T14:02:05.868Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-01-31T14:02:05.868Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-01-31T14:02:05.868Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCleanPatternsErrorSingleException [2022-01-31T14:02:05.868Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-01-31T14:02:05.868Z] === RUN TestCreateIfNotExistsDir [2022-01-31T14:02:05.868Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-01-31T14:02:05.869Z] === RUN TestCreateIfNotExistsFile [2022-01-31T14:02:05.869Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-01-31T14:02:05.869Z] === RUN TestMatch [2022-01-31T14:02:05.869Z] --- PASS: TestMatch (0.00s) [2022-01-31T14:02:05.869Z] === RUN TestCompile [2022-01-31T14:02:05.869Z] === RUN TestCompile/slash [2022-01-31T14:02:05.869Z] === RUN TestCompile/backslash [2022-01-31T14:02:05.869Z] --- PASS: TestCompile (0.00s) [2022-01-31T14:02:05.869Z] --- PASS: TestCompile/slash (0.00s) [2022-01-31T14:02:05.869Z] --- PASS: TestCompile/backslash (0.00s) [2022-01-31T14:02:05.869Z] PASS [2022-01-31T14:02:05.869Z] coverage: 84.7% of statements [2022-01-31T14:02:05.869Z] ok github.com/docker/docker/pkg/fileutils 0.098s coverage: 84.7% of statements [2022-01-31T14:02:05.923Z] Loaded image: busybox:latest [2022-01-31T14:02:06.179Z] Loaded image: busybox:glibc [2022-01-31T14:02:06.193Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-01-31T14:02:06.337Z] 2022/01/31 14:02:06 Closing DB instances... [2022-01-31T14:02:06.495Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-01-31T14:02:06.750Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-01-31T14:02:06.825Z] === RUN TestGet [2022-01-31T14:02:06.825Z] --- PASS: TestGet (0.00s) [2022-01-31T14:02:06.825Z] === RUN TestGetShortcutString [2022-01-31T14:02:06.825Z] --- PASS: TestGetShortcutString (0.00s) [2022-01-31T14:02:06.825Z] PASS [2022-01-31T14:02:06.825Z] coverage: 42.9% of statements [2022-01-31T14:02:06.825Z] ok github.com/docker/docker/pkg/homedir 0.040s coverage: 42.9% of statements [2022-01-31T14:02:07.007Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-01-31T14:02:07.108Z] Loaded image: debian:bullseye-slim [2022-01-31T14:02:07.108Z] Loaded image: hello-world:latest [2022-01-31T14:02:07.264Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-01-31T14:02:07.294Z] === RUN TestCreateIDMapOrder [2022-01-31T14:02:07.294Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-01-31T14:02:07.294Z] PASS [2022-01-31T14:02:07.294Z] coverage: 7.2% of statements [2022-01-31T14:02:07.294Z] ok github.com/docker/docker/pkg/idtools 0.041s coverage: 7.2% of statements [2022-01-31T14:02:07.364Z] Loaded image: arm32v7/hello-world:latest [2022-01-31T14:02:07.364Z] INFO: Testing against a local daemon [2022-01-31T14:02:07.364Z] === RUN TestCgroupNamespacesBuild [2022-01-31T14:02:07.765Z] --- PASS: TestTarFiles (5.53s) [2022-01-31T14:02:07.765Z] === RUN TestDetectCompressionZstd [2022-01-31T14:02:07.765Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-01-31T14:02:07.765Z] === RUN TestTarUntar [2022-01-31T14:02:07.765Z] --- PASS: TestTarUntar (0.05s) [2022-01-31T14:02:07.765Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-01-31T14:02:07.765Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-01-31T14:02:07.765Z] === RUN TestTarWithOptions [2022-01-31T14:02:07.765Z] --- PASS: TestTarWithOptions (0.03s) [2022-01-31T14:02:07.765Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-01-31T14:02:07.765Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-01-31T14:02:07.765Z] === RUN TestUntarUstarGnuConflict [2022-01-31T14:02:07.765Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-01-31T14:02:07.765Z] === RUN TestUntarInvalidFilenames [2022-01-31T14:02:07.765Z] --- PASS: TestNetworkDBCRUDTableEntries (3.46s) [2022-01-31T14:02:07.765Z] === RUN TestNetworkDBNodeLeave [2022-01-31T14:02:07.765Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames492237329\\dest" [2022-01-31T14:02:08.192Z] check_test.go:308: [d80d070daf73c] daemon is not started [2022-01-31T14:02:08.192Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-01-31T14:02:08.237Z] --- PASS: TestUntarInvalidFilenames (0.19s) [2022-01-31T14:02:08.237Z] === RUN TestUntarHardlinkToSymlink [2022-01-31T14:02:08.237Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-01-31T14:02:08.237Z] === RUN TestUntarInvalidHardlink [2022-01-31T14:02:08.237Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink334296960\\victim\\hello" -> "../victim/hello" [2022-01-31T14:02:08.237Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink318591405\\victim\\hello" -> "/../victim/hello" [2022-01-31T14:02:08.237Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3199114723\\victim" -> "../victim" [2022-01-31T14:02:08.237Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink688054428\\victim" -> "../victim" [2022-01-31T14:02:08.237Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink961880635\\victim" -> "../victim" [2022-01-31T14:02:08.237Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2797514853\\victim" -> "../victim" [2022-01-31T14:02:08.237Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-01-31T14:02:08.237Z] === RUN TestUntarInvalidSymlink [2022-01-31T14:02:08.237Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1400277928\\dest\\dotdot" -> "../victim/hello" [2022-01-31T14:02:08.237Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3113677139\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-31T14:02:08.237Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2620544273\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:02:08.237Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink708125391\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:02:08.237Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink76230849\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:02:08.237Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink471523795\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:02:08.237Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3487368506\\dest\\dir\\loophole" -> "../../victim" [2022-01-31T14:02:08.237Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-01-31T14:02:08.237Z] === RUN TestTempArchiveCloseMultipleTimes [2022-01-31T14:02:08.237Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-01-31T14:02:08.237Z] === RUN TestXGlobalNoParent [2022-01-31T14:02:08.237Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-01-31T14:02:08.237Z] === RUN TestReplaceFileTarWrapper [2022-01-31T14:02:08.237Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2022-01-31T14:02:08.237Z] === RUN TestPrefixHeaderReadable [2022-01-31T14:02:08.237Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-01-31T14:02:08.237Z] === RUN TestDisablePigz [2022-01-31T14:02:08.237Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-01-31T14:02:08.237Z] --- PASS: TestDisablePigz (0.14s) [2022-01-31T14:02:08.237Z] === RUN TestPigz [2022-01-31T14:02:08.706Z] === RUN TestFixedBufferCap [2022-01-31T14:02:08.706Z] --- PASS: TestFixedBufferCap (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestFixedBufferLen [2022-01-31T14:02:08.706Z] --- PASS: TestFixedBufferLen (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestFixedBufferString [2022-01-31T14:02:08.706Z] --- PASS: TestFixedBufferString (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestFixedBufferWrite [2022-01-31T14:02:08.706Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestFixedBufferRead [2022-01-31T14:02:08.706Z] --- PASS: TestFixedBufferRead (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestBytesPipeRead [2022-01-31T14:02:08.706Z] --- PASS: TestBytesPipeRead (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestBytesPipeWrite [2022-01-31T14:02:08.706Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestBytesPipeWriteRandomChunks [2022-01-31T14:02:08.706Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-01-31T14:02:08.706Z] --- PASS: TestPigz (0.27s) [2022-01-31T14:02:08.706Z] === RUN TestCopyFileWithInvalidDest [2022-01-31T14:02:08.706Z] archive_windows_test.go:16: Currently fails [2022-01-31T14:02:08.706Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestCanonicalTarNameForPath [2022-01-31T14:02:08.706Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestCanonicalTarName [2022-01-31T14:02:08.706Z] --- PASS: TestCanonicalTarName (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestChmodTarEntry [2022-01-31T14:02:08.706Z] --- PASS: TestChmodTarEntry (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestHardLinkOrder [2022-01-31T14:02:08.706Z] --- PASS: TestHardLinkOrder (0.09s) [2022-01-31T14:02:08.706Z] === RUN TestChangeString [2022-01-31T14:02:08.706Z] --- PASS: TestChangeString (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestChangesWithNoChanges [2022-01-31T14:02:08.706Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-01-31T14:02:08.706Z] === RUN TestChangesWithChanges [2022-01-31T14:02:08.706Z] --- PASS: TestChangesWithChanges (0.03s) [2022-01-31T14:02:08.706Z] === RUN TestChangesWithChangesGH13590 [2022-01-31T14:02:08.706Z] changes_test.go:195: needs more investigation [2022-01-31T14:02:08.706Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestChangesDirsEmpty [2022-01-31T14:02:08.706Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-31T14:02:08.706Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestChangesDirsMutated [2022-01-31T14:02:08.706Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-31T14:02:08.706Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestApplyLayer [2022-01-31T14:02:08.706Z] changes_test.go:432: needs further investigation [2022-01-31T14:02:08.706Z] --- SKIP: TestApplyLayer (0.00s) [2022-01-31T14:02:08.706Z] === RUN TestChangesSizeWithHardlinks [2022-01-31T14:02:08.706Z] changes_test.go:468: needs further investigation [2022-01-31T14:02:08.706Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-01-31T14:02:08.707Z] === RUN TestChangesSizeWithNoChanges [2022-01-31T14:02:08.707Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-01-31T14:02:08.707Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-01-31T14:02:08.707Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-01-31T14:02:08.707Z] === RUN TestChangesSize [2022-01-31T14:02:08.707Z] --- PASS: TestChangesSize (0.00s) [2022-01-31T14:02:08.707Z] === RUN TestApplyLayerInvalidFilenames [2022-01-31T14:02:08.707Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2674452362\\dest" [2022-01-31T14:02:08.707Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-01-31T14:02:08.707Z] === RUN TestApplyLayerInvalidHardlink [2022-01-31T14:02:08.707Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2789994717\\victim\\hello" -> "../victim/hello" [2022-01-31T14:02:08.707Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink507866350\\victim\\hello" -> "/../victim/hello" [2022-01-31T14:02:08.707Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3747682798\\victim" -> "../victim" [2022-01-31T14:02:08.707Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink832728676\\victim" -> "../victim" [2022-01-31T14:02:08.707Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3412275185\\victim" -> "../victim" [2022-01-31T14:02:08.707Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3179628624\\victim" -> "../victim" [2022-01-31T14:02:08.707Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-01-31T14:02:08.707Z] === RUN TestApplyLayerInvalidSymlink [2022-01-31T14:02:08.707Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink749456437\\dest\\dotdot" -> "../victim/hello" [2022-01-31T14:02:08.707Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink953165775\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-31T14:02:08.732Z] --- PASS: TestCgroupNamespacesBuild (1.37s) [2022-01-31T14:02:08.732Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-01-31T14:02:09.177Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4280070257\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:02:09.177Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3056825268\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:02:09.177Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3316811198\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:02:09.177Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1249880327\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:02:09.177Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-01-31T14:02:09.177Z] === RUN TestApplyLayerWhiteouts [2022-01-31T14:02:09.177Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2022-01-31T14:02:09.177Z] === RUN TestGenerateEmptyFile [2022-01-31T14:02:09.177Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-01-31T14:02:09.177Z] === RUN TestGenerateWithContent [2022-01-31T14:02:09.177Z] --- PASS: TestGenerateWithContent (0.00s) [2022-01-31T14:02:09.177Z] PASS [2022-01-31T14:02:09.177Z] coverage: 62.0% of statements [2022-01-31T14:02:09.177Z] ok github.com/docker/docker/pkg/archive 7.960s coverage: 62.0% of statements [2022-01-31T14:02:09.177Z] --- PASS: TestBytesPipeWriteRandomChunks (0.41s) [2022-01-31T14:02:09.177Z] === RUN TestAtomicWriteToFile [2022-01-31T14:02:09.177Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-01-31T14:02:09.177Z] === RUN TestAtomicWriteSetCommit [2022-01-31T14:02:09.177Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-01-31T14:02:09.177Z] === RUN TestAtomicWriteSetCancel [2022-01-31T14:02:09.177Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-01-31T14:02:09.177Z] === RUN TestReadCloserWrapperClose [2022-01-31T14:02:09.177Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-01-31T14:02:09.177Z] === RUN TestReaderErrWrapperReadOnError [2022-01-31T14:02:09.177Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-01-31T14:02:09.177Z] === RUN TestReaderErrWrapperRead [2022-01-31T14:02:09.177Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-01-31T14:02:09.177Z] === RUN TestCancelReadCloser [2022-01-31T14:02:09.177Z] --- PASS: TestCancelReadCloser (0.10s) [2022-01-31T14:02:09.177Z] === RUN TestWriteCloserWrapperClose [2022-01-31T14:02:09.177Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-01-31T14:02:09.177Z] === RUN TestNopWriteCloser [2022-01-31T14:02:09.177Z] --- PASS: TestNopWriteCloser (0.00s) [2022-01-31T14:02:09.177Z] === RUN TestNopWriter [2022-01-31T14:02:09.177Z] --- PASS: TestNopWriter (0.00s) [2022-01-31T14:02:09.177Z] === RUN TestWriteCounter [2022-01-31T14:02:09.177Z] --- PASS: TestWriteCounter (0.00s) [2022-01-31T14:02:09.177Z] PASS [2022-01-31T14:02:09.177Z] coverage: 69.2% of statements [2022-01-31T14:02:09.177Z] ok github.com/docker/docker/pkg/ioutils 0.577s coverage: 69.2% of statements [2022-01-31T14:02:09.660Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s) [2022-01-31T14:02:09.661Z] === RUN TestBuildWithSession [2022-01-31T14:02:09.661Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T14:02:09.661Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-31T14:02:09.661Z] === RUN TestBuildSquashParent [2022-01-31T14:02:10.166Z] === RUN TestError [2022-01-31T14:02:10.166Z] --- PASS: TestError (0.00s) [2022-01-31T14:02:10.166Z] === RUN TestProgressString [2022-01-31T14:02:10.166Z] === RUN TestProgressString/no_progress [2022-01-31T14:02:10.166Z] === RUN TestProgressString/progress_1 [2022-01-31T14:02:10.166Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-01-31T14:02:10.166Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-01-31T14:02:10.166Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-01-31T14:02:10.166Z] === RUN TestProgressString/with_units [2022-01-31T14:02:10.166Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-01-31T14:02:10.166Z] === RUN TestProgressString/hide_counts [2022-01-31T14:02:10.166Z] --- PASS: TestProgressString (0.00s) [2022-01-31T14:02:10.166Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-01-31T14:02:10.166Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-01-31T14:02:10.166Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-01-31T14:02:10.166Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-01-31T14:02:10.166Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-01-31T14:02:10.166Z] --- PASS: TestProgressString/with_units (0.00s) [2022-01-31T14:02:10.166Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-01-31T14:02:10.166Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-01-31T14:02:10.166Z] === RUN TestJSONMessageDisplay [2022-01-31T14:02:10.166Z] --- PASS: TestJSONMessageDisplay (0.18s) [2022-01-31T14:02:10.166Z] === RUN TestJSONMessageDisplayWithJSONError [2022-01-31T14:02:10.166Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-01-31T14:02:10.166Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-01-31T14:02:10.166Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-01-31T14:02:10.166Z] === RUN TestDisplayJSONMessagesStream [2022-01-31T14:02:10.166Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-01-31T14:02:10.166Z] PASS [2022-01-31T14:02:10.166Z] coverage: 91.7% of statements [2022-01-31T14:02:10.166Z] ok github.com/docker/docker/pkg/jsonmessage 0.229s coverage: 91.7% of statements [2022-01-31T14:02:10.635Z] --- PASS: TestNetworkDBNodeLeave (2.89s) [2022-01-31T14:02:10.635Z] === RUN TestNetworkDBWatch [2022-01-31T14:02:11.104Z] === RUN TestStandardLongPath [2022-01-31T14:02:11.104Z] --- PASS: TestStandardLongPath (0.00s) [2022-01-31T14:02:11.104Z] === RUN TestUNCLongPath [2022-01-31T14:02:11.104Z] --- PASS: TestUNCLongPath (0.00s) [2022-01-31T14:02:11.104Z] PASS [2022-01-31T14:02:11.104Z] coverage: 100.0% of statements [2022-01-31T14:02:11.104Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2022-01-31T14:02:11.573Z] === RUN TestNameFormat [2022-01-31T14:02:11.573Z] --- PASS: TestNameFormat (0.00s) [2022-01-31T14:02:11.573Z] === RUN TestNameRetries [2022-01-31T14:02:11.573Z] --- PASS: TestNameRetries (0.00s) [2022-01-31T14:02:11.573Z] PASS [2022-01-31T14:02:11.573Z] coverage: 85.7% of statements [2022-01-31T14:02:11.573Z] ok github.com/docker/docker/pkg/namesgenerator 0.039s coverage: 85.7% of statements [2022-01-31T14:02:12.359Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-01-31T14:02:12.561Z] === RUN TestParseKeyValueOpt [2022-01-31T14:02:12.561Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-01-31T14:02:12.561Z] === RUN TestParseUintList [2022-01-31T14:02:12.561Z] --- PASS: TestParseUintList (0.00s) [2022-01-31T14:02:12.561Z] === RUN TestParseUintListMaximumLimits [2022-01-31T14:02:12.561Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-01-31T14:02:12.561Z] PASS [2022-01-31T14:02:12.561Z] coverage: 97.0% of statements [2022-01-31T14:02:12.561Z] ok github.com/docker/docker/pkg/parsers 0.038s coverage: 97.0% of statements [2022-01-31T14:02:12.561Z] 2022/01/31 14:02:12 Closing DB instances... [2022-01-31T14:02:13.030Z] === RUN TestNewAndRemove [2022-01-31T14:02:13.030Z] --- PASS: TestNewAndRemove (0.00s) [2022-01-31T14:02:13.030Z] === RUN TestRemoveInvalidPath [2022-01-31T14:02:13.030Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-01-31T14:02:13.030Z] PASS [2022-01-31T14:02:13.030Z] coverage: 82.6% of statements [2022-01-31T14:02:13.030Z] ok github.com/docker/docker/pkg/pidfile 0.040s coverage: 82.6% of statements [2022-01-31T14:02:13.164Z] === RUN TestMiddlewares [2022-01-31T14:02:13.164Z] --- PASS: TestMiddlewares (0.00s) [2022-01-31T14:02:13.164Z] PASS [2022-01-31T14:02:13.164Z] coverage: 9.0% of statements [2022-01-31T14:02:13.164Z] ok github.com/docker/docker/api/server 0.070s coverage: 9.0% of statements [2022-01-31T14:02:13.512Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.15s) [2022-01-31T14:02:13.512Z] === RUN TestCreateServiceSecretFileMode [2022-01-31T14:02:13.830Z] --- PASS: TestBuildSquashParent (3.45s) [2022-01-31T14:02:13.830Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-31T14:02:13.830Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:02:13.830Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:02:13.830Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:02:13.830Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:02:13.830Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:02:13.830Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:02:13.830Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:02:13.830Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:02:13.830Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:02:13.830Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:02:13.830Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:02:13.830Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:02:13.830Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:02:13.830Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:02:14.020Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-01-31T14:02:14.021Z] === RUN TestNetworkDBBulkSync [2022-01-31T14:02:14.761Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:02:14.761Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:02:14.916Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-01-31T14:02:15.008Z] === RUN TestFailedConnection [2022-01-31T14:02:15.008Z] 2022/01/31 14:02:14 Closing DB instances... [2022-01-31T14:02:15.478Z] --- PASS: TestGetAddress (21.18s) [2022-01-31T14:02:15.478Z] === RUN TestRequestSyntaxCheck [2022-01-31T14:02:15.478Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-01-31T14:02:15.478Z] === RUN TestRequest [2022-01-31T14:02:16.127Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:02:16.127Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:02:16.328Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-01-31T14:02:16.891Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-01-31T14:02:17.044Z] --- PASS: TestNetworkDBBulkSync (2.87s) [2022-01-31T14:02:17.044Z] === RUN TestNetworkDBCRUDMediumCluster [2022-01-31T14:02:17.044Z] --- PASS: TestFailedConnection (2.21s) [2022-01-31T14:02:17.044Z] === RUN TestFailOnce [2022-01-31T14:02:17.044Z] 2022/01/31 14:02:16 http: panic serving 127.0.0.1:49278: Plugin not ready [2022-01-31T14:02:17.044Z] goroutine 13 [running]: [2022-01-31T14:02:17.044Z] net/http.(*conn).serve.func1() [2022-01-31T14:02:17.044Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-01-31T14:02:17.044Z] panic({0x77ac20, 0x8873d0}) [2022-01-31T14:02:17.044Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-01-31T14:02:17.044Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x44f46000493b2b04}, 0xc000173a98) [2022-01-31T14:02:17.044Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-01-31T14:02:17.044Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x894170, 0xc0000b8000}, 0x6cf3e6) [2022-01-31T14:02:17.044Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-01-31T14:02:17.044Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x894170, 0xc0000b8000}, 0xc000158300) [2022-01-31T14:02:17.044Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-01-31T14:02:17.044Z] net/http.serverHandler.ServeHTTP({0x892770}, {0x894170, 0xc0000b8000}, 0xc000158300) [2022-01-31T14:02:17.044Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-01-31T14:02:17.044Z] net/http.(*conn).serve(0xc000062aa0, {0x896000, 0xc00008a0c0}) [2022-01-31T14:02:17.044Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-01-31T14:02:17.044Z] created by net/http.(*Server).Serve [2022-01-31T14:02:17.044Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-01-31T14:02:17.044Z] time="2022-01-31T14:02:16Z" 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-01-31T14:02:17.057Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-01-31T14:02:17.057Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.33s) [2022-01-31T14:02:17.057Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.35s) [2022-01-31T14:02:17.057Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.31s) [2022-01-31T14:02:17.057Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.32s) [2022-01-31T14:02:17.057Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.05s) [2022-01-31T14:02:17.057Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.19s) [2022-01-31T14:02:17.057Z] === RUN TestBuildMultiStageCopy [2022-01-31T14:02:17.057Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-31T14:02:17.187Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-01-31T14:02:17.187Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-01-31T14:02:17.748Z] --- PASS: TestUpdateRestartPolicy (12.26s) [2022-01-31T14:02:17.748Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-31T14:02:18.032Z] --- PASS: TestFailOnce (1.23s) [2022-01-31T14:02:18.032Z] === RUN TestEchoInputOutput [2022-01-31T14:02:18.032Z] --- PASS: TestEchoInputOutput (0.00s) [2022-01-31T14:02:18.032Z] === RUN TestBackoff [2022-01-31T14:02:18.032Z] --- PASS: TestBackoff (0.00s) [2022-01-31T14:02:18.032Z] === RUN TestAbortRetry [2022-01-31T14:02:18.032Z] --- PASS: TestAbortRetry (0.00s) [2022-01-31T14:02:18.032Z] === RUN TestClientScheme [2022-01-31T14:02:18.032Z] --- PASS: TestClientScheme (0.00s) [2022-01-31T14:02:18.032Z] === RUN TestNewClientWithTimeout [2022-01-31T14:02:18.425Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-31T14:02:18.425Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-31T14:02:18.425Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-31T14:02:18.502Z] time="2022-01-31T14:02:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49286/Test.Echo: Post \"http://127.0.0.1:49286/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-01-31T14:02:18.677Z] --- PASS: TestUpdateRestartWithAutoRemove (0.57s) [2022-01-31T14:02:18.677Z] === RUN TestWaitNonBlocked [2022-01-31T14:02:18.677Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:02:18.677Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:02:18.677Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:02:18.677Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:02:18.677Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:02:18.677Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:02:18.681Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-31T14:02:18.937Z] --- PASS: TestBuildMultiStageCopy (1.90s) [2022-01-31T14:02:18.937Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.03s) [2022-01-31T14:02:18.937Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-01-31T14:02:18.937Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2022-01-31T14:02:18.938Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.28s) [2022-01-31T14:02:18.938Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-01-31T14:02:18.938Z] === RUN TestBuildMultiStageParentConfig [2022-01-31T14:02:19.490Z] 2022/01/31 14:02:19 Closing DB instances... [2022-01-31T14:02:19.500Z] --- PASS: TestBuildMultiStageParentConfig (0.56s) [2022-01-31T14:02:19.500Z] === RUN TestBuildLabelWithTargets [2022-01-31T14:02:19.645Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-01-31T14:02:19.645Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.08s) [2022-01-31T14:02:19.645Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s) [2022-01-31T14:02:19.645Z] === RUN TestWaitBlocked [2022-01-31T14:02:19.645Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T14:02:19.645Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T14:02:19.645Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T14:02:19.645Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T14:02:19.645Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T14:02:19.645Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T14:02:19.645Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-01-31T14:02:19.813Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-01-31T14:02:19.904Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-01-31T14:02:19.959Z] time="2022-01-31T14:02:19Z" level=error msg="node: 9f12bc3cc406 is unknown to memberlist" [2022-01-31T14:02:19.959Z] time="2022-01-31T14:02:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49286/Test.Echo: Post \"http://127.0.0.1:49286/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-01-31T14:02:20.431Z] --- PASS: TestBuildLabelWithTargets (0.95s) [2022-01-31T14:02:20.431Z] === RUN TestBuildWithEmptyLayers [2022-01-31T14:02:20.833Z] --- PASS: TestWaitBlocked (0.03s) [2022-01-31T14:02:20.833Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.99s) [2022-01-31T14:02:20.833Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.13s) [2022-01-31T14:02:20.833Z] === CONT TestContainerStartOnDaemonRestart [2022-01-31T14:02:20.833Z] === CONT TestIpcModeOlderClient [2022-01-31T14:02:20.833Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-01-31T14:02:20.833Z] === CONT TestContainerKillOnDaemonStart [2022-01-31T14:02:21.008Z] --- PASS: TestBuildWithEmptyLayers (0.40s) [2022-01-31T14:02:21.008Z] === RUN TestBuildMultiStageOnBuild [2022-01-31T14:02:22.177Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.31s) [2022-01-31T14:02:22.177Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-01-31T14:02:22.375Z] --- PASS: TestBuildMultiStageOnBuild (1.30s) [2022-01-31T14:02:22.375Z] === RUN TestBuildUncleanTarFilenames [2022-01-31T14:02:22.646Z] --- PASS: TestRequest (7.23s) [2022-01-31T14:02:22.646Z] === RUN TestOverlappingRequests [2022-01-31T14:02:22.646Z] time="2022-01-31T14:02:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49286/Test.Echo: Post \"http://127.0.0.1:49286/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-01-31T14:02:22.646Z] --- PASS: TestOverlappingRequests (0.35s) [2022-01-31T14:02:22.646Z] === RUN TestRelease [2022-01-31T14:02:22.938Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2022-01-31T14:02:22.938Z] === RUN TestBuildMultiStageLayerLeak [2022-01-31T14:02:23.115Z] 2022/01/31 14:02:22 Closing DB instances... [2022-01-31T14:02:23.440Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-01-31T14:02:23.697Z] --- PASS: TestContainerStartOnDaemonRestart (2.92s) [2022-01-31T14:02:23.697Z] === CONT TestRestartDaemonWithRestartingContainer [2022-01-31T14:02:24.102Z] --- PASS: TestRelease (1.37s) [2022-01-31T14:02:24.103Z] === RUN TestAllocateRandomDeallocate [2022-01-31T14:02:24.259Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-01-31T14:02:24.304Z] --- PASS: TestBuildMultiStageLayerLeak (1.48s) [2022-01-31T14:02:24.304Z] === RUN TestBuildWithHugeFile [2022-01-31T14:02:24.515Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-01-31T14:02:24.515Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-01-31T14:02:24.515Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-01-31T14:02:24.515Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-01-31T14:02:24.515Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-01-31T14:02:24.515Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-01-31T14:02:24.515Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-01-31T14:02:24.515Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-01-31T14:02:24.515Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-01-31T14:02:24.571Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-01-31T14:02:24.571Z] === RUN TestNetworkDBGarbageCollection [2022-01-31T14:02:25.751Z] --- PASS: TestCreateServiceSecretFileMode (12.64s) [2022-01-31T14:02:25.752Z] === RUN TestCreateServiceConfigFileMode [2022-01-31T14:02:26.403Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.86s) [2022-01-31T14:02:26.403Z] === CONT TestDaemonHostGatewayIP [2022-01-31T14:02:27.525Z] time="2022-01-31T14:02:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49286/Test.Echo: Post \"http://127.0.0.1:49286/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-01-31T14:02:27.994Z] --- PASS: TestAllocateRandomDeallocate (3.88s) [2022-01-31T14:02:27.994Z] === RUN TestRetrieveFromStore [2022-01-31T14:02:28.292Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-01-31T14:02:28.292Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-01-31T14:02:29.561Z] --- PASS: TestRetrieveFromStore (1.25s) [2022-01-31T14:02:29.561Z] === RUN TestRequestReleaseAddressDuplicate [2022-01-31T14:02:29.561Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-01-31T14:02:29.561Z] === RUN TestParallelPredefinedRequest1 [2022-01-31T14:02:29.561Z] === PAUSE TestParallelPredefinedRequest1 [2022-01-31T14:02:29.561Z] === RUN TestParallelPredefinedRequest2 [2022-01-31T14:02:29.561Z] === PAUSE TestParallelPredefinedRequest2 [2022-01-31T14:02:29.561Z] === RUN TestParallelPredefinedRequest3 [2022-01-31T14:02:29.561Z] === PAUSE TestParallelPredefinedRequest3 [2022-01-31T14:02:29.561Z] === RUN TestParallelPredefinedRequest4 [2022-01-31T14:02:29.561Z] === PAUSE TestParallelPredefinedRequest4 [2022-01-31T14:02:29.561Z] === RUN TestParallelPredefinedRequest5 [2022-01-31T14:02:29.561Z] === PAUSE TestParallelPredefinedRequest5 [2022-01-31T14:02:29.561Z] === RUN TestDebug [2022-01-31T14:02:29.561Z] --- PASS: TestDebug (0.00s) [2022-01-31T14:02:29.561Z] === RUN TestRequestPoolParallel [2022-01-31T14:02:29.561Z] --- PASS: TestRequestPoolParallel (0.21s) [2022-01-31T14:02:29.561Z] === RUN TestFullAllocateRelease [2022-01-31T14:02:29.656Z] --- PASS: TestDaemonHostGatewayIP (3.16s) [2022-01-31T14:02:29.656Z] === CONT TestDaemonRestartIpcMode [2022-01-31T14:02:30.032Z] --- PASS: TestFullAllocateRelease (0.49s) [2022-01-31T14:02:30.032Z] === RUN TestOddAllocateRelease [2022-01-31T14:02:30.502Z] --- PASS: TestOddAllocateRelease (0.25s) [2022-01-31T14:02:30.502Z] === RUN TestFullAllocateSerialReleaseParallel [2022-01-31T14:02:30.502Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2022-01-31T14:02:30.502Z] === RUN TestOddAllocateSerialReleaseParallel [2022-01-31T14:02:30.502Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-01-31T14:02:30.502Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-01-31T14:02:30.502Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-01-31T14:02:30.502Z] === CONT TestParallelPredefinedRequest1 [2022-01-31T14:02:30.502Z] === CONT TestParallelPredefinedRequest4 [2022-01-31T14:02:30.502Z] === CONT TestParallelPredefinedRequest5 [2022-01-31T14:02:30.502Z] === CONT TestParallelPredefinedRequest3 [2022-01-31T14:02:30.502Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:02:30.502Z] === CONT TestParallelPredefinedRequest1 [2022-01-31T14:02:30.502Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:02:30.502Z] === CONT TestParallelPredefinedRequest5 [2022-01-31T14:02:30.502Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:02:30.502Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-01-31T14:02:30.502Z] === CONT TestParallelPredefinedRequest2 [2022-01-31T14:02:30.502Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-01-31T14:02:30.502Z] === CONT TestParallelPredefinedRequest2 [2022-01-31T14:02:30.502Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:02:30.502Z] === CONT TestParallelPredefinedRequest4 [2022-01-31T14:02:30.502Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:02:30.502Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-01-31T14:02:30.502Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-01-31T14:02:30.502Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-01-31T14:02:30.502Z] PASS [2022-01-31T14:02:30.502Z] coverage: 85.3% of statements [2022-01-31T14:02:30.502Z] ok github.com/docker/docker/libnetwork/ipam 45.121s coverage: 85.3% of statements [2022-01-31T14:02:31.544Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-01-31T14:02:32.476Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-01-31T14:02:33.038Z] --- PASS: TestDaemonRestartIpcMode (3.27s) [2022-01-31T14:02:33.603Z] --- PASS: TestContainerKillOnDaemonStart (12.70s) [2022-01-31T14:02:33.603Z] PASS [2022-01-31T14:02:33.603Z] [2022-01-31T14:02:33.603Z] === Skipped [2022-01-31T14:02:33.603Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-01-31T14:02:33.603Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T14:02:33.603Z] [2022-01-31T14:02:33.603Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-01-31T14:02:33.603Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:02:33.603Z] [2022-01-31T14:02:33.603Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-01-31T14:02:33.603Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:02:33.603Z] [2022-01-31T14:02:33.603Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-31T14:02:33.603Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-31T14:02:33.603Z] [2022-01-31T14:02:33.603Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-01-31T14:02:33.603Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-31T14:02:33.603Z] [2022-01-31T14:02:33.603Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-01-31T14:02:33.603Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:02:33.603Z] [2022-01-31T14:02:33.603Z] DONE 200 tests, 6 skipped in 152.390s [2022-01-31T14:02:33.603Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-01-31T14:02:33.603Z] ++ 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-01-31T14:02:33.603Z] ++ set -e [2022-01-31T14:02:33.603Z] ++ '[' -n 0 ']' [2022-01-31T14:02:33.603Z] ++ set -x [2022-01-31T14:02:33.603Z] ++ 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-01-31T14:02:33.603Z] === RUN TestConfigDaemonLibtrustID [2022-01-31T14:02:33.859Z] check_test.go:308: [dd358ceba35b2] daemon is not started [2022-01-31T14:02:33.859Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-01-31T14:02:34.115Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-01-31T14:02:34.115Z] === RUN TestDaemonConfigValidation [2022-01-31T14:02:34.115Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-01-31T14:02:34.115Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-01-31T14:02:34.115Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-01-31T14:02:34.115Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-01-31T14:02:34.115Z] === RUN TestDaemonConfigValidation/invalid_config [2022-01-31T14:02:34.115Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-01-31T14:02:34.115Z] === RUN TestDaemonConfigValidation/malformed_config [2022-01-31T14:02:34.115Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-01-31T14:02:34.115Z] === RUN TestDaemonConfigValidation/valid_config [2022-01-31T14:02:34.115Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-01-31T14:02:34.115Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-01-31T14:02:34.115Z] === CONT TestDaemonConfigValidation/malformed_config [2022-01-31T14:02:34.296Z] === RUN TestParseEmptyInterface [2022-01-31T14:02:34.296Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-01-31T14:02:34.296Z] === RUN TestParseNonInterfaceType [2022-01-31T14:02:34.296Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-01-31T14:02:34.296Z] === RUN TestParseWithOneFunction [2022-01-31T14:02:34.296Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-01-31T14:02:34.296Z] === RUN TestParseWithMultipleFuncs [2022-01-31T14:02:34.296Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-01-31T14:02:34.296Z] === RUN TestParseWithUnnamedReturn [2022-01-31T14:02:34.296Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-01-31T14:02:34.296Z] === RUN TestEmbeddedInterface [2022-01-31T14:02:34.296Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-01-31T14:02:34.296Z] === RUN TestParsedImports [2022-01-31T14:02:34.296Z] --- PASS: TestParsedImports (0.00s) [2022-01-31T14:02:34.296Z] === RUN TestAliasedImports [2022-01-31T14:02:34.296Z] --- PASS: TestAliasedImports (0.00s) [2022-01-31T14:02:34.296Z] PASS [2022-01-31T14:02:34.296Z] coverage: 56.8% of statements [2022-01-31T14:02:34.296Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.049s coverage: 56.8% of statements [2022-01-31T14:02:34.371Z] === CONT TestDaemonConfigValidation/valid_config [2022-01-31T14:02:34.371Z] === CONT TestDaemonConfigValidation/invalid_config [2022-01-31T14:02:34.371Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-01-31T14:02:34.628Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-01-31T14:02:34.628Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.11s) [2022-01-31T14:02:34.628Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.12s) [2022-01-31T14:02:34.628Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-01-31T14:02:34.628Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.17s) [2022-01-31T14:02:34.628Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.14s) [2022-01-31T14:02:34.628Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-31T14:02:34.628Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-01-31T14:02:35.190Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-01-31T14:02:35.284Z] === RUN TestHTTPTransport [2022-01-31T14:02:35.284Z] --- PASS: TestHTTPTransport (0.00s) [2022-01-31T14:02:35.284Z] PASS [2022-01-31T14:02:35.284Z] coverage: 85.7% of statements [2022-01-31T14:02:35.284Z] ok github.com/docker/docker/pkg/plugins/transport 0.048s coverage: 85.7% of statements [2022-01-31T14:02:35.446Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-01-31T14:02:35.702Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-01-31T14:02:35.754Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-01-31T14:02:35.754Z] === RUN TestClientStream [2022-01-31T14:02:35.754Z] --- PASS: TestClientStream (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestClientSendFile [2022-01-31T14:02:35.754Z] --- PASS: TestClientSendFile (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestClientWithRequestTimeout [2022-01-31T14:02:35.754Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-01-31T14:02:35.754Z] === RUN TestFileSpecPlugin [2022-01-31T14:02:35.754Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-01-31T14:02:35.754Z] === RUN TestFileJSONSpecPlugin [2022-01-31T14:02:35.754Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-01-31T14:02:35.754Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestPluginAddHandler [2022-01-31T14:02:35.754Z] --- PASS: TestPluginAddHandler (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestPluginWaitBadPlugin [2022-01-31T14:02:35.754Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestGet [2022-01-31T14:02:35.754Z] time="2022-01-31T14:02:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-01-31T14:02:35.754Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-01-31T14:02:35.754Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestBufioReaderPoolPutAndGet [2022-01-31T14:02:35.754Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-01-31T14:02:35.754Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-01-31T14:02:35.754Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestBufioWriterPoolPutAndGet [2022-01-31T14:02:35.754Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-01-31T14:02:35.754Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-01-31T14:02:35.754Z] === RUN TestBufferPoolPutAndGet [2022-01-31T14:02:35.754Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-01-31T14:02:35.754Z] PASS [2022-01-31T14:02:35.754Z] coverage: 88.2% of statements [2022-01-31T14:02:35.754Z] ok github.com/docker/docker/pkg/pools 0.048s coverage: 88.2% of statements [2022-01-31T14:02:36.082Z] ......... [ 85%] [2022-01-31T14:02:36.629Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-01-31T14:02:36.629Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-01-31T14:02:36.742Z] === RUN TestOutputOnPrematureClose [2022-01-31T14:02:36.742Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-01-31T14:02:36.742Z] === RUN TestCompleteSilently [2022-01-31T14:02:36.742Z] --- PASS: TestCompleteSilently (0.00s) [2022-01-31T14:02:36.742Z] PASS [2022-01-31T14:02:36.742Z] coverage: 75.9% of statements [2022-01-31T14:02:36.742Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2022-01-31T14:02:36.742Z] time="2022-01-31T14:02:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-01-31T14:02:37.211Z] === RUN TestSendToOneSub [2022-01-31T14:02:37.211Z] --- PASS: TestSendToOneSub (0.00s) [2022-01-31T14:02:37.211Z] === RUN TestSendToMultipleSubs [2022-01-31T14:02:37.211Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-01-31T14:02:37.211Z] === RUN TestEvictOneSub [2022-01-31T14:02:37.211Z] --- PASS: TestEvictOneSub (0.00s) [2022-01-31T14:02:37.211Z] === RUN TestClosePublisher [2022-01-31T14:02:37.211Z] --- PASS: TestClosePublisher (0.00s) [2022-01-31T14:02:37.211Z] === RUN TestPubSubRace [2022-01-31T14:02:37.955Z] --- PASS: TestCreateServiceConfigFileMode (12.41s) [2022-01-31T14:02:37.955Z] === RUN TestCreateServiceSysctls [2022-01-31T14:02:37.993Z] === CONT TestConfigDaemonSeccompProfiles [2022-01-31T14:02:37.993Z] daemon_test.go:156: [d865baf6c0401] daemon is not started [2022-01-31T14:02:37.993Z] --- PASS: TestConfigDaemonSeccompProfiles (3.32s) [2022-01-31T14:02:37.993Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-01-31T14:02:37.993Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.11s) [2022-01-31T14:02:37.993Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.11s) [2022-01-31T14:02:37.993Z] === RUN TestDaemonProxy [2022-01-31T14:02:37.993Z] === RUN TestDaemonProxy/environment_variables [2022-01-31T14:02:38.198Z] --- PASS: TestPubSubRace (1.05s) [2022-01-31T14:02:38.198Z] PASS [2022-01-31T14:02:38.198Z] coverage: 75.0% of statements [2022-01-31T14:02:38.198Z] ok github.com/docker/docker/pkg/pubsub 1.089s coverage: 75.0% of statements [2022-01-31T14:02:38.667Z] === RUN TestRegister [2022-01-31T14:02:38.667Z] --- PASS: TestRegister (0.00s) [2022-01-31T14:02:38.667Z] === RUN TestCommand [2022-01-31T14:02:38.667Z] time="2022-01-31T14:02:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-01-31T14:02:38.667Z] --- PASS: TestCommand (0.03s) [2022-01-31T14:02:38.667Z] === RUN TestNaiveSelf [2022-01-31T14:02:38.667Z] --- PASS: TestNaiveSelf (0.03s) [2022-01-31T14:02:38.667Z] PASS [2022-01-31T14:02:38.667Z] coverage: 82.4% of statements [2022-01-31T14:02:38.667Z] ok github.com/docker/docker/pkg/reexec 0.106s coverage: 82.4% of statements [2022-01-31T14:02:39.319Z] --- PASS: TestCreateServiceSysctls (2.93s) [2022-01-31T14:02:39.319Z] === RUN TestCreateServiceCapabilities [2022-01-31T14:02:39.360Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-01-31T14:02:39.616Z] === RUN TestDaemonProxy/command-line_options [2022-01-31T14:02:39.655Z] === RUN TestDump [2022-01-31T14:02:39.655Z] goroutine 6 [running]: [2022-01-31T14:02:39.655Z] github.com/docker/docker/pkg/stack.dump(0xf6b6b7) [2022-01-31T14:02:39.655Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-31T14:02:39.655Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-01-31T14:02:39.655Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-01-31T14:02:39.655Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-01-31T14:02:39.655Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-01-31T14:02:39.655Z] testing.tRunner(0xc000112680, 0x10d8e68) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:02:39.655Z] created by testing.(*T).Run [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-31T14:02:39.655Z] [2022-01-31T14:02:39.655Z] goroutine 1 [chan receive]: [2022-01-31T14:02:39.655Z] testing.(*T).Run(0xc0001124e0, {0x10ca52e, 0xf4a413}, 0x10d8e68) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-31T14:02:39.655Z] testing.runTests.func1(0xc000068750) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-31T14:02:39.655Z] testing.tRunner(0xc0001124e0, 0xc000071ce0) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:02:39.655Z] testing.runTests(0xc000076080, {0x123cba0, 0x3, 0x3}, {0xf6a90d, 0x10cc228, 0x1241640}) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-31T14:02:39.655Z] testing.(*M).Run(0xc000076080) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-31T14:02:39.655Z] main.main() [2022-01-31T14:02:39.655Z] _testmain.go:95 +0x1f5 [2022-01-31T14:02:39.655Z] --- PASS: TestDump (0.00s) [2022-01-31T14:02:39.655Z] === RUN TestDumpToFile [2022-01-31T14:02:39.655Z] --- PASS: TestDumpToFile (0.18s) [2022-01-31T14:02:39.655Z] === RUN TestDumpToFileWithEmptyInput [2022-01-31T14:02:39.655Z] goroutine 8 [running]: [2022-01-31T14:02:39.655Z] github.com/docker/docker/pkg/stack.dump(0xfd86f4) [2022-01-31T14:02:39.655Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-31T14:02:39.655Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xfd8aa0}) [2022-01-31T14:02:39.655Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-01-31T14:02:39.655Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000112680) [2022-01-31T14:02:39.655Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-01-31T14:02:39.655Z] testing.tRunner(0xc000112b60, 0x10d8e58) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:02:39.655Z] created by testing.(*T).Run [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-31T14:02:39.655Z] [2022-01-31T14:02:39.655Z] goroutine 1 [chan receive]: [2022-01-31T14:02:39.655Z] testing.(*T).Run(0xc0001124e0, {0x10d12ba, 0xf4a413}, 0x10d8e58) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-31T14:02:39.655Z] testing.runTests.func1(0xc000068750) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-31T14:02:39.655Z] testing.tRunner(0xc0001124e0, 0xc000071ce0) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:02:39.655Z] testing.runTests(0xc000076080, {0x123cba0, 0x3, 0x3}, {0xf6a90d, 0x10cc228, 0x1241640}) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-31T14:02:39.655Z] testing.(*M).Run(0xc000076080) [2022-01-31T14:02:39.655Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-31T14:02:39.655Z] main.main() [2022-01-31T14:02:39.655Z] _testmain.go:95 +0x1f5 [2022-01-31T14:02:39.655Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-01-31T14:02:39.655Z] PASS [2022-01-31T14:02:39.655Z] coverage: 90.9% of statements [2022-01-31T14:02:39.655Z] ok github.com/docker/docker/pkg/stack 0.227s coverage: 90.9% of statements [2022-01-31T14:02:40.126Z] === RUN TestNewStdWriter [2022-01-31T14:02:40.126Z] --- PASS: TestNewStdWriter (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestWriteWithUninitializedStdWriter [2022-01-31T14:02:40.126Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestWriteWithNilBytes [2022-01-31T14:02:40.126Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestWrite [2022-01-31T14:02:40.126Z] --- PASS: TestWrite (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestWriteWithWriterError [2022-01-31T14:02:40.126Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-01-31T14:02:40.126Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestStdCopyWriteAndRead [2022-01-31T14:02:40.126Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-01-31T14:02:40.126Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-01-31T14:02:40.126Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-01-31T14:02:40.126Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestStdCopyWithInvalidInputHeader [2022-01-31T14:02:40.126Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestStdCopyWithCorruptedPrefix [2022-01-31T14:02:40.126Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestStdCopyReturnsWriteErrors [2022-01-31T14:02:40.126Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-01-31T14:02:40.126Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-01-31T14:02:40.126Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-01-31T14:02:40.126Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-01-31T14:02:40.126Z] PASS [2022-01-31T14:02:40.126Z] coverage: 100.0% of statements [2022-01-31T14:02:40.126Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2022-01-31T14:02:40.584Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-01-31T14:02:40.601Z] tests/integration/models_images_test.py ............... [ 89%] [2022-01-31T14:02:41.115Z] === RUN TestRawProgressFormatterFormatStatus [2022-01-31T14:02:41.115Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-01-31T14:02:41.115Z] === RUN TestRawProgressFormatterFormatProgress [2022-01-31T14:02:41.115Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-01-31T14:02:41.115Z] === RUN TestFormatStatus [2022-01-31T14:02:41.115Z] --- PASS: TestFormatStatus (0.00s) [2022-01-31T14:02:41.115Z] === RUN TestFormatError [2022-01-31T14:02:41.115Z] --- PASS: TestFormatError (0.00s) [2022-01-31T14:02:41.115Z] === RUN TestFormatJSONError [2022-01-31T14:02:41.115Z] --- PASS: TestFormatJSONError (0.00s) [2022-01-31T14:02:41.115Z] === RUN TestJsonProgressFormatterFormatProgress [2022-01-31T14:02:41.115Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-01-31T14:02:41.115Z] === RUN TestJsonProgressFormatterFormatStatus [2022-01-31T14:02:41.115Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-01-31T14:02:41.115Z] === RUN TestNewJSONProgressOutput [2022-01-31T14:02:41.115Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-01-31T14:02:41.115Z] === RUN TestAuxFormatterEmit [2022-01-31T14:02:41.115Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-01-31T14:02:41.115Z] === RUN TestStreamWriterStdout [2022-01-31T14:02:41.115Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-01-31T14:02:41.115Z] === RUN TestStreamWriterStderr [2022-01-31T14:02:41.115Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-01-31T14:02:41.115Z] PASS [2022-01-31T14:02:41.115Z] coverage: 66.2% of statements [2022-01-31T14:02:41.115Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2022-01-31T14:02:41.511Z] === RUN TestDaemonProxy/configuration_file [2022-01-31T14:02:41.585Z] === RUN TestGenerateRandomID [2022-01-31T14:02:41.585Z] --- PASS: TestGenerateRandomID (0.00s) [2022-01-31T14:02:41.585Z] === RUN TestShortenId [2022-01-31T14:02:41.585Z] --- PASS: TestShortenId (0.00s) [2022-01-31T14:02:41.585Z] === RUN TestShortenSha256Id [2022-01-31T14:02:41.585Z] --- PASS: TestShortenSha256Id (0.00s) [2022-01-31T14:02:41.585Z] === RUN TestShortenIdEmpty [2022-01-31T14:02:41.585Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-01-31T14:02:41.585Z] === RUN TestShortenIdInvalid [2022-01-31T14:02:41.585Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-01-31T14:02:41.585Z] === RUN TestIsShortIDNonHex [2022-01-31T14:02:41.585Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-01-31T14:02:41.585Z] === RUN TestIsShortIDNotCorrectSize [2022-01-31T14:02:41.585Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-01-31T14:02:41.585Z] PASS [2022-01-31T14:02:41.585Z] coverage: 70.6% of statements [2022-01-31T14:02:41.585Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2022-01-31T14:02:41.832Z] --- PASS: TestCreateServiceCapabilities (2.46s) [2022-01-31T14:02:41.832Z] === RUN TestInspect [2022-01-31T14:02:42.055Z] === RUN TestIsCpusetListAvailable [2022-01-31T14:02:42.055Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-01-31T14:02:42.055Z] PASS [2022-01-31T14:02:42.055Z] coverage: 39.4% of statements [2022-01-31T14:02:42.055Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-01-31T14:02:42.062Z] tests/integration/models_networks_test.py .... [ 90%] [2022-01-31T14:02:42.073Z] check_test.go:308: [d00f2f71883fb] daemon is not started [2022-01-31T14:02:42.073Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-01-31T14:02:43.041Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-01-31T14:02:43.041Z] === RUN TestDaemonProxy/conflicting_options [2022-01-31T14:02:43.048Z] time="2022-01-31T14:02:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-01-31T14:02:43.297Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-01-31T14:02:43.517Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-01-31T14:02:43.517Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-01-31T14:02:43.517Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-01-31T14:02:43.517Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-01-31T14:02:43.517Z] === RUN TestChtimes [2022-01-31T14:02:43.517Z] --- PASS: TestChtimes (0.00s) [2022-01-31T14:02:43.517Z] === RUN TestChtimesWindows [2022-01-31T14:02:43.517Z] --- PASS: TestChtimesWindows (0.00s) [2022-01-31T14:02:43.517Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-01-31T14:02:43.517Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-01-31T14:02:43.517Z] === RUN TestEnsureRemoveAllNotExist [2022-01-31T14:02:43.517Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-01-31T14:02:43.517Z] === RUN TestEnsureRemoveAllWithDir [2022-01-31T14:02:43.517Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-01-31T14:02:43.517Z] === RUN TestEnsureRemoveAllWithFile [2022-01-31T14:02:43.517Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-01-31T14:02:43.517Z] === RUN TestHasWin32KSupport [2022-01-31T14:02:43.517Z] syscall_windows_test.go:8: win32k: true [2022-01-31T14:02:43.517Z] --- PASS: TestHasWin32KSupport (0.00s) [2022-01-31T14:02:43.517Z] PASS [2022-01-31T14:02:43.517Z] coverage: 13.0% of statements [2022-01-31T14:02:43.517Z] ok github.com/docker/docker/pkg/system 0.051s coverage: 13.0% of statements [2022-01-31T14:02:43.552Z] === RUN TestDaemonProxy/reload_sanitized [2022-01-31T14:02:43.986Z] === RUN TestTailFile [2022-01-31T14:02:43.986Z] --- PASS: TestTailFile (0.00s) [2022-01-31T14:02:43.986Z] === RUN TestTailFileManyLines [2022-01-31T14:02:43.986Z] --- PASS: TestTailFileManyLines (0.00s) [2022-01-31T14:02:43.986Z] === RUN TestTailEmptyFile [2022-01-31T14:02:43.986Z] --- PASS: TestTailEmptyFile (0.00s) [2022-01-31T14:02:43.986Z] === RUN TestTailNegativeN [2022-01-31T14:02:43.986Z] --- PASS: TestTailNegativeN (0.00s) [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/single_byte_delimiter [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/2_byte_delimiter [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/4_byte_delimiter [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/8_byte_delimiter [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/truncated_last_line [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/12_byte_delimiter [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:43.986Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-31T14:02:43.986Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-31T14:02:43.986Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/single_byte_delimiter [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/8_byte_delimiter [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/4_byte_delimiter [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/2_byte_delimiter [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:43.987Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:43.987Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:43.987Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:43.988Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:43.988Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:43.988Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:43.988Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.113Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-01-31T14:02:44.113Z] --- PASS: TestDaemonProxy (6.31s) [2022-01-31T14:02:44.113Z] --- PASS: TestDaemonProxy/environment_variables (1.77s) [2022-01-31T14:02:44.113Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-01-31T14:02:44.113Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-01-31T14:02:44.113Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-01-31T14:02:44.113Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-01-31T14:02:44.113Z] PASS [2022-01-31T14:02:44.113Z] [2022-01-31T14:02:44.113Z] DONE 17 tests in 10.650s [2022-01-31T14:02:44.113Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-01-31T14:02:44.113Z] ++ 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-01-31T14:02:44.113Z] ++ set -e [2022-01-31T14:02:44.113Z] ++ '[' -n 0 ']' [2022-01-31T14:02:44.113Z] ++ set -x [2022-01-31T14:02:44.113Z] ++ 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-01-31T14:02:44.369Z] INFO: Testing against a local daemon [2022-01-31T14:02:44.369Z] === RUN TestCommitInheritsEnv [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.458Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.458Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.458Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.458Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-01-31T14:02:44.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.459Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.459Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-01-31T14:02:44.460Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.460Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:02:44.461Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:02:44.462Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.01s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:02:44.462Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.03s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.03s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.03s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-01-31T14:02:44.463Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:02:44.624Z] --- PASS: TestCommitInheritsEnv (0.32s) [2022-01-31T14:02:44.624Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-31T14:02:44.624Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-01-31T14:02:44.624Z] === RUN TestImportWithCustomPlatform [2022-01-31T14:02:44.624Z] === RUN TestImportWithCustomPlatform/#00 [2022-01-31T14:02:44.879Z] === RUN TestImportWithCustomPlatform/_______ [2022-01-31T14:02:44.879Z] === RUN TestImportWithCustomPlatform// [2022-01-31T14:02:44.879Z] === RUN TestImportWithCustomPlatform/linux [2022-01-31T14:02:44.879Z] === RUN TestImportWithCustomPlatform/LINUX [2022-01-31T14:02:44.879Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.03s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.05s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-01-31T14:02:44.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:02:44.935Z] PASS [2022-01-31T14:02:44.936Z] coverage: 88.6% of statements [2022-01-31T14:02:44.936Z] ok github.com/docker/docker/pkg/tailfile 0.260s coverage: 88.6% of statements [2022-01-31T14:02:44.936Z] === RUN TestTarSumRemoveNonExistent [2022-01-31T14:02:44.936Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestTarSumRemove [2022-01-31T14:02:44.936Z] --- PASS: TestTarSumRemove (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestSortFileInfoSums [2022-01-31T14:02:44.936Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestNewTarSumForLabelInvalid [2022-01-31T14:02:44.936Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestNewTarSumForLabel [2022-01-31T14:02:44.936Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestEmptyTar [2022-01-31T14:02:44.936Z] --- PASS: TestEmptyTar (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestTarSumsReadSize [2022-01-31T14:02:44.936Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestTarSums [2022-01-31T14:02:44.936Z] --- PASS: TestTarSums (0.06s) [2022-01-31T14:02:44.936Z] === RUN TestIteration [2022-01-31T14:02:44.936Z] --- PASS: TestIteration (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestVersionLabelForChecksum [2022-01-31T14:02:44.936Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestVersion [2022-01-31T14:02:44.936Z] --- PASS: TestVersion (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestGetVersion [2022-01-31T14:02:44.936Z] --- PASS: TestGetVersion (0.00s) [2022-01-31T14:02:44.936Z] === RUN TestGetVersions [2022-01-31T14:02:44.936Z] --- PASS: TestGetVersions (0.00s) [2022-01-31T14:02:44.936Z] PASS [2022-01-31T14:02:44.936Z] coverage: 89.3% of statements [2022-01-31T14:02:44.936Z] ok github.com/docker/docker/pkg/tarsum 0.112s coverage: 89.3% of statements [2022-01-31T14:02:44.936Z] testing: warning: no tests to run [2022-01-31T14:02:44.936Z] PASS [2022-01-31T14:02:44.936Z] coverage: [no statements] [2022-01-31T14:02:44.936Z] ok github.com/docker/docker/pkg/term/windows 0.032s coverage: [no statements] [no tests to run] [2022-01-31T14:02:45.097Z] --- PASS: TestInspect (2.77s) [2022-01-31T14:02:45.097Z] === RUN TestCreateJob [2022-01-31T14:02:45.136Z] === RUN TestImportWithCustomPlatform/macos [2022-01-31T14:02:45.136Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-01-31T14:02:45.136Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-01-31T14:02:45.136Z] --- PASS: TestImportWithCustomPlatform (0.41s) [2022-01-31T14:02:45.136Z] --- PASS: TestImportWithCustomPlatform/#00 (0.10s) [2022-01-31T14:02:45.136Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-01-31T14:02:45.136Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-01-31T14:02:45.136Z] --- PASS: TestImportWithCustomPlatform/linux (0.10s) [2022-01-31T14:02:45.136Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-01-31T14:02:45.136Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.09s) [2022-01-31T14:02:45.136Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-01-31T14:02:45.136Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-01-31T14:02:45.136Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-01-31T14:02:45.136Z] === RUN TestImagesFilterMultiReference [2022-01-31T14:02:45.136Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-01-31T14:02:45.136Z] === RUN TestImagePullPlatformInvalid [2022-01-31T14:02:45.136Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-01-31T14:02:45.136Z] === RUN TestRemoveImageOrphaning [2022-01-31T14:02:45.392Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-01-31T14:02:45.392Z] --- PASS: TestRemoveImageOrphaning (0.31s) [2022-01-31T14:02:45.392Z] === RUN TestRemoveImageGarbageCollector [2022-01-31T14:02:45.405Z] === RUN TestTruncIndex [2022-01-31T14:02:45.405Z] --- PASS: TestTruncIndex (0.10s) [2022-01-31T14:02:45.405Z] PASS [2022-01-31T14:02:45.405Z] coverage: 91.5% of statements [2022-01-31T14:02:45.405Z] === RUN TestIsGIT [2022-01-31T14:02:45.405Z] --- PASS: TestIsGIT (0.00s) [2022-01-31T14:02:45.405Z] === RUN TestIsTransport [2022-01-31T14:02:45.405Z] --- PASS: TestIsTransport (0.00s) [2022-01-31T14:02:45.405Z] PASS [2022-01-31T14:02:45.405Z] coverage: 100.0% of statements [2022-01-31T14:02:45.405Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2022-01-31T14:02:45.405Z] ok github.com/docker/docker/pkg/urlutil 0.030s coverage: 100.0% of statements [2022-01-31T14:02:45.873Z] === RUN TestVersionInfo [2022-01-31T14:02:45.873Z] --- PASS: TestVersionInfo (0.00s) [2022-01-31T14:02:45.873Z] === RUN TestAppendVersions [2022-01-31T14:02:45.873Z] --- PASS: TestAppendVersions (0.00s) [2022-01-31T14:02:45.873Z] PASS [2022-01-31T14:02:45.873Z] coverage: 88.9% of statements [2022-01-31T14:02:45.873Z] ok github.com/docker/docker/pkg/useragent 0.040s coverage: 88.9% of statements [2022-01-31T14:02:46.323Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-01-31T14:02:46.865Z] === RUN TestValidatePrivileges [2022-01-31T14:02:46.866Z] --- PASS: TestValidatePrivileges (0.00s) [2022-01-31T14:02:46.866Z] === RUN TestFilterByCapNeg [2022-01-31T14:02:46.866Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-01-31T14:02:46.866Z] === RUN TestFilterByCapPos [2022-01-31T14:02:46.866Z] --- PASS: TestFilterByCapPos (0.00s) [2022-01-31T14:02:46.866Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-01-31T14:02:46.866Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-01-31T14:02:46.866Z] PASS [2022-01-31T14:02:46.866Z] coverage: 12.0% of statements [2022-01-31T14:02:46.866Z] ok github.com/docker/docker/plugin 0.044s coverage: 12.0% of statements [2022-01-31T14:02:46.866Z] === RUN TestNewSettable [2022-01-31T14:02:46.866Z] --- PASS: TestNewSettable (0.00s) [2022-01-31T14:02:46.866Z] === RUN TestIsSettable [2022-01-31T14:02:46.866Z] --- PASS: TestIsSettable (0.00s) [2022-01-31T14:02:46.866Z] === RUN TestUpdateSettingsEnv [2022-01-31T14:02:46.866Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-01-31T14:02:46.866Z] PASS [2022-01-31T14:02:46.866Z] coverage: 20.0% of statements [2022-01-31T14:02:46.866Z] ok github.com/docker/docker/plugin/v2 0.037s coverage: 20.0% of statements [2022-01-31T14:02:46.884Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-01-31T14:02:46.884Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-01-31T14:02:47.815Z] --- PASS: TestRemoveImageGarbageCollector (2.31s) [2022-01-31T14:02:47.815Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-31T14:02:47.815Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-01-31T14:02:47.815Z] === RUN TestTagInvalidReference [2022-01-31T14:02:47.815Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-01-31T14:02:47.815Z] --- PASS: TestTagInvalidReference (0.02s) [2022-01-31T14:02:47.815Z] === RUN TestTagValidPrefixedRepo [2022-01-31T14:02:47.815Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-01-31T14:02:47.815Z] === RUN TestTagExistedNameWithoutForce [2022-01-31T14:02:47.815Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-01-31T14:02:47.815Z] === RUN TestTagOfficialNames [2022-01-31T14:02:47.853Z] === RUN TestLoad [2022-01-31T14:02:47.853Z] --- PASS: TestLoad (0.00s) [2022-01-31T14:02:47.853Z] === RUN TestSave [2022-01-31T14:02:47.853Z] --- PASS: TestSave (0.03s) [2022-01-31T14:02:47.853Z] === RUN TestAddDeleteGet [2022-01-31T14:02:47.853Z] --- PASS: TestAddDeleteGet (0.04s) [2022-01-31T14:02:47.853Z] === RUN TestInvalidTags [2022-01-31T14:02:47.853Z] --- PASS: TestInvalidTags (0.01s) [2022-01-31T14:02:47.853Z] PASS [2022-01-31T14:02:47.853Z] coverage: 84.4% of statements [2022-01-31T14:02:47.853Z] ok github.com/docker/docker/reference 0.119s coverage: 84.4% of statements [2022-01-31T14:02:48.071Z] --- PASS: TestTagOfficialNames (0.06s) [2022-01-31T14:02:48.071Z] === RUN TestTagMatchesDigest [2022-01-31T14:02:48.071Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-01-31T14:02:48.071Z] === CONT TestImportExtremelyLargeImageWorks [2022-01-31T14:02:48.383Z] --- PASS: TestCreateJob (3.22s) [2022-01-31T14:02:48.384Z] === RUN TestReplicatedJob [2022-01-31T14:02:48.632Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-01-31T14:02:48.635Z] tests/integration/models_nodes_test.py . [ 90%] [2022-01-31T14:02:48.635Z] tests/integration/models_resources_test.py . [ 91%] [2022-01-31T14:02:48.839Z] === RUN TestResolveAuthConfigIndexServer [2022-01-31T14:02:48.839Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-01-31T14:02:48.839Z] === RUN TestResolveAuthConfigFullURL [2022-01-31T14:02:48.839Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-01-31T14:02:48.839Z] === RUN TestLoadAllowNondistributableArtifacts [2022-01-31T14:02:48.839Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-01-31T14:02:48.839Z] === RUN TestValidateMirror [2022-01-31T14:02:48.839Z] --- PASS: TestValidateMirror (0.00s) [2022-01-31T14:02:48.839Z] === RUN TestLoadInsecureRegistries [2022-01-31T14:02:48.839Z] time="2022-01-31T14:02:48Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-31T14:02:48.840Z] time="2022-01-31T14:02:48Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-01-31T14:02:48.840Z] time="2022-01-31T14:02:48Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-31T14:02:48.840Z] --- PASS: TestLoadInsecureRegistries (0.17s) [2022-01-31T14:02:48.840Z] === RUN TestNewServiceConfig [2022-01-31T14:02:48.840Z] --- PASS: TestNewServiceConfig (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestValidateIndexName [2022-01-31T14:02:48.840Z] --- PASS: TestValidateIndexName (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestValidateIndexNameWithError [2022-01-31T14:02:48.840Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestEndpointParse [2022-01-31T14:02:48.840Z] --- PASS: TestEndpointParse (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestEndpointParseInvalid [2022-01-31T14:02:48.840Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestValidateEndpoint [2022-01-31T14:02:48.840Z] --- PASS: TestValidateEndpoint (0.01s) [2022-01-31T14:02:48.840Z] === RUN TestPing [2022-01-31T14:02:48.840Z] --- PASS: TestPing (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestPingRegistryEndpoint [2022-01-31T14:02:48.840Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:02:48.840Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestEndpoint [2022-01-31T14:02:48.840Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:02:48.840Z] --- SKIP: TestEndpoint (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestParseRepositoryInfo [2022-01-31T14:02:48.840Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestNewIndexInfo [2022-01-31T14:02:48.840Z] --- PASS: TestNewIndexInfo (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestMirrorEndpointLookup [2022-01-31T14:02:48.840Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:02:48.840Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestSearchRepositories [2022-01-31T14:02:48.840Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-01-31T14:02:48.840Z] Host: 127.0.0.1:49332 [2022-01-31T14:02:48.840Z] User-Agent: docker test client [2022-01-31T14:02:48.840Z] Authorization: Token fake-token [2022-01-31T14:02:48.840Z] X-Docker-Token: true [2022-01-31T14:02:48.840Z] Accept-Encoding: gzip [2022-01-31T14:02:48.840Z] [2022-01-31T14:02:48.840Z] [2022-01-31T14:02:48.840Z] registry_test.go:730: HTTP/1.1 200 OK [2022-01-31T14:02:48.840Z] Connection: close [2022-01-31T14:02:48.840Z] Content-Length: 144 [2022-01-31T14:02:48.840Z] Cache-Control: no-cache [2022-01-31T14:02:48.840Z] Content-Type: application/json [2022-01-31T14:02:48.840Z] Date: Mon, 31 Jan 2022 14:02:48 GMT [2022-01-31T14:02:48.840Z] Expires: -1 [2022-01-31T14:02:48.840Z] Pragma: no-cache [2022-01-31T14:02:48.840Z] Server: docker-tests/mock [2022-01-31T14:02:48.840Z] X-Docker-Registry-Config: mock [2022-01-31T14:02:48.840Z] X-Docker-Registry-Version: 0.0.0 [2022-01-31T14:02:48.840Z] [2022-01-31T14:02:48.840Z] [2022-01-31T14:02:48.840Z] --- PASS: TestSearchRepositories (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestTrustedLocation [2022-01-31T14:02:48.840Z] --- PASS: TestTrustedLocation (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-01-31T14:02:48.840Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestAllowNondistributableArtifacts [2022-01-31T14:02:48.840Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestIsSecureIndex [2022-01-31T14:02:48.840Z] --- PASS: TestIsSecureIndex (0.00s) [2022-01-31T14:02:48.840Z] PASS [2022-01-31T14:02:48.840Z] coverage: 51.2% of statements [2022-01-31T14:02:48.840Z] ok github.com/docker/docker/registry 0.249s coverage: 51.2% of statements [2022-01-31T14:02:48.840Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-01-31T14:02:48.840Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-01-31T14:02:48.840Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-01-31T14:02:48.840Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-01-31T14:02:48.840Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-01-31T14:02:48.840Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestResumableRequestReaderWithReadError [2022-01-31T14:02:48.840Z] time="2022-01-31T14:02:48Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-01-31T14:02:48.840Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2022-01-31T14:02:48.840Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-01-31T14:02:48.840Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-01-31T14:02:48.840Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-01-31T14:02:48.840Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestResumableRequestReader [2022-01-31T14:02:48.840Z] --- PASS: TestResumableRequestReader (0.00s) [2022-01-31T14:02:48.840Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-01-31T14:02:48.840Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-01-31T14:02:48.840Z] PASS [2022-01-31T14:02:48.840Z] coverage: 100.0% of statements [2022-01-31T14:02:48.840Z] ok github.com/docker/docker/registry/resumable 0.208s coverage: 100.0% of statements [2022-01-31T14:02:49.308Z] === RUN TestRestartManagerTimeout [2022-01-31T14:02:49.308Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-01-31T14:02:49.308Z] === RUN TestRestartManagerTimeoutReset [2022-01-31T14:02:49.308Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-01-31T14:02:49.308Z] PASS [2022-01-31T14:02:49.308Z] coverage: 50.9% of statements [2022-01-31T14:02:49.308Z] ok github.com/docker/docker/restartmanager 0.037s coverage: 50.9% of statements [2022-01-31T14:02:49.777Z] === RUN TestDecodeContainerConfig [2022-01-31T14:02:49.777Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-01-31T14:02:49.777Z] === RUN TestDecodeContainerConfigIsolation [2022-01-31T14:02:49.777Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-01-31T14:02:49.777Z] === RUN TestValidatePrivileged [2022-01-31T14:02:49.777Z] --- PASS: TestValidatePrivileged (0.00s) [2022-01-31T14:02:49.777Z] PASS [2022-01-31T14:02:49.777Z] coverage: 52.6% of statements [2022-01-31T14:02:49.777Z] ok github.com/docker/docker/runconfig 0.038s coverage: 52.6% of statements [2022-01-31T14:02:49.777Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-01-31T14:02:49.777Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-01-31T14:02:49.777Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-01-31T14:02:49.777Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-01-31T14:02:49.777Z] PASS [2022-01-31T14:02:49.777Z] coverage: 62.5% of statements [2022-01-31T14:02:49.777Z] ok github.com/docker/docker/testutil 0.039s coverage: 62.5% of statements [2022-01-31T14:02:50.039Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-01-31T14:02:50.404Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-01-31T14:02:50.767Z] --- PASS: TestGet (15.02s) [2022-01-31T14:02:50.767Z] === RUN TestPluginWithNoManifest [2022-01-31T14:02:50.767Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-01-31T14:02:50.767Z] === RUN TestGetAll [2022-01-31T14:02:50.767Z] --- PASS: TestGetAll (0.00s) [2022-01-31T14:02:50.767Z] PASS [2022-01-31T14:02:50.767Z] coverage: 73.2% of statements [2022-01-31T14:02:50.767Z] ok github.com/docker/docker/pkg/plugins 36.161s coverage: 73.2% of statements [2022-01-31T14:02:51.008Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-01-31T14:02:51.977Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-01-31T14:02:51.993Z] 4612f6d0b889: Pull complete [2022-01-31T14:02:52.340Z] === RUN TestGetDriver [2022-01-31T14:02:52.340Z] --- PASS: TestGetDriver (0.00s) [2022-01-31T14:02:52.340Z] === RUN TestVolumeRequestError [2022-01-31T14:02:52.340Z] --- PASS: TestVolumeRequestError (0.01s) [2022-01-31T14:02:52.340Z] PASS [2022-01-31T14:02:52.340Z] coverage: 36.1% of statements [2022-01-31T14:02:52.340Z] ok github.com/docker/docker/volume/drivers 0.065s coverage: 36.1% of statements [2022-01-31T14:02:52.542Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-01-31T14:02:52.810Z] === RUN TestGetAddress [2022-01-31T14:02:52.810Z] --- PASS: TestGetAddress (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestRemove [2022-01-31T14:02:52.810Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-31T14:02:52.810Z] --- SKIP: TestRemove (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestInitializeWithVolumes [2022-01-31T14:02:52.810Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-01-31T14:02:52.810Z] === RUN TestCreate [2022-01-31T14:02:52.810Z] --- PASS: TestCreate (0.01s) [2022-01-31T14:02:52.810Z] === RUN TestValidateName [2022-01-31T14:02:52.810Z] --- PASS: TestValidateName (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestCreateWithOpts [2022-01-31T14:02:52.810Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-31T14:02:52.810Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestRelaodNoOpts [2022-01-31T14:02:52.810Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-01-31T14:02:52.810Z] PASS [2022-01-31T14:02:52.810Z] coverage: 41.5% of statements [2022-01-31T14:02:52.810Z] ok github.com/docker/docker/volume/local 0.081s coverage: 41.5% of statements [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRaw [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-01-31T14:02:52.810Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRaw [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRawSplit [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-01-31T14:02:52.810Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestConvertTmpfsOptions [2022-01-31T14:02:52.810Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-01-31T14:02:52.810Z] linux_parser_test.go:209: data="ro" [2022-01-31T14:02:52.810Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestParseMountSpec [2022-01-31T14:02:52.810Z] parser_test.go:62: case 0 [2022-01-31T14:02:52.810Z] parser_test.go:62: case 1 [2022-01-31T14:02:52.810Z] parser_test.go:62: case 2 [2022-01-31T14:02:52.810Z] parser_test.go:62: case 3 [2022-01-31T14:02:52.810Z] parser_test.go:62: case 4 [2022-01-31T14:02:52.810Z] parser_test.go:62: case 5 [2022-01-31T14:02:52.810Z] --- PASS: TestParseMountSpec (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestValidateMount [2022-01-31T14:02:52.810Z] --- PASS: TestValidateMount (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRaw [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-31T14:02:52.810Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-01-31T14:02:52.810Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-01-31T14:02:52.810Z] PASS [2022-01-31T14:02:52.810Z] coverage: 67.6% of statements [2022-01-31T14:02:52.810Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.6% of statements [2022-01-31T14:02:53.107Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-01-31T14:02:53.107Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-01-31T14:02:53.167Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-01-31T14:02:53.167Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-01-31T14:02:53.647Z] --- PASS: TestReplicatedJob (5.33s) [2022-01-31T14:02:53.647Z] === RUN TestUpdateReplicatedJob [2022-01-31T14:02:53.669Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-01-31T14:02:54.231Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-01-31T14:02:54.378Z] === RUN TestSetGetMeta [2022-01-31T14:02:54.378Z] === PAUSE TestSetGetMeta [2022-01-31T14:02:54.378Z] === RUN TestRestore [2022-01-31T14:02:54.378Z] === PAUSE TestRestore [2022-01-31T14:02:54.378Z] === RUN TestServiceCreate [2022-01-31T14:02:54.378Z] === PAUSE TestServiceCreate [2022-01-31T14:02:54.378Z] === RUN TestServiceList [2022-01-31T14:02:54.378Z] === PAUSE TestServiceList [2022-01-31T14:02:54.378Z] === RUN TestServiceRemove [2022-01-31T14:02:54.378Z] === PAUSE TestServiceRemove [2022-01-31T14:02:54.378Z] === RUN TestServiceGet [2022-01-31T14:02:54.378Z] === PAUSE TestServiceGet [2022-01-31T14:02:54.378Z] === RUN TestServicePrune [2022-01-31T14:02:54.378Z] === PAUSE TestServicePrune [2022-01-31T14:02:54.378Z] === RUN TestCreate [2022-01-31T14:02:54.378Z] === PAUSE TestCreate [2022-01-31T14:02:54.378Z] === RUN TestRemove [2022-01-31T14:02:54.378Z] === PAUSE TestRemove [2022-01-31T14:02:54.378Z] === RUN TestList [2022-01-31T14:02:54.378Z] === PAUSE TestList [2022-01-31T14:02:54.378Z] === RUN TestFindByDriver [2022-01-31T14:02:54.378Z] === PAUSE TestFindByDriver [2022-01-31T14:02:54.378Z] === RUN TestFindByReferenced [2022-01-31T14:02:54.378Z] === PAUSE TestFindByReferenced [2022-01-31T14:02:54.378Z] === RUN TestDerefMultipleOfSameRef [2022-01-31T14:02:54.378Z] === PAUSE TestDerefMultipleOfSameRef [2022-01-31T14:02:54.378Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-31T14:02:54.378Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-31T14:02:54.378Z] === RUN TestDefererencePluginOnCreateError [2022-01-31T14:02:54.378Z] === PAUSE TestDefererencePluginOnCreateError [2022-01-31T14:02:54.378Z] === RUN TestRefDerefRemove [2022-01-31T14:02:54.378Z] === PAUSE TestRefDerefRemove [2022-01-31T14:02:54.378Z] === RUN TestGet [2022-01-31T14:02:54.378Z] === PAUSE TestGet [2022-01-31T14:02:54.378Z] === RUN TestGetWithReference [2022-01-31T14:02:54.378Z] === PAUSE TestGetWithReference [2022-01-31T14:02:54.378Z] === RUN TestFilterFunc [2022-01-31T14:02:54.378Z] === RUN TestFilterFunc/test_nil_list [2022-01-31T14:02:54.378Z] === PAUSE TestFilterFunc/test_nil_list [2022-01-31T14:02:54.378Z] === RUN TestFilterFunc/test_empty_list [2022-01-31T14:02:54.378Z] === PAUSE TestFilterFunc/test_empty_list [2022-01-31T14:02:54.378Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-01-31T14:02:54.378Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-01-31T14:02:54.378Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-31T14:02:54.378Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-31T14:02:54.378Z] === RUN TestFilterFunc/test_filter_some [2022-01-31T14:02:54.378Z] === PAUSE TestFilterFunc/test_filter_some [2022-01-31T14:02:54.378Z] === RUN TestFilterFunc/test_filter_middle [2022-01-31T14:02:54.378Z] === PAUSE TestFilterFunc/test_filter_middle [2022-01-31T14:02:54.378Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-01-31T14:02:54.378Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-01-31T14:02:54.378Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-01-31T14:02:54.378Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-01-31T14:02:54.378Z] === CONT TestFilterFunc/test_nil_list [2022-01-31T14:02:54.378Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-01-31T14:02:54.378Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-01-31T14:02:54.378Z] === CONT TestFilterFunc/test_filter_some [2022-01-31T14:02:54.378Z] === CONT TestFilterFunc/test_empty_list [2022-01-31T14:02:54.378Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-01-31T14:02:54.378Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-31T14:02:54.378Z] === CONT TestFilterFunc/test_filter_middle [2022-01-31T14:02:54.378Z] --- PASS: TestFilterFunc (0.00s) [2022-01-31T14:02:54.378Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-01-31T14:02:54.378Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-01-31T14:02:54.378Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-01-31T14:02:54.378Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-01-31T14:02:54.378Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-01-31T14:02:54.378Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-01-31T14:02:54.378Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-01-31T14:02:54.378Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-01-31T14:02:54.378Z] === CONT TestSetGetMeta [2022-01-31T14:02:54.378Z] === CONT TestList [2022-01-31T14:02:54.378Z] === CONT TestServiceGet [2022-01-31T14:02:54.378Z] === CONT TestDefererencePluginOnCreateError [2022-01-31T14:02:54.378Z] --- PASS: TestSetGetMeta (0.02s) [2022-01-31T14:02:54.378Z] === CONT TestServiceRemove [2022-01-31T14:02:54.378Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-01-31T14:02:54.378Z] === CONT TestServiceList [2022-01-31T14:02:54.378Z] --- PASS: TestList (0.04s) [2022-01-31T14:02:54.378Z] === CONT TestServiceCreate [2022-01-31T14:02:54.378Z] --- PASS: TestServiceGet (0.15s) [2022-01-31T14:02:54.378Z] === CONT TestRestore [2022-01-31T14:02:54.378Z] --- PASS: TestServiceRemove (0.14s) [2022-01-31T14:02:54.378Z] === CONT TestRemove [2022-01-31T14:02:54.378Z] --- PASS: TestServiceList (0.13s) [2022-01-31T14:02:54.378Z] === CONT TestCreate [2022-01-31T14:02:54.378Z] --- PASS: TestServiceCreate (0.12s) [2022-01-31T14:02:54.378Z] === CONT TestServicePrune [2022-01-31T14:02:54.378Z] --- PASS: TestCreate (0.02s) [2022-01-31T14:02:54.378Z] === CONT TestGetWithReference [2022-01-31T14:02:54.378Z] time="2022-01-31T14:02:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:02:54.378Z] --- PASS: TestRestore (0.03s) [2022-01-31T14:02:54.378Z] === CONT TestGet [2022-01-31T14:02:54.378Z] --- PASS: TestRemove (0.03s) [2022-01-31T14:02:54.378Z] === CONT TestRefDerefRemove [2022-01-31T14:02:54.378Z] time="2022-01-31T14:02:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:02:54.378Z] time="2022-01-31T14:02:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:02:54.378Z] time="2022-01-31T14:02:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-01-31T14:02:54.378Z] --- PASS: TestGetWithReference (0.02s) [2022-01-31T14:02:54.378Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-31T14:02:54.378Z] --- PASS: TestGet (0.02s) [2022-01-31T14:02:54.378Z] === CONT TestDerefMultipleOfSameRef [2022-01-31T14:02:54.378Z] time="2022-01-31T14:02:54Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:02:54.378Z] --- PASS: TestRefDerefRemove (0.02s) [2022-01-31T14:02:54.378Z] === CONT TestFindByReferenced [2022-01-31T14:02:54.378Z] --- PASS: TestServicePrune (0.05s) [2022-01-31T14:02:54.378Z] === CONT TestFindByDriver [2022-01-31T14:02:54.378Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-01-31T14:02:54.378Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-01-31T14:02:54.378Z] --- PASS: TestFindByReferenced (0.02s) [2022-01-31T14:02:54.378Z] --- PASS: TestFindByDriver (0.02s) [2022-01-31T14:02:54.378Z] PASS [2022-01-31T14:02:54.378Z] coverage: 69.0% of statements [2022-01-31T14:02:54.378Z] ok github.com/docker/docker/volume/service 0.275s coverage: 69.0% of statements [2022-01-31T14:02:54.793Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-01-31T14:02:55.355Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-01-31T14:02:55.611Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-01-31T14:02:56.172Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-01-31T14:02:56.733Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-01-31T14:02:56.910Z] --- PASS: TestUpdateReplicatedJob (3.26s) [2022-01-31T14:02:56.910Z] === RUN TestServiceListWithStatuses [2022-01-31T14:02:56.910Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-31T14:02:56.910Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-31T14:02:56.910Z] === RUN TestDockerNetworkConnectAlias [2022-01-31T14:02:57.106Z] tests/integration/regression_test.py ...... [ 98%] [2022-01-31T14:02:57.295Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-01-31T14:02:57.626Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-01-31T14:02:57.626Z] tests/integration/credentials/utils_test.py . [100%] [2022-01-31T14:02:57.626Z] [2022-01-31T14:02:57.626Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-01-31T14:02:57.626Z] =========================== short test summary info ============================ [2022-01-31T14:02:57.626Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-01-31T14:02:57.626Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-01-31T14:02:57.626Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-01-31T14:02:57.626Z] Not supported on most drivers [2022-01-31T14:02:57.626Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-01-31T14:02:57.626Z] Output of docker top depends on host distro, and is not formalized. [2022-01-31T14:02:57.627Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-01-31T14:02:57.627Z] Output of docker top depends on host distro, and is not formalized. [2022-01-31T14:02:57.627Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-01-31T14:02:57.627Z] Can fail if eth0 has multiple IP addresses [2022-01-31T14:02:57.627Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-01-31T14:02:57.627Z] This doesn't seem to be taken into account by the engine [2022-01-31T14:02:57.627Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-01-31T14:02:57.627Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-01-31T14:02:57.627Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 293.53 seconds == [2022-01-31T14:02:57.856Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-01-31T14:02:57.886Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-01-31T14:02:58.417Z] check_test.go:308: [d91f1b3aa4a42] daemon is not started [2022-01-31T14:02:58.417Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-01-31T14:02:58.417Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-01-31T14:02:59.343Z] check_test.go:308: [d513466c876a8] daemon is not started [2022-01-31T14:02:59.343Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-01-31T14:02:59.598Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-01-31T14:02:59.853Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-01-31T14:03:01.069Z] --- PASS: TestDockerNetworkConnectAlias (4.11s) [2022-01-31T14:03:01.069Z] === RUN TestDockerNetworkReConnect [2022-01-31T14:03:01.742Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-01-31T14:03:02.305Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-01-31T14:03:04.334Z] --- PASS: TestDockerNetworkReConnect (3.35s) [2022-01-31T14:03:04.334Z] === RUN TestServicePlugin [2022-01-31T14:03:04.853Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-01-31T14:03:05.116Z] check_test.go:308: [d891ca6bb637b] daemon is not started [2022-01-31T14:03:05.116Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-01-31T14:03:07.688Z] plugin_test.go:61: [df70c65d791b4] joining swarm manager [d2dd9126183ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:03:08.386Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-01-31T14:03:08.613Z] plugin_test.go:64: [d3dfdf6948b6a] joining swarm manager [d2dd9126183ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:03:09.750Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-01-31T14:03:10.107Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-31T14:03:10.107Z] [2022-01-31T14:03:10.107Z] Unloading profiles will leave already running processes permanently [2022-01-31T14:03:10.108Z] unconfined, which can lead to unexpected situations. [2022-01-31T14:03:10.108Z] [2022-01-31T14:03:10.108Z] To set a process to complain mode, use the command line tool [2022-01-31T14:03:10.108Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-31T14:03:10.108Z] Post stage [Pipeline] junit [2022-01-31T14:03:10.121Z] Recording test results [2022-01-31T14:03:11.597Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-01-31T14:03:11.885Z] + echo Ensuring container killed. [2022-01-31T14:03:11.885Z] Ensuring container killed. [2022-01-31T14:03:11.885Z] + docker rm -vf docker-pr4 [2022-01-31T14:03:11.885Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-01-31T14:03:12.179Z] + echo Chowning /workspace to jenkins user [2022-01-31T14:03:12.179Z] Chowning /workspace to jenkins user [2022-01-31T14:03:12.179Z] + id -u [2022-01-31T14:03:12.179Z] + id -g [2022-01-31T14:03:12.179Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43199:/workspace busybox chown -R 1000:1000 /workspace [2022-01-31T14:03:13.145Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-01-31T14:03:13.401Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-01-31T14:03:13.964Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-01-31T14:03:13.964Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-01-31T14:03:13.982Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-01-31T14:03:13.982Z] === RUN TestBoolValue [2022-01-31T14:03:13.982Z] --- PASS: TestBoolValue (0.00s) [2022-01-31T14:03:13.982Z] === RUN TestBoolValueOrDefault [2022-01-31T14:03:13.982Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-01-31T14:03:13.982Z] === RUN TestInt64ValueOrZero [2022-01-31T14:03:13.982Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-01-31T14:03:13.982Z] === RUN TestInt64ValueOrDefault [2022-01-31T14:03:13.982Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-01-31T14:03:13.982Z] === RUN TestInt64ValueOrDefaultWithError [2022-01-31T14:03:13.982Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-01-31T14:03:13.982Z] === RUN TestJsonContentType [2022-01-31T14:03:13.982Z] --- PASS: TestJsonContentType (0.00s) [2022-01-31T14:03:13.982Z] PASS [2022-01-31T14:03:13.982Z] coverage: 14.7% of statements [2022-01-31T14:03:13.982Z] ok github.com/docker/docker/api/server/httputils 0.210s coverage: 14.7% of statements [2022-01-31T14:03:13.982Z] === RUN TestMaskSecretKeys [2022-01-31T14:03:13.982Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-01-31T14:03:13.982Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-01-31T14:03:13.982Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-01-31T14:03:13.982Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-01-31T14:03:13.982Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-01-31T14:03:13.982Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-01-31T14:03:13.982Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-01-31T14:03:13.982Z] === RUN TestVersionMiddlewareVersion [2022-01-31T14:03:13.982Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-01-31T14:03:13.982Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-01-31T14:03:13.982Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-01-31T14:03:13.982Z] PASS [2022-01-31T14:03:13.983Z] coverage: 37.7% of statements [2022-01-31T14:03:13.983Z] ok github.com/docker/docker/api/server/middleware 0.079s coverage: 37.7% of statements [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-01-31T14:03:13.983Z] === RUN TestAdjustForAPIVersion [2022-01-31T14:03:13.983Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-01-31T14:03:13.983Z] PASS [2022-01-31T14:03:13.983Z] coverage: 5.7% of statements [2022-01-31T14:03:13.983Z] ok github.com/docker/docker/api/server/router/swarm 0.049s coverage: 5.7% of statements [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/types [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/types/container [no test files] [2022-01-31T14:03:13.983Z] ? github.com/docker/docker/api/types/events [no test files] [2022-01-31T14:03:13.983Z] === RUN TestStrSliceMarshalJSON [2022-01-31T14:03:13.983Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-01-31T14:03:13.983Z] === RUN TestStrSliceUnmarshalJSON [2022-01-31T14:03:13.983Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-01-31T14:03:13.983Z] === RUN TestStrSliceUnmarshalString [2022-01-31T14:03:13.983Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-01-31T14:03:13.983Z] === RUN TestStrSliceUnmarshalSlice [2022-01-31T14:03:13.983Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-01-31T14:03:13.983Z] PASS [2022-01-31T14:03:13.983Z] coverage: 90.0% of statements [2022-01-31T14:03:13.983Z] ok github.com/docker/docker/api/types/strslice 0.057s coverage: 90.0% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-31T14:03:14.392Z] + bundleName=docker-py [2022-01-31T14:03:14.392Z] + echo Creating docker-py-bundles.tar.gz [2022-01-31T14:03:14.392Z] Creating docker-py-bundles.tar.gz [2022-01-31T14:03:14.392Z] + 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-01-31T14:03:14.411Z] Archiving artifacts [2022-01-31T14:03:14.464Z] === RUN TestToJSON [2022-01-31T14:03:14.464Z] --- PASS: TestToJSON (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestToParamWithVersion [2022-01-31T14:03:14.464Z] --- PASS: TestToParamWithVersion (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestFromJSON [2022-01-31T14:03:14.464Z] --- PASS: TestFromJSON (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestEmpty [2022-01-31T14:03:14.464Z] --- PASS: TestEmpty (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestArgsMatchKVListEmptySources [2022-01-31T14:03:14.464Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestArgsMatchKVList [2022-01-31T14:03:14.464Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestArgsMatch [2022-01-31T14:03:14.464Z] --- PASS: TestArgsMatch (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestAdd [2022-01-31T14:03:14.464Z] --- PASS: TestAdd (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestDel [2022-01-31T14:03:14.464Z] --- PASS: TestDel (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestLen [2022-01-31T14:03:14.464Z] --- PASS: TestLen (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestExactMatch [2022-01-31T14:03:14.464Z] --- PASS: TestExactMatch (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestOnlyOneExactMatch [2022-01-31T14:03:14.464Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestContains [2022-01-31T14:03:14.464Z] --- PASS: TestContains (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestValidate [2022-01-31T14:03:14.464Z] --- PASS: TestValidate (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestWalkValues [2022-01-31T14:03:14.464Z] --- PASS: TestWalkValues (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestFuzzyMatch [2022-01-31T14:03:14.464Z] --- PASS: TestFuzzyMatch (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestClone [2022-01-31T14:03:14.464Z] --- PASS: TestClone (0.00s) [2022-01-31T14:03:14.464Z] PASS [2022-01-31T14:03:14.464Z] coverage: 92.2% of statements [2022-01-31T14:03:14.464Z] ok github.com/docker/docker/api/types/filters 0.050s coverage: 92.2% of statements [2022-01-31T14:03:14.464Z] ? github.com/docker/docker/api/types/image [no test files] [2022-01-31T14:03:14.464Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-01-31T14:03:14.464Z] ? github.com/docker/docker/api/types/network [no test files] [2022-01-31T14:03:14.464Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-01-31T14:03:14.464Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-01-31T14:03:14.464Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-01-31T14:03:14.464Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-01-31T14:03:14.464Z] === RUN TestDurationToSecondsString [2022-01-31T14:03:14.464Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-01-31T14:03:14.464Z] === RUN TestGetTimestamp [2022-01-31T14:03:14.570Z] check_test.go:308: [da14cab6a261a] daemon is not started [2022-01-31T14:03:14.570Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-01-31T14:03:14.942Z] --- PASS: TestGetTimestamp (0.23s) [2022-01-31T14:03:14.942Z] === RUN TestParseTimestamps [2022-01-31T14:03:14.942Z] --- PASS: TestParseTimestamps (0.00s) [2022-01-31T14:03:14.942Z] PASS [2022-01-31T14:03:14.942Z] coverage: 100.0% of statements [2022-01-31T14:03:14.942Z] ok github.com/docker/docker/api/types/time 0.292s coverage: 100.0% of statements [2022-01-31T14:03:14.942Z] === RUN TestCompareVersion [2022-01-31T14:03:14.942Z] --- PASS: TestCompareVersion (0.00s) [2022-01-31T14:03:14.942Z] PASS [2022-01-31T14:03:14.942Z] coverage: 77.3% of statements [2022-01-31T14:03:14.942Z] ok github.com/docker/docker/api/types/versions 0.039s coverage: 77.3% of statements [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/builder [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-01-31T14:03:14.942Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-01-31T14:03:16.321Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43199/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-01-31T14:03:16.534Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL (0.00s) [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-01-31T14:03:16.534Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-01-31T14:03:16.534Z] === RUN TestCloneArgsSmartHttp [2022-01-31T14:03:16.534Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-01-31T14:03:16.534Z] === RUN TestCloneArgsDumbHttp [2022-01-31T14:03:16.534Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-01-31T14:03:16.534Z] === RUN TestCloneArgsGit [2022-01-31T14:03:16.534Z] --- PASS: TestCloneArgsGit (0.00s) [2022-01-31T14:03:16.534Z] === RUN TestCheckoutGit [2022-01-31T14:03:16.685Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/make.sh binary [2022-01-31T14:03:16.945Z] [2022-01-31T14:03:17.205Z] Removing bundles/ [2022-01-31T14:03:17.205Z] [2022-01-31T14:03:17.205Z] ---> Making bundle: binary (in bundles/binary) [2022-01-31T14:03:17.205Z] Building: bundles/binary-daemon/dockerd-dev [2022-01-31T14:03:17.205Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T14:03:18.125Z] === RUN TestEnable [2022-01-31T14:03:18.125Z] --- PASS: TestEnable (0.00s) [2022-01-31T14:03:18.125Z] === RUN TestDisable [2022-01-31T14:03:18.125Z] --- PASS: TestDisable (0.00s) [2022-01-31T14:03:18.125Z] === RUN TestEnabled [2022-01-31T14:03:18.125Z] --- PASS: TestEnabled (0.00s) [2022-01-31T14:03:18.125Z] PASS [2022-01-31T14:03:18.125Z] coverage: 100.0% of statements [2022-01-31T14:03:18.125Z] ok github.com/docker/docker/cli/debug 0.045s coverage: 100.0% of statements [2022-01-31T14:03:18.125Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-01-31T14:03:18.125Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-01-31T14:03:18.125Z] === RUN TestProcessNoDockerignore [2022-01-31T14:03:18.125Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-01-31T14:03:18.125Z] === RUN TestProcessShouldLeaveAllFiles [2022-01-31T14:03:18.125Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-01-31T14:03:18.125Z] === RUN TestDetectContentType [2022-01-31T14:03:18.125Z] --- PASS: TestDetectContentType (0.00s) [2022-01-31T14:03:18.125Z] === RUN TestSelectAcceptableMIME [2022-01-31T14:03:18.125Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-01-31T14:03:18.125Z] === RUN TestInspectEmptyResponse [2022-01-31T14:03:18.125Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-01-31T14:03:18.125Z] === RUN TestInspectResponseBinary [2022-01-31T14:03:18.125Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-01-31T14:03:18.125Z] === RUN TestResponseUnsupportedContentType [2022-01-31T14:03:18.125Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-01-31T14:03:18.125Z] === RUN TestInspectResponseTextSimple [2022-01-31T14:03:18.602Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-01-31T14:03:18.602Z] === RUN TestInspectResponseEmptyContentType [2022-01-31T14:03:18.602Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-01-31T14:03:18.602Z] === RUN TestUnknownContentLength [2022-01-31T14:03:18.602Z] --- PASS: TestUnknownContentLength (0.00s) [2022-01-31T14:03:18.602Z] === RUN TestDownloadRemote [2022-01-31T14:03:18.602Z] --- PASS: TestDownloadRemote (0.14s) [2022-01-31T14:03:18.602Z] === RUN TestGetWithStatusError [2022-01-31T14:03:18.602Z] --- PASS: TestGetWithStatusError (0.00s) [2022-01-31T14:03:18.602Z] === RUN TestCloseRootDirectory [2022-01-31T14:03:18.602Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:18.602Z] --- SKIP: TestCloseRootDirectory (0.01s) [2022-01-31T14:03:18.602Z] === RUN TestHashFile [2022-01-31T14:03:18.602Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:18.602Z] --- SKIP: TestHashFile (0.00s) [2022-01-31T14:03:18.602Z] === RUN TestHashSubdir [2022-01-31T14:03:18.602Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:18.602Z] --- SKIP: TestHashSubdir (0.02s) [2022-01-31T14:03:18.602Z] === RUN TestRemoveDirectory [2022-01-31T14:03:18.602Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:18.602Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-01-31T14:03:18.602Z] PASS [2022-01-31T14:03:18.602Z] coverage: 9.3% of statements [2022-01-31T14:03:18.602Z] ok github.com/docker/docker/builder/remotecontext 0.326s coverage: 9.3% of statements [2022-01-31T14:03:18.738Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-01-31T14:03:18.738Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-01-31T14:03:19.079Z] === RUN TestGetAllAllowed [2022-01-31T14:03:19.079Z] --- PASS: TestGetAllAllowed (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestGetAllMeta [2022-01-31T14:03:19.079Z] --- PASS: TestGetAllMeta (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestWarnOnUnusedBuildArgs [2022-01-31T14:03:19.079Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestIsUnreferencedBuiltin [2022-01-31T14:03:19.079Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestIsExistingDirectory [2022-01-31T14:03:19.079Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestGetFilenameForDownload [2022-01-31T14:03:19.079Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestEnv2Variables [2022-01-31T14:03:19.079Z] --- PASS: TestEnv2Variables (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-01-31T14:03:19.079Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestMaintainer [2022-01-31T14:03:19.079Z] --- PASS: TestMaintainer (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestLabel [2022-01-31T14:03:19.079Z] --- PASS: TestLabel (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestFromScratch [2022-01-31T14:03:19.079Z] --- PASS: TestFromScratch (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestFromWithArg [2022-01-31T14:03:19.079Z] --- PASS: TestFromWithArg (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-01-31T14:03:19.079Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestFromWithUndefinedArg [2022-01-31T14:03:19.079Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestFromMultiStageWithNamedStage [2022-01-31T14:03:19.079Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestOnbuild [2022-01-31T14:03:19.079Z] --- PASS: TestOnbuild (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestWorkdir [2022-01-31T14:03:19.079Z] --- PASS: TestWorkdir (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestCmd [2022-01-31T14:03:19.079Z] --- PASS: TestCmd (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestHealthcheckNone [2022-01-31T14:03:19.079Z] --- PASS: TestHealthcheckNone (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestHealthcheckCmd [2022-01-31T14:03:19.079Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestEntrypoint [2022-01-31T14:03:19.079Z] --- PASS: TestEntrypoint (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestExpose [2022-01-31T14:03:19.079Z] --- PASS: TestExpose (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestUser [2022-01-31T14:03:19.079Z] --- PASS: TestUser (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestVolume [2022-01-31T14:03:19.079Z] --- PASS: TestVolume (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestStopSignal [2022-01-31T14:03:19.079Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-31T14:03:19.079Z] --- SKIP: TestStopSignal (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestArg [2022-01-31T14:03:19.079Z] --- PASS: TestArg (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestShell [2022-01-31T14:03:19.079Z] --- PASS: TestShell (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestPrependEnvOnCmd [2022-01-31T14:03:19.079Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestRunWithBuildArgs [2022-01-31T14:03:19.079Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestRunIgnoresHealthcheck [2022-01-31T14:03:19.079Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestDispatchUnsupportedOptions [2022-01-31T14:03:19.079Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-01-31T14:03:19.079Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-01-31T14:03:19.079Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-01-31T14:03:19.079Z] --- PASS: TestDispatchUnsupportedOptions (0.01s) [2022-01-31T14:03:19.079Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-01-31T14:03:19.079Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-01-31T14:03:19.079Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestNormalizeWorkdir [2022-01-31T14:03:19.079Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestDispatch [2022-01-31T14:03:19.079Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-01-31T14:03:19.079Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-01-31T14:03:19.079Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-01-31T14:03:19.079Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-01-31T14:03:19.079Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-01-31T14:03:19.079Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-01-31T14:03:19.079Z] === RUN TestDispatch/COPY_url [2022-01-31T14:03:19.079Z] --- PASS: TestDispatch (0.07s) [2022-01-31T14:03:19.079Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-01-31T14:03:19.079Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-01-31T14:03:19.079Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-01-31T14:03:19.079Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-01-31T14:03:19.079Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-01-31T14:03:19.079Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-01-31T14:03:19.079Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestAddScratchImageAddsToMounts [2022-01-31T14:03:19.079Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestAddFromScratchPopulatesPlatform [2022-01-31T14:03:19.079Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-01-31T14:03:19.079Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-01-31T14:03:19.079Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestImageSourceGetAddsToMounts [2022-01-31T14:03:19.079Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestEmptyDockerfile [2022-01-31T14:03:19.079Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-01-31T14:03:19.079Z] === RUN TestSymlinkDockerfile [2022-01-31T14:03:19.079Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-01-31T14:03:19.079Z] === RUN TestDockerfileOutsideTheBuildContext [2022-01-31T14:03:19.079Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestNonExistingDockerfile [2022-01-31T14:03:19.079Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestCopyRunConfig [2022-01-31T14:03:19.079Z] --- PASS: TestCopyRunConfig (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestDeepCopyRunConfig [2022-01-31T14:03:19.079Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestExportImage [2022-01-31T14:03:19.079Z] --- PASS: TestExportImage (0.00s) [2022-01-31T14:03:19.079Z] === RUN TestNormalizeDest [2022-01-31T14:03:19.079Z] --- PASS: TestNormalizeDest (0.00s) [2022-01-31T14:03:19.079Z] PASS [2022-01-31T14:03:19.079Z] coverage: 46.8% of statements [2022-01-31T14:03:19.079Z] ok github.com/docker/docker/builder/dockerfile 0.255s coverage: 46.8% of statements [2022-01-31T14:03:19.556Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-01-31T14:03:19.556Z] === RUN TestTCP4Proxy [2022-01-31T14:03:19.556Z] --- PASS: TestTCP4Proxy (0.01s) [2022-01-31T14:03:19.556Z] === RUN TestTCP4ProxyHalfClose [2022-01-31T14:03:19.556Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-01-31T14:03:19.556Z] === RUN TestTCP6Proxy [2022-01-31T14:03:19.556Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-31T14:03:19.556Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-01-31T14:03:19.556Z] === RUN TestTCPDualStackProxy [2022-01-31T14:03:19.556Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-31T14:03:19.556Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-01-31T14:03:19.556Z] === RUN TestUDP4Proxy [2022-01-31T14:03:19.556Z] --- PASS: TestUDP4Proxy (0.00s) [2022-01-31T14:03:19.556Z] === RUN TestUDP6Proxy [2022-01-31T14:03:19.556Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-31T14:03:19.556Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-01-31T14:03:19.556Z] === RUN TestUDPWriteError [2022-01-31T14:03:19.556Z] --- PASS: TestUDPWriteError (0.00s) [2022-01-31T14:03:19.556Z] === RUN TestSCTP4Proxy [2022-01-31T14:03:19.556Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-31T14:03:19.556Z] --- SKIP: TestSCTP4Proxy (0.01s) [2022-01-31T14:03:19.556Z] === RUN TestSCTP6Proxy [2022-01-31T14:03:19.556Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-31T14:03:19.556Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-01-31T14:03:19.556Z] PASS [2022-01-31T14:03:19.556Z] coverage: 49.4% of statements [2022-01-31T14:03:19.556Z] ok github.com/docker/docker/cmd/docker-proxy 0.077s coverage: 49.4% of statements [2022-01-31T14:03:19.608Z] 2022/01/31 14:03:16 Closing DB instances... [2022-01-31T14:03:19.608Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-01-31T14:03:19.608Z] === RUN TestFindNode [2022-01-31T14:03:19.608Z] 2022/01/31 14:03:18 Closing DB instances... [2022-01-31T14:03:19.608Z] --- PASS: TestFindNode (0.02s) [2022-01-31T14:03:19.608Z] === RUN TestChangeNodeState [2022-01-31T14:03:19.608Z] 2022/01/31 14:03:18 Closing DB instances... [2022-01-31T14:03:19.608Z] --- PASS: TestChangeNodeState (0.02s) [2022-01-31T14:03:19.608Z] === RUN TestNodeReincarnation [2022-01-31T14:03:19.608Z] 2022/01/31 14:03:18 Closing DB instances... [2022-01-31T14:03:20.629Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-01-31T14:03:22.559Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-01-31T14:03:22.559Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-01-31T14:03:24.277Z] time="2022-01-31T14:03:23Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-01-31T14:03:24.277Z] --- PASS: TestNodeReincarnation (5.02s) [2022-01-31T14:03:24.277Z] === RUN TestParallelCreate [2022-01-31T14:03:24.277Z] 2022/01/31 14:03:23 Closing DB instances... [2022-01-31T14:03:24.277Z] --- PASS: TestParallelCreate (0.02s) [2022-01-31T14:03:24.277Z] === RUN TestParallelDelete [2022-01-31T14:03:24.277Z] 2022/01/31 14:03:23 Closing DB instances... [2022-01-31T14:03:24.277Z] --- PASS: TestParallelDelete (0.02s) [2022-01-31T14:03:24.277Z] === RUN TestNetworkDBIslands [2022-01-31T14:03:24.277Z] time="2022-01-31T14:03:23Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:a7c0f1d67726 with config:&{NodeID:a7c0f1d67726 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-01-31T14:03:24.277Z] time="2022-01-31T14:03:23Z" level=info msg="Node a7c0f1d67726/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:24.277Z] time="2022-01-31T14:03:23Z" level=info msg="Node a7c0f1d67726/172.27.124.84, added to nodes list" [2022-01-31T14:03:24.277Z] time="2022-01-31T14:03:23Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:76caa0ee58c5 with config:&{NodeID:76caa0ee58c5 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-01-31T14:03:24.277Z] time="2022-01-31T14:03:23Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:24.277Z] time="2022-01-31T14:03:23Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, added to nodes list" [2022-01-31T14:03:24.277Z] time="2022-01-31T14:03:23Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-01-31T14:03:24.277Z] time="2022-01-31T14:03:23Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-01-31T14:03:24.277Z] time="2022-01-31T14:03:23Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-01-31T14:03:24.278Z] time="2022-01-31T14:03:23Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:24.278Z] time="2022-01-31T14:03:23Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, added to nodes list" [2022-01-31T14:03:24.278Z] time="2022-01-31T14:03:23Z" level=info msg="Node a7c0f1d67726/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:24.278Z] time="2022-01-31T14:03:23Z" level=info msg="Node a7c0f1d67726/172.27.124.84, added to nodes list" [2022-01-31T14:03:24.278Z] time="2022-01-31T14:03:23Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-01-31T14:03:24.278Z] time="2022-01-31T14:03:23Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:7045f22becc3 with config:&{NodeID:7045f22becc3 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-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7045f22becc3/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7045f22becc3/172.27.124.84, added to nodes list" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7045f22becc3/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7045f22becc3/172.27.124.84, added to nodes list" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=info msg="Node a7c0f1d67726/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=info msg="Node a7c0f1d67726/172.27.124.84, added to nodes list" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, added to nodes list" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-01-31T14:03:24.736Z] time="2022-01-31T14:03:24Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-01-31T14:03:25.161Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7045f22becc3/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7045f22becc3/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:7262ea1d03f8 with config:&{NodeID:7262ea1d03f8 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-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node a7c0f1d67726/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node a7c0f1d67726/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7045f22becc3/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=info msg="Node 7045f22becc3/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-01-31T14:03:25.193Z] time="2022-01-31T14:03:24Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:f0275da9e9e4 with config:&{NodeID:f0275da9e9e4 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-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node f0275da9e9e4/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node f0275da9e9e4/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49371" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node f0275da9e9e4/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node f0275da9e9e4/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node 7045f22becc3/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node 7045f22becc3/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node a7c0f1d67726/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node a7c0f1d67726/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49372" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node f0275da9e9e4/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node f0275da9e9e4/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node f0275da9e9e4/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node f0275da9e9e4/172.27.124.84, added to nodes list" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node f0275da9e9e4/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:25.650Z] time="2022-01-31T14:03:25Z" level=info msg="Node f0275da9e9e4/172.27.124.84, added to nodes list" [2022-01-31T14:03:26.106Z] networkdb_test.go:835: Re-joining: 3 [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=info msg="The new bootstrap node list is:[172.27.124.84:10033 172.27.124.84:10034 172.27.124.84:10035]" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10033" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49373" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10034" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49374" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10035" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49375" [2022-01-31T14:03:26.106Z] networkdb_test.go:835: Re-joining: 4 [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=info msg="The new bootstrap node list is:[172.27.124.84:10033 172.27.124.84:10034 172.27.124.84:10035]" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10033" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49376" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10034" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49377" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49378" [2022-01-31T14:03:26.106Z] time="2022-01-31T14:03:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10035" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="node 0 leaving" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="Node a7c0f1d67726 change state NodeActive --> NodeLeft" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="node3(7045f22becc3): Node leave event for a7c0f1d67726/172.27.124.84" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="Node a7c0f1d67726 change state NodeActive --> NodeLeft" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="node5(f0275da9e9e4): Node leave event for a7c0f1d67726/172.27.124.84" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="Node a7c0f1d67726 change state NodeActive --> NodeLeft" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="node4(7262ea1d03f8): Node leave event for a7c0f1d67726/172.27.124.84" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="Node a7c0f1d67726 change state NodeActive --> NodeLeft" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="node2(76caa0ee58c5): Node leave event for a7c0f1d67726/172.27.124.84" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="Node a7c0f1d67726 change state NodeActive --> NodeLeft" [2022-01-31T14:03:26.563Z] time="2022-01-31T14:03:26Z" level=info msg="node1(a7c0f1d67726): Node leave event for a7c0f1d67726/172.27.124.84" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node a7c0f1d67726/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node a7c0f1d67726/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node a7c0f1d67726/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node a7c0f1d67726/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node a7c0f1d67726/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="node 1 leaving" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node 76caa0ee58c5 change state NodeActive --> NodeLeft" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="node4(7262ea1d03f8): Node leave event for 76caa0ee58c5/172.27.124.84" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node 76caa0ee58c5 change state NodeActive --> NodeFailed" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, added to failed nodes list" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node 76caa0ee58c5 change state NodeActive --> NodeLeft" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="node5(f0275da9e9e4): Node leave event for 76caa0ee58c5/172.27.124.84" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node 76caa0ee58c5 change state NodeActive --> NodeLeft" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="node3(7045f22becc3): Node leave event for 76caa0ee58c5/172.27.124.84" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=error msg="node: 76caa0ee58c5 is unknown to memberlist" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.019Z] time="2022-01-31T14:03:26Z" level=info msg="Node 76caa0ee58c5/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=info msg="node 2 leaving" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=info msg="Node 7045f22becc3 change state NodeActive --> NodeLeft" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=info msg="node5(f0275da9e9e4): Node leave event for 7045f22becc3/172.27.124.84" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=info msg="Node 7045f22becc3 change state NodeActive --> NodeLeft" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=info msg="node4(7262ea1d03f8): Node leave event for 7045f22becc3/172.27.124.84" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=info msg="Node 7045f22becc3 change state NodeActive --> NodeLeft" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=info msg="node3(7045f22becc3): Node leave event for 7045f22becc3/172.27.124.84" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=debug msg="memberlist: Failed ping: f0275da9e9e4 (timeout reached)" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.124.84:10034: use of closed network connection" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.124.84:10035: use of closed network connection" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.124.84:10036: use of closed network connection" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49379" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=info msg="Node 7045f22becc3/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.476Z] time="2022-01-31T14:03:27Z" level=info msg="Node 7045f22becc3/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.677Z] check_test.go:308: [d6c5f2e0fc3b0] daemon is not started [2022-01-31T14:03:27.677Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-01-31T14:03:27.932Z] networkdb_test.go:867: node4: OK [2022-01-31T14:03:27.932Z] networkdb_test.go:867: node5: OK [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="node 0 coming back" [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="Node 7045f22becc3/172.27.124.84, left gossip cluster" [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:22d8fd8f65da with config:&{NodeID:22d8fd8f65da 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-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, added to nodes list" [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="node 1 coming back" [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:11c387bf6676 with config:&{NodeID:11c387bf6676 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-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="Node 11c387bf6676/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="Node 11c387bf6676/172.27.124.84, added to nodes list" [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="node 2 coming back" [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:09ef87c9b09d with config:&{NodeID:09ef87c9b09d 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-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, added to nodes list" [2022-01-31T14:03:27.932Z] time="2022-01-31T14:03:27Z" level=warning msg="memberlist: Was able to connect to f0275da9e9e4 but other probes failed, network may be misconfigured" [2022-01-31T14:03:27.933Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-01-31T14:03:28.188Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-01-31T14:03:28.388Z] time="2022-01-31T14:03:28Z" level=debug msg="memberlist: Failed ping: 7262ea1d03f8 (timeout reached)" [2022-01-31T14:03:28.388Z] time="2022-01-31T14:03:28Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.27.124.84:10037: use of closed network connection" [2022-01-31T14:03:28.388Z] time="2022-01-31T14:03:28Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49380" [2022-01-31T14:03:28.748Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-01-31T14:03:28.843Z] time="2022-01-31T14:03:28Z" level=warning msg="memberlist: Was able to connect to 7262ea1d03f8 but other probes failed, network may be misconfigured" [2022-01-31T14:03:29.309Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-01-31T14:03:30.239Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-01-31T14:03:31.165Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-01-31T14:03:31.166Z] check_test.go:308: [dcf3e8d4d2ffe] daemon is not started [2022-01-31T14:03:31.166Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-01-31T14:03:31.736Z] time="2022-01-31T14:03:30Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.124.84:10033 172.27.124.84:10034 172.27.124.84:10035]" [2022-01-31T14:03:31.736Z] time="2022-01-31T14:03:31Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.124.84:10033 172.27.124.84:10034 172.27.124.84:10035]" [2022-01-31T14:03:32.139Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10033" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49381" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node f0275da9e9e4/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node f0275da9e9e4/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, is the new incarnation of the shutdown node a7c0f1d67726/172.27.124.84" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10034" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49382" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 11c387bf6676/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 11c387bf6676/172.27.124.84, is the new incarnation of the shutdown node 76caa0ee58c5/172.27.124.84" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node f0275da9e9e4/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node f0275da9e9e4/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:31Z" level=info msg="Node 11c387bf6676/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10035" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49383" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, is the new incarnation of the shutdown node a7c0f1d67726/172.27.124.84" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 11c387bf6676/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 11c387bf6676/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node f0275da9e9e4/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node f0275da9e9e4/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, is the new incarnation of the shutdown node 7045f22becc3/172.27.124.84" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 11c387bf6676/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 11c387bf6676/172.27.124.84, is the new incarnation of the shutdown node 76caa0ee58c5/172.27.124.84" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 11c387bf6676/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 11c387bf6676/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 11c387bf6676/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, is the new incarnation of the shutdown node 7045f22becc3/172.27.124.84" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.192Z] time="2022-01-31T14:03:32Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.247Z] === RUN TestCheckpointCreateError [2022-01-31T14:03:32.247Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCheckpointCreate [2022-01-31T14:03:32.247Z] --- PASS: TestCheckpointCreate (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCheckpointDeleteError [2022-01-31T14:03:32.247Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCheckpointDelete [2022-01-31T14:03:32.247Z] --- PASS: TestCheckpointDelete (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCheckpointListError [2022-01-31T14:03:32.247Z] --- PASS: TestCheckpointListError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCheckpointList [2022-01-31T14:03:32.247Z] --- PASS: TestCheckpointList (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCheckpointListContainerNotFound [2022-01-31T14:03:32.247Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestNewClientWithOpsFromEnv [2022-01-31T14:03:32.247Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-31T14:03:32.247Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s) [2022-01-31T14:03:32.247Z] === RUN TestGetAPIPath [2022-01-31T14:03:32.247Z] --- PASS: TestGetAPIPath (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestParseHostURL [2022-01-31T14:03:32.247Z] --- PASS: TestParseHostURL (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-01-31T14:03:32.247Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestNegotiateAPIVersionEmpty [2022-01-31T14:03:32.247Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestNegotiateAPIVersion [2022-01-31T14:03:32.247Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestNegotiateAPVersionOverride [2022-01-31T14:03:32.247Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestNegotiateAPIVersionAutomatic [2022-01-31T14:03:32.247Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-01-31T14:03:32.247Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-01-31T14:03:32.247Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestClientRedirect [2022-01-31T14:03:32.247Z] --- PASS: TestClientRedirect (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigCreateUnsupported [2022-01-31T14:03:32.247Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigCreateError [2022-01-31T14:03:32.247Z] --- PASS: TestConfigCreateError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigCreate [2022-01-31T14:03:32.247Z] --- PASS: TestConfigCreate (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigInspectNotFound [2022-01-31T14:03:32.247Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigInspectWithEmptyID [2022-01-31T14:03:32.247Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigInspectUnsupported [2022-01-31T14:03:32.247Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigInspectError [2022-01-31T14:03:32.247Z] --- PASS: TestConfigInspectError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigInspectConfigNotFound [2022-01-31T14:03:32.247Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigInspect [2022-01-31T14:03:32.247Z] --- PASS: TestConfigInspect (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigListUnsupported [2022-01-31T14:03:32.247Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigListError [2022-01-31T14:03:32.247Z] --- PASS: TestConfigListError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigList [2022-01-31T14:03:32.247Z] --- PASS: TestConfigList (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigRemoveUnsupported [2022-01-31T14:03:32.247Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigRemoveError [2022-01-31T14:03:32.247Z] --- PASS: TestConfigRemoveError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigRemove [2022-01-31T14:03:32.247Z] --- PASS: TestConfigRemove (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigUpdateUnsupported [2022-01-31T14:03:32.247Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigUpdateError [2022-01-31T14:03:32.247Z] --- PASS: TestConfigUpdateError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestConfigUpdate [2022-01-31T14:03:32.247Z] --- PASS: TestConfigUpdate (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerCommitError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerCommitError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerCommit [2022-01-31T14:03:32.247Z] --- PASS: TestContainerCommit (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerStatPathError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerStatPathError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerStatPathNotFoundError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerStatPathNoHeaderError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerStatPath [2022-01-31T14:03:32.247Z] --- PASS: TestContainerStatPath (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCopyToContainerError [2022-01-31T14:03:32.247Z] --- PASS: TestCopyToContainerError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCopyToContainerNotFoundError [2022-01-31T14:03:32.247Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCopyToContainerNotStatusOKError [2022-01-31T14:03:32.247Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCopyToContainer [2022-01-31T14:03:32.247Z] --- PASS: TestCopyToContainer (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCopyFromContainerError [2022-01-31T14:03:32.247Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCopyFromContainerNotFoundError [2022-01-31T14:03:32.247Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCopyFromContainerNotStatusOKError [2022-01-31T14:03:32.247Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCopyFromContainerNoHeaderError [2022-01-31T14:03:32.247Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestCopyFromContainer [2022-01-31T14:03:32.247Z] --- PASS: TestCopyFromContainer (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerCreateError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerCreateError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerCreateImageNotFound [2022-01-31T14:03:32.247Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerCreateWithName [2022-01-31T14:03:32.247Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerCreateAutoRemove [2022-01-31T14:03:32.247Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerDiffError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerDiffError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerDiff [2022-01-31T14:03:32.247Z] --- PASS: TestContainerDiff (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerExecCreateError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerExecCreate [2022-01-31T14:03:32.247Z] --- PASS: TestContainerExecCreate (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerExecStartError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerExecStartError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerExecStart [2022-01-31T14:03:32.247Z] --- PASS: TestContainerExecStart (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerExecInspectError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerExecInspect [2022-01-31T14:03:32.247Z] --- PASS: TestContainerExecInspect (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerExportError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerExportError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerExport [2022-01-31T14:03:32.247Z] --- PASS: TestContainerExport (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerInspectError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerInspectError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerInspectContainerNotFound [2022-01-31T14:03:32.247Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerInspectWithEmptyID [2022-01-31T14:03:32.247Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerInspect [2022-01-31T14:03:32.247Z] --- PASS: TestContainerInspect (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerInspectNode [2022-01-31T14:03:32.247Z] --- PASS: TestContainerInspectNode (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerKillError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerKillError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerKill [2022-01-31T14:03:32.247Z] --- PASS: TestContainerKill (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerListError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerListError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerList [2022-01-31T14:03:32.247Z] --- PASS: TestContainerList (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerLogsNotFoundError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerLogsError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerLogsError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerLogs [2022-01-31T14:03:32.247Z] --- PASS: TestContainerLogs (0.24s) [2022-01-31T14:03:32.247Z] === RUN TestContainerPauseError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerPauseError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerPause [2022-01-31T14:03:32.247Z] --- PASS: TestContainerPause (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainersPruneError [2022-01-31T14:03:32.247Z] --- PASS: TestContainersPruneError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainersPrune [2022-01-31T14:03:32.247Z] --- PASS: TestContainersPrune (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerRemoveError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerRemoveError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerRemoveNotFoundError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerRemove [2022-01-31T14:03:32.247Z] --- PASS: TestContainerRemove (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerRenameError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerRenameError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerRename [2022-01-31T14:03:32.247Z] --- PASS: TestContainerRename (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerResizeError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerResizeError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerExecResizeError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerResize [2022-01-31T14:03:32.247Z] --- PASS: TestContainerResize (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerExecResize [2022-01-31T14:03:32.247Z] --- PASS: TestContainerExecResize (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerRestartError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerRestartError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerRestart [2022-01-31T14:03:32.247Z] --- PASS: TestContainerRestart (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerStartError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerStartError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerStart [2022-01-31T14:03:32.247Z] --- PASS: TestContainerStart (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerStatsError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerStatsError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerStats [2022-01-31T14:03:32.247Z] --- PASS: TestContainerStats (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerStopError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerStopError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerStop [2022-01-31T14:03:32.247Z] --- PASS: TestContainerStop (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerTopError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerTopError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerTop [2022-01-31T14:03:32.247Z] --- PASS: TestContainerTop (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerUnpauseError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerUnpause [2022-01-31T14:03:32.247Z] --- PASS: TestContainerUnpause (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerUpdateError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerUpdateError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerUpdate [2022-01-31T14:03:32.247Z] --- PASS: TestContainerUpdate (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerWaitError [2022-01-31T14:03:32.247Z] --- PASS: TestContainerWaitError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestContainerWait [2022-01-31T14:03:32.247Z] --- PASS: TestContainerWait (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestDiskUsageError [2022-01-31T14:03:32.247Z] --- PASS: TestDiskUsageError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestDiskUsage [2022-01-31T14:03:32.247Z] --- PASS: TestDiskUsage (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestDistributionInspectUnsupported [2022-01-31T14:03:32.247Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestDistributionInspectWithEmptyID [2022-01-31T14:03:32.247Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestEventsErrorInOptions [2022-01-31T14:03:32.247Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestEventsErrorFromServer [2022-01-31T14:03:32.247Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestEvents [2022-01-31T14:03:32.247Z] --- PASS: TestEvents (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestTLSCloseWriter [2022-01-31T14:03:32.247Z] === PAUSE TestTLSCloseWriter [2022-01-31T14:03:32.247Z] === RUN TestImageBuildError [2022-01-31T14:03:32.247Z] --- PASS: TestImageBuildError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageBuild [2022-01-31T14:03:32.247Z] --- PASS: TestImageBuild (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestGetDockerOS [2022-01-31T14:03:32.247Z] --- PASS: TestGetDockerOS (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageCreateError [2022-01-31T14:03:32.247Z] --- PASS: TestImageCreateError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageCreate [2022-01-31T14:03:32.247Z] --- PASS: TestImageCreate (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageHistoryError [2022-01-31T14:03:32.247Z] --- PASS: TestImageHistoryError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageHistory [2022-01-31T14:03:32.247Z] --- PASS: TestImageHistory (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageImportError [2022-01-31T14:03:32.247Z] --- PASS: TestImageImportError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageImport [2022-01-31T14:03:32.247Z] --- PASS: TestImageImport (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageInspectError [2022-01-31T14:03:32.247Z] --- PASS: TestImageInspectError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageInspectImageNotFound [2022-01-31T14:03:32.247Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageInspectWithEmptyID [2022-01-31T14:03:32.247Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageInspect [2022-01-31T14:03:32.247Z] --- PASS: TestImageInspect (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageListError [2022-01-31T14:03:32.247Z] --- PASS: TestImageListError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageList [2022-01-31T14:03:32.247Z] --- PASS: TestImageList (0.02s) [2022-01-31T14:03:32.247Z] === RUN TestImageListApiBefore125 [2022-01-31T14:03:32.247Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageLoadError [2022-01-31T14:03:32.247Z] --- PASS: TestImageLoadError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageLoad [2022-01-31T14:03:32.247Z] --- PASS: TestImageLoad (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagesPruneError [2022-01-31T14:03:32.247Z] --- PASS: TestImagesPruneError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagesPrune [2022-01-31T14:03:32.247Z] --- PASS: TestImagesPrune (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePullReferenceParseError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePullAnyError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePullAnyError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePullStatusUnauthorizedError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePullWithoutErrors [2022-01-31T14:03:32.247Z] --- PASS: TestImagePullWithoutErrors (0.02s) [2022-01-31T14:03:32.247Z] === RUN TestImagePushReferenceError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePushAnyError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushAnyError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePushStatusUnauthorizedError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImagePushWithoutErrors [2022-01-31T14:03:32.247Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-01-31T14:03:32.247Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-01-31T14:03:32.247Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-01-31T14:03:32.247Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-01-31T14:03:32.247Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageRemoveError [2022-01-31T14:03:32.247Z] --- PASS: TestImageRemoveError (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageRemoveImageNotFound [2022-01-31T14:03:32.247Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageRemove [2022-01-31T14:03:32.247Z] --- PASS: TestImageRemove (0.00s) [2022-01-31T14:03:32.247Z] === RUN TestImageSaveError [2022-01-31T14:03:32.248Z] --- PASS: TestImageSaveError (0.00s) [2022-01-31T14:03:32.248Z] === RUN TestImageSave [2022-01-31T14:03:32.248Z] --- PASS: TestImageSave (0.00s) [2022-01-31T14:03:32.248Z] === RUN TestImageSearchAnyError [2022-01-31T14:03:32.248Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-01-31T14:03:32.248Z] === RUN TestImageSearchStatusUnauthorizedError [2022-01-31T14:03:32.248Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-01-31T14:03:32.248Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-31T14:03:32.648Z] time="2022-01-31T14:03:32Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, joined gossip cluster" [2022-01-31T14:03:32.648Z] time="2022-01-31T14:03:32Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, added to nodes list" [2022-01-31T14:03:32.648Z] time="2022-01-31T14:03:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10033" [2022-01-31T14:03:32.648Z] time="2022-01-31T14:03:32Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49384" [2022-01-31T14:03:32.648Z] time="2022-01-31T14:03:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10034" [2022-01-31T14:03:32.648Z] time="2022-01-31T14:03:32Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49385" [2022-01-31T14:03:32.648Z] time="2022-01-31T14:03:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.124.84:10035" [2022-01-31T14:03:32.648Z] time="2022-01-31T14:03:32Z" level=debug msg="memberlist: Stream connection from=172.27.124.84:49386" [2022-01-31T14:03:32.724Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-31T14:03:32.724Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-01-31T14:03:32.724Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestImageSearchWithoutErrors [2022-01-31T14:03:32.724Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestImageTagError [2022-01-31T14:03:32.724Z] --- PASS: TestImageTagError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestImageTagInvalidReference [2022-01-31T14:03:32.724Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestImageTagInvalidSourceImageName [2022-01-31T14:03:32.724Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestImageTagHexSource [2022-01-31T14:03:32.724Z] --- PASS: TestImageTagHexSource (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestImageTag [2022-01-31T14:03:32.724Z] --- PASS: TestImageTag (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestInfoServerError [2022-01-31T14:03:32.724Z] --- PASS: TestInfoServerError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestInfoInvalidResponseJSONError [2022-01-31T14:03:32.724Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestInfo [2022-01-31T14:03:32.724Z] --- PASS: TestInfo (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkConnectError [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkConnectError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkConnect [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkConnect (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkCreateError [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkCreateError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkCreate [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkCreate (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkDisconnectError [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkDisconnect [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkInspect [2022-01-31T14:03:32.724Z] === RUN TestNetworkInspect/empty_ID [2022-01-31T14:03:32.724Z] === RUN TestNetworkInspect/no_options [2022-01-31T14:03:32.724Z] === RUN TestNetworkInspect/verbose [2022-01-31T14:03:32.724Z] === RUN TestNetworkInspect/global_scope [2022-01-31T14:03:32.724Z] === RUN TestNetworkInspect/unknown_network [2022-01-31T14:03:32.724Z] === RUN TestNetworkInspect/server_error [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkInspect (0.00s) [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkListError [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkListError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkList [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkList (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworksPruneError [2022-01-31T14:03:32.724Z] --- PASS: TestNetworksPruneError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworksPrune [2022-01-31T14:03:32.724Z] --- PASS: TestNetworksPrune (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkRemoveError [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNetworkRemove [2022-01-31T14:03:32.724Z] --- PASS: TestNetworkRemove (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNodeInspectError [2022-01-31T14:03:32.724Z] --- PASS: TestNodeInspectError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNodeInspectNodeNotFound [2022-01-31T14:03:32.724Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNodeInspectWithEmptyID [2022-01-31T14:03:32.724Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNodeInspect [2022-01-31T14:03:32.724Z] --- PASS: TestNodeInspect (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNodeListError [2022-01-31T14:03:32.724Z] --- PASS: TestNodeListError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNodeList [2022-01-31T14:03:32.724Z] --- PASS: TestNodeList (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNodeRemoveError [2022-01-31T14:03:32.724Z] --- PASS: TestNodeRemoveError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNodeRemove [2022-01-31T14:03:32.724Z] --- PASS: TestNodeRemove (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNodeUpdateError [2022-01-31T14:03:32.724Z] --- PASS: TestNodeUpdateError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestNodeUpdate [2022-01-31T14:03:32.724Z] --- PASS: TestNodeUpdate (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestOptionWithTimeout [2022-01-31T14:03:32.724Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPingFail [2022-01-31T14:03:32.724Z] --- PASS: TestPingFail (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPingWithError [2022-01-31T14:03:32.724Z] 2022/01/31 14:03:31 RoundTripper returned a response & error; ignoring response [2022-01-31T14:03:32.724Z] 2022/01/31 14:03:31 RoundTripper returned a response & error; ignoring response [2022-01-31T14:03:32.724Z] --- PASS: TestPingWithError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPingSuccess [2022-01-31T14:03:32.724Z] --- PASS: TestPingSuccess (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPingHeadFallback [2022-01-31T14:03:32.724Z] === RUN TestPingHeadFallback/OK [2022-01-31T14:03:32.724Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-01-31T14:03:32.724Z] === RUN TestPingHeadFallback/Not_Found [2022-01-31T14:03:32.724Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-01-31T14:03:32.724Z] --- PASS: TestPingHeadFallback (0.00s) [2022-01-31T14:03:32.724Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-01-31T14:03:32.724Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-01-31T14:03:32.724Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-01-31T14:03:32.724Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginDisableError [2022-01-31T14:03:32.724Z] --- PASS: TestPluginDisableError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginDisable [2022-01-31T14:03:32.724Z] --- PASS: TestPluginDisable (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginEnableError [2022-01-31T14:03:32.724Z] --- PASS: TestPluginEnableError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginEnable [2022-01-31T14:03:32.724Z] --- PASS: TestPluginEnable (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginInspectError [2022-01-31T14:03:32.724Z] --- PASS: TestPluginInspectError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginInspectWithEmptyID [2022-01-31T14:03:32.724Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginInspect [2022-01-31T14:03:32.724Z] --- PASS: TestPluginInspect (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginListError [2022-01-31T14:03:32.724Z] --- PASS: TestPluginListError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginList [2022-01-31T14:03:32.724Z] --- PASS: TestPluginList (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginPushError [2022-01-31T14:03:32.724Z] --- PASS: TestPluginPushError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginPush [2022-01-31T14:03:32.724Z] --- PASS: TestPluginPush (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginRemoveError [2022-01-31T14:03:32.724Z] --- PASS: TestPluginRemoveError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginRemove [2022-01-31T14:03:32.724Z] --- PASS: TestPluginRemove (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginSetError [2022-01-31T14:03:32.724Z] --- PASS: TestPluginSetError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPluginSet [2022-01-31T14:03:32.724Z] --- PASS: TestPluginSet (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSetHostHeader [2022-01-31T14:03:32.724Z] --- PASS: TestSetHostHeader (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestPlainTextError [2022-01-31T14:03:32.724Z] --- PASS: TestPlainTextError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestInfiniteError [2022-01-31T14:03:32.724Z] --- PASS: TestInfiniteError (0.02s) [2022-01-31T14:03:32.724Z] === RUN TestCanceledContext [2022-01-31T14:03:32.724Z] 2022/01/31 14:03:31 RoundTripper returned a response & error; ignoring response [2022-01-31T14:03:32.724Z] --- PASS: TestCanceledContext (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestDeadlineExceededContext [2022-01-31T14:03:32.724Z] 2022/01/31 14:03:31 RoundTripper returned a response & error; ignoring response [2022-01-31T14:03:32.724Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretCreateUnsupported [2022-01-31T14:03:32.724Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretCreateError [2022-01-31T14:03:32.724Z] --- PASS: TestSecretCreateError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretCreate [2022-01-31T14:03:32.724Z] --- PASS: TestSecretCreate (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretInspectUnsupported [2022-01-31T14:03:32.724Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretInspectError [2022-01-31T14:03:32.724Z] --- PASS: TestSecretInspectError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretInspectSecretNotFound [2022-01-31T14:03:32.724Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretInspectWithEmptyID [2022-01-31T14:03:32.724Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretInspect [2022-01-31T14:03:32.724Z] --- PASS: TestSecretInspect (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretListUnsupported [2022-01-31T14:03:32.724Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretListError [2022-01-31T14:03:32.724Z] --- PASS: TestSecretListError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretList [2022-01-31T14:03:32.724Z] --- PASS: TestSecretList (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretRemoveUnsupported [2022-01-31T14:03:32.724Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretRemoveError [2022-01-31T14:03:32.724Z] --- PASS: TestSecretRemoveError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretRemove [2022-01-31T14:03:32.724Z] --- PASS: TestSecretRemove (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretUpdateUnsupported [2022-01-31T14:03:32.724Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretUpdateError [2022-01-31T14:03:32.724Z] --- PASS: TestSecretUpdateError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestSecretUpdate [2022-01-31T14:03:32.724Z] --- PASS: TestSecretUpdate (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestServiceCreateError [2022-01-31T14:03:32.724Z] --- PASS: TestServiceCreateError (0.00s) [2022-01-31T14:03:32.724Z] === RUN TestServiceCreate [2022-01-31T14:03:32.724Z] --- PASS: TestServiceCreate (0.00s) [2022-01-31T14:03:32.725Z] === RUN TestServiceCreateCompatiblePlatforms [2022-01-31T14:03:33.104Z] 2022/01/31 14:03:32 Closing DB instances... [2022-01-31T14:03:33.104Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da change state NodeActive --> NodeLeft" [2022-01-31T14:03:33.104Z] time="2022-01-31T14:03:32Z" level=info msg="node4(7262ea1d03f8): Node leave event for 22d8fd8f65da/172.27.124.84" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da change state NodeActive --> NodeLeft" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="node2(11c387bf6676): Node leave event for 22d8fd8f65da/172.27.124.84" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da change state NodeActive --> NodeLeft" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="node3(09ef87c9b09d): Node leave event for 22d8fd8f65da/172.27.124.84" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da change state NodeActive --> NodeLeft" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="node5(f0275da9e9e4): Node leave event for 22d8fd8f65da/172.27.124.84" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da change state NodeActive --> NodeLeft" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="node1(22d8fd8f65da): Node leave event for 22d8fd8f65da/172.27.124.84" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, left gossip cluster" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, left gossip cluster" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:32Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, left gossip cluster" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:33Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, left gossip cluster" [2022-01-31T14:03:33.105Z] time="2022-01-31T14:03:33Z" level=info msg="Node 22d8fd8f65da/172.27.124.84, left gossip cluster" [2022-01-31T14:03:33.203Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceCreateDigestPinning [2022-01-31T14:03:33.203Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceInspectError [2022-01-31T14:03:33.203Z] --- PASS: TestServiceInspectError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceInspectServiceNotFound [2022-01-31T14:03:33.203Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceInspectWithEmptyID [2022-01-31T14:03:33.203Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceInspect [2022-01-31T14:03:33.203Z] --- PASS: TestServiceInspect (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceListError [2022-01-31T14:03:33.203Z] --- PASS: TestServiceListError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceList [2022-01-31T14:03:33.203Z] --- PASS: TestServiceList (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceLogsError [2022-01-31T14:03:33.203Z] --- PASS: TestServiceLogsError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceLogs [2022-01-31T14:03:33.203Z] --- PASS: TestServiceLogs (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceRemoveError [2022-01-31T14:03:33.203Z] --- PASS: TestServiceRemoveError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceRemoveNotFoundError [2022-01-31T14:03:33.203Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceRemove [2022-01-31T14:03:33.203Z] --- PASS: TestServiceRemove (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceUpdateError [2022-01-31T14:03:33.203Z] --- PASS: TestServiceUpdateError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestServiceUpdate [2022-01-31T14:03:33.203Z] --- PASS: TestServiceUpdate (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmGetUnlockKeyError [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmGetUnlockKey [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmInitError [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmInitError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmInit [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmInit (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmInspectError [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmInspectError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmInspect [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmInspect (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmJoinError [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmJoinError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmJoin [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmJoin (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmLeaveError [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmLeave [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmLeave (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmUnlockError [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmUnlock [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmUnlock (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmUpdateError [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestSwarmUpdate [2022-01-31T14:03:33.203Z] --- PASS: TestSwarmUpdate (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestTaskInspectError [2022-01-31T14:03:33.203Z] --- PASS: TestTaskInspectError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestTaskInspectWithEmptyID [2022-01-31T14:03:33.203Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestTaskInspect [2022-01-31T14:03:33.203Z] --- PASS: TestTaskInspect (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestTaskListError [2022-01-31T14:03:33.203Z] --- PASS: TestTaskListError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestTaskList [2022-01-31T14:03:33.203Z] --- PASS: TestTaskList (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestVolumeCreateError [2022-01-31T14:03:33.203Z] --- PASS: TestVolumeCreateError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestVolumeCreate [2022-01-31T14:03:33.203Z] --- PASS: TestVolumeCreate (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestVolumeInspectError [2022-01-31T14:03:33.203Z] --- PASS: TestVolumeInspectError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestVolumeInspectNotFound [2022-01-31T14:03:33.203Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestVolumeInspectWithEmptyID [2022-01-31T14:03:33.203Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestVolumeInspect [2022-01-31T14:03:33.203Z] --- PASS: TestVolumeInspect (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestVolumeListError [2022-01-31T14:03:33.203Z] --- PASS: TestVolumeListError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestVolumeList [2022-01-31T14:03:33.203Z] --- PASS: TestVolumeList (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestVolumeRemoveError [2022-01-31T14:03:33.203Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-01-31T14:03:33.203Z] === RUN TestVolumeRemove [2022-01-31T14:03:33.203Z] --- PASS: TestVolumeRemove (0.00s) [2022-01-31T14:03:33.203Z] === CONT TestTLSCloseWriter [2022-01-31T14:03:33.203Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-01-31T14:03:33.203Z] PASS [2022-01-31T14:03:33.203Z] coverage: 75.1% of statements [2022-01-31T14:03:33.203Z] ok github.com/docker/docker/client 0.484s coverage: 75.1% of statements [2022-01-31T14:03:33.504Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-01-31T14:03:33.560Z] time="2022-01-31T14:03:33Z" level=info msg="Node 11c387bf6676 change state NodeActive --> NodeLeft" [2022-01-31T14:03:33.560Z] time="2022-01-31T14:03:33Z" level=info msg="node5(f0275da9e9e4): Node leave event for 11c387bf6676/172.27.124.84" [2022-01-31T14:03:33.561Z] time="2022-01-31T14:03:33Z" level=info msg="Node 11c387bf6676 change state NodeActive --> NodeLeft" [2022-01-31T14:03:33.561Z] time="2022-01-31T14:03:33Z" level=info msg="node3(09ef87c9b09d): Node leave event for 11c387bf6676/172.27.124.84" [2022-01-31T14:03:33.561Z] time="2022-01-31T14:03:33Z" level=info msg="Node 11c387bf6676 change state NodeActive --> NodeLeft" [2022-01-31T14:03:33.561Z] time="2022-01-31T14:03:33Z" level=info msg="node4(7262ea1d03f8): Node leave event for 11c387bf6676/172.27.124.84" [2022-01-31T14:03:33.561Z] time="2022-01-31T14:03:33Z" level=info msg="Node 11c387bf6676 change state NodeActive --> NodeLeft" [2022-01-31T14:03:33.561Z] time="2022-01-31T14:03:33Z" level=info msg="node2(11c387bf6676): Node leave event for 11c387bf6676/172.27.124.84" [2022-01-31T14:03:33.561Z] time="2022-01-31T14:03:33Z" level=info msg="Node 11c387bf6676/172.27.124.84, left gossip cluster" [2022-01-31T14:03:33.561Z] time="2022-01-31T14:03:33Z" level=info msg="Node 11c387bf6676/172.27.124.84, left gossip cluster" [2022-01-31T14:03:33.561Z] time="2022-01-31T14:03:33Z" level=info msg="Node 11c387bf6676/172.27.124.84, left gossip cluster" [2022-01-31T14:03:33.561Z] time="2022-01-31T14:03:33Z" level=info msg="Node 11c387bf6676/172.27.124.84, left gossip cluster" [2022-01-31T14:03:34.016Z] time="2022-01-31T14:03:33Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10034->172.27.124.84:10035: use of closed network connection" [2022-01-31T14:03:34.016Z] time="2022-01-31T14:03:33Z" level=info msg="Node 09ef87c9b09d change state NodeActive --> NodeLeft" [2022-01-31T14:03:34.016Z] time="2022-01-31T14:03:33Z" level=info msg="node5(f0275da9e9e4): Node leave event for 09ef87c9b09d/172.27.124.84" [2022-01-31T14:03:34.016Z] time="2022-01-31T14:03:33Z" level=info msg="Node 09ef87c9b09d change state NodeActive --> NodeLeft" [2022-01-31T14:03:34.016Z] time="2022-01-31T14:03:33Z" level=info msg="node4(7262ea1d03f8): Node leave event for 09ef87c9b09d/172.27.124.84" [2022-01-31T14:03:34.016Z] time="2022-01-31T14:03:33Z" level=info msg="Node 09ef87c9b09d change state NodeActive --> NodeLeft" [2022-01-31T14:03:34.016Z] time="2022-01-31T14:03:33Z" level=info msg="node3(09ef87c9b09d): Node leave event for 09ef87c9b09d/172.27.124.84" [2022-01-31T14:03:34.016Z] time="2022-01-31T14:03:33Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, left gossip cluster" [2022-01-31T14:03:34.016Z] time="2022-01-31T14:03:33Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, left gossip cluster" [2022-01-31T14:03:34.473Z] time="2022-01-31T14:03:33Z" level=info msg="Node 09ef87c9b09d/172.27.124.84, left gossip cluster" [2022-01-31T14:03:34.929Z] time="2022-01-31T14:03:34Z" level=info msg="Node 7262ea1d03f8 change state NodeActive --> NodeLeft" [2022-01-31T14:03:34.929Z] time="2022-01-31T14:03:34Z" level=info msg="node5(f0275da9e9e4): Node leave event for 7262ea1d03f8/172.27.124.84" [2022-01-31T14:03:34.929Z] time="2022-01-31T14:03:34Z" level=info msg="Node 7262ea1d03f8 change state NodeActive --> NodeLeft" [2022-01-31T14:03:34.929Z] time="2022-01-31T14:03:34Z" level=info msg="node4(7262ea1d03f8): Node leave event for 7262ea1d03f8/172.27.124.84" [2022-01-31T14:03:35.223Z] --- PASS: TestServicePlugin (29.80s) [2022-01-31T14:03:35.223Z] === RUN TestServiceUpdateLabel [2022-01-31T14:03:35.385Z] time="2022-01-31T14:03:34Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, left gossip cluster" [2022-01-31T14:03:35.385Z] time="2022-01-31T14:03:35Z" level=info msg="Node 7262ea1d03f8/172.27.124.84, left gossip cluster" [2022-01-31T14:03:35.783Z] --- PASS: TestServiceUpdateLabel (2.14s) [2022-01-31T14:03:35.783Z] === RUN TestServiceUpdateSecrets [2022-01-31T14:03:35.841Z] time="2022-01-31T14:03:35Z" level=info msg="Node f0275da9e9e4/172.27.124.84, left gossip cluster" [2022-01-31T14:03:35.841Z] time="2022-01-31T14:03:35Z" level=info msg="Node f0275da9e9e4 change state NodeActive --> NodeFailed" [2022-01-31T14:03:35.841Z] time="2022-01-31T14:03:35Z" level=info msg="Node f0275da9e9e4/172.27.124.84, added to failed nodes list" [2022-01-31T14:03:35.841Z] --- PASS: TestNetworkDBIslands (12.07s) [2022-01-31T14:03:35.841Z] PASS [2022-01-31T14:03:35.841Z] coverage: 60.0% of statements [2022-01-31T14:03:36.109Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-01-31T14:03:36.298Z] ok github.com/docker/docker/libnetwork/networkdb 103.686s coverage: 60.0% of statements [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/oci/caps [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/pkg/term [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/quota [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/rootless [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/testutil/request [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/volume [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-01-31T14:03:36.298Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === Skipped [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-01-31T14:03:39.190Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-01-31T14:03:39.190Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-01-31T14:03:39.190Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-01-31T14:03:39.190Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-01-31T14:03:39.190Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-01-31T14:03:39.190Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-01-31T14:03:39.190Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-01-31T14:03:39.190Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-01-31T14:03:39.190Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-01-31T14:03:39.190Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-01-31T14:03:39.190Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-01-31T14:03:39.190Z] daemon_test.go:145: root required [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-31T14:03:39.190Z] reload_test.go:342: root required [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-01-31T14:03:39.190Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-31T14:03:39.190Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-01-31T14:03:39.190Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-01-31T14:03:39.190Z] download_test.go:267: Needs fixing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-01-31T14:03:39.190Z] layer_test.go:303: Failing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-01-31T14:03:39.190Z] layer_test.go:352: Failing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-01-31T14:03:39.190Z] layer_test.go:467: Failing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-01-31T14:03:39.190Z] layer_test.go:696: Failing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-01-31T14:03:39.190Z] migration_test.go:45: Failing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-01-31T14:03:39.190Z] migration_test.go:181: Failing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-01-31T14:03:39.190Z] mount_test.go:17: Failing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-01-31T14:03:39.190Z] mount_test.go:76: Failing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-01-31T14:03:39.190Z] mount_test.go:125: Failing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-01-31T14:03:39.190Z] mount_test.go:212: Failing on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-01-31T14:03:39.190Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-01-31T14:03:39.190Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-01-31T14:03:39.190Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-01-31T14:03:39.190Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-01-31T14:03:39.190Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-01-31T14:03:39.190Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-01-31T14:03:39.190Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-01-31T14:03:39.190Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-01-31T14:03:39.190Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-01-31T14:03:39.190Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-01-31T14:03:39.190Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-01-31T14:03:39.190Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-01-31T14:03:39.190Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-01-31T14:03:39.190Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-01-31T14:03:39.190Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-01-31T14:03:39.190Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-01-31T14:03:39.190Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:133: Xz not present in msys2 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-01-31T14:03:39.190Z] archive_test.go:140: zstd not installed [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:252: Failing on Windows CI machines [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-01-31T14:03:39.190Z] archive_windows_test.go:16: Currently fails [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-01-31T14:03:39.190Z] changes_test.go:195: needs more investigation [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-01-31T14:03:39.190Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-01-31T14:03:39.190Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-01-31T14:03:39.190Z] changes_test.go:432: needs further investigation [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-01-31T14:03:39.190Z] changes_test.go:468: needs further investigation [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-01-31T14:03:39.190Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-01-31T14:03:39.190Z] poller_test.go:40: No chmod on Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-31T14:03:39.190Z] fileutils_test.go:133: Needs porting to Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-31T14:03:39.190Z] fileutils_test.go:179: Needs porting to Windows [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-01-31T14:03:39.190Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-01-31T14:03:39.190Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.190Z] [2022-01-31T14:03:39.190Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-01-31T14:03:39.190Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:03:39.191Z] [2022-01-31T14:03:39.191Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-01-31T14:03:39.191Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-31T14:03:39.191Z] [2022-01-31T14:03:39.191Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-01-31T14:03:39.191Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-31T14:03:39.191Z] [2022-01-31T14:03:39.191Z] DONE 2069 tests, 70 skipped in 259.942s [2022-01-31T14:03:39.191Z] INFO: make.ps1 ended at 01/31/2022 14:03:38 [2022-01-31T14:03:40.321Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-01-31T14:03:40.721Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-01-31T14:03:40.721Z] INFO: Unit tests ended at 01/31/2022 14:03:40. Duration:00:04:34.0836407 [2022-01-31T14:03:40.721Z] INFO: Building busybox [2022-01-31T14:03:40.721Z] Sending build context to Docker daemon 5.12kB [2022-01-31T14:03:40.721Z] [2022-01-31T14:03:40.721Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-01-31T14:03:40.721Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-01-31T14:03:40.721Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-01-31T14:03:40.721Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-01-31T14:03:40.721Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-01-31T14:03:40.721Z] ---> 11cbc9e36c7a [2022-01-31T14:03:40.721Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-01-31T14:03:41.178Z] ---> Running in 54f71ecc7eca [2022-01-31T14:03:41.252Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-01-31T14:03:43.141Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-01-31T14:03:45.686Z] --- PASS: TestBuildWithHugeFile (73.41s) [2022-01-31T14:03:45.686Z] === RUN TestBuildWCOWSandboxSize [2022-01-31T14:03:45.686Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T14:03:45.686Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-31T14:03:45.686Z] === RUN TestBuildWithEmptyDockerfile [2022-01-31T14:03:45.686Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:03:45.686Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:03:45.686Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:03:45.686Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:03:45.686Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:03:45.686Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:03:45.686Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:03:45.686Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:03:45.686Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:03:45.686Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-01-31T14:03:45.686Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-01-31T14:03:45.686Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-01-31T14:03:45.686Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-01-31T14:03:45.686Z] === RUN TestBuildPreserveOwnership [2022-01-31T14:03:45.686Z] === RUN TestBuildPreserveOwnership/copy_from [2022-01-31T14:03:45.686Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-01-31T14:03:45.686Z] --- PASS: TestBuildPreserveOwnership (2.71s) [2022-01-31T14:03:45.686Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.84s) [2022-01-31T14:03:45.686Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.87s) [2022-01-31T14:03:45.686Z] === RUN TestBuildPlatformInvalid [2022-01-31T14:03:45.686Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-01-31T14:03:45.686Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-01-31T14:03:45.686Z] Loaded image: busybox:latest [2022-01-31T14:03:45.686Z] Loaded image: busybox:glibc [2022-01-31T14:03:45.686Z] Loaded image: debian:bullseye-slim [2022-01-31T14:03:45.686Z] Loaded image: hello-world:latest [2022-01-31T14:03:45.686Z] Loaded image: arm32v7/hello-world:latest [2022-01-31T14:03:45.853Z] Removing intermediate container 54f71ecc7eca [2022-01-31T14:03:45.853Z] ---> a4689f12fc70 [2022-01-31T14:03:45.853Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-01-31T14:03:45.853Z] ---> Running in 63af4c2c7455 [2022-01-31T14:03:46.309Z] Removing intermediate container 63af4c2c7455 [2022-01-31T14:03:46.309Z] ---> c243eaeaad90 [2022-01-31T14:03:46.309Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-01-31T14:03:46.309Z] ---> Running in fc58382348f6 [2022-01-31T14:03:46.406Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-01-31T14:03:46.406Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-01-31T14:03:46.662Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-01-31T14:03:46.766Z] Removing intermediate container fc58382348f6 [2022-01-31T14:03:46.766Z] ---> 065710842b5e [2022-01-31T14:03:46.766Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-01-31T14:03:48.294Z] [2022-01-31T14:03:48.294Z] ---> ec45efc7649e [2022-01-31T14:03:48.294Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-01-31T14:03:48.751Z] ---> Running in 75fdce21f7b2 [2022-01-31T14:03:49.977Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-01-31T14:03:50.662Z] --- PASS: TestServiceUpdateSecrets (14.43s) [2022-01-31T14:03:50.662Z] === RUN TestServiceUpdateConfigs [2022-01-31T14:03:50.905Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-01-31T14:03:50.935Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.50s) [2022-01-31T14:03:50.935Z] PASS [2022-01-31T14:03:50.935Z] [2022-01-31T14:03:50.935Z] === Skipped [2022-01-31T14:03:50.935Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-01-31T14:03:50.935Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T14:03:50.935Z] [2022-01-31T14:03:50.935Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-01-31T14:03:50.935Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T14:03:50.935Z] [2022-01-31T14:03:50.935Z] DONE 34 tests, 2 skipped in 104.424s [2022-01-31T14:03:50.935Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-01-31T14:03:50.935Z] ++ 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-01-31T14:03:50.935Z] ++ set -e [2022-01-31T14:03:50.935Z] ++ '[' -n 0 ']' [2022-01-31T14:03:50.935Z] ++ set -x [2022-01-31T14:03:50.935Z] ++ 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-01-31T14:03:50.935Z] INFO: Testing against a local daemon [2022-01-31T14:03:50.935Z] === RUN TestConfigInspect [2022-01-31T14:03:51.161Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-01-31T14:03:51.552Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-01-31T14:03:52.367Z] --- PASS: TestConfigInspect (2.21s) [2022-01-31T14:03:52.367Z] === RUN TestConfigList [2022-01-31T14:03:52.480Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-01-31T14:03:52.480Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-01-31T14:03:52.737Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-01-31T14:03:52.993Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-01-31T14:03:53.920Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-01-31T14:03:54.884Z] --- PASS: TestConfigList (2.16s) [2022-01-31T14:03:54.884Z] === RUN TestConfigsCreateAndDelete [2022-01-31T14:03:55.326Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-01-31T14:03:55.582Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-01-31T14:03:56.612Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-01-31T14:03:56.779Z] --- PASS: TestConfigsCreateAndDelete (2.10s) [2022-01-31T14:03:56.779Z] === RUN TestConfigsUpdate [2022-01-31T14:03:56.868Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-01-31T14:03:57.334Z] Removing intermediate container 75fdce21f7b2 [2022-01-31T14:03:57.334Z] ---> 99daace208a2 [2022-01-31T14:03:57.334Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-01-31T14:03:57.334Z] ---> Running in cc1b59bb561a [2022-01-31T14:03:57.809Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-01-31T14:03:58.369Z] === RUN TestDockerSuite/TestBuildEnv [2022-01-31T14:03:58.641Z] --- PASS: TestCheckoutGit (39.01s) [2022-01-31T14:03:58.641Z] === RUN TestValidGitTransport [2022-01-31T14:03:58.641Z] --- PASS: TestValidGitTransport (0.00s) [2022-01-31T14:03:58.641Z] === RUN TestGitInvalidRef [2022-01-31T14:03:58.641Z] --- PASS: TestGitInvalidRef (0.27s) [2022-01-31T14:03:58.641Z] PASS [2022-01-31T14:03:58.641Z] coverage: 86.3% of statements [2022-01-31T14:03:58.641Z] ok github.com/docker/docker/builder/remotecontext/git 39.343s coverage: 86.3% of statements [2022-01-31T14:03:58.641Z] ? github.com/docker/docker/cli [no test files] [2022-01-31T14:03:58.641Z] ? github.com/docker/docker/cli/config [no test files] [2022-01-31T14:03:58.864Z] [2022-01-31T14:03:58.864Z] SUCCESS: Specified value was saved. [2022-01-31T14:03:59.297Z] --- PASS: TestConfigsUpdate (2.11s) [2022-01-31T14:03:59.297Z] === RUN TestTemplatedConfig [2022-01-31T14:04:00.258Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-01-31T14:04:00.820Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-01-31T14:04:01.192Z] --- PASS: TestTemplatedConfig (2.11s) [2022-01-31T14:04:01.192Z] === RUN TestConfigCreateResolve [2022-01-31T14:04:01.382Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-01-31T14:04:01.758Z] Removing intermediate container cc1b59bb561a [2022-01-31T14:04:01.758Z] ---> eacf0e8163c5 [2022-01-31T14:04:01.758Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-01-31T14:04:01.758Z] ---> Running in 81ae7e721279 [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.01s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-01-31T14:04:02.484Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestConfigureDaemonLogs [2022-01-31T14:04:02.484Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestCommonOptionsInstallFlags [2022-01-31T14:04:02.484Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-01-31T14:04:02.484Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-01-31T14:04:02.484Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-01-31T14:04:02.484Z] PASS [2022-01-31T14:04:02.484Z] coverage: 18.6% of statements [2022-01-31T14:04:02.484Z] ok github.com/docker/docker/cmd/dockerd 0.243s coverage: 18.6% of statements [2022-01-31T14:04:02.484Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-01-31T14:04:02.484Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-01-31T14:04:02.745Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-01-31T14:04:03.119Z] --- PASS: TestConfigCreateResolve (2.07s) [2022-01-31T14:04:03.119Z] PASS [2022-01-31T14:04:03.119Z] [2022-01-31T14:04:03.119Z] DONE 6 tests in 12.848s [2022-01-31T14:04:03.119Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-01-31T14:04:03.119Z] ++ 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-01-31T14:04:03.119Z] ++ set -e [2022-01-31T14:04:03.119Z] ++ '[' -n 0 ']' [2022-01-31T14:04:03.119Z] ++ set -x [2022-01-31T14:04:03.119Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-01-31T14:04:03.119Z] INFO: Testing against a local daemon [2022-01-31T14:04:03.119Z] === RUN TestCheckpoint [2022-01-31T14:04:03.119Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T14:04:03.119Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-31T14:04:03.119Z] === RUN TestContainerInvalidJSON [2022-01-31T14:04:03.119Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:04:03.119Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:04:03.119Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:04:03.119Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:04:03.119Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:04:03.119Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:04:03.119Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-01-31T14:04:03.119Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-01-31T14:04:03.119Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-01-31T14:04:03.119Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-31T14:04:03.119Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-01-31T14:04:03.119Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-31T14:04:03.380Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2022-01-31T14:04:03.380Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-31T14:04:03.380Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-01-31T14:04:03.380Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-31T14:04:03.380Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-01-31T14:04:03.380Z] === RUN TestCopyFromContainer [2022-01-31T14:04:04.077Z] === RUN TestContainerStopSignal [2022-01-31T14:04:04.077Z] --- PASS: TestContainerStopSignal (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestContainerStopTimeout [2022-01-31T14:04:04.077Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestContainerSecretReferenceDestTarget [2022-01-31T14:04:04.077Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-01-31T14:04:04.077Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-01-31T14:04:04.077Z] === RUN TestContainerLogPathSetForRingLogger [2022-01-31T14:04:04.077Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestReplaceAndAppendEnvVars [2022-01-31T14:04:04.077Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-01-31T14:04:04.077Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestNewMemoryStore [2022-01-31T14:04:04.077Z] --- PASS: TestNewMemoryStore (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestAddContainers [2022-01-31T14:04:04.077Z] --- PASS: TestAddContainers (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestGetContainer [2022-01-31T14:04:04.077Z] --- PASS: TestGetContainer (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestDeleteContainer [2022-01-31T14:04:04.077Z] --- PASS: TestDeleteContainer (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestListContainers [2022-01-31T14:04:04.077Z] --- PASS: TestListContainers (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestFirstContainer [2022-01-31T14:04:04.077Z] --- PASS: TestFirstContainer (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestApplyAllContainer [2022-01-31T14:04:04.077Z] --- PASS: TestApplyAllContainer (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestIsValidHealthString [2022-01-31T14:04:04.077Z] --- PASS: TestIsValidHealthString (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestStateRunStop [2022-01-31T14:04:04.077Z] --- PASS: TestStateRunStop (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestStateTimeoutWait [2022-01-31T14:04:04.077Z] state_test.go:141: Stop callback fired [2022-01-31T14:04:04.077Z] state_test.go:165: Stop callback fired [2022-01-31T14:04:04.077Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-01-31T14:04:04.077Z] === RUN TestIsValidStateString [2022-01-31T14:04:04.077Z] --- PASS: TestIsValidStateString (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestViewSaveDelete [2022-01-31T14:04:04.077Z] --- PASS: TestViewSaveDelete (0.02s) [2022-01-31T14:04:04.077Z] === RUN TestViewAll [2022-01-31T14:04:04.077Z] --- PASS: TestViewAll (0.02s) [2022-01-31T14:04:04.077Z] === RUN TestViewGet [2022-01-31T14:04:04.077Z] --- PASS: TestViewGet (0.01s) [2022-01-31T14:04:04.077Z] === RUN TestNames [2022-01-31T14:04:04.077Z] --- PASS: TestNames (0.00s) [2022-01-31T14:04:04.077Z] === RUN TestViewWithHealthCheck [2022-01-31T14:04:04.077Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-01-31T14:04:04.077Z] PASS [2022-01-31T14:04:04.077Z] coverage: 41.7% of statements [2022-01-31T14:04:04.077Z] ok github.com/docker/docker/container 0.279s coverage: 41.7% of statements [2022-01-31T14:04:04.077Z] ? github.com/docker/docker/container/stream [no test files] [2022-01-31T14:04:04.077Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-01-31T14:04:04.077Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-01-31T14:04:04.077Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-01-31T14:04:04.326Z] === RUN TestCopyFromContainer// [2022-01-31T14:04:04.326Z] === RUN TestCopyFromContainer//bar/root [2022-01-31T14:04:04.326Z] === RUN TestCopyFromContainer//bar/root/ [2022-01-31T14:04:04.582Z] === RUN TestCopyFromContainer/bar/quux [2022-01-31T14:04:04.582Z] === RUN TestCopyFromContainer/bar/quux/ [2022-01-31T14:04:04.582Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-01-31T14:04:04.582Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-01-31T14:04:04.582Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-01-31T14:04:04.838Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-01-31T14:04:04.839Z] === RUN TestCopyFromContainer/bar/notarget [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer (1.46s) [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-01-31T14:04:04.839Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-01-31T14:04:04.839Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-31T14:04:04.839Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:04:04.839Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:04:04.839Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:04:04.839Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:04:04.839Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:04:04.839Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:04:04.839Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:04:04.839Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:04:04.839Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:04:04.839Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-01-31T14:04:04.839Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-31T14:04:04.839Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-31T14:04:04.839Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-31T14:04:04.839Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-31T14:04:04.839Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-01-31T14:04:04.839Z] === RUN TestCreateWithInvalidEnv [2022-01-31T14:04:04.839Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-31T14:04:04.839Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-31T14:04:04.839Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-31T14:04:04.839Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-31T14:04:04.839Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-31T14:04:04.839Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-31T14:04:04.839Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-31T14:04:04.839Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-31T14:04:04.839Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-31T14:04:04.839Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-01-31T14:04:04.839Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-31T14:04:04.839Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-31T14:04:04.839Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-31T14:04:04.839Z] === RUN TestCreateTmpfsMountsTarget [2022-01-31T14:04:04.839Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-01-31T14:04:04.839Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-31T14:04:05.490Z] --- PASS: TestServiceUpdateConfigs (14.40s) [2022-01-31T14:04:05.490Z] === RUN TestServiceUpdateNetwork [2022-01-31T14:04:05.671Z] === RUN TestPrepare [2022-01-31T14:04:05.671Z] --- PASS: TestPrepare (0.00s) [2022-01-31T14:04:05.671Z] === RUN TestStart [2022-01-31T14:04:05.671Z] --- PASS: TestStart (0.00s) [2022-01-31T14:04:05.671Z] === RUN TestWaitCancel [2022-01-31T14:04:05.671Z] --- PASS: TestWaitCancel (0.00s) [2022-01-31T14:04:05.671Z] === RUN TestWaitDisabled [2022-01-31T14:04:05.671Z] --- PASS: TestWaitDisabled (0.00s) [2022-01-31T14:04:05.671Z] === RUN TestWaitEnabled [2022-01-31T14:04:05.671Z] --- PASS: TestWaitEnabled (0.00s) [2022-01-31T14:04:05.671Z] === RUN TestRemove [2022-01-31T14:04:05.671Z] --- PASS: TestRemove (0.00s) [2022-01-31T14:04:05.671Z] PASS [2022-01-31T14:04:05.671Z] coverage: 65.3% of statements [2022-01-31T14:04:05.671Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.077s coverage: 65.3% of statements [2022-01-31T14:04:06.205Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s) [2022-01-31T14:04:06.205Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-31T14:04:06.431Z] Cannot create a file when that file already exists. [2022-01-31T14:04:06.954Z] docker_cli_daemon_test.go:2522: [d53779f21d242] daemon is not started [2022-01-31T14:04:07.275Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-01-31T14:04:07.572Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2022-01-31T14:04:07.572Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-31T14:04:07.572Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:04:07.572Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:04:07.572Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:04:07.572Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:04:07.572Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:04:07.572Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:04:07.572Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:04:07.572Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:04:07.572Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:04:07.572Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:04:07.572Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:04:07.572Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:04:07.572Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:04:07.572Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:04:07.572Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:04:07.572Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-01-31T14:04:07.572Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-01-31T14:04:07.572Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-01-31T14:04:07.572Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-31T14:04:07.572Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-31T14:04:07.572Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-31T14:04:07.572Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-31T14:04:07.752Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.28s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCIsolation [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCIsolation [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-01-31T14:04:07.752Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCConfigs [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCConfigs [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-01-31T14:04:07.752Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-01-31T14:04:07.752Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-01-31T14:04:07.752Z] PASS [2022-01-31T14:04:07.752Z] coverage: 35.9% of statements [2022-01-31T14:04:07.752Z] ok github.com/docker/docker/daemon/cluster/convert 0.426s coverage: 35.9% of statements [2022-01-31T14:04:07.832Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-01-31T14:04:07.832Z] === RUN TestCreateDifferentPlatform [2022-01-31T14:04:07.832Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-31T14:04:07.832Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-31T14:04:07.832Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-01-31T14:04:07.832Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-31T14:04:07.832Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-31T14:04:07.832Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-31T14:04:07.832Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-01-31T14:04:07.832Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-31T14:04:07.832Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-01-31T14:04:07.832Z] === RUN TestContainerStartOnDaemonRestart [2022-01-31T14:04:07.832Z] === PAUSE TestContainerStartOnDaemonRestart [2022-01-31T14:04:07.832Z] === RUN TestDaemonRestartIpcMode [2022-01-31T14:04:07.832Z] === PAUSE TestDaemonRestartIpcMode [2022-01-31T14:04:07.832Z] === RUN TestDaemonHostGatewayIP [2022-01-31T14:04:07.832Z] === PAUSE TestDaemonHostGatewayIP [2022-01-31T14:04:07.832Z] === RUN TestRestartDaemonWithRestartingContainer [2022-01-31T14:04:07.832Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-01-31T14:04:07.832Z] === RUN TestContainerKillOnDaemonStart [2022-01-31T14:04:07.832Z] === PAUSE TestContainerKillOnDaemonStart [2022-01-31T14:04:07.832Z] === RUN TestDiff [2022-01-31T14:04:08.229Z] === RUN TestNewListSecretsFilters [2022-01-31T14:04:08.229Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-01-31T14:04:08.229Z] === RUN TestNewListConfigsFilters [2022-01-31T14:04:08.229Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-01-31T14:04:08.229Z] PASS [2022-01-31T14:04:08.324Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-01-31T14:04:08.395Z] --- PASS: TestDiff (0.40s) [2022-01-31T14:04:08.395Z] === RUN TestExecWithCloseStdin [2022-01-31T14:04:08.653Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-01-31T14:04:08.653Z] === RUN TestExec [2022-01-31T14:04:08.706Z] coverage: 0.5% of statements [2022-01-31T14:04:08.706Z] ok github.com/docker/docker/daemon/cluster 0.942s coverage: 0.5% of statements [2022-01-31T14:04:09.216Z] --- PASS: TestExec (0.46s) [2022-01-31T14:04:09.216Z] === RUN TestExecUser [2022-01-31T14:04:09.252Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-01-31T14:04:09.472Z] --- PASS: TestExecUser (0.46s) [2022-01-31T14:04:09.472Z] === RUN TestExportContainerAndImportImage [2022-01-31T14:04:10.035Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-01-31T14:04:10.035Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-31T14:04:11.402Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-01-31T14:04:11.402Z] === RUN TestHealthCheckWorkdir [2022-01-31T14:04:11.702Z] === RUN TestBuilderGC [2022-01-31T14:04:11.702Z] --- PASS: TestBuilderGC (0.01s) [2022-01-31T14:04:11.702Z] === RUN TestDaemonConfigurationNotFound [2022-01-31T14:04:11.702Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestDaemonBrokenConfiguration [2022-01-31T14:04:11.702Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestFindConfigurationConflicts [2022-01-31T14:04:11.702Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-01-31T14:04:11.702Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestDaemonConfigurationMergeConflicts [2022-01-31T14:04:11.702Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-01-31T14:04:11.702Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-01-31T14:04:11.702Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-01-31T14:04:11.702Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-01-31T14:04:11.702Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-01-31T14:04:11.702Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-01-31T14:04:11.702Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-01-31T14:04:11.702Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-01-31T14:04:11.702Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-01-31T14:04:11.702Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-01-31T14:04:11.702Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-01-31T14:04:11.702Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-01-31T14:04:11.702Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-01-31T14:04:11.702Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-01-31T14:04:11.702Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-01-31T14:04:11.702Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-01-31T14:04:11.702Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-01-31T14:04:11.965Z] --- PASS: TestHealthCheckWorkdir (0.63s) [2022-01-31T14:04:11.965Z] === RUN TestHealthKillContainer [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-01-31T14:04:12.181Z] === RUN TestValidateConfiguration [2022-01-31T14:04:12.181Z] === RUN TestValidateConfiguration/with_label [2022-01-31T14:04:12.181Z] === RUN TestValidateConfiguration/with_dns [2022-01-31T14:04:12.181Z] === RUN TestValidateConfiguration/with_dns-search [2022-01-31T14:04:12.181Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-01-31T14:04:12.181Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-01-31T14:04:12.181Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-01-31T14:04:12.181Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-01-31T14:04:12.181Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfiguration (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-01-31T14:04:12.181Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-01-31T14:04:12.181Z] === RUN TestReloadSetConfigFileNotExist [2022-01-31T14:04:12.181Z] time="2022-01-31T14:04:11Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-01-31T14:04:12.181Z] --- PASS: TestReloadSetConfigFileNotExist (0.22s) [2022-01-31T14:04:12.181Z] === RUN TestReloadDefaultConfigNotExist [2022-01-31T14:04:12.181Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:04:12.181Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-01-31T14:04:12.181Z] === RUN TestReloadBadDefaultConfig [2022-01-31T14:04:12.181Z] time="2022-01-31T14:04:11Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-749985464" [2022-01-31T14:04:12.181Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-01-31T14:04:12.181Z] === RUN TestReloadWithConflictingLabels [2022-01-31T14:04:12.181Z] time="2022-01-31T14:04:11Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1769578298" [2022-01-31T14:04:12.181Z] --- PASS: TestReloadWithConflictingLabels (0.03s) [2022-01-31T14:04:12.181Z] === RUN TestReloadWithDuplicateLabels [2022-01-31T14:04:12.181Z] time="2022-01-31T14:04:11Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1779321381" [2022-01-31T14:04:12.181Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-01-31T14:04:12.181Z] === RUN TestMaskURLCredentials [2022-01-31T14:04:12.181Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-01-31T14:04:12.181Z] === RUN TestDaemonConfigurationMerge [2022-01-31T14:04:12.181Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-01-31T14:04:12.181Z] PASS [2022-01-31T14:04:12.181Z] coverage: 79.2% of statements [2022-01-31T14:04:12.181Z] ok github.com/docker/docker/daemon/config 0.391s coverage: 79.2% of statements [2022-01-31T14:04:12.202Z] Removing intermediate container 81ae7e721279 [2022-01-31T14:04:12.202Z] ---> a08bda832a09 [2022-01-31T14:04:12.202Z] Step 13/13 : CMD ["sh"] [2022-01-31T14:04:12.202Z] ---> Running in 8931892448c9 [2022-01-31T14:04:12.202Z] Removing intermediate container 8931892448c9 [2022-01-31T14:04:12.202Z] ---> 86ac3a797f38 [2022-01-31T14:04:12.202Z] Successfully built 86ac3a797f38 [2022-01-31T14:04:12.202Z] Successfully tagged busybox:latest [2022-01-31T14:04:12.202Z] INFO: Docker images of the daemon under test [2022-01-31T14:04:12.202Z] [2022-01-31T14:04:12.202Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-31T14:04:12.202Z] busybox latest 86ac3a797f38 Less than a second ago 4.99GB [2022-01-31T14:04:12.202Z] microsoft/windowsservercore latest 11cbc9e36c7a 2 weeks ago 4.95GB [2022-01-31T14:04:12.202Z] mcr.microsoft.com/windows/servercore ltsc2022 11cbc9e36c7a 2 weeks ago 4.95GB [2022-01-31T14:04:12.202Z] [2022-01-31T14:04:12.202Z] INFO: Running integration tests at 01/31/2022 14:04:11... [2022-01-31T14:04:12.202Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-01-31T14:04:12.202Z] INFO: Integration API tests being run from the host: [2022-01-31T14:04:12.202Z] INFO: make.ps1 starting at 01/31/2022 14:04:11 [2022-01-31T14:04:12.664Z] === RUN TestEventsLog [2022-01-31T14:04:12.664Z] --- PASS: TestEventsLog (0.00s) [2022-01-31T14:04:12.664Z] === RUN TestEventsLogTimeout [2022-01-31T14:04:12.664Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-01-31T14:04:12.664Z] === RUN TestLogEvents [2022-01-31T14:04:12.664Z] --- PASS: TestLogEvents (0.05s) [2022-01-31T14:04:12.664Z] === RUN TestLoadBufferedEvents [2022-01-31T14:04:13.140Z] --- PASS: TestLoadBufferedEvents (0.23s) [2022-01-31T14:04:13.140Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-01-31T14:04:13.140Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-01-31T14:04:13.140Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-01-31T14:04:13.140Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-01-31T14:04:13.140Z] PASS [2022-01-31T14:04:13.140Z] coverage: 50.0% of statements [2022-01-31T14:04:13.140Z] ok github.com/docker/docker/daemon/events 0.369s coverage: 50.0% of statements [2022-01-31T14:04:13.140Z] === RUN TestWaitNodeAttachment [2022-01-31T14:04:13.165Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-01-31T14:04:13.618Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-01-31T14:04:13.618Z] === RUN TestIsolationConversion [2022-01-31T14:04:13.618Z] === RUN TestIsolationConversion/default [2022-01-31T14:04:13.618Z] === RUN TestIsolationConversion/process [2022-01-31T14:04:13.618Z] === RUN TestIsolationConversion/hyperv [2022-01-31T14:04:13.618Z] --- PASS: TestIsolationConversion (0.00s) [2022-01-31T14:04:13.618Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-01-31T14:04:13.618Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-01-31T14:04:13.618Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-01-31T14:04:13.618Z] === RUN TestContainerLabels [2022-01-31T14:04:13.618Z] --- PASS: TestContainerLabels (0.00s) [2022-01-31T14:04:13.618Z] === RUN TestCredentialSpecConversion [2022-01-31T14:04:13.618Z] === RUN TestCredentialSpecConversion/none [2022-01-31T14:04:13.618Z] === RUN TestCredentialSpecConversion/config [2022-01-31T14:04:13.618Z] === RUN TestCredentialSpecConversion/file [2022-01-31T14:04:13.618Z] === RUN TestCredentialSpecConversion/registry [2022-01-31T14:04:13.618Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-01-31T14:04:13.618Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-01-31T14:04:13.618Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-01-31T14:04:13.618Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-01-31T14:04:13.618Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-01-31T14:04:13.618Z] === RUN TestControllerValidateMountBind [2022-01-31T14:04:13.618Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-01-31T14:04:13.618Z] === RUN TestControllerValidateMountVolume [2022-01-31T14:04:13.618Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-01-31T14:04:13.618Z] === RUN TestControllerValidateMountTarget [2022-01-31T14:04:13.618Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-01-31T14:04:13.618Z] === RUN TestControllerValidateMountTmpfs [2022-01-31T14:04:13.618Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-01-31T14:04:13.618Z] === RUN TestControllerValidateMountInvalidType [2022-01-31T14:04:13.618Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-01-31T14:04:13.618Z] === RUN TestControllerValidateMountNamedPipe [2022-01-31T14:04:13.618Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-01-31T14:04:13.618Z] PASS [2022-01-31T14:04:13.618Z] coverage: 11.0% of statements [2022-01-31T14:04:13.618Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.613s coverage: 11.0% of statements [2022-01-31T14:04:14.098Z] === RUN TestIsEmptyDir [2022-01-31T14:04:14.098Z] --- PASS: TestIsEmptyDir (0.01s) [2022-01-31T14:04:14.098Z] PASS [2022-01-31T14:04:14.098Z] coverage: 2.3% of statements [2022-01-31T14:04:14.577Z] ok github.com/docker/docker/daemon/graphdriver 0.101s coverage: 2.3% of statements [2022-01-31T14:04:15.054Z] === RUN TestLinkNaming [2022-01-31T14:04:15.054Z] --- PASS: TestLinkNaming (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestLinkNew [2022-01-31T14:04:15.054Z] --- PASS: TestLinkNew (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestLinkEnv [2022-01-31T14:04:15.054Z] --- PASS: TestLinkEnv (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestLinkMultipleEnv [2022-01-31T14:04:15.054Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestLinkPortRangeEnv [2022-01-31T14:04:15.054Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-01-31T14:04:15.054Z] PASS [2022-01-31T14:04:15.054Z] coverage: 93.0% of statements [2022-01-31T14:04:15.054Z] ok github.com/docker/docker/daemon/links 0.046s coverage: 93.0% of statements [2022-01-31T14:04:15.054Z] === RUN TestVerifyNetworkingConfig [2022-01-31T14:04:15.054Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestGetContainer [2022-01-31T14:04:15.054Z] --- PASS: TestGetContainer (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestValidContainerNames [2022-01-31T14:04:15.054Z] --- PASS: TestValidContainerNames (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestContainerInitDNS [2022-01-31T14:04:15.054Z] daemon_test.go:145: root required [2022-01-31T14:04:15.054Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestMerge [2022-01-31T14:04:15.054Z] --- PASS: TestMerge (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestValidateContainerIsolation [2022-01-31T14:04:15.054Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestFindNetworkErrorType [2022-01-31T14:04:15.054Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestEnsureServicesExist [2022-01-31T14:04:15.054Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestEnsureServicesExistErrors [2022-01-31T14:04:15.054Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-01-31T14:04:15.054Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-01-31T14:04:15.054Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-01-31T14:04:15.054Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-01-31T14:04:15.054Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-01-31T14:04:15.054Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-01-31T14:04:15.054Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestContainerDelete [2022-01-31T14:04:15.054Z] --- PASS: TestContainerDelete (0.01s) [2022-01-31T14:04:15.054Z] === RUN TestContainerDoubleDelete [2022-01-31T14:04:15.054Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestLogContainerEventCopyLabels [2022-01-31T14:04:15.054Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestLogContainerEventWithAttributes [2022-01-31T14:04:15.054Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestNoneHealthcheck [2022-01-31T14:04:15.054Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-01-31T14:04:15.054Z] === RUN TestHealthStates [2022-01-31T14:04:15.533Z] time="2022-01-31T14:04:14Z" 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-01-31T14:04:15.533Z] time="2022-01-31T14:04:15Z" 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-01-31T14:04:15.533Z] time="2022-01-31T14:04:15Z" 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-01-31T14:04:15.533Z] time="2022-01-31T14:04:15Z" 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-01-31T14:04:15.533Z] time="2022-01-31T14:04:15Z" 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-01-31T14:04:15.533Z] time="2022-01-31T14:04:15Z" 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-01-31T14:04:15.533Z] time="2022-01-31T14:04:15Z" 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-01-31T14:04:15.533Z] time="2022-01-31T14:04:15Z" 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-01-31T14:04:15.533Z] time="2022-01-31T14:04:15Z" 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-01-31T14:04:15.533Z] time="2022-01-31T14:04:15Z" 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-01-31T14:04:15.533Z] --- PASS: TestHealthStates (0.21s) [2022-01-31T14:04:15.533Z] === RUN TestGetInspectData [2022-01-31T14:04:15.533Z] --- PASS: TestGetInspectData (0.00s) [2022-01-31T14:04:15.533Z] === RUN TestFillLicense [2022-01-31T14:04:15.533Z] --- PASS: TestFillLicense (0.00s) [2022-01-31T14:04:15.533Z] === RUN TestListInvalidFilter [2022-01-31T14:04:15.533Z] --- PASS: TestListInvalidFilter (0.00s) [2022-01-31T14:04:15.533Z] === RUN TestNameFilter [2022-01-31T14:04:15.533Z] --- PASS: TestNameFilter (0.01s) [2022-01-31T14:04:15.533Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-01-31T14:04:15.533Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-01-31T14:04:15.533Z] === 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-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-01-31T14:04:15.533Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-01-31T14:04:15.533Z] --- 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-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-01-31T14:04:15.533Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-01-31T14:04:16.015Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-01-31T14:04:16.015Z] === RUN TestDaemonReloadLabels [2022-01-31T14:04:16.015Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-01-31T14:04:16.015Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-01-31T14:04:16.015Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-01-31T14:04:16.015Z] === RUN TestDaemonReloadMirrors [2022-01-31T14:04:16.015Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-01-31T14:04:16.015Z] === RUN TestDaemonReloadInsecureRegistries [2022-01-31T14:04:16.015Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-01-31T14:04:16.015Z] === RUN TestDaemonReloadNotAffectOthers [2022-01-31T14:04:16.015Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-01-31T14:04:16.015Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-01-31T14:04:16.015Z] reload_test.go:342: root required [2022-01-31T14:04:16.015Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-31T14:04:16.015Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-01-31T14:04:16.015Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-01-31T14:04:16.015Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-01-31T14:04:16.015Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.06s) [2022-01-31T14:04:16.015Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-01-31T14:04:16.015Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.04s) [2022-01-31T14:04:16.015Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-01-31T14:04:16.015Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.05s) [2022-01-31T14:04:16.015Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-01-31T14:04:16.015Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-01-31T14:04:16.015Z] === RUN TestParseVolumesFrom [2022-01-31T14:04:16.015Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-01-31T14:04:16.015Z] PASS [2022-01-31T14:04:16.015Z] coverage: 8.6% of statements [2022-01-31T14:04:16.015Z] ok github.com/docker/docker/daemon 0.640s coverage: 8.6% of statements [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-01-31T14:04:16.015Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-01-31T14:04:17.332Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-01-31T14:04:17.610Z] === RUN TestAdapterReadLogs [2022-01-31T14:04:17.610Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestCopier [2022-01-31T14:04:17.610Z] --- PASS: TestCopier (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestCopierLongLines [2022-01-31T14:04:17.610Z] --- PASS: TestCopierLongLines (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestCopierSlow [2022-01-31T14:04:17.610Z] === RUN TestNewStreamConfig [2022-01-31T14:04:17.610Z] === RUN TestNewStreamConfig/defaults [2022-01-31T14:04:17.610Z] === RUN TestNewStreamConfig/invalid_create_group [2022-01-31T14:04:17.610Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-01-31T14:04:17.610Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-01-31T14:04:17.610Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-01-31T14:04:17.610Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-01-31T14:04:17.610Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-01-31T14:04:17.610Z] --- PASS: TestNewStreamConfig (0.00s) [2022-01-31T14:04:17.610Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-01-31T14:04:17.610Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-01-31T14:04:17.610Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-01-31T14:04:17.610Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-01-31T14:04:17.610Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-01-31T14:04:17.610Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-01-31T14:04:17.610Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-01-31T14:04:17.610Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-01-31T14:04:17.610Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-01-31T14:04:17.610Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-01-31T14:04:17.610Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-01-31T14:04:17.610Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-01-31T14:04:17.610Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-01-31T14:04:17.610Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestNewAWSLogsClientRegionDetect [2022-01-31T14:04:17.610Z] --- PASS: TestCopierSlow (0.21s) [2022-01-31T14:04:17.610Z] === RUN TestCopierWithSized [2022-01-31T14:04:17.610Z] === RUN TestCopierWithSized/as_is [2022-01-31T14:04:17.610Z] === RUN TestCopierWithSized/With_RingLogger [2022-01-31T14:04:17.610Z] --- PASS: TestCopierWithSized (0.01s) [2022-01-31T14:04:17.610Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-01-31T14:04:17.610Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-01-31T14:04:17.610Z] === RUN TestCopierWithPartial [2022-01-31T14:04:17.610Z] --- PASS: TestCopierWithPartial (0.02s) [2022-01-31T14:04:17.610Z] === RUN TestRingLogger [2022-01-31T14:04:17.610Z] --- PASS: TestRingLogger (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestRingCap [2022-01-31T14:04:17.610Z] --- PASS: TestRingCap (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestRingClose [2022-01-31T14:04:17.610Z] --- PASS: TestRingClose (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestRingDrain [2022-01-31T14:04:17.610Z] --- PASS: TestRingDrain (0.00s) [2022-01-31T14:04:17.610Z] PASS [2022-01-31T14:04:17.610Z] coverage: 43.8% of statements [2022-01-31T14:04:17.610Z] ok github.com/docker/docker/daemon/logger 0.347s coverage: 43.8% of statements [2022-01-31T14:04:17.610Z] time="2022-01-31T14:04:17Z" level=info msg="Trying to get region from EC2 Metadata" [2022-01-31T14:04:17.610Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-01-31T14:04:17.610Z] === RUN TestCreateSuccess [2022-01-31T14:04:17.610Z] --- PASS: TestCreateSuccess (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestCreateStreamSkipped [2022-01-31T14:04:17.610Z] time="2022-01-31T14:04:17Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-01-31T14:04:17.610Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestCreateLogGroupSuccess [2022-01-31T14:04:17.610Z] time="2022-01-31T14:04:17Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-01-31T14:04:17.610Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestCreateError [2022-01-31T14:04:17.610Z] --- PASS: TestCreateError (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestCreateAlreadyExists [2022-01-31T14:04:17.610Z] time="2022-01-31T14:04:17Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-01-31T14:04:17.610Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestLogClosed [2022-01-31T14:04:17.610Z] --- PASS: TestLogClosed (0.00s) [2022-01-31T14:04:17.610Z] === RUN TestLogBlocking [2022-01-31T14:04:17.610Z] --- PASS: TestLogBlocking (0.00s) [2022-01-31T14:04:17.648Z] --- PASS: TestServiceUpdateNetwork (12.30s) [2022-01-31T14:04:17.648Z] === RUN TestServiceUpdatePidsLimit [2022-01-31T14:04:18.089Z] === RUN TestLogNonBlockingBufferEmpty [2022-01-31T14:04:18.089Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestLogNonBlockingBufferFull [2022-01-31T14:04:18.089Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestPublishBatchSuccess [2022-01-31T14:04:18.089Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestPublishBatchError [2022-01-31T14:04:18.089Z] time="2022-01-31T14:04:17Z" level=error msg=error [2022-01-31T14:04:18.089Z] --- PASS: TestPublishBatchError (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-01-31T14:04:18.089Z] time="2022-01-31T14:04:17Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-31T14:04:18.089Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestPublishBatchAlreadyAccepted [2022-01-31T14:04:18.089Z] time="2022-01-31T14:04:17Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-31T14:04:18.089Z] time="2022-01-31T14:04:17Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-01-31T14:04:18.089Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestCollectBatchSimple [2022-01-31T14:04:18.089Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestCollectBatchTicker [2022-01-31T14:04:18.089Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestCollectBatchMultilinePattern [2022-01-31T14:04:18.089Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-01-31T14:04:18.089Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-01-31T14:04:18.089Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-01-31T14:04:18.089Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.08s) [2022-01-31T14:04:18.089Z] === RUN TestCollectBatchClose [2022-01-31T14:04:18.089Z] --- PASS: TestCollectBatchClose (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestEffectiveLen [2022-01-31T14:04:18.089Z] === RUN TestEffectiveLen/0/Hello [2022-01-31T14:04:18.089Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-01-31T14:04:18.089Z] === RUN TestEffectiveLen/2/🙃 [2022-01-31T14:04:18.089Z] === RUN TestEffectiveLen/3/���� [2022-01-31T14:04:18.089Z] === RUN TestEffectiveLen/4/He��o [2022-01-31T14:04:18.089Z] === RUN TestEffectiveLen/5/ [2022-01-31T14:04:18.089Z] --- PASS: TestEffectiveLen (0.00s) [2022-01-31T14:04:18.089Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-01-31T14:04:18.089Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-01-31T14:04:18.089Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-01-31T14:04:18.089Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-01-31T14:04:18.089Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-01-31T14:04:18.089Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-01-31T14:04:18.089Z] === RUN TestFindValidSplit [2022-01-31T14:04:18.089Z] === RUN TestFindValidSplit/0/ [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1076: [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:04:18.089Z] === RUN TestFindValidSplit/1/Hello [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1076: Hello [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:04:18.089Z] === RUN TestFindValidSplit/2/Hello [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1076: He [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1077: llo [2022-01-31T14:04:18.089Z] === RUN TestFindValidSplit/3/Hello [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1076: [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1077: Hello [2022-01-31T14:04:18.089Z] === RUN TestFindValidSplit/4/🙃 [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1076: [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1077: 🙃 [2022-01-31T14:04:18.089Z] === RUN TestFindValidSplit/5/🙃 [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1076: 🙃 [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:04:18.089Z] === RUN TestFindValidSplit/6/a� [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1076: a [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1077: � [2022-01-31T14:04:18.089Z] === RUN TestFindValidSplit/7/a� [2022-01-31T14:04:18.089Z] cloudwatchlogs_test.go:1076: a� [2022-01-31T14:04:18.090Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:04:18.090Z] --- PASS: TestFindValidSplit (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestProcessEventEmoji [2022-01-31T14:04:18.090Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestCollectBatchLineSplit [2022-01-31T14:04:18.090Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestCollectBatchLineSplitWithBinary [2022-01-31T14:04:18.090Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestCollectBatchMaxEvents [2022-01-31T14:04:18.090Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-01-31T14:04:18.090Z] === RUN TestCollectBatchMaxTotalBytes [2022-01-31T14:04:18.090Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-01-31T14:04:18.090Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-01-31T14:04:18.090Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-01-31T14:04:18.090Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-01-31T14:04:18.090Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-01-31T14:04:18.090Z] === RUN TestParseLogOptionsMultilinePattern [2022-01-31T14:04:18.090Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestParseLogOptionsDatetimeFormat [2022-01-31T14:04:18.090Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-01-31T14:04:18.090Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-01-31T14:04:18.090Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-01-31T14:04:18.090Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-01-31T14:04:18.090Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-01-31T14:04:18.090Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-01-31T14:04:18.090Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-01-31T14:04:18.090Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-01-31T14:04:18.090Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsFormat [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsFormat/1/random [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsFormat/2/ [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-01-31T14:04:18.090Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-01-31T14:04:18.090Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestCreateTagSuccess [2022-01-31T14:04:18.090Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-01-31T14:04:18.090Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-01-31T14:04:18.090Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-01-31T14:04:18.090Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-01-31T14:04:18.090Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-01-31T14:04:18.090Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-01-31T14:04:18.090Z] PASS [2022-01-31T14:04:18.090Z] coverage: 80.2% of statements [2022-01-31T14:04:18.090Z] ok github.com/docker/docker/daemon/logger/awslogs 0.555s coverage: 80.2% of statements [2022-01-31T14:04:18.208Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-01-31T14:04:18.567Z] === RUN TestSearchRegistryForImagesErrors [2022-01-31T14:04:18.567Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-01-31T14:04:18.567Z] === RUN TestSearchRegistryForImages [2022-01-31T14:04:18.567Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-01-31T14:04:18.567Z] === RUN TestOnlyPlatformWithFallback [2022-01-31T14:04:18.567Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-01-31T14:04:18.567Z] === RUN TestImageDelete [2022-01-31T14:04:18.567Z] === RUN TestImageDelete/no_lease [2022-01-31T14:04:18.567Z] === RUN TestImageDelete/lease_exists [2022-01-31T14:04:18.567Z] --- PASS: TestImageDelete (0.05s) [2022-01-31T14:04:18.567Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-01-31T14:04:18.567Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-01-31T14:04:18.567Z] === RUN TestContentStoreForPull [2022-01-31T14:04:19.053Z] === RUN TestValidateLogOptReconnectInterval [2022-01-31T14:04:19.053Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-01-31T14:04:19.053Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-01-31T14:04:19.053Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-01-31T14:04:19.053Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-01-31T14:04:19.053Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-01-31T14:04:19.053Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-01-31T14:04:19.053Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-01-31T14:04:19.053Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-01-31T14:04:19.053Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-01-31T14:04:19.053Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-01-31T14:04:19.053Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-01-31T14:04:19.053Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-01-31T14:04:19.053Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-01-31T14:04:19.053Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-01-31T14:04:19.053Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-01-31T14:04:19.053Z] PASS [2022-01-31T14:04:19.053Z] coverage: 33.6% of statements [2022-01-31T14:04:19.053Z] ok github.com/docker/docker/daemon/logger/fluentd 0.072s coverage: 33.6% of statements [2022-01-31T14:04:19.053Z] --- PASS: TestContentStoreForPull (0.27s) [2022-01-31T14:04:19.053Z] PASS [2022-01-31T14:04:19.053Z] coverage: 6.6% of statements [2022-01-31T14:04:19.053Z] ok github.com/docker/docker/daemon/images 0.444s coverage: 6.6% of statements [2022-01-31T14:04:19.053Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-01-31T14:04:19.053Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-01-31T14:04:19.053Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-01-31T14:04:19.053Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-01-31T14:04:19.053Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-01-31T14:04:19.053Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-01-31T14:04:19.053Z] === RUN TestJSONLogsMarshalJSONBuf [2022-01-31T14:04:19.053Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-01-31T14:04:19.053Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-01-31T14:04:19.134Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-01-31T14:04:19.219Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-01-31T14:04:19.529Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.24s) [2022-01-31T14:04:19.529Z] === RUN TestFastTimeMarshalJSON [2022-01-31T14:04:19.529Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-01-31T14:04:19.529Z] PASS [2022-01-31T14:04:19.529Z] coverage: 87.2% of statements [2022-01-31T14:04:19.529Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.296s coverage: 87.2% of statements [2022-01-31T14:04:20.007Z] === RUN TestJSONFileLogger [2022-01-31T14:04:20.007Z] --- PASS: TestJSONFileLogger (0.00s) [2022-01-31T14:04:20.007Z] === RUN TestJSONFileLoggerWithTags [2022-01-31T14:04:20.007Z] --- PASS: TestJSONFileLoggerWithTags (0.02s) [2022-01-31T14:04:20.007Z] === RUN TestJSONFileLoggerWithOpts [2022-01-31T14:04:20.007Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-01-31T14:04:20.007Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-01-31T14:04:20.007Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-01-31T14:04:20.007Z] === RUN TestEncodeDecode [2022-01-31T14:04:20.007Z] === PAUSE TestEncodeDecode [2022-01-31T14:04:20.007Z] === RUN TestUnexpectedEOF [2022-01-31T14:04:20.052Z] --- PASS: TestHealthKillContainer (7.92s) [2022-01-31T14:04:20.052Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-31T14:04:20.308Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2022-01-31T14:04:20.308Z] === RUN TestIpcModeNone [2022-01-31T14:04:20.484Z] time="2022-01-31T14:04:20Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-31T14:04:20.484Z] time="2022-01-31T14:04:20Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-31T14:04:20.484Z] --- PASS: TestUnexpectedEOF (0.24s) [2022-01-31T14:04:20.484Z] === CONT TestEncodeDecode [2022-01-31T14:04:20.484Z] --- PASS: TestEncodeDecode (0.00s) [2022-01-31T14:04:20.484Z] PASS [2022-01-31T14:04:20.484Z] coverage: 69.9% of statements [2022-01-31T14:04:20.484Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.437s coverage: 69.9% of statements [2022-01-31T14:04:20.584Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-01-31T14:04:20.870Z] --- PASS: TestIpcModeNone (0.45s) [2022-01-31T14:04:20.870Z] === RUN TestIpcModePrivate [2022-01-31T14:04:21.126Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-01-31T14:04:21.383Z] --- PASS: TestIpcModePrivate (0.47s) [2022-01-31T14:04:21.383Z] === RUN TestIpcModeShareable [2022-01-31T14:04:21.488Z] === RUN TestWriteLog [2022-01-31T14:04:21.488Z] === PAUSE TestWriteLog [2022-01-31T14:04:21.488Z] === RUN TestReadLog [2022-01-31T14:04:21.488Z] === PAUSE TestReadLog [2022-01-31T14:04:21.488Z] === RUN TestDecode [2022-01-31T14:04:21.488Z] --- PASS: TestDecode (0.05s) [2022-01-31T14:04:21.488Z] === CONT TestWriteLog [2022-01-31T14:04:21.488Z] === CONT TestReadLog [2022-01-31T14:04:21.488Z] === RUN TestReadLog/tail_exact [2022-01-31T14:04:21.488Z] --- PASS: TestWriteLog (0.03s) [2022-01-31T14:04:21.488Z] === RUN TestOpenFileDelete [2022-01-31T14:04:21.488Z] --- PASS: TestOpenFileDelete (0.00s) [2022-01-31T14:04:21.488Z] === RUN TestOpenFileRename [2022-01-31T14:04:21.488Z] --- PASS: TestOpenFileRename (0.00s) [2022-01-31T14:04:21.488Z] === RUN TestHandleDecoderErr [2022-01-31T14:04:21.488Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-01-31T14:04:21.488Z] === RUN TestParseLogTagDefaultTag [2022-01-31T14:04:21.488Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-01-31T14:04:21.488Z] === RUN TestParseLogTag [2022-01-31T14:04:21.488Z] --- PASS: TestParseLogTag (0.00s) [2022-01-31T14:04:21.488Z] === RUN TestParseLogTagEmptyTag [2022-01-31T14:04:21.488Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-01-31T14:04:21.488Z] === RUN TestTailFiles [2022-01-31T14:04:21.488Z] --- PASS: TestTailFiles (0.00s) [2022-01-31T14:04:21.488Z] === RUN TestFollowLogsConsumerGone [2022-01-31T14:04:21.488Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-01-31T14:04:21.488Z] === RUN TestFollowLogsProducerGone [2022-01-31T14:04:21.488Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-01-31T14:04:21.488Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-01-31T14:04:21.488Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-01-31T14:04:21.488Z] === RUN TestCheckCapacityAndRotate [2022-01-31T14:04:21.488Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-01-31T14:04:21.488Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-01-31T14:04:21.488Z] --- PASS: TestCheckCapacityAndRotate (0.07s) [2022-01-31T14:04:21.488Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-01-31T14:04:21.488Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.04s) [2022-01-31T14:04:21.488Z] PASS [2022-01-31T14:04:21.488Z] coverage: 53.4% of statements [2022-01-31T14:04:21.488Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.237s coverage: 53.4% of statements [2022-01-31T14:04:21.640Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-01-31T14:04:21.640Z] --- PASS: TestIpcModeShareable (0.47s) [2022-01-31T14:04:21.640Z] === RUN TestAPIIpcModeShareableAndContainer [2022-01-31T14:04:21.964Z] === RUN TestReadLog/tail_less_than_available [2022-01-31T14:04:21.964Z] === RUN TestReadLog/tail_more_than_available [2022-01-31T14:04:21.964Z] --- PASS: TestReadLog (0.30s) [2022-01-31T14:04:21.964Z] --- PASS: TestReadLog/tail_exact (0.27s) [2022-01-31T14:04:21.964Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-01-31T14:04:21.964Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2022-01-31T14:04:21.964Z] PASS [2022-01-31T14:04:21.964Z] coverage: 78.7% of statements [2022-01-31T14:04:21.964Z] ok github.com/docker/docker/daemon/logger/local 0.613s coverage: 78.7% of statements [2022-01-31T14:04:21.964Z] === RUN TestLog [2022-01-31T14:04:21.964Z] --- PASS: TestLog (0.01s) [2022-01-31T14:04:21.964Z] PASS [2022-01-31T14:04:21.964Z] coverage: 31.5% of statements [2022-01-31T14:04:21.964Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.074s coverage: 31.5% of statements [2022-01-31T14:04:21.964Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-01-31T14:04:22.969Z] === RUN TestNewParse [2022-01-31T14:04:22.969Z] --- PASS: TestNewParse (0.00s) [2022-01-31T14:04:22.969Z] PASS [2022-01-31T14:04:22.969Z] coverage: 8.3% of statements [2022-01-31T14:04:22.969Z] ok github.com/docker/docker/daemon/logger/templates 0.086s coverage: 8.3% of statements [2022-01-31T14:04:22.969Z] === RUN TestValidateLogOpt [2022-01-31T14:04:22.969Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-31T14:04:22.969Z] === RUN TestNewMissedConfig [2022-01-31T14:04:22.969Z] --- PASS: TestNewMissedConfig (0.00s) [2022-01-31T14:04:22.969Z] === RUN TestNewMissedUrl [2022-01-31T14:04:22.969Z] --- PASS: TestNewMissedUrl (0.00s) [2022-01-31T14:04:22.969Z] === RUN TestNewMissedToken [2022-01-31T14:04:22.969Z] --- PASS: TestNewMissedToken (0.00s) [2022-01-31T14:04:22.969Z] === RUN TestNewWithProxy [2022-01-31T14:04:22.969Z] --- PASS: TestNewWithProxy (0.00s) [2022-01-31T14:04:22.969Z] === RUN TestDefault [2022-01-31T14:04:22.969Z] --- PASS: TestDefault (0.01s) [2022-01-31T14:04:22.969Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-01-31T14:04:22.969Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-01-31T14:04:22.969Z] === RUN TestJsonFormat [2022-01-31T14:04:22.969Z] --- PASS: TestJsonFormat (0.02s) [2022-01-31T14:04:22.969Z] === RUN TestRawFormat [2022-01-31T14:04:22.969Z] --- PASS: TestRawFormat (0.00s) [2022-01-31T14:04:22.969Z] === RUN TestRawFormatWithLabels [2022-01-31T14:04:22.969Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-01-31T14:04:22.969Z] === RUN TestRawFormatWithoutTag [2022-01-31T14:04:22.969Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-01-31T14:04:22.969Z] === RUN TestBatching [2022-01-31T14:04:23.147Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-01-31T14:04:23.444Z] check_test.go:308: [da4fb31584113] daemon is not started [2022-01-31T14:04:23.444Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-01-31T14:04:23.454Z] === RUN TestParseLogFormat [2022-01-31T14:04:23.454Z] --- PASS: TestParseLogFormat (0.00s) [2022-01-31T14:04:23.454Z] === RUN TestValidateLogOptEmpty [2022-01-31T14:04:23.454Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-01-31T14:04:23.454Z] === RUN TestValidateSyslogAddress [2022-01-31T14:04:23.454Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-01-31T14:04:23.454Z] === RUN TestParseAddressDefaultPort [2022-01-31T14:04:23.454Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-01-31T14:04:23.454Z] === RUN TestValidateSyslogFacility [2022-01-31T14:04:23.454Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-01-31T14:04:23.454Z] === RUN TestValidateLogOptSyslogFormat [2022-01-31T14:04:23.454Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-01-31T14:04:23.454Z] === RUN TestValidateLogOpt [2022-01-31T14:04:23.454Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-31T14:04:23.454Z] PASS [2022-01-31T14:04:23.454Z] coverage: 46.8% of statements [2022-01-31T14:04:23.454Z] ok github.com/docker/docker/daemon/logger/syslog 0.064s coverage: 46.8% of statements [2022-01-31T14:04:23.454Z] --- PASS: TestBatching (0.38s) [2022-01-31T14:04:23.454Z] === RUN TestFrequency [2022-01-31T14:04:23.532Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.42s) [2022-01-31T14:04:23.532Z] === RUN TestAPIIpcModeHost [2022-01-31T14:04:23.532Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-01-31T14:04:23.532Z] === RUN TestDaemonIpcModeShareable [2022-01-31T14:04:23.932Z] --- PASS: TestFrequency (0.28s) [2022-01-31T14:04:23.932Z] === RUN TestOneMessagePerRequest [2022-01-31T14:04:23.932Z] --- PASS: TestOneMessagePerRequest (0.01s) [2022-01-31T14:04:23.932Z] === RUN TestVerify [2022-01-31T14:04:23.932Z] --- PASS: TestVerify (0.00s) [2022-01-31T14:04:23.932Z] === RUN TestSkipVerify [2022-01-31T14:04:23.932Z] time="2022-01-31T14:04:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:23.932Z] time="2022-01-31T14:04:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:23.932Z] time="2022-01-31T14:04:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:24.410Z] --- PASS: TestSkipVerify (0.77s) [2022-01-31T14:04:24.410Z] === RUN TestBufferMaximum [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637864.233025\",\"host\":\"f5d4c882550e\"}'" [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637864.233025\",\"host\":\"f5d4c882550e\"}'" [2022-01-31T14:04:24.410Z] --- PASS: TestBufferMaximum (0.01s) [2022-01-31T14:04:24.410Z] === RUN TestServerAlwaysDown [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637864.239042\",\"host\":\"f5d4c882550e\"}'" [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637864.239042\",\"host\":\"f5d4c882550e\"}'" [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637864.239042\",\"host\":\"f5d4c882550e\"}'" [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637864.240041\",\"host\":\"f5d4c882550e\"}'" [2022-01-31T14:04:24.410Z] time="2022-01-31T14:04:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643637864.240041\",\"host\":\"f5d4c882550e\"}'" [2022-01-31T14:04:24.410Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-01-31T14:04:24.410Z] === RUN TestCannotSendAfterClose [2022-01-31T14:04:24.410Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-01-31T14:04:24.410Z] === RUN TestDeadlockOnBlockedEndpoint [2022-01-31T14:04:24.460Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-01-31T14:04:24.716Z] --- PASS: TestDaemonIpcModeShareable (1.15s) [2022-01-31T14:04:24.716Z] === RUN TestDaemonIpcModePrivate [2022-01-31T14:04:24.889Z] === RUN TestV1IDService [2022-01-31T14:04:24.889Z] --- PASS: TestV1IDService (0.02s) [2022-01-31T14:04:24.889Z] === RUN TestV2MetadataService [2022-01-31T14:04:25.370Z] time="2022-01-31T14:04:25Z" 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-01-31T14:04:25.370Z] time="2022-01-31T14:04:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"f5d4c882550e\"}'" [2022-01-31T14:04:25.370Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-01-31T14:04:25.370Z] PASS [2022-01-31T14:04:25.370Z] coverage: 82.5% of statements [2022-01-31T14:04:25.370Z] ok github.com/docker/docker/daemon/logger/splunk 2.579s coverage: 82.5% of statements [2022-01-31T14:04:25.370Z] ? github.com/docker/docker/daemon/names [no test files] [2022-01-31T14:04:25.370Z] ? github.com/docker/docker/daemon/network [no test files] [2022-01-31T14:04:25.370Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-01-31T14:04:25.644Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-01-31T14:04:25.661Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-01-31T14:04:25.845Z] --- PASS: TestV2MetadataService (1.12s) [2022-01-31T14:04:25.845Z] PASS [2022-01-31T14:04:25.845Z] coverage: 48.2% of statements [2022-01-31T14:04:25.845Z] ok github.com/docker/docker/distribution/metadata 1.227s coverage: 48.2% of statements [2022-01-31T14:04:25.845Z] === RUN TestSuccessfulDownload [2022-01-31T14:04:25.845Z] download_test.go:267: Needs fixing on Windows [2022-01-31T14:04:25.845Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-01-31T14:04:25.845Z] === RUN TestCancelledDownload [2022-01-31T14:04:25.845Z] --- PASS: TestCancelledDownload (0.00s) [2022-01-31T14:04:25.845Z] === RUN TestMaxDownloadAttempts [2022-01-31T14:04:25.845Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-31T14:04:25.845Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-31T14:04:25.845Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-31T14:04:25.845Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-31T14:04:25.845Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-31T14:04:25.845Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-31T14:04:25.845Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-31T14:04:25.845Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-31T14:04:25.845Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-31T14:04:25.845Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-31T14:04:25.845Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-31T14:04:25.845Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-31T14:04:25.899Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-01-31T14:04:25.899Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-01-31T14:04:26.322Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-01-31T14:04:26.323Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-01-31T14:04:26.323Z] === RUN TestContinueOnError_MirrorEndpoint [2022-01-31T14:04:26.323Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-01-31T14:04:26.323Z] === RUN TestContinueOnError_NeverContinue [2022-01-31T14:04:26.323Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-01-31T14:04:26.323Z] === RUN TestManifestStore [2022-01-31T14:04:26.323Z] === RUN TestManifestStore/no_remote_or_local [2022-01-31T14:04:26.323Z] time="2022-01-31T14:04:26Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local686222261\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-01-31T14:04:26.323Z] === RUN TestManifestStore/no_local_cache [2022-01-31T14:04:26.323Z] === RUN TestManifestStore/with_local_cache [2022-01-31T14:04:26.323Z] === RUN TestManifestStore/unknown_media_type [2022-01-31T14:04:26.323Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-01-31T14:04:26.323Z] time="2022-01-31T14:04:26Z" level=warning msg="reference for unknown type: " [2022-01-31T14:04:26.323Z] time="2022-01-31T14:04:26Z" level=warning msg="reference for unknown type: " [2022-01-31T14:04:26.323Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-01-31T14:04:26.323Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-01-31T14:04:26.323Z] time="2022-01-31T14:04:26Z" level=warning msg="reference for unknown type: " [2022-01-31T14:04:26.323Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-01-31T14:04:26.323Z] time="2022-01-31T14:04:26Z" level=warning msg="reference for unknown type: " [2022-01-31T14:04:26.799Z] time="2022-01-31T14:04:26Z" level=warning msg="reference for unknown type: " [2022-01-31T14:04:26.799Z] === RUN TestManifestStore/error_persisting_manifest [2022-01-31T14:04:26.799Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-01-31T14:04:26.799Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-01-31T14:04:26.799Z] time="2022-01-31T14:04:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:04:26.799Z] time="2022-01-31T14:04:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:04:26.799Z] time="2022-01-31T14:04:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:04:26.799Z] time="2022-01-31T14:04:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:04:26.799Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-01-31T14:04:26.799Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.56s) [2022-01-31T14:04:26.799Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.56s) [2022-01-31T14:04:26.799Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.56s) [2022-01-31T14:04:26.799Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.56s) [2022-01-31T14:04:26.799Z] === RUN TestTransfer [2022-01-31T14:04:26.799Z] time="2022-01-31T14:04:26Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore (0.53s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/no_remote_or_local (0.26s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/with_local_cache (0.04s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/unknown_media_type (0.15s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.06s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.09s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.06s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/error_persisting_manifest (0.04s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-01-31T14:04:26.799Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.04s) [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaType [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-01-31T14:04:26.799Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.01s) [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-01-31T14:04:26.799Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-01-31T14:04:26.800Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-01-31T14:04:26.800Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-01-31T14:04:26.800Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-01-31T14:04:26.800Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-01-31T14:04:26.800Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-01-31T14:04:26.800Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-01-31T14:04:26.800Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-01-31T14:04:26.800Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-01-31T14:04:26.800Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-01-31T14:04:26.800Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-01-31T14:04:26.800Z] === RUN TestFixManifestLayers [2022-01-31T14:04:26.800Z] --- PASS: TestFixManifestLayers (0.00s) [2022-01-31T14:04:26.800Z] === RUN TestFixManifestLayersBaseLayerParent [2022-01-31T14:04:26.800Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-31T14:04:26.800Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-31T14:04:26.800Z] === RUN TestFixManifestLayersBadParent [2022-01-31T14:04:26.800Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-01-31T14:04:26.800Z] === RUN TestValidateManifest [2022-01-31T14:04:26.800Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-31T14:04:26.800Z] --- SKIP: TestValidateManifest (0.00s) [2022-01-31T14:04:26.800Z] === RUN TestFormatPlatform [2022-01-31T14:04:26.800Z] --- PASS: TestFormatPlatform (0.00s) [2022-01-31T14:04:26.800Z] === RUN TestGetRepositoryMountCandidates [2022-01-31T14:04:26.800Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-01-31T14:04:26.800Z] === RUN TestLayerAlreadyExists [2022-01-31T14:04:26.800Z] 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-01-31T14:04:26.800Z] 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-01-31T14:04:26.800Z] 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-01-31T14:04:26.800Z] 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-01-31T14:04:26.800Z] 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-01-31T14:04:26.800Z] 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-01-31T14:04:26.800Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-01-31T14:04:26.800Z] === RUN TestWhenEmptyAuthConfig [2022-01-31T14:04:26.800Z] --- PASS: TestTransfer (0.15s) [2022-01-31T14:04:26.800Z] === RUN TestConcurrencyLimit [2022-01-31T14:04:26.828Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-01-31T14:04:27.084Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.13s) [2022-01-31T14:04:27.084Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-01-31T14:04:27.276Z] --- PASS: TestConcurrencyLimit (0.48s) [2022-01-31T14:04:27.276Z] === RUN TestInactiveJobs [2022-01-31T14:04:27.276Z] === RUN TestNotFound [2022-01-31T14:04:27.276Z] --- PASS: TestNotFound (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestConflict [2022-01-31T14:04:27.276Z] --- PASS: TestConflict (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestForbidden [2022-01-31T14:04:27.276Z] --- PASS: TestForbidden (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestInvalidParameter [2022-01-31T14:04:27.276Z] --- PASS: TestInvalidParameter (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestNotImplemented [2022-01-31T14:04:27.276Z] --- PASS: TestNotImplemented (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestNotModified [2022-01-31T14:04:27.276Z] --- PASS: TestNotModified (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestUnauthorized [2022-01-31T14:04:27.276Z] --- PASS: TestUnauthorized (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestUnknown [2022-01-31T14:04:27.276Z] --- PASS: TestUnknown (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestCancelled [2022-01-31T14:04:27.276Z] --- PASS: TestCancelled (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestDeadline [2022-01-31T14:04:27.276Z] --- PASS: TestDeadline (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestDataLoss [2022-01-31T14:04:27.276Z] --- PASS: TestDataLoss (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestUnavailable [2022-01-31T14:04:27.276Z] --- PASS: TestUnavailable (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestSystem [2022-01-31T14:04:27.276Z] --- PASS: TestSystem (0.00s) [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Not_Found [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Bad_Request [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Conflict [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Unauthorized [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Service_Unavailable [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Forbidden [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Not_Modified [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Not_Implemented [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-01-31T14:04:27.276Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-01-31T14:04:27.276Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-01-31T14:04:27.276Z] PASS [2022-01-31T14:04:27.276Z] coverage: 53.1% of statements [2022-01-31T14:04:27.276Z] ok github.com/docker/docker/errdefs 0.091s coverage: 53.1% of statements [2022-01-31T14:04:27.753Z] --- PASS: TestInactiveJobs (0.46s) [2022-01-31T14:04:27.753Z] === RUN TestWatchRelease [2022-01-31T14:04:27.753Z] --- PASS: TestWatchRelease (0.04s) [2022-01-31T14:04:27.753Z] === RUN TestWatchFinishedTransfer [2022-01-31T14:04:27.753Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-01-31T14:04:27.753Z] === RUN TestDuplicateTransfer [2022-01-31T14:04:27.753Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-01-31T14:04:27.753Z] === RUN TestSuccessfulUpload [2022-01-31T14:04:27.753Z] --- PASS: TestWhenEmptyAuthConfig (1.29s) [2022-01-31T14:04:27.753Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-01-31T14:04:27.753Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-01-31T14:04:27.753Z] === RUN TestTokenPassThru [2022-01-31T14:04:27.753Z] --- PASS: TestTokenPassThru (0.01s) [2022-01-31T14:04:27.753Z] === RUN TestTokenPassThruDifferentHost [2022-01-31T14:04:27.753Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-01-31T14:04:27.753Z] PASS [2022-01-31T14:04:27.753Z] coverage: 24.6% of statements [2022-01-31T14:04:28.019Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-01-31T14:04:28.019Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.16s) [2022-01-31T14:04:28.019Z] === RUN TestIpcModeOlderClient [2022-01-31T14:04:28.019Z] === PAUSE TestIpcModeOlderClient [2022-01-31T14:04:28.019Z] === RUN TestKillContainerInvalidSignal [2022-01-31T14:04:28.229Z] ok github.com/docker/docker/distribution 1.973s coverage: 24.6% of statements [2022-01-31T14:04:28.229Z] time="2022-01-31T14:04:27Z" level=error msg="Upload failed, retrying: simulating retry" [2022-01-31T14:04:28.229Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-01-31T14:04:28.229Z] --- PASS: TestSuccessfulUpload (0.42s) [2022-01-31T14:04:28.229Z] === RUN TestCancelledUpload [2022-01-31T14:04:28.229Z] --- PASS: TestCancelledUpload (0.00s) [2022-01-31T14:04:28.229Z] PASS [2022-01-31T14:04:28.229Z] coverage: 77.6% of statements [2022-01-31T14:04:28.229Z] ok github.com/docker/docker/distribution/xfer 2.240s coverage: 77.6% of statements [2022-01-31T14:04:28.229Z] ? github.com/docker/docker/dockerversion [no test files] [2022-01-31T14:04:28.581Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2022-01-31T14:04:28.581Z] === RUN TestKillContainer [2022-01-31T14:04:28.581Z] === RUN TestKillContainer/no_signal [2022-01-31T14:04:28.710Z] === RUN TestFSGetInvalidData [2022-01-31T14:04:28.710Z] --- PASS: TestFSGetInvalidData (0.03s) [2022-01-31T14:04:28.710Z] === RUN TestFSInvalidSet [2022-01-31T14:04:28.710Z] --- PASS: TestFSInvalidSet (0.01s) [2022-01-31T14:04:28.710Z] === RUN TestFSInvalidRoot [2022-01-31T14:04:28.710Z] --- PASS: TestFSInvalidRoot (0.02s) [2022-01-31T14:04:28.710Z] === RUN TestFSMetadataGetSet [2022-01-31T14:04:28.710Z] --- PASS: TestFSMetadataGetSet (0.06s) [2022-01-31T14:04:28.710Z] === RUN TestFSInvalidWalker [2022-01-31T14:04:28.710Z] --- PASS: TestFSInvalidWalker (0.03s) [2022-01-31T14:04:28.710Z] === RUN TestFSGetSet [2022-01-31T14:04:28.710Z] --- PASS: TestFSGetSet (0.02s) [2022-01-31T14:04:28.710Z] === RUN TestFSGetUnsetKey [2022-01-31T14:04:28.710Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-01-31T14:04:28.710Z] === RUN TestFSGetEmptyData [2022-01-31T14:04:28.710Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-01-31T14:04:28.710Z] === RUN TestFSDelete [2022-01-31T14:04:28.731Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-01-31T14:04:28.838Z] === RUN TestKillContainer/non_killing_signal [2022-01-31T14:04:28.987Z] --- PASS: TestDockerDaemonSuite (327.40s) [2022-01-31T14:04:28.987Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.46s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.64s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.36s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.19s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.32s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.65s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.48s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.90s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.30s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.51s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.00s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.17s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.27s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.00s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.26s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.22s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.62s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.02s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.69s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.59s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.84s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.70s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.04s) [2022-01-31T14:04:28.988Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.58s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.69s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.68s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.70s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.88s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.18s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.06s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.20s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.56s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.63s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.60s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.71s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.67s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.38s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.41s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.90s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.56s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.36s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.54s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.52s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.25s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.22s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.90s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.93s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.85s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.44s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.19s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.46s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.61s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.62s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.41s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.00s) [2022-01-31T14:04:28.988Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-01-31T14:04:28.988Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.10s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.91s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.70s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.55s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.83s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.22s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.74s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.68s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.29s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.83s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.68s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.49s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.38s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.65s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.23s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.48s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.17s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.78s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.74s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.76s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.38s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.41s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.89s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.46s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.79s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.38s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.32s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.01s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.47s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.93s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.35s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.17s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.18s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.73s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.16s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.05s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.94s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.18s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.11s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.71s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.79s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.55s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s) [2022-01-31T14:04:28.988Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.63s) [2022-01-31T14:04:28.988Z] === RUN TestDockerSwarmSuite [2022-01-31T14:04:28.988Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-01-31T14:04:29.094Z] === RUN TestKillContainer/killing_signal [2022-01-31T14:04:29.187Z] === RUN TestCompare [2022-01-31T14:04:29.187Z] --- PASS: TestCompare (0.00s) [2022-01-31T14:04:29.187Z] PASS [2022-01-31T14:04:29.187Z] coverage: 19.2% of statements [2022-01-31T14:04:29.187Z] --- PASS: TestFSDelete (0.04s) [2022-01-31T14:04:29.187Z] === RUN TestFSWalker [2022-01-31T14:04:29.187Z] ok github.com/docker/docker/image/cache 0.110s coverage: 19.2% of statements [2022-01-31T14:04:29.187Z] --- PASS: TestFSWalker (0.02s) [2022-01-31T14:04:29.187Z] === RUN TestFSWalkerStopOnError [2022-01-31T14:04:29.187Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-01-31T14:04:29.187Z] === RUN TestNewFromJSON [2022-01-31T14:04:29.187Z] --- PASS: TestNewFromJSON (0.00s) [2022-01-31T14:04:29.187Z] === RUN TestNewFromJSONWithInvalidJSON [2022-01-31T14:04:29.187Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-01-31T14:04:29.187Z] === RUN TestMarshalKeyOrder [2022-01-31T14:04:29.187Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-01-31T14:04:29.187Z] === RUN TestHistoryEqual [2022-01-31T14:04:29.187Z] --- PASS: TestHistoryEqual (0.23s) [2022-01-31T14:04:29.187Z] === RUN TestImage [2022-01-31T14:04:29.187Z] --- PASS: TestImage (0.00s) [2022-01-31T14:04:29.187Z] === RUN TestImageOSNotEmpty [2022-01-31T14:04:29.187Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-01-31T14:04:29.187Z] === RUN TestNewChildImageFromImageWithRootFS [2022-01-31T14:04:29.187Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-01-31T14:04:29.187Z] === RUN TestCreate [2022-01-31T14:04:29.187Z] --- PASS: TestCreate (0.01s) [2022-01-31T14:04:29.187Z] === RUN TestRestore [2022-01-31T14:04:29.187Z] time="2022-01-31T14:04:28Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-01-31T14:04:29.187Z] --- PASS: TestRestore (0.04s) [2022-01-31T14:04:29.187Z] === RUN TestAddDelete [2022-01-31T14:04:29.187Z] --- PASS: TestAddDelete (0.03s) [2022-01-31T14:04:29.187Z] === RUN TestSearchAfterDelete [2022-01-31T14:04:29.187Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-01-31T14:04:29.187Z] === RUN TestParentReset [2022-01-31T14:04:29.187Z] --- PASS: TestParentReset (0.03s) [2022-01-31T14:04:29.187Z] === RUN TestGetAndSetLastUpdated [2022-01-31T14:04:29.187Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-01-31T14:04:29.187Z] === RUN TestStoreLen [2022-01-31T14:04:29.657Z] --- PASS: TestKillContainer (1.20s) [2022-01-31T14:04:29.657Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-01-31T14:04:29.657Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-01-31T14:04:29.657Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-01-31T14:04:29.657Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-31T14:04:29.657Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-01-31T14:04:29.665Z] --- PASS: TestStoreLen (0.09s) [2022-01-31T14:04:29.665Z] PASS [2022-01-31T14:04:29.665Z] coverage: 86.6% of statements [2022-01-31T14:04:29.665Z] ok github.com/docker/docker/image 0.894s coverage: 86.6% of statements [2022-01-31T14:04:29.665Z] === RUN TestMakeV1ConfigFromConfig [2022-01-31T14:04:29.665Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-01-31T14:04:29.665Z] PASS [2022-01-31T14:04:29.665Z] coverage: 25.0% of statements [2022-01-31T14:04:29.665Z] ok github.com/docker/docker/image/v1 0.119s coverage: 25.0% of statements [2022-01-31T14:04:30.142Z] === RUN TestValidateManifest [2022-01-31T14:04:30.142Z] === RUN TestValidateManifest/nil [2022-01-31T14:04:30.142Z] === RUN TestValidateManifest/non-nil [2022-01-31T14:04:30.142Z] --- PASS: TestValidateManifest (0.00s) [2022-01-31T14:04:30.142Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-01-31T14:04:30.142Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-01-31T14:04:30.142Z] PASS [2022-01-31T14:04:30.142Z] coverage: 0.7% of statements [2022-01-31T14:04:30.142Z] ok github.com/docker/docker/image/tarexport 0.094s coverage: 0.7% of statements [2022-01-31T14:04:30.142Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-01-31T14:04:30.219Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-01-31T14:04:30.397Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-01-31T14:04:30.782Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.18s) [2022-01-31T14:04:30.782Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-01-31T14:04:30.782Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2022-01-31T14:04:30.782Z] === RUN TestKillStoppedContainer [2022-01-31T14:04:31.040Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-01-31T14:04:31.040Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-31T14:04:31.040Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.15s) [2022-01-31T14:04:31.040Z] === RUN TestKillDifferentUserContainer [2022-01-31T14:04:31.602Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-01-31T14:04:31.602Z] === RUN TestInspectOomKilledTrue [2022-01-31T14:04:31.734Z] === RUN TestSerialization [2022-01-31T14:04:31.734Z] --- PASS: TestSerialization (0.02s) [2022-01-31T14:04:31.734Z] PASS [2022-01-31T14:04:31.734Z] coverage: 100.0% of statements [2022-01-31T14:04:31.734Z] ok github.com/docker/docker/libcontainerd/queue 0.079s coverage: 100.0% of statements [2022-01-31T14:04:31.858Z] --- PASS: TestInspectOomKilledTrue (0.45s) [2022-01-31T14:04:31.859Z] === RUN TestInspectOomKilledFalse [2022-01-31T14:04:32.218Z] === RUN TestEmptyLayer [2022-01-31T14:04:32.218Z] --- PASS: TestEmptyLayer (0.00s) [2022-01-31T14:04:32.218Z] === RUN TestCommitFailure [2022-01-31T14:04:32.285Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-01-31T14:04:32.422Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2022-01-31T14:04:32.422Z] === RUN TestLinksEtcHostsContentMatch [2022-01-31T14:04:32.678Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-01-31T14:04:32.678Z] === RUN TestLinksContainerNames [2022-01-31T14:04:32.695Z] --- PASS: TestCommitFailure (0.04s) [2022-01-31T14:04:32.695Z] === RUN TestStartTransactionFailure [2022-01-31T14:04:32.695Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-01-31T14:04:32.696Z] === RUN TestGetOrphan [2022-01-31T14:04:32.696Z] === RUN TestEnvironmentParsing [2022-01-31T14:04:32.696Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-01-31T14:04:32.696Z] PASS [2022-01-31T14:04:32.696Z] coverage: 1.2% of statements [2022-01-31T14:04:32.696Z] --- PASS: TestGetOrphan (0.01s) [2022-01-31T14:04:32.696Z] === RUN TestMountAndRegister [2022-01-31T14:04:32.696Z] ok github.com/docker/docker/libcontainerd/local 0.168s coverage: 1.2% of statements [2022-01-31T14:04:32.696Z] layer_test.go:270: Layer size: 14 [2022-01-31T14:04:32.696Z] --- PASS: TestMountAndRegister (0.15s) [2022-01-31T14:04:32.696Z] === RUN TestLayerRelease [2022-01-31T14:04:32.696Z] layer_test.go:303: Failing on Windows [2022-01-31T14:04:32.696Z] --- SKIP: TestLayerRelease (0.00s) [2022-01-31T14:04:32.696Z] === RUN TestStoreRestore [2022-01-31T14:04:32.696Z] layer_test.go:352: Failing on Windows [2022-01-31T14:04:32.696Z] --- SKIP: TestStoreRestore (0.00s) [2022-01-31T14:04:32.696Z] === RUN TestTarStreamStability [2022-01-31T14:04:32.696Z] layer_test.go:467: Failing on Windows [2022-01-31T14:04:32.696Z] --- SKIP: TestTarStreamStability (0.00s) [2022-01-31T14:04:32.696Z] === RUN TestRegisterExistingLayer [2022-01-31T14:04:32.696Z] --- PASS: TestRegisterExistingLayer (0.21s) [2022-01-31T14:04:32.696Z] === RUN TestTarStreamVerification [2022-01-31T14:04:32.696Z] layer_test.go:696: Failing on Windows [2022-01-31T14:04:32.696Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-01-31T14:04:32.696Z] === RUN TestLayerMigration [2022-01-31T14:04:32.696Z] migration_test.go:45: Failing on Windows [2022-01-31T14:04:32.696Z] --- SKIP: TestLayerMigration (0.00s) [2022-01-31T14:04:32.696Z] === RUN TestLayerMigrationNoTarsplit [2022-01-31T14:04:32.696Z] migration_test.go:181: Failing on Windows [2022-01-31T14:04:32.696Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-01-31T14:04:32.696Z] === RUN TestMountInit [2022-01-31T14:04:32.696Z] mount_test.go:17: Failing on Windows [2022-01-31T14:04:32.696Z] --- SKIP: TestMountInit (0.00s) [2022-01-31T14:04:33.176Z] === RUN TestMountSize [2022-01-31T14:04:33.176Z] mount_test.go:76: Failing on Windows [2022-01-31T14:04:33.176Z] --- SKIP: TestMountSize (0.00s) [2022-01-31T14:04:33.176Z] === RUN TestMountChanges [2022-01-31T14:04:33.176Z] mount_test.go:125: Failing on Windows [2022-01-31T14:04:33.176Z] --- SKIP: TestMountChanges (0.00s) [2022-01-31T14:04:33.176Z] === RUN TestMountApply [2022-01-31T14:04:33.176Z] mount_test.go:212: Failing on Windows [2022-01-31T14:04:33.176Z] --- SKIP: TestMountApply (0.00s) [2022-01-31T14:04:33.176Z] PASS [2022-01-31T14:04:33.176Z] coverage: 30.1% of statements [2022-01-31T14:04:33.176Z] ok github.com/docker/docker/layer 0.578s coverage: 30.1% of statements [2022-01-31T14:04:33.176Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-01-31T14:04:33.176Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-01-31T14:04:33.176Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-01-31T14:04:33.176Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-01-31T14:04:33.608Z] --- PASS: TestLinksContainerNames (0.81s) [2022-01-31T14:04:33.608Z] === RUN TestLogsFollowTailEmpty [2022-01-31T14:04:33.653Z] === RUN TestSequenceGetAvailableBit [2022-01-31T14:04:33.653Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestSequenceEqual [2022-01-31T14:04:33.653Z] --- PASS: TestSequenceEqual (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestSequenceCopy [2022-01-31T14:04:33.653Z] --- PASS: TestSequenceCopy (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestGetFirstAvailable [2022-01-31T14:04:33.653Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestFindSequence [2022-01-31T14:04:33.653Z] --- PASS: TestFindSequence (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestCheckIfAvailable [2022-01-31T14:04:33.653Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestMergeSequences [2022-01-31T14:04:33.653Z] --- PASS: TestMergeSequences (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestPushReservation [2022-01-31T14:04:33.653Z] --- PASS: TestPushReservation (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestSerializeDeserialize [2022-01-31T14:04:33.653Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestSet [2022-01-31T14:04:33.653Z] --- PASS: TestSet (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestSetUnset [2022-01-31T14:04:33.653Z] --- PASS: TestSetUnset (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestOffsetSetUnset [2022-01-31T14:04:33.653Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestSetInRange [2022-01-31T14:04:33.653Z] --- PASS: TestSetInRange (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestSetAnyInRange [2022-01-31T14:04:33.653Z] --- PASS: TestSetAnyInRange (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestMethods [2022-01-31T14:04:33.653Z] --- PASS: TestMethods (0.00s) [2022-01-31T14:04:33.653Z] === RUN TestRandomAllocateDeallocate [2022-01-31T14:04:33.736Z] --- PASS: TestServiceUpdatePidsLimit (16.23s) [2022-01-31T14:04:33.736Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-01-31T14:04:33.736Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-01-31T14:04:33.736Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-01-31T14:04:33.736Z] PASS [2022-01-31T14:04:33.736Z] [2022-01-31T14:04:33.736Z] === Skipped [2022-01-31T14:04:33.736Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-01-31T14:04:33.736Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-31T14:04:33.736Z] [2022-01-31T14:04:33.736Z] DONE 27 tests, 1 skipped in 182.899s [2022-01-31T14:04:33.736Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-01-31T14:04:33.736Z] INFO: Testing against a local daemon [2022-01-31T14:04:33.736Z] === RUN TestSessionCreate [2022-01-31T14:04:33.736Z] --- PASS: TestSessionCreate (0.02s) [2022-01-31T14:04:33.736Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-31T14:04:33.736Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-01-31T14:04:33.736Z] PASS [2022-01-31T14:04:33.736Z] [2022-01-31T14:04:33.736Z] DONE 2 tests in 0.073s [2022-01-31T14:04:33.736Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-01-31T14:04:33.736Z] INFO: Testing against a local daemon [2022-01-31T14:04:33.736Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-31T14:04:33.736Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-01-31T14:04:33.736Z] === RUN TestDiskUsage [2022-01-31T14:04:33.736Z] === PAUSE TestDiskUsage [2022-01-31T14:04:33.736Z] === RUN TestEventsExecDie [2022-01-31T14:04:33.864Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-01-31T14:04:33.864Z] === RUN TestContainerNetworkMountsNoChown [2022-01-31T14:04:33.997Z] --- PASS: TestEventsExecDie (0.59s) [2022-01-31T14:04:33.997Z] === RUN TestEventsBackwardsCompatible [2022-01-31T14:04:33.997Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-01-31T14:04:33.997Z] === RUN TestEventsVolumeCreate [2022-01-31T14:04:33.997Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-01-31T14:04:33.997Z] === RUN TestInfoBinaryCommits [2022-01-31T14:04:33.997Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-01-31T14:04:33.997Z] === RUN TestInfoAPIVersioned [2022-01-31T14:04:33.997Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-01-31T14:04:33.997Z] === RUN TestInfoAPI [2022-01-31T14:04:33.997Z] --- PASS: TestInfoAPI (0.02s) [2022-01-31T14:04:33.997Z] === RUN TestInfoAPIWarnings [2022-01-31T14:04:34.427Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/default [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/default [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/private [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/private [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rprivate [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rprivate [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/slave [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/slave [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rslave [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rslave [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/shared [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/shared [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rshared [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rshared [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/default [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/default/bind_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/default/mount_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/default/bind_root [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/rprivate [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/private [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/private/bind_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/private/mount_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/default/mount_root [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/shared [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/rshared [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/rslave [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/slave [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-01-31T14:04:34.427Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-01-31T14:04:34.427Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/private/bind_root [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/private/mount_root [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-01-31T14:04:34.427Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-01-31T14:04:34.684Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-01-31T14:04:34.684Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-01-31T14:04:34.684Z] === RUN TestContainerBindMountNonRecursive [2022-01-31T14:04:35.551Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-01-31T14:04:36.052Z] --- PASS: TestContainerBindMountNonRecursive (1.32s) [2022-01-31T14:04:36.052Z] === RUN TestContainerVolumesMountedAsShared [2022-01-31T14:04:36.615Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-01-31T14:04:36.615Z] === RUN TestContainerVolumesMountedAsSlave [2022-01-31T14:04:36.657Z] === RUN TestInvalidConfig [2022-01-31T14:04:36.657Z] --- PASS: TestInvalidConfig (0.00s) [2022-01-31T14:04:36.657Z] === RUN TestConfig [2022-01-31T14:04:36.657Z] --- PASS: TestConfig (0.00s) [2022-01-31T14:04:36.657Z] === RUN TestOptionsLabels [2022-01-31T14:04:36.657Z] --- PASS: TestOptionsLabels (0.00s) [2022-01-31T14:04:36.657Z] === RUN TestValidName [2022-01-31T14:04:36.657Z] --- PASS: TestValidName (0.00s) [2022-01-31T14:04:36.657Z] PASS [2022-01-31T14:04:36.657Z] coverage: 19.7% of statements [2022-01-31T14:04:36.657Z] ok github.com/docker/docker/libnetwork/config 0.086s coverage: 19.7% of statements [2022-01-31T14:04:36.872Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-01-31T14:04:36.872Z] === RUN TestNetworkNat [2022-01-31T14:04:37.134Z] === RUN TestKey [2022-01-31T14:04:37.134Z] --- PASS: TestKey (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestParseKey [2022-01-31T14:04:37.134Z] --- PASS: TestParseKey (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestInvalidDataStore [2022-01-31T14:04:37.134Z] --- PASS: TestInvalidDataStore (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestKVObjectFlatKey [2022-01-31T14:04:37.134Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestAtomicKVObjectFlatKey [2022-01-31T14:04:37.134Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-01-31T14:04:37.134Z] PASS [2022-01-31T14:04:37.134Z] coverage: 21.9% of statements [2022-01-31T14:04:37.134Z] ok github.com/docker/docker/libnetwork/datastore 0.060s coverage: 21.9% of statements [2022-01-31T14:04:37.134Z] === RUN TestErrorInterfaces [2022-01-31T14:04:37.134Z] --- PASS: TestErrorInterfaces (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestNetworkMarshalling [2022-01-31T14:04:37.134Z] --- PASS: TestNetworkMarshalling (0.27s) [2022-01-31T14:04:37.134Z] === RUN TestEndpointMarshalling [2022-01-31T14:04:37.134Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestAuxAddresses [2022-01-31T14:04:37.134Z] time="2022-01-31T14:04:37Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-31T14:04:37.134Z] --- PASS: TestAuxAddresses (0.02s) [2022-01-31T14:04:37.134Z] === RUN TestSRVServiceQuery [2022-01-31T14:04:37.134Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:04:37.134Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestServiceVIPReuse [2022-01-31T14:04:37.134Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:04:37.134Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-01-31T14:04:37.134Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:04:37.134Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestDNSIPQuery [2022-01-31T14:04:37.134Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:04:37.134Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestDNSProxyServFail [2022-01-31T14:04:37.134Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:04:37.134Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestSandboxAddEmpty [2022-01-31T14:04:37.134Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:04:37.134Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestSandboxAddMultiPrio [2022-01-31T14:04:37.134Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:04:37.134Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestSandboxAddSamePrio [2022-01-31T14:04:37.134Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:04:37.134Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestCleanupServiceDiscovery [2022-01-31T14:04:37.134Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:04:37.134Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestDNSOptions [2022-01-31T14:04:37.134Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:04:37.134Z] --- SKIP: TestDNSOptions (0.00s) [2022-01-31T14:04:37.134Z] === RUN TestMultipleControllersWithSameStore [2022-01-31T14:04:37.134Z] time="2022-01-31T14:04:37Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-31T14:04:37.134Z] time="2022-01-31T14:04:37Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-31T14:04:37.134Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-01-31T14:04:37.134Z] PASS [2022-01-31T14:04:37.134Z] coverage: 8.5% of statements [2022-01-31T14:04:37.434Z] --- PASS: TestNetworkNat (0.49s) [2022-01-31T14:04:37.434Z] === RUN TestNetworkLocalhostTCPNat [2022-01-31T14:04:37.611Z] ok github.com/docker/docker/libnetwork 0.456s coverage: 8.5% of statements [2022-01-31T14:04:37.611Z] === RUN TestIPDataMarshalling [2022-01-31T14:04:37.611Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-01-31T14:04:37.611Z] === RUN TestValidateAndIsV6 [2022-01-31T14:04:37.611Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-01-31T14:04:37.611Z] PASS [2022-01-31T14:04:37.611Z] coverage: 68.9% of statements [2022-01-31T14:04:37.611Z] ok github.com/docker/docker/libnetwork/driverapi 0.053s coverage: 68.9% of statements [2022-01-31T14:04:37.691Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-01-31T14:04:37.691Z] === RUN TestNetworkLoopbackNat [2022-01-31T14:04:38.615Z] === RUN TestDriver [2022-01-31T14:04:38.615Z] --- PASS: TestDriver (0.00s) [2022-01-31T14:04:38.615Z] PASS [2022-01-31T14:04:38.615Z] coverage: 34.8% of statements [2022-01-31T14:04:38.615Z] ok github.com/docker/docker/libnetwork/drivers/host 0.054s coverage: 34.8% of statements [2022-01-31T14:04:38.615Z] === RUN TestDriver [2022-01-31T14:04:38.615Z] --- PASS: TestDriver (0.00s) [2022-01-31T14:04:38.615Z] PASS [2022-01-31T14:04:38.615Z] coverage: 34.8% of statements [2022-01-31T14:04:38.615Z] ok github.com/docker/docker/libnetwork/drivers/null 0.108s coverage: 34.8% of statements [2022-01-31T14:04:39.094Z] === RUN TestNetworkAllocateFree [2022-01-31T14:04:39.094Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-01-31T14:04:39.094Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-01-31T14:04:39.094Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-01-31T14:04:39.094Z] PASS [2022-01-31T14:04:39.094Z] coverage: 63.6% of statements [2022-01-31T14:04:39.094Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.059s coverage: 63.6% of statements [2022-01-31T14:04:39.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-01-31T14:04:39.717Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-01-31T14:04:39.973Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-01-31T14:04:40.108Z] === RUN TestGetEmptyCapabilities [2022-01-31T14:04:40.108Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-01-31T14:04:40.108Z] === RUN TestGetExtraCapabilities [2022-01-31T14:04:40.108Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-01-31T14:04:40.108Z] === RUN TestGetInvalidCapabilities [2022-01-31T14:04:40.108Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-01-31T14:04:40.108Z] === RUN TestRemoteDriver [2022-01-31T14:04:40.108Z] --- PASS: TestRemoteDriver (0.01s) [2022-01-31T14:04:40.108Z] === RUN TestDriverError [2022-01-31T14:04:40.108Z] --- PASS: TestDriverError (0.01s) [2022-01-31T14:04:40.108Z] === RUN TestMissingValues [2022-01-31T14:04:40.108Z] --- PASS: TestMissingValues (0.01s) [2022-01-31T14:04:40.108Z] === RUN TestRollback [2022-01-31T14:04:40.108Z] --- PASS: TestRollback (0.01s) [2022-01-31T14:04:40.108Z] PASS [2022-01-31T14:04:40.108Z] coverage: 57.4% of statements [2022-01-31T14:04:40.108Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.106s coverage: 57.4% of statements [2022-01-31T14:04:40.108Z] --- PASS: TestRandomAllocateDeallocate (6.49s) [2022-01-31T14:04:40.108Z] === RUN TestAllocateRandomDeallocate [2022-01-31T14:04:40.207Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-01-31T14:04:40.207Z] === RUN TestPause [2022-01-31T14:04:40.229Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-01-31T14:04:40.591Z] === RUN TestNAT [2022-01-31T14:04:40.591Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-31T14:04:40.591Z] --- SKIP: TestNAT (0.00s) [2022-01-31T14:04:40.591Z] === RUN TestTransparent [2022-01-31T14:04:40.591Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-31T14:04:40.591Z] --- SKIP: TestTransparent (0.00s) [2022-01-31T14:04:40.591Z] PASS [2022-01-31T14:04:40.591Z] coverage: 0.0% of statements [2022-01-31T14:04:40.591Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.058s coverage: 0.0% of statements [2022-01-31T14:04:40.769Z] --- PASS: TestPause (0.45s) [2022-01-31T14:04:40.769Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-31T14:04:40.769Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-31T14:04:40.769Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-31T14:04:40.769Z] === RUN TestPauseStopPausedContainer [2022-01-31T14:04:41.030Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-01-31T14:04:41.030Z] === RUN TestPidHost [2022-01-31T14:04:41.073Z] === RUN TestBuildDefault [2022-01-31T14:04:41.073Z] --- PASS: TestBuildDefault (0.00s) [2022-01-31T14:04:41.073Z] === RUN TestBuildHostnameDomainname [2022-01-31T14:04:41.073Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-01-31T14:04:41.073Z] === RUN TestBuildHostname [2022-01-31T14:04:41.073Z] --- PASS: TestBuildHostname (0.01s) [2022-01-31T14:04:41.073Z] === RUN TestBuildHostnameFQDN [2022-01-31T14:04:41.073Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-01-31T14:04:41.073Z] === RUN TestBuildNoIP [2022-01-31T14:04:41.073Z] --- PASS: TestBuildNoIP (0.00s) [2022-01-31T14:04:41.073Z] === RUN TestUpdate [2022-01-31T14:04:41.073Z] --- PASS: TestUpdate (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-01-31T14:04:41.074Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-01-31T14:04:41.074Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestAddEmpty [2022-01-31T14:04:41.074Z] --- PASS: TestAddEmpty (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestAdd [2022-01-31T14:04:41.074Z] --- PASS: TestAdd (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestDeleteEmpty [2022-01-31T14:04:41.074Z] --- PASS: TestDeleteEmpty (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestDeleteNewline [2022-01-31T14:04:41.074Z] --- PASS: TestDeleteNewline (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestDelete [2022-01-31T14:04:41.074Z] --- PASS: TestDelete (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestConcurrentWrites [2022-01-31T14:04:41.074Z] === RUN TestNew [2022-01-31T14:04:41.074Z] --- PASS: TestNew (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestAddDriver [2022-01-31T14:04:41.074Z] --- PASS: TestAddDriver (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestAddDuplicateDriver [2022-01-31T14:04:41.074Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestIPAMDefaultAddressSpaces [2022-01-31T14:04:41.074Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestDriver [2022-01-31T14:04:41.074Z] --- PASS: TestDriver (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestIPAM [2022-01-31T14:04:41.074Z] --- PASS: TestIPAM (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestWalkIPAMs [2022-01-31T14:04:41.074Z] --- PASS: TestWalkIPAMs (0.00s) [2022-01-31T14:04:41.074Z] === RUN TestWalkDrivers [2022-01-31T14:04:41.074Z] --- PASS: TestWalkDrivers (0.00s) [2022-01-31T14:04:41.074Z] PASS [2022-01-31T14:04:41.074Z] coverage: 82.4% of statements [2022-01-31T14:04:41.074Z] ok github.com/docker/docker/libnetwork/drvregistry 0.090s coverage: 82.4% of statements [2022-01-31T14:04:41.074Z] --- PASS: TestConcurrentWrites (0.28s) [2022-01-31T14:04:41.074Z] PASS [2022-01-31T14:04:41.074Z] coverage: 81.2% of statements [2022-01-31T14:04:41.074Z] ok github.com/docker/docker/libnetwork/etchosts 0.367s coverage: 81.2% of statements [2022-01-31T14:04:41.156Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-01-31T14:04:41.551Z] --- PASS: TestAllocateRandomDeallocate (1.31s) [2022-01-31T14:04:41.551Z] === RUN TestAllocateRandomDeallocateSerialize [2022-01-31T14:04:41.551Z] === RUN TestNew [2022-01-31T14:04:41.551Z] --- PASS: TestNew (0.00s) [2022-01-31T14:04:41.551Z] === RUN TestAllocate [2022-01-31T14:04:41.551Z] --- PASS: TestAllocate (0.00s) [2022-01-31T14:04:41.551Z] === RUN TestUninitialized [2022-01-31T14:04:41.551Z] --- PASS: TestUninitialized (0.00s) [2022-01-31T14:04:41.551Z] === RUN TestAllocateInRange [2022-01-31T14:04:41.551Z] --- PASS: TestAllocateInRange (0.00s) [2022-01-31T14:04:41.551Z] === RUN TestAllocateSerial [2022-01-31T14:04:41.551Z] --- PASS: TestAllocateSerial (0.00s) [2022-01-31T14:04:41.551Z] PASS [2022-01-31T14:04:41.551Z] coverage: 87.5% of statements [2022-01-31T14:04:41.551Z] ok github.com/docker/docker/libnetwork/idm 0.050s coverage: 87.5% of statements [2022-01-31T14:04:41.551Z] === RUN TestCaller [2022-01-31T14:04:41.551Z] --- PASS: TestCaller (0.00s) [2022-01-31T14:04:41.551Z] PASS [2022-01-31T14:04:41.551Z] coverage: 100.0% of statements [2022-01-31T14:04:41.551Z] ok github.com/docker/docker/libnetwork/internal/caller 0.043s coverage: 100.0% of statements [2022-01-31T14:04:42.396Z] --- PASS: TestPidHost (1.01s) [2022-01-31T14:04:42.396Z] === RUN TestPsFilter [2022-01-31T14:04:42.396Z] --- PASS: TestPsFilter (0.17s) [2022-01-31T14:04:42.396Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-31T14:04:42.556Z] === RUN TestSetSerialInsertDelete [2022-01-31T14:04:42.556Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-01-31T14:04:42.556Z] === RUN TestSetParallelInsertDelete [2022-01-31T14:04:42.563Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-01-31T14:04:42.563Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-01-31T14:04:42.563Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-01-31T14:04:42.652Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-01-31T14:04:42.652Z] === RUN TestRemoveContainerWithVolume [2022-01-31T14:04:42.819Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-01-31T14:04:43.034Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.56s) [2022-01-31T14:04:43.034Z] === RUN TestRetrieveFromStore [2022-01-31T14:04:43.123Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:04:43.123Z] INFO: Testing against a local daemon [2022-01-31T14:04:43.123Z] === RUN TestBuildWithSession [2022-01-31T14:04:43.123Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T14:04:43.123Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-31T14:04:43.123Z] === RUN TestBuildSquashParent [2022-01-31T14:04:43.123Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:04:43.123Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-01-31T14:04:43.123Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-31T14:04:43.123Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:04:43.123Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:04:43.123Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:04:43.123Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:04:43.123Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:04:43.123Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:04:43.123Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:04:43.123Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:04:43.123Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:04:43.123Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:04:43.123Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:04:43.123Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:04:43.123Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:04:43.123Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:04:43.123Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:04:43.123Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:04:43.214Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-01-31T14:04:43.214Z] === RUN TestRemoveContainerRunning [2022-01-31T14:04:43.470Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-01-31T14:04:43.470Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-31T14:04:43.512Z] --- PASS: TestRetrieveFromStore (0.54s) [2022-01-31T14:04:43.512Z] === RUN TestIsCorrupted [2022-01-31T14:04:43.512Z] --- PASS: TestIsCorrupted (0.02s) [2022-01-31T14:04:43.512Z] === RUN TestSetRollover [2022-01-31T14:04:43.512Z] === RUN TestInt2IP2IntConversion [2022-01-31T14:04:44.032Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-01-31T14:04:44.032Z] === RUN TestRemoveInvalidContainer [2022-01-31T14:04:44.032Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-01-31T14:04:44.032Z] === RUN TestRenameLinkedContainer [2022-01-31T14:04:44.516Z] --- PASS: TestInt2IP2IntConversion (0.57s) [2022-01-31T14:04:44.516Z] === RUN TestGetAddressVersion [2022-01-31T14:04:44.516Z] --- PASS: TestGetAddressVersion (0.00s) [2022-01-31T14:04:44.516Z] === RUN TestKeyString [2022-01-31T14:04:44.516Z] --- PASS: TestKeyString (0.00s) [2022-01-31T14:04:44.516Z] === RUN TestPoolDataMarshal [2022-01-31T14:04:44.516Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-01-31T14:04:44.516Z] === RUN TestSubnetsMarshal [2022-01-31T14:04:44.516Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-01-31T14:04:44.516Z] === RUN TestAddSubnets [2022-01-31T14:04:44.516Z] --- PASS: TestAddSubnets (0.05s) [2022-01-31T14:04:44.516Z] === RUN TestDoublePoolRelease [2022-01-31T14:04:44.516Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-01-31T14:04:44.516Z] === RUN TestAddReleasePoolID [2022-01-31T14:04:44.516Z] === RUN TestPoolRequest [2022-01-31T14:04:44.516Z] --- PASS: TestPoolRequest (0.00s) [2022-01-31T14:04:44.516Z] === RUN TestOtherRequests [2022-01-31T14:04:44.516Z] --- PASS: TestOtherRequests (0.00s) [2022-01-31T14:04:44.516Z] PASS [2022-01-31T14:04:44.516Z] coverage: 57.1% of statements [2022-01-31T14:04:44.516Z] ok github.com/docker/docker/libnetwork/ipams/null 0.049s coverage: 57.1% of statements [2022-01-31T14:04:44.516Z] --- PASS: TestAddReleasePoolID (0.09s) [2022-01-31T14:04:44.516Z] === RUN TestPredefinedPool [2022-01-31T14:04:44.516Z] --- PASS: TestPredefinedPool (0.03s) [2022-01-31T14:04:44.516Z] === RUN TestRemoveSubnet [2022-01-31T14:04:44.516Z] --- PASS: TestRemoveSubnet (0.24s) [2022-01-31T14:04:44.516Z] === RUN TestGetSameAddress [2022-01-31T14:04:45.001Z] --- PASS: TestGetSameAddress (0.03s) [2022-01-31T14:04:45.001Z] === RUN TestPoolAllocationReuse [2022-01-31T14:04:45.478Z] --- PASS: TestSetRollover (1.72s) [2022-01-31T14:04:45.478Z] === RUN TestSetRolloverSerial [2022-01-31T14:04:45.923Z] --- PASS: TestRenameLinkedContainer (1.69s) [2022-01-31T14:04:45.923Z] === RUN TestRenameStoppedContainer [2022-01-31T14:04:45.955Z] === RUN TestGetCapabilities [2022-01-31T14:04:45.955Z] --- PASS: TestGetCapabilities (0.01s) [2022-01-31T14:04:45.955Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-01-31T14:04:45.955Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-01-31T14:04:45.955Z] === RUN TestGetDefaultAddressSpaces [2022-01-31T14:04:45.955Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-01-31T14:04:45.955Z] === RUN TestRemoteDriver [2022-01-31T14:04:45.955Z] --- PASS: TestRemoteDriver (0.01s) [2022-01-31T14:04:45.955Z] PASS [2022-01-31T14:04:45.955Z] coverage: 47.4% of statements [2022-01-31T14:04:45.955Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.087s coverage: 47.4% of statements [2022-01-31T14:04:46.180Z] --- PASS: TestRenameStoppedContainer (0.41s) [2022-01-31T14:04:46.180Z] === RUN TestRenameRunningContainerAndReuse [2022-01-31T14:04:46.432Z] --- PASS: TestPoolAllocationReuse (1.86s) [2022-01-31T14:04:46.432Z] === RUN TestGetAddressSubPoolEqualPool [2022-01-31T14:04:46.432Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-01-31T14:04:46.432Z] === RUN TestRequestReleaseAddressFromSubPool [2022-01-31T14:04:46.915Z] === RUN TestWindowsIPAM [2022-01-31T14:04:46.915Z] --- PASS: TestWindowsIPAM (0.00s) [2022-01-31T14:04:46.915Z] PASS [2022-01-31T14:04:46.915Z] coverage: 71.4% of statements [2022-01-31T14:04:46.915Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.056s coverage: 71.4% of statements [2022-01-31T14:04:46.915Z] --- PASS: TestSetRolloverSerial (1.74s) [2022-01-31T14:04:46.915Z] === RUN TestGetFirstAvailableFromCurrent [2022-01-31T14:04:46.915Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-01-31T14:04:46.915Z] PASS [2022-01-31T14:04:46.915Z] coverage: 84.4% of statements [2022-01-31T14:04:46.915Z] ok github.com/docker/docker/libnetwork/bitseq 13.538s coverage: 84.4% of statements [2022-01-31T14:04:47.128Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2022-01-31T14:04:47.128Z] === RUN TestRenameInvalidName [2022-01-31T14:04:47.395Z] --- PASS: TestRenameInvalidName (0.39s) [2022-01-31T14:04:47.395Z] === RUN TestRenameAnonymousContainer [2022-01-31T14:04:47.922Z] === RUN TestDefaultNetwork [2022-01-31T14:04:48.400Z] --- PASS: TestDefaultNetwork (0.37s) [2022-01-31T14:04:48.400Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-01-31T14:04:48.400Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.32s) [2022-01-31T14:04:48.400Z] === RUN TestInitAddressPools [2022-01-31T14:04:48.400Z] --- PASS: TestInitAddressPools (0.00s) [2022-01-31T14:04:48.400Z] PASS [2022-01-31T14:04:48.400Z] coverage: 74.0% of statements [2022-01-31T14:04:48.400Z] ok github.com/docker/docker/libnetwork/ipamutils 0.774s coverage: 74.0% of statements [2022-01-31T14:04:48.787Z] --- PASS: TestRenameAnonymousContainer (1.48s) [2022-01-31T14:04:48.787Z] === RUN TestRenameContainerWithSameName [2022-01-31T14:04:49.349Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-01-31T14:04:49.349Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-31T14:04:49.408Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.61s) [2022-01-31T14:04:49.408Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-01-31T14:04:49.408Z] === RUN TestKeyValue [2022-01-31T14:04:49.408Z] --- PASS: TestKeyValue (0.00s) [2022-01-31T14:04:49.408Z] PASS [2022-01-31T14:04:49.408Z] coverage: 60.0% of statements [2022-01-31T14:04:49.408Z] ok github.com/docker/docker/libnetwork/netlabel 0.051s coverage: 60.0% of statements [2022-01-31T14:04:50.278Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-01-31T14:04:50.278Z] === RUN TestResize [2022-01-31T14:04:50.534Z] --- PASS: TestResize (0.42s) [2022-01-31T14:04:50.534Z] === RUN TestResizeWithInvalidSize [2022-01-31T14:04:50.791Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-01-31T14:04:50.791Z] === RUN TestResizeWhenContainerNotStarted [2022-01-31T14:04:50.950Z] === RUN TestDockerSuite/TestBuildExpose [2022-01-31T14:04:51.206Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-01-31T14:04:51.354Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:04:51.354Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:04:51.354Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:04:51.354Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-31T14:04:51.354Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:04:51.766Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-01-31T14:04:52.175Z] --- PASS: TestInfoAPIWarnings (16.24s) [2022-01-31T14:04:52.175Z] === RUN TestInfoDebug [2022-01-31T14:04:52.175Z] --- PASS: TestInfoDebug (0.53s) [2022-01-31T14:04:52.175Z] === RUN TestInfoInsecureRegistries [2022-01-31T14:04:52.175Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-01-31T14:04:52.175Z] === RUN TestInfoRegistryMirrors [2022-01-31T14:04:52.175Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-01-31T14:04:52.175Z] === RUN TestLoginFailsWithBadCredentials [2022-01-31T14:04:52.175Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-01-31T14:04:52.175Z] === RUN TestPingCacheHeaders [2022-01-31T14:04:52.175Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-01-31T14:04:52.175Z] === RUN TestPingGet [2022-01-31T14:04:52.175Z] --- PASS: TestPingGet (0.01s) [2022-01-31T14:04:52.175Z] === RUN TestPingHead [2022-01-31T14:04:52.175Z] --- PASS: TestPingHead (0.02s) [2022-01-31T14:04:52.175Z] === RUN TestVersion [2022-01-31T14:04:52.175Z] --- PASS: TestVersion (0.02s) [2022-01-31T14:04:52.175Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-01-31T14:04:52.175Z] === CONT TestDiskUsage [2022-01-31T14:04:52.327Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-01-31T14:04:52.407Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-01-31T14:04:52.407Z] PASS [2022-01-31T14:04:52.407Z] coverage: 100.0% of statements [2022-01-31T14:04:52.407Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.059s coverage: 100.0% of statements [2022-01-31T14:04:52.407Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.30s) [2022-01-31T14:04:52.407Z] === RUN TestGetAddress [2022-01-31T14:04:52.582Z] === RUN TestDockerSuite/TestBuildFails [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty/container_types [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty/image_types [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty/volume_types [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty/build-cache_types [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-01-31T14:04:52.736Z] === RUN TestDiskUsage/after_LoadBusybox [2022-01-31T14:04:52.884Z] === RUN TestNetworkDBSimple [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-01-31T14:04:52.884Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-01-31T14:04:52.991Z] === RUN TestDiskUsage/after_container.Run [2022-01-31T14:04:53.143Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-01-31T14:04:53.246Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-31T14:04:53.247Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-01-31T14:04:53.247Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-01-31T14:04:53.247Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-01-31T14:04:53.247Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-01-31T14:04:53.247Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-01-31T14:04:53.247Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-01-31T14:04:53.247Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-01-31T14:04:53.247Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-01-31T14:04:53.247Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-01-31T14:04:53.247Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-01-31T14:04:53.360Z] === RUN TestGenerate [2022-01-31T14:04:53.360Z] --- PASS: TestGenerate (0.00s) [2022-01-31T14:04:53.360Z] === RUN TestGeneratePtr [2022-01-31T14:04:53.360Z] --- PASS: TestGeneratePtr (0.00s) [2022-01-31T14:04:53.360Z] === RUN TestGenerateMissingField [2022-01-31T14:04:53.360Z] --- PASS: TestGenerateMissingField (0.00s) [2022-01-31T14:04:53.360Z] === RUN TestFieldCannotBeSet [2022-01-31T14:04:53.360Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-01-31T14:04:53.360Z] === RUN TestTypeMismatchError [2022-01-31T14:04:53.360Z] --- PASS: TestTypeMismatchError (0.00s) [2022-01-31T14:04:53.360Z] PASS [2022-01-31T14:04:53.360Z] coverage: 100.0% of statements [2022-01-31T14:04:53.360Z] ok github.com/docker/docker/libnetwork/options 0.059s coverage: 100.0% of statements [2022-01-31T14:04:53.398Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-01-31T14:04:53.398Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-01-31T14:04:53.549Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.47s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage (1.52s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.01s) [2022-01-31T14:04:53.549Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run (0.45s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-01-31T14:04:53.550Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T14:04:53.550Z] PASS [2022-01-31T14:04:53.550Z] [2022-01-31T14:04:53.550Z] DONE 50 tests in 20.326s [2022-01-31T14:04:53.550Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-01-31T14:04:53.690Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-01-31T14:04:53.690Z] Copying nested executables into bundles/binary-daemon [2022-01-31T14:04:53.690Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-01-31T14:04:53.690Z] GOOS="" GOARCH="" GOARM="" [2022-01-31T14:04:53.690Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-01-31T14:04:53.690Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-01-31T14:04:53.806Z] INFO: Testing against a local daemon [2022-01-31T14:04:53.806Z] === RUN TestVolumesCreateAndList [2022-01-31T14:04:53.806Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-01-31T14:04:53.806Z] === RUN TestVolumesRemove [2022-01-31T14:04:53.806Z] --- PASS: TestVolumesRemove (0.12s) [2022-01-31T14:04:53.806Z] === RUN TestVolumesInspect [2022-01-31T14:04:53.806Z] --- PASS: TestVolumesInspect (0.01s) [2022-01-31T14:04:53.806Z] === RUN TestVolumesInvalidJSON [2022-01-31T14:04:53.806Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-31T14:04:53.806Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-31T14:04:53.806Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-31T14:04:53.806Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-01-31T14:04:53.806Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-31T14:04:53.806Z] PASS [2022-01-31T14:04:53.806Z] [2022-01-31T14:04:53.806Z] DONE 5 tests in 0.233s [2022-01-31T14:04:53.806Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-31T14:04:53.837Z] testing: warning: no tests to run [2022-01-31T14:04:53.837Z] PASS [2022-01-31T14:04:53.837Z] coverage: 0.0% of statements [2022-01-31T14:04:53.837Z] ok github.com/docker/docker/libnetwork/osl 0.052s coverage: 0.0% of statements [no tests to run] [2022-01-31T14:04:53.837Z] 2022/01/31 14:04:53 Closing DB instances... [2022-01-31T14:04:54.058Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/make.sh cross [2022-01-31T14:04:54.313Z] === RUN TestRequestNewPort [2022-01-31T14:04:54.313Z] --- PASS: TestRequestNewPort (0.00s) [2022-01-31T14:04:54.313Z] === RUN TestRequestSpecificPort [2022-01-31T14:04:54.313Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-01-31T14:04:54.313Z] === RUN TestReleasePort [2022-01-31T14:04:54.313Z] --- PASS: TestReleasePort (0.00s) [2022-01-31T14:04:54.313Z] === RUN TestReuseReleasedPort [2022-01-31T14:04:54.313Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-01-31T14:04:54.314Z] === RUN TestReleaseUnreadledPort [2022-01-31T14:04:54.314Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-01-31T14:04:54.314Z] === RUN TestUnknowProtocol [2022-01-31T14:04:54.314Z] --- PASS: TestUnknowProtocol (0.00s) [2022-01-31T14:04:54.314Z] === RUN TestAllocateAllPorts [2022-01-31T14:04:54.314Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-01-31T14:04:54.314Z] === RUN TestPortAllocation [2022-01-31T14:04:54.314Z] --- PASS: TestPortAllocation (0.00s) [2022-01-31T14:04:54.314Z] === RUN TestPortAllocationWithCustomRange [2022-01-31T14:04:54.314Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-01-31T14:04:54.314Z] === RUN TestNoDuplicateBPR [2022-01-31T14:04:54.314Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-01-31T14:04:54.314Z] === RUN TestChangePortRange [2022-01-31T14:04:54.314Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-01-31T14:04:54.314Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-01-31T14:04:54.314Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-01-31T14:04:54.314Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-01-31T14:04:54.314Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-01-31T14:04:54.314Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-01-31T14:04:54.314Z] --- PASS: TestChangePortRange (0.00s) [2022-01-31T14:04:54.314Z] PASS [2022-01-31T14:04:54.314Z] coverage: 88.6% of statements [2022-01-31T14:04:54.314Z] ok github.com/docker/docker/libnetwork/portallocator 0.052s coverage: 88.6% of statements [2022-01-31T14:04:54.319Z] [2022-01-31T14:04:54.326Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-01-31T14:04:54.415Z] Stopping apparmor (via systemctl): apparmor.service. [2022-01-31T14:04:54.415Z] Removing test suite binaries [2022-01-31T14:04:54.415Z] exiting test-integration [2022-01-31T14:04:54.415Z] ++ exit 0 [2022-01-31T14:04:54.415Z] [2022-01-31T14:04:54.583Z] Removing bundles/ [2022-01-31T14:04:54.583Z] [2022-01-31T14:04:54.583Z] ---> Making bundle: cross (in bundles/cross) [2022-01-31T14:04:54.583Z] Cross building: bundles/cross/linux/amd64 [2022-01-31T14:04:54.583Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-01-31T14:04:54.583Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-01-31T14:04:54.613Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-31T14:04:54.794Z] testing: warning: no tests to run [2022-01-31T14:04:54.794Z] PASS [2022-01-31T14:04:54.794Z] coverage: 0.0% of statements [2022-01-31T14:04:54.794Z] ok github.com/docker/docker/libnetwork/portmapper 0.052s coverage: 0.0% of statements [no tests to run] [2022-01-31T14:04:55.176Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-31T14:04:55.272Z] === RUN TestHashData [2022-01-31T14:04:55.272Z] --- PASS: TestHashData (0.00s) [2022-01-31T14:04:55.272Z] PASS [2022-01-31T14:04:55.272Z] coverage: 2.8% of statements [2022-01-31T14:04:55.272Z] ok github.com/docker/docker/libnetwork/resolvconf 0.047s coverage: 2.8% of statements [2022-01-31T14:04:55.693Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-01-31T14:04:55.749Z] --- PASS: TestNetworkDBSimple (2.69s) [2022-01-31T14:04:55.749Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-01-31T14:04:55.749Z] === RUN TestErrorConstructors [2022-01-31T14:04:55.749Z] --- PASS: TestErrorConstructors (0.00s) [2022-01-31T14:04:55.749Z] === RUN TestCompareIPMask [2022-01-31T14:04:55.749Z] --- PASS: TestCompareIPMask (0.00s) [2022-01-31T14:04:55.749Z] === RUN TestUtilGetHostPartIP [2022-01-31T14:04:55.749Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-01-31T14:04:55.749Z] === RUN TestUtilGetBroadcastIP [2022-01-31T14:04:55.749Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-01-31T14:04:55.749Z] === RUN TestParseCIDR [2022-01-31T14:04:55.749Z] --- PASS: TestParseCIDR (0.00s) [2022-01-31T14:04:55.749Z] PASS [2022-01-31T14:04:55.749Z] coverage: 37.3% of statements [2022-01-31T14:04:55.749Z] ok github.com/docker/docker/libnetwork/types 0.045s coverage: 37.3% of statements Post stage [Pipeline] junit [2022-01-31T14:04:55.789Z] Recording test results [2022-01-31T14:04:56.106Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-31T14:04:56.754Z] 2022/01/31 14:04:56 Closing DB instances... [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-01-31T14:04:56.754Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-01-31T14:04:56.754Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-01-31T14:04:56.754Z] PASS [2022-01-31T14:04:56.754Z] coverage: 50.0% of statements [2022-01-31T14:04:56.754Z] ok github.com/docker/docker/oci 0.064s coverage: 50.0% of statements [2022-01-31T14:04:57.035Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-31T14:04:57.097Z] docker_api_swarm_test.go:563: [dba0c77839458] joining swarm manager [d7f2928bb7b11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:04:57.264Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-01-31T14:04:57.654Z] + echo Ensuring container killed. [2022-01-31T14:04:57.655Z] Ensuring container killed. [2022-01-31T14:04:57.655Z] + docker rm -vf docker-pr4 [2022-01-31T14:04:57.655Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-01-31T14:04:57.763Z] === RUN TestAddressPoolOpt [2022-01-31T14:04:57.763Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/a [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/something [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/_=a [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/env1=value1 [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/_env1=value1 [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/env2=value2=value3 [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/env3=abc!qwe [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/env_4=value_4 [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/PATH [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/=a [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/PATH= [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/PATH=something [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/asd!qwe [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/1asd [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/123 [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/some_space [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/__some_space_before [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/some_space_after__ [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/= [2022-01-31T14:04:57.763Z] === RUN TestValidateEnv/PaTh [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/a (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/something (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/= (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestParseHost [2022-01-31T14:04:57.763Z] --- PASS: TestParseHost (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestParseDockerDaemonHost [2022-01-31T14:04:57.763Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestParseTCP [2022-01-31T14:04:57.763Z] --- PASS: TestParseTCP (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestParseInvalidUnixAddrInvalid [2022-01-31T14:04:57.763Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestValidateExtraHosts [2022-01-31T14:04:57.763Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestIpOptString [2022-01-31T14:04:57.763Z] --- PASS: TestIpOptString (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestNewIpOptInvalidDefaultVal [2022-01-31T14:04:57.763Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestNewIpOptValidDefaultVal [2022-01-31T14:04:57.763Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestIpOptSetInvalidVal [2022-01-31T14:04:57.763Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestValidateIPAddress [2022-01-31T14:04:57.763Z] --- PASS: TestValidateIPAddress (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestMapOpts [2022-01-31T14:04:57.763Z] --- PASS: TestMapOpts (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestListOptsWithoutValidator [2022-01-31T14:04:57.763Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestListOptsWithValidator [2022-01-31T14:04:57.763Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestValidateDNSSearch [2022-01-31T14:04:57.763Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_general_format [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_one_more [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-01-31T14:04:57.763Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-01-31T14:04:57.763Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestNamedListOpts [2022-01-31T14:04:57.763Z] --- PASS: TestNamedListOpts (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestNamedMapOpts [2022-01-31T14:04:57.763Z] --- PASS: TestNamedMapOpts (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestParseLink [2022-01-31T14:04:57.763Z] --- PASS: TestParseLink (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestQuotedStringSetWithQuotes [2022-01-31T14:04:57.763Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-01-31T14:04:57.763Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestQuotedStringSetWithNoQuotes [2022-01-31T14:04:57.763Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-01-31T14:04:57.763Z] === RUN TestUlimitOpt [2022-01-31T14:04:57.763Z] --- PASS: TestUlimitOpt (0.00s) [2022-01-31T14:04:57.763Z] PASS [2022-01-31T14:04:57.763Z] coverage: 67.1% of statements [2022-01-31T14:04:57.763Z] ok github.com/docker/docker/opts 0.095s coverage: 67.1% of statements [2022-01-31T14:04:57.763Z] === RUN TestParseVersion [2022-01-31T14:04:57.763Z] --- PASS: TestParseVersion (0.00s) [2022-01-31T14:04:57.763Z] PASS [2022-01-31T14:04:57.763Z] coverage: 52.9% of statements [2022-01-31T14:04:57.763Z] ok github.com/docker/docker/pkg/aaparser 0.050s coverage: 52.9% of statements [2022-01-31T14:04:57.949Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:04:57.949Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:04:57.966Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-31T14:04:57.980Z] + echo Chowning /workspace to jenkins user [2022-01-31T14:04:57.980Z] Chowning /workspace to jenkins user [2022-01-31T14:04:57.980Z] + id -u [2022-01-31T14:04:57.980Z] + id -g [2022-01-31T14:04:57.980Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43199:/workspace busybox chown -R 1000:1000 /workspace [2022-01-31T14:04:58.240Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.85s) [2022-01-31T14:04:58.240Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-01-31T14:04:58.495Z] === RUN TestDockerSuite/TestBuildForceRm [2022-01-31T14:04:58.895Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-31T14:04:59.458Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:04:59.639Z] + bundleName=amd64-cgroup2 [2022-01-31T14:04:59.639Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-01-31T14:04:59.639Z] Creating amd64-cgroup2-bundles.tar.gz [2022-01-31T14:04:59.639Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-01-31T14:04:59.639Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-01-31T14:04:59.839Z] === RUN TestPeerCertificateMarshalJSON [2022-01-31T14:04:59.839Z] 2022/01/31 14:04:59 Closing DB instances... [Pipeline] archiveArtifacts [2022-01-31T14:04:59.903Z] Archiving artifacts [2022-01-31T14:05:00.317Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-01-31T14:05:00.317Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-01-31T14:05:00.317Z] --- PASS: TestPeerCertificateMarshalJSON (0.71s) [2022-01-31T14:05:00.317Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-01-31T14:05:00.317Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-01-31T14:05:00.317Z] === RUN TestMiddleware [2022-01-31T14:05:00.317Z] --- PASS: TestMiddleware (0.00s) [2022-01-31T14:05:00.317Z] === RUN TestNewResponseModifier [2022-01-31T14:05:00.317Z] --- PASS: TestNewResponseModifier (0.00s) [2022-01-31T14:05:00.317Z] PASS [2022-01-31T14:05:00.317Z] coverage: 26.8% of statements [2022-01-31T14:05:00.317Z] ok github.com/docker/docker/pkg/authorization 0.769s coverage: 26.8% of statements [2022-01-31T14:05:00.383Z] === RUN TestDockerSuite/TestBuildFromGit [2022-01-31T14:05:00.386Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-31T14:05:00.793Z] === RUN TestIsArchivePathDir [2022-01-31T14:05:00.793Z] --- PASS: TestIsArchivePathDir (0.09s) [2022-01-31T14:05:00.793Z] === RUN TestIsArchivePathInvalidFile [2022-01-31T14:05:00.793Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2022-01-31T14:05:00.793Z] === RUN TestIsArchivePathTar [2022-01-31T14:05:00.793Z] === RUN TestUnbuffered [2022-01-31T14:05:00.793Z] --- PASS: TestUnbuffered (0.00s) [2022-01-31T14:05:00.793Z] === RUN TestRaceUnbuffered [2022-01-31T14:05:00.793Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-01-31T14:05:00.793Z] PASS [2022-01-31T14:05:00.793Z] coverage: 100.0% of statements [2022-01-31T14:05:00.793Z] ok github.com/docker/docker/pkg/broadcaster 0.041s coverage: 100.0% of statements [2022-01-31T14:05:00.948Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:05:01.270Z] --- PASS: TestIsArchivePathTar (0.18s) [2022-01-31T14:05:01.270Z] === RUN TestDecompressStreamGzip [2022-01-31T14:05:01.270Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-01-31T14:05:01.270Z] === RUN TestDecompressStreamBzip2 [2022-01-31T14:05:01.270Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.85s) [2022-01-31T14:05:01.270Z] === RUN TestNetworkDBCRUDTableEntry [2022-01-31T14:05:01.270Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2022-01-31T14:05:01.270Z] === RUN TestDecompressStreamXz [2022-01-31T14:05:01.270Z] archive_test.go:133: Xz not present in msys2 [2022-01-31T14:05:01.270Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestDecompressStreamZstd [2022-01-31T14:05:01.270Z] archive_test.go:140: zstd not installed [2022-01-31T14:05:01.270Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-01-31T14:05:01.270Z] === RUN TestCompressStreamXzUnsupported [2022-01-31T14:05:01.270Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestCompressStreamBzip2Unsupported [2022-01-31T14:05:01.270Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestCompressStreamInvalid [2022-01-31T14:05:01.270Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestExtensionInvalid [2022-01-31T14:05:01.270Z] --- PASS: TestExtensionInvalid (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestExtensionUncompressed [2022-01-31T14:05:01.270Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestExtensionBzip2 [2022-01-31T14:05:01.270Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestExtensionGzip [2022-01-31T14:05:01.270Z] --- PASS: TestExtensionGzip (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestExtensionXz [2022-01-31T14:05:01.270Z] --- PASS: TestExtensionXz (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestExtensionZstd [2022-01-31T14:05:01.270Z] --- PASS: TestExtensionZstd (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestCmdStreamLargeStderr [2022-01-31T14:05:01.270Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-01-31T14:05:01.270Z] === RUN TestCmdStreamBad [2022-01-31T14:05:01.270Z] archive_test.go:252: Failing on Windows CI machines [2022-01-31T14:05:01.270Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-01-31T14:05:01.270Z] === RUN TestCmdStreamGood [2022-01-31T14:05:01.424Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43199/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-31T14:05:01.511Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-31T14:05:01.747Z] --- PASS: TestCmdStreamGood (0.05s) [2022-01-31T14:05:01.747Z] === RUN TestUntarPathWithInvalidDest [2022-01-31T14:05:01.747Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-01-31T14:05:01.747Z] === RUN TestUntarPathWithInvalidSrc [2022-01-31T14:05:01.747Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-01-31T14:05:01.747Z] === RUN TestUntarPath [2022-01-31T14:05:01.747Z] === RUN TestMatch [2022-01-31T14:05:01.747Z] === RUN TestMatch/[[]] [2022-01-31T14:05:01.747Z] === RUN TestMatch/[[foo]] [2022-01-31T14:05:01.747Z] === RUN TestMatch/[[bar]_[foo]] [2022-01-31T14:05:01.747Z] === RUN TestMatch/[[foo_bar]] [2022-01-31T14:05:01.747Z] === RUN TestMatch/[[qux]_[foo]] [2022-01-31T14:05:01.747Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-01-31T14:05:01.747Z] === RUN TestMatch/[] [2022-01-31T14:05:01.747Z] === RUN TestMatch/[]#01 [2022-01-31T14:05:01.747Z] === RUN TestMatch/[[qux]] [2022-01-31T14:05:01.747Z] === RUN TestMatch/[[foo_bar_qux]] [2022-01-31T14:05:01.747Z] === RUN TestMatch/[[qux]_[baz]] [2022-01-31T14:05:01.747Z] === RUN TestMatch/[[foo_baz]] [2022-01-31T14:05:01.747Z] --- PASS: TestMatch (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[[]] (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[] (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-01-31T14:05:01.747Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-01-31T14:05:01.747Z] PASS [2022-01-31T14:05:01.747Z] coverage: 87.5% of statements [2022-01-31T14:05:01.747Z] ok github.com/docker/docker/pkg/capabilities 0.052s coverage: 87.5% of statements [2022-01-31T14:05:01.747Z] --- PASS: TestUntarPath (0.09s) [2022-01-31T14:05:01.747Z] === RUN TestUntarPathWithDestinationFile [2022-01-31T14:05:01.747Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-01-31T14:05:01.747Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-01-31T14:05:01.747Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-01-31T14:05:01.747Z] === RUN TestCopyWithTarInvalidSrc [2022-01-31T14:05:01.747Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-01-31T14:05:01.747Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-01-31T14:05:01.747Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-01-31T14:05:01.747Z] === RUN TestCopyWithTarSrcFile [2022-01-31T14:05:01.747Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-01-31T14:05:01.747Z] === RUN TestCopyWithTarSrcFolder [2022-01-31T14:05:01.747Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-01-31T14:05:01.747Z] === RUN TestCopyFileWithTarInvalidSrc [2022-01-31T14:05:01.747Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.01s) [2022-01-31T14:05:01.747Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-01-31T14:05:01.747Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-01-31T14:05:01.747Z] === RUN TestCopyFileWithTarSrcFolder [2022-01-31T14:05:01.747Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-01-31T14:05:01.747Z] === RUN TestCopyFileWithTarSrcFile [2022-01-31T14:05:01.747Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-01-31T14:05:01.747Z] === RUN TestTarFiles [2022-01-31T14:05:01.748Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-01-31T14:05:01.748Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-01-31T14:05:01.768Z] + make clean [2022-01-31T14:05:01.768Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-31T14:05:01.768Z] docker-dev-cache [2022-01-31T14:05:01.768Z] docker-mod-cache [Pipeline] deleteDir [2022-01-31T14:05:02.074Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-31T14:05:02.674Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-01-31T14:05:02.750Z] === RUN TestChrootTarUntar [2022-01-31T14:05:02.750Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:05:02.750Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-01-31T14:05:02.750Z] === RUN TestChrootUntarWithHugeExcludesList [2022-01-31T14:05:02.750Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:05:02.750Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-01-31T14:05:02.750Z] === RUN TestChrootUntarEmptyArchive [2022-01-31T14:05:02.750Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-01-31T14:05:02.750Z] === RUN TestChrootTarUntarWithSymlink [2022-01-31T14:05:02.750Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:05:02.750Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-01-31T14:05:02.750Z] === RUN TestChrootCopyWithTar [2022-01-31T14:05:02.750Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:05:02.750Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-01-31T14:05:02.750Z] === RUN TestChrootCopyFileWithTar [2022-01-31T14:05:02.750Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:05:02.750Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-01-31T14:05:02.750Z] === RUN TestChrootUntarPath [2022-01-31T14:05:02.750Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:05:02.750Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-01-31T14:05:02.750Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-01-31T14:05:02.750Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:05:02.750Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:05:02.750Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-01-31T14:05:02.750Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:05:02.750Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:05:02.750Z] === RUN TestChrootApplyDotDotFile [2022-01-31T14:05:02.750Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:05:02.750Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-01-31T14:05:02.750Z] PASS [2022-01-31T14:05:02.750Z] coverage: 15.1% of statements [2022-01-31T14:05:02.750Z] ok github.com/docker/docker/pkg/chrootarchive 0.097s coverage: 15.1% of statements [2022-01-31T14:05:03.003Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:05:03.226Z] 2022/01/31 14:05:02 Closing DB instances... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-31T14:05:03.704Z] === RUN TestSizeEmpty [2022-01-31T14:05:03.704Z] --- PASS: TestSizeEmpty (0.00s) [2022-01-31T14:05:03.704Z] === RUN TestSizeEmptyFile [2022-01-31T14:05:03.704Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-01-31T14:05:03.704Z] === RUN TestSizeNonemptyFile [2022-01-31T14:05:03.704Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-01-31T14:05:03.704Z] === RUN TestSizeNestedDirectoryEmpty [2022-01-31T14:05:03.704Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-01-31T14:05:03.704Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-01-31T14:05:03.704Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-01-31T14:05:03.704Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-01-31T14:05:03.704Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-01-31T14:05:03.704Z] === RUN TestMoveToSubdir [2022-01-31T14:05:03.704Z] --- PASS: TestMoveToSubdir (0.00s) [2022-01-31T14:05:03.704Z] === RUN TestSizeNonExistingDirectory [2022-01-31T14:05:03.704Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-01-31T14:05:03.704Z] PASS [2022-01-31T14:05:03.704Z] coverage: 80.0% of statements [2022-01-31T14:05:03.704Z] ok github.com/docker/docker/pkg/directory 0.064s coverage: 80.0% of statements [2022-01-31T14:05:04.560Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-01-31T14:05:04.707Z] === RUN TestPollerAddRemove [2022-01-31T14:05:04.707Z] --- PASS: TestPollerAddRemove (0.00s) [2022-01-31T14:05:04.707Z] === RUN TestPollerEvent [2022-01-31T14:05:04.707Z] poller_test.go:40: No chmod on Windows [2022-01-31T14:05:04.707Z] --- SKIP: TestPollerEvent (0.00s) [2022-01-31T14:05:04.707Z] === RUN TestPollerClose [2022-01-31T14:05:04.707Z] --- PASS: TestPollerClose (0.00s) [2022-01-31T14:05:04.707Z] PASS [2022-01-31T14:05:04.707Z] coverage: 45.7% of statements [2022-01-31T14:05:04.707Z] ok github.com/docker/docker/pkg/filenotify 0.057s coverage: 45.7% of statements [2022-01-31T14:05:05.121Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-01-31T14:05:05.376Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-01-31T14:05:05.520Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-31T14:05:05.713Z] --- PASS: TestNetworkDBCRUDTableEntry (4.30s) [2022-01-31T14:05:05.713Z] === RUN TestNetworkDBCRUDTableEntries [2022-01-31T14:05:06.190Z] === RUN TestCopyFileWithInvalidSrc [2022-01-31T14:05:06.190Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCopyFileWithInvalidDest [2022-01-31T14:05:06.190Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCopyFileWithSameSrcAndDest [2022-01-31T14:05:06.190Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-01-31T14:05:06.190Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-01-31T14:05:06.190Z] === RUN TestCopyFile [2022-01-31T14:05:06.190Z] --- PASS: TestCopyFile (0.01s) [2022-01-31T14:05:06.190Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-01-31T14:05:06.190Z] fileutils_test.go:133: Needs porting to Windows [2022-01-31T14:05:06.190Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-01-31T14:05:06.190Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestReadSymlinkedDirectoryToFile [2022-01-31T14:05:06.190Z] fileutils_test.go:179: Needs porting to Windows [2022-01-31T14:05:06.190Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestWildcardMatches [2022-01-31T14:05:06.190Z] --- PASS: TestWildcardMatches (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestPatternMatches [2022-01-31T14:05:06.190Z] --- PASS: TestPatternMatches (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-01-31T14:05:06.190Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestPatternMatchesFolderExclusions [2022-01-31T14:05:06.190Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-01-31T14:05:06.190Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-01-31T14:05:06.190Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-01-31T14:05:06.190Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-01-31T14:05:06.190Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestSingleExclamationError [2022-01-31T14:05:06.190Z] --- PASS: TestSingleExclamationError (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestMatchesWithNoPatterns [2022-01-31T14:05:06.190Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestMatchesWithMalformedPatterns [2022-01-31T14:05:06.190Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestMatches [2022-01-31T14:05:06.190Z] === RUN TestMatches/MatchesOrParentMatches [2022-01-31T14:05:06.190Z] === RUN TestMatches/MatchesUsingParentResult [2022-01-31T14:05:06.190Z] === RUN TestMatches/MatchesUsingParentResults [2022-01-31T14:05:06.190Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-01-31T14:05:06.190Z] --- PASS: TestMatches (0.01s) [2022-01-31T14:05:06.190Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-01-31T14:05:06.190Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-01-31T14:05:06.190Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-01-31T14:05:06.190Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.01s) [2022-01-31T14:05:06.190Z] === RUN TestCleanPatterns [2022-01-31T14:05:06.190Z] --- PASS: TestCleanPatterns (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-01-31T14:05:06.190Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCleanPatternsExceptionFlag [2022-01-31T14:05:06.190Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-01-31T14:05:06.190Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-01-31T14:05:06.190Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCleanPatternsErrorSingleException [2022-01-31T14:05:06.190Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCreateIfNotExistsDir [2022-01-31T14:05:06.190Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCreateIfNotExistsFile [2022-01-31T14:05:06.190Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-01-31T14:05:06.190Z] === RUN TestMatch [2022-01-31T14:05:06.190Z] --- PASS: TestMatch (0.00s) [2022-01-31T14:05:06.190Z] === RUN TestCompile [2022-01-31T14:05:06.190Z] === RUN TestCompile/slash [2022-01-31T14:05:06.190Z] === RUN TestCompile/backslash [2022-01-31T14:05:06.190Z] --- PASS: TestCompile (0.00s) [2022-01-31T14:05:06.190Z] --- PASS: TestCompile/slash (0.00s) [2022-01-31T14:05:06.190Z] --- PASS: TestCompile/backslash (0.00s) [2022-01-31T14:05:06.190Z] PASS [2022-01-31T14:05:06.190Z] coverage: 84.7% of statements [2022-01-31T14:05:06.190Z] ok github.com/docker/docker/pkg/fileutils 0.104s coverage: 84.7% of statements [2022-01-31T14:05:07.202Z] === RUN TestGet [2022-01-31T14:05:07.202Z] --- PASS: TestGet (0.00s) [2022-01-31T14:05:07.202Z] === RUN TestGetShortcutString [2022-01-31T14:05:07.202Z] --- PASS: TestGetShortcutString (0.00s) [2022-01-31T14:05:07.202Z] PASS [2022-01-31T14:05:07.202Z] coverage: 42.9% of statements [2022-01-31T14:05:07.202Z] ok github.com/docker/docker/pkg/homedir 0.059s coverage: 42.9% of statements [2022-01-31T14:05:07.266Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-01-31T14:05:07.678Z] 2022/01/31 14:05:07 Closing DB instances... [2022-01-31T14:05:08.155Z] === RUN TestCreateIDMapOrder [2022-01-31T14:05:08.155Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-01-31T14:05:08.155Z] PASS [2022-01-31T14:05:08.155Z] coverage: 7.2% of statements [2022-01-31T14:05:08.155Z] ok github.com/docker/docker/pkg/idtools 0.045s coverage: 7.2% of statements [2022-01-31T14:05:08.267Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-01-31T14:05:08.267Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.78s) [2022-01-31T14:05:08.267Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (16.51s) [2022-01-31T14:05:08.267Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.75s) [2022-01-31T14:05:08.267Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (16.83s) [2022-01-31T14:05:08.267Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.03s) [2022-01-31T14:05:08.267Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.41s) [2022-01-31T14:05:08.267Z] === RUN TestBuildMultiStageCopy [2022-01-31T14:05:08.267Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-31T14:05:08.633Z] --- PASS: TestTarFiles (6.71s) [2022-01-31T14:05:08.634Z] === RUN TestDetectCompressionZstd [2022-01-31T14:05:08.634Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-01-31T14:05:08.634Z] === RUN TestTarUntar [2022-01-31T14:05:08.634Z] --- PASS: TestTarUntar (0.05s) [2022-01-31T14:05:08.634Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-01-31T14:05:08.634Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-01-31T14:05:08.634Z] === RUN TestTarWithOptions [2022-01-31T14:05:08.634Z] --- PASS: TestTarWithOptions (0.03s) [2022-01-31T14:05:08.634Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-01-31T14:05:08.634Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-01-31T14:05:08.634Z] === RUN TestUntarUstarGnuConflict [2022-01-31T14:05:08.634Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-01-31T14:05:08.634Z] === RUN TestUntarInvalidFilenames [2022-01-31T14:05:09.110Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2298105620\\dest" [2022-01-31T14:05:09.110Z] --- PASS: TestUntarInvalidFilenames (0.24s) [2022-01-31T14:05:09.110Z] === RUN TestUntarHardlinkToSymlink [2022-01-31T14:05:09.110Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2022-01-31T14:05:09.110Z] === RUN TestUntarInvalidHardlink [2022-01-31T14:05:09.110Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1996031416\\victim\\hello" -> "../victim/hello" [2022-01-31T14:05:09.110Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2526402628\\victim\\hello" -> "/../victim/hello" [2022-01-31T14:05:09.110Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2022-01-31T14:05:09.110Z] === RUN TestNetworkDBNodeLeave [2022-01-31T14:05:09.110Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4127205839\\victim" -> "../victim" [2022-01-31T14:05:09.110Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2406301329\\victim" -> "../victim" [2022-01-31T14:05:09.110Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2270912534\\victim" -> "../victim" [2022-01-31T14:05:09.110Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2629029336\\victim" -> "../victim" [2022-01-31T14:05:09.110Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-01-31T14:05:09.110Z] === RUN TestUntarInvalidSymlink [2022-01-31T14:05:09.110Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink468140496\\dest\\dotdot" -> "../victim/hello" [2022-01-31T14:05:09.110Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink122506529\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-31T14:05:09.110Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4035738260\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:05:09.110Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2303835430\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:05:09.110Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2837534289\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:05:09.110Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink169152650\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:05:09.110Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink745584637\\dest\\dir\\loophole" -> "../../victim" [2022-01-31T14:05:09.110Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-01-31T14:05:09.110Z] === RUN TestTempArchiveCloseMultipleTimes [2022-01-31T14:05:09.110Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-01-31T14:05:09.110Z] === RUN TestXGlobalNoParent [2022-01-31T14:05:09.110Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-01-31T14:05:09.110Z] === RUN TestReplaceFileTarWrapper [2022-01-31T14:05:09.110Z] --- PASS: TestReplaceFileTarWrapper (0.23s) [2022-01-31T14:05:09.110Z] === RUN TestPrefixHeaderReadable [2022-01-31T14:05:09.110Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-01-31T14:05:09.110Z] === RUN TestDisablePigz [2022-01-31T14:05:09.110Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-01-31T14:05:09.157Z] docker_api_swarm_test.go:585: [dfc8ec947d37e] joining swarm manager [d7f2928bb7b11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:05:09.157Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-01-31T14:05:09.589Z] --- PASS: TestDisablePigz (0.16s) [2022-01-31T14:05:09.589Z] === RUN TestPigz [2022-01-31T14:05:09.589Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-01-31T14:05:09.589Z] --- PASS: TestPigz (0.22s) [2022-01-31T14:05:09.589Z] === RUN TestCopyFileWithInvalidDest [2022-01-31T14:05:09.589Z] archive_windows_test.go:16: Currently fails [2022-01-31T14:05:09.589Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestCanonicalTarNameForPath [2022-01-31T14:05:09.589Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestCanonicalTarName [2022-01-31T14:05:09.589Z] --- PASS: TestCanonicalTarName (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestChmodTarEntry [2022-01-31T14:05:09.589Z] --- PASS: TestChmodTarEntry (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestHardLinkOrder [2022-01-31T14:05:09.589Z] === RUN TestFixedBufferCap [2022-01-31T14:05:09.589Z] --- PASS: TestFixedBufferCap (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestFixedBufferLen [2022-01-31T14:05:09.589Z] --- PASS: TestFixedBufferLen (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestFixedBufferString [2022-01-31T14:05:09.589Z] --- PASS: TestFixedBufferString (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestFixedBufferWrite [2022-01-31T14:05:09.589Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestFixedBufferRead [2022-01-31T14:05:09.589Z] --- PASS: TestFixedBufferRead (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestBytesPipeRead [2022-01-31T14:05:09.589Z] --- PASS: TestBytesPipeRead (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestBytesPipeWrite [2022-01-31T14:05:09.589Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestBytesPipeWriteRandomChunks [2022-01-31T14:05:09.589Z] --- PASS: TestHardLinkOrder (0.12s) [2022-01-31T14:05:09.589Z] === RUN TestChangeString [2022-01-31T14:05:09.589Z] --- PASS: TestChangeString (0.00s) [2022-01-31T14:05:09.589Z] === RUN TestChangesWithNoChanges [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.58s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.60s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.92s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.72s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.80s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.73s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.71s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.66s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.27s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.24s) [2022-01-31T14:05:09.690Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.62s) [2022-01-31T14:05:09.690Z] === RUN TestCgroupNamespacesRun [2022-01-31T14:05:09.947Z] --- PASS: TestCgroupNamespacesRun (1.11s) [2022-01-31T14:05:09.947Z] === RUN TestCgroupNamespacesRunPrivileged [2022-01-31T14:05:10.067Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-01-31T14:05:10.067Z] === RUN TestChangesWithChanges [2022-01-31T14:05:10.067Z] --- PASS: TestChangesWithChanges (0.05s) [2022-01-31T14:05:10.067Z] === RUN TestChangesWithChangesGH13590 [2022-01-31T14:05:10.067Z] changes_test.go:195: needs more investigation [2022-01-31T14:05:10.067Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-01-31T14:05:10.067Z] === RUN TestChangesDirsEmpty [2022-01-31T14:05:10.067Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-31T14:05:10.067Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-01-31T14:05:10.067Z] === RUN TestChangesDirsMutated [2022-01-31T14:05:10.067Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-31T14:05:10.067Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-01-31T14:05:10.067Z] === RUN TestApplyLayer [2022-01-31T14:05:10.067Z] changes_test.go:432: needs further investigation [2022-01-31T14:05:10.067Z] --- SKIP: TestApplyLayer (0.00s) [2022-01-31T14:05:10.067Z] === RUN TestChangesSizeWithHardlinks [2022-01-31T14:05:10.067Z] changes_test.go:468: needs further investigation [2022-01-31T14:05:10.067Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-01-31T14:05:10.067Z] === RUN TestChangesSizeWithNoChanges [2022-01-31T14:05:10.067Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-01-31T14:05:10.067Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-01-31T14:05:10.067Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-01-31T14:05:10.067Z] === RUN TestChangesSize [2022-01-31T14:05:10.067Z] --- PASS: TestChangesSize (0.01s) [2022-01-31T14:05:10.067Z] === RUN TestApplyLayerInvalidFilenames [2022-01-31T14:05:10.067Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames475340130\\dest" [2022-01-31T14:05:10.067Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-01-31T14:05:10.067Z] === RUN TestApplyLayerInvalidHardlink [2022-01-31T14:05:10.067Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink623685999\\victim\\hello" -> "../victim/hello" [2022-01-31T14:05:10.067Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3040162791\\victim\\hello" -> "/../victim/hello" [2022-01-31T14:05:10.067Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink711050730\\victim" -> "../victim" [2022-01-31T14:05:10.067Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink276747746\\victim" -> "../victim" [2022-01-31T14:05:10.067Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1815291173\\victim" -> "../victim" [2022-01-31T14:05:10.067Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3532849603\\victim" -> "../victim" [2022-01-31T14:05:10.067Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2022-01-31T14:05:10.067Z] === RUN TestApplyLayerInvalidSymlink [2022-01-31T14:05:10.067Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2608672953\\dest\\dotdot" -> "../victim/hello" [2022-01-31T14:05:10.067Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3411319889\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-31T14:05:10.067Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2618015770\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:05:10.067Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3421604689\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:05:10.067Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2069281183\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:05:10.067Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1442052843\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:05:10.067Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-01-31T14:05:10.067Z] === RUN TestApplyLayerWhiteouts [2022-01-31T14:05:10.067Z] --- PASS: TestApplyLayerWhiteouts (0.12s) [2022-01-31T14:05:10.067Z] === RUN TestGenerateEmptyFile [2022-01-31T14:05:10.067Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-01-31T14:05:10.067Z] === RUN TestGenerateWithContent [2022-01-31T14:05:10.067Z] --- PASS: TestGenerateWithContent (0.00s) [2022-01-31T14:05:10.067Z] PASS [2022-01-31T14:05:10.067Z] coverage: 62.0% of statements [2022-01-31T14:05:10.067Z] ok github.com/docker/docker/pkg/archive 9.588s coverage: 62.0% of statements [2022-01-31T14:05:10.067Z] --- PASS: TestBytesPipeWriteRandomChunks (0.58s) [2022-01-31T14:05:10.067Z] === RUN TestAtomicWriteToFile [2022-01-31T14:05:10.067Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-01-31T14:05:10.067Z] === RUN TestAtomicWriteSetCommit [2022-01-31T14:05:10.067Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-01-31T14:05:10.067Z] === RUN TestAtomicWriteSetCancel [2022-01-31T14:05:10.544Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-01-31T14:05:10.544Z] === RUN TestReadCloserWrapperClose [2022-01-31T14:05:10.544Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-01-31T14:05:10.544Z] === RUN TestReaderErrWrapperReadOnError [2022-01-31T14:05:10.544Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-01-31T14:05:10.544Z] === RUN TestReaderErrWrapperRead [2022-01-31T14:05:10.544Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-01-31T14:05:10.544Z] === RUN TestCancelReadCloser [2022-01-31T14:05:10.544Z] --- PASS: TestCancelReadCloser (0.10s) [2022-01-31T14:05:10.544Z] === RUN TestWriteCloserWrapperClose [2022-01-31T14:05:10.544Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-01-31T14:05:10.544Z] === RUN TestNopWriteCloser [2022-01-31T14:05:10.544Z] --- PASS: TestNopWriteCloser (0.00s) [2022-01-31T14:05:10.544Z] === RUN TestNopWriter [2022-01-31T14:05:10.544Z] --- PASS: TestNopWriter (0.00s) [2022-01-31T14:05:10.544Z] === RUN TestWriteCounter [2022-01-31T14:05:10.544Z] --- PASS: TestWriteCounter (0.00s) [2022-01-31T14:05:10.544Z] PASS [2022-01-31T14:05:10.544Z] coverage: 70.1% of statements [2022-01-31T14:05:10.544Z] ok github.com/docker/docker/pkg/ioutils 0.766s coverage: 70.1% of statements [2022-01-31T14:05:11.052Z] === RUN TestDockerSuite/TestBuildHistory [2022-01-31T14:05:11.313Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s) [2022-01-31T14:05:11.313Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-01-31T14:05:11.548Z] === RUN TestError [2022-01-31T14:05:11.548Z] --- PASS: TestError (0.00s) [2022-01-31T14:05:11.548Z] === RUN TestProgressString [2022-01-31T14:05:11.548Z] === RUN TestProgressString/no_progress [2022-01-31T14:05:11.548Z] === RUN TestProgressString/progress_1 [2022-01-31T14:05:11.548Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-01-31T14:05:11.548Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-01-31T14:05:11.548Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-01-31T14:05:11.548Z] === RUN TestProgressString/with_units [2022-01-31T14:05:11.548Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-01-31T14:05:11.548Z] === RUN TestProgressString/hide_counts [2022-01-31T14:05:11.548Z] --- PASS: TestProgressString (0.00s) [2022-01-31T14:05:11.548Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-01-31T14:05:11.548Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-01-31T14:05:11.548Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-01-31T14:05:11.548Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-01-31T14:05:11.548Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-01-31T14:05:11.548Z] --- PASS: TestProgressString/with_units (0.00s) [2022-01-31T14:05:11.548Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-01-31T14:05:11.548Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-01-31T14:05:11.548Z] === RUN TestJSONMessageDisplay [2022-01-31T14:05:11.548Z] --- PASS: TestJSONMessageDisplay (0.24s) [2022-01-31T14:05:11.548Z] === RUN TestJSONMessageDisplayWithJSONError [2022-01-31T14:05:11.548Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-01-31T14:05:11.548Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-01-31T14:05:11.548Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-01-31T14:05:11.548Z] === RUN TestDisplayJSONMessagesStream [2022-01-31T14:05:11.548Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-01-31T14:05:11.548Z] PASS [2022-01-31T14:05:11.548Z] coverage: 91.7% of statements [2022-01-31T14:05:11.548Z] ok github.com/docker/docker/pkg/jsonmessage 0.289s coverage: 91.7% of statements [2022-01-31T14:05:11.980Z] check_test.go:379: [dba0c77839458] daemon is not started [2022-01-31T14:05:12.025Z] --- PASS: TestNetworkDBNodeLeave (2.85s) [2022-01-31T14:05:12.025Z] === RUN TestNetworkDBWatch [2022-01-31T14:05:12.505Z] === RUN TestStandardLongPath [2022-01-31T14:05:12.505Z] --- PASS: TestStandardLongPath (0.00s) [2022-01-31T14:05:12.505Z] === RUN TestUNCLongPath [2022-01-31T14:05:12.505Z] --- PASS: TestUNCLongPath (0.00s) [2022-01-31T14:05:12.505Z] PASS [2022-01-31T14:05:12.505Z] coverage: 100.0% of statements [2022-01-31T14:05:12.505Z] ok github.com/docker/docker/pkg/longpath 0.050s coverage: 100.0% of statements [2022-01-31T14:05:12.679Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.31s) [2022-01-31T14:05:12.679Z] === RUN TestCgroupNamespacesRunHostMode [2022-01-31T14:05:13.511Z] === RUN TestNameFormat [2022-01-31T14:05:13.511Z] --- PASS: TestNameFormat (0.00s) [2022-01-31T14:05:13.511Z] === RUN TestNameRetries [2022-01-31T14:05:13.511Z] --- PASS: TestNameRetries (0.00s) [2022-01-31T14:05:13.511Z] PASS [2022-01-31T14:05:13.511Z] coverage: 85.7% of statements [2022-01-31T14:05:13.511Z] ok github.com/docker/docker/pkg/namesgenerator 0.044s coverage: 85.7% of statements [2022-01-31T14:05:13.511Z] 2022/01/31 14:05:13 Closing DB instances... [2022-01-31T14:05:13.608Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-01-31T14:05:13.608Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-01-31T14:05:14.516Z] === RUN TestParseKeyValueOpt [2022-01-31T14:05:14.516Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-01-31T14:05:14.516Z] === RUN TestParseUintList [2022-01-31T14:05:14.516Z] --- PASS: TestParseUintList (0.00s) [2022-01-31T14:05:14.516Z] === RUN TestParseUintListMaximumLimits [2022-01-31T14:05:14.516Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-01-31T14:05:14.516Z] PASS [2022-01-31T14:05:14.516Z] coverage: 97.0% of statements [2022-01-31T14:05:14.516Z] ok github.com/docker/docker/pkg/parsers 0.050s coverage: 97.0% of statements [2022-01-31T14:05:14.539Z] === RUN TestDockerSuite/TestBuildIidFile [2022-01-31T14:05:14.975Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-01-31T14:05:14.975Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-01-31T14:05:14.994Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-01-31T14:05:14.994Z] === RUN TestNetworkDBBulkSync [2022-01-31T14:05:15.101Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-01-31T14:05:15.471Z] === RUN TestNewAndRemove [2022-01-31T14:05:15.471Z] --- PASS: TestNewAndRemove (0.00s) [2022-01-31T14:05:15.471Z] === RUN TestRemoveInvalidPath [2022-01-31T14:05:15.471Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-01-31T14:05:15.471Z] PASS [2022-01-31T14:05:15.471Z] coverage: 82.6% of statements [2022-01-31T14:05:15.471Z] ok github.com/docker/docker/pkg/pidfile 0.055s coverage: 82.6% of statements [2022-01-31T14:05:15.663Z] === RUN TestDockerSuite/TestBuildInheritance [2022-01-31T14:05:15.904Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-01-31T14:05:15.904Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-01-31T14:05:16.224Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-01-31T14:05:16.466Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-01-31T14:05:16.466Z] === RUN TestCgroupNamespacesRunOlderClient [2022-01-31T14:05:16.476Z] 2022/01/31 14:05:15 Closing DB instances... [2022-01-31T14:05:16.785Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-01-31T14:05:16.785Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-01-31T14:05:16.936Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-31T14:05:16.936Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-31T14:05:17.483Z] === RUN TestFailedConnection [2022-01-31T14:05:17.483Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-01-31T14:05:17.483Z] === RUN TestNetworkDBCRUDMediumCluster [2022-01-31T14:05:17.711Z] === RUN TestDockerSuite/TestBuildLabel [2022-01-31T14:05:17.832Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.12s) [2022-01-31T14:05:17.832Z] === RUN TestNISDomainname [2022-01-31T14:05:17.924Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-31T14:05:18.089Z] --- PASS: TestNISDomainname (0.52s) [2022-01-31T14:05:18.089Z] === RUN TestHostnameDnsResolution [2022-01-31T14:05:18.273Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-01-31T14:05:18.529Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-01-31T14:05:18.919Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-31T14:05:19.018Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-01-31T14:05:19.018Z] === RUN TestUnprivilegedPortsAndPing [2022-01-31T14:05:19.090Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-01-31T14:05:19.346Z] === RUN TestDockerSuite/TestBuildLabels [2022-01-31T14:05:19.581Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s) [2022-01-31T14:05:19.581Z] === RUN TestStats [2022-01-31T14:05:19.602Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-01-31T14:05:19.738Z] --- PASS: TestGetAddress (26.90s) [2022-01-31T14:05:19.738Z] === RUN TestRequestSyntaxCheck [2022-01-31T14:05:19.738Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-01-31T14:05:19.738Z] === RUN TestRequest [2022-01-31T14:05:19.738Z] --- PASS: TestFailedConnection (2.15s) [2022-01-31T14:05:19.738Z] === RUN TestFailOnce [2022-01-31T14:05:19.738Z] 2022/01/31 14:05:19 http: panic serving 127.0.0.1:49284: Plugin not ready [2022-01-31T14:05:19.738Z] goroutine 34 [running]: [2022-01-31T14:05:19.738Z] net/http.(*conn).serve.func1() [2022-01-31T14:05:19.738Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-01-31T14:05:19.738Z] panic({0x61ac20, 0x7273d0}) [2022-01-31T14:05:19.738Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-01-31T14:05:19.738Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xaed2f87a532aa117}, 0xc000161a98) [2022-01-31T14:05:19.738Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-01-31T14:05:19.738Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x734170, 0xc00016a000}, 0x56f3e6) [2022-01-31T14:05:19.738Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-01-31T14:05:19.738Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x734170, 0xc00016a000}, 0xc0001aa000) [2022-01-31T14:05:19.738Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-01-31T14:05:19.738Z] net/http.serverHandler.ServeHTTP({0x732770}, {0x734170, 0xc00016a000}, 0xc0001aa000) [2022-01-31T14:05:19.738Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-01-31T14:05:19.738Z] net/http.(*conn).serve(0xc0001a0000, {0x736000, 0xc0001820c0}) [2022-01-31T14:05:19.738Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-01-31T14:05:19.738Z] created by net/http.(*Server).Serve [2022-01-31T14:05:19.738Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-01-31T14:05:19.738Z] time="2022-01-31T14:05:19Z" 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-01-31T14:05:20.490Z] --- PASS: TestBuildMultiStageCopy (13.73s) [2022-01-31T14:05:20.490Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.30s) [2022-01-31T14:05:20.490Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.85s) [2022-01-31T14:05:20.490Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.03s) [2022-01-31T14:05:20.490Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.21s) [2022-01-31T14:05:20.490Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.35s) [2022-01-31T14:05:20.490Z] === RUN TestBuildMultiStageParentConfig [2022-01-31T14:05:20.614Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-01-31T14:05:20.751Z] 2022/01/31 14:05:20 Closing DB instances... [2022-01-31T14:05:20.751Z] --- PASS: TestFailOnce (1.25s) [2022-01-31T14:05:20.751Z] === RUN TestEchoInputOutput [2022-01-31T14:05:20.751Z] --- PASS: TestEchoInputOutput (0.00s) [2022-01-31T14:05:20.751Z] === RUN TestBackoff [2022-01-31T14:05:20.751Z] --- PASS: TestBackoff (0.00s) [2022-01-31T14:05:20.751Z] === RUN TestAbortRetry [2022-01-31T14:05:20.751Z] --- PASS: TestAbortRetry (0.00s) [2022-01-31T14:05:20.751Z] === RUN TestClientScheme [2022-01-31T14:05:20.751Z] --- PASS: TestClientScheme (0.00s) [2022-01-31T14:05:20.751Z] === RUN TestNewClientWithTimeout [2022-01-31T14:05:21.229Z] time="2022-01-31T14:05:21Z" 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-01-31T14:05:22.098Z] --- PASS: TestStats (2.42s) [2022-01-31T14:05:22.098Z] === RUN TestStopContainerWithTimeout [2022-01-31T14:05:22.098Z] === RUN TestStopContainerWithTimeout/0 [2022-01-31T14:05:22.098Z] === PAUSE TestStopContainerWithTimeout/0 [2022-01-31T14:05:22.098Z] === RUN TestStopContainerWithTimeout/1 [2022-01-31T14:05:22.098Z] === PAUSE TestStopContainerWithTimeout/1 [2022-01-31T14:05:22.098Z] === RUN TestStopContainerWithTimeout/3 [2022-01-31T14:05:22.098Z] === PAUSE TestStopContainerWithTimeout/3 [2022-01-31T14:05:22.098Z] === RUN TestStopContainerWithTimeout/-1 [2022-01-31T14:05:22.098Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-01-31T14:05:22.098Z] === CONT TestStopContainerWithTimeout/0 [2022-01-31T14:05:22.098Z] === CONT TestStopContainerWithTimeout/3 [2022-01-31T14:05:22.354Z] === CONT TestStopContainerWithTimeout/-1 [2022-01-31T14:05:22.504Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-01-31T14:05:22.504Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-01-31T14:05:22.504Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-01-31T14:05:22.824Z] time="2022-01-31T14:05:22Z" 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-01-31T14:05:23.429Z] === RUN TestDockerSuite/TestBuildLastModified [2022-01-31T14:05:23.443Z] --- PASS: TestBuildMultiStageParentConfig (2.62s) [2022-01-31T14:05:23.443Z] === RUN TestBuildLabelWithTargets [2022-01-31T14:05:23.443Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:05:23.443Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-01-31T14:05:23.443Z] === RUN TestBuildWithEmptyLayers [2022-01-31T14:05:23.831Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.14s) [2022-01-31T14:05:23.831Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-01-31T14:05:24.243Z] === CONT TestStopContainerWithTimeout/1 [2022-01-31T14:05:24.430Z] --- PASS: TestBuildWithEmptyLayers (1.38s) [2022-01-31T14:05:24.430Z] === RUN TestBuildMultiStageOnBuild [2022-01-31T14:05:24.835Z] docker_api_swarm_test.go:46: [d61aba96828b7] joining swarm manager [db8732fcf9568]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:05:24.836Z] 2022/01/31 14:05:24 Closing DB instances... [2022-01-31T14:05:25.313Z] time="2022-01-31T14:05:25Z" 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 4s" [2022-01-31T14:05:26.136Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-01-31T14:05:26.136Z] --- PASS: TestStopContainerWithTimeout/0 (0.61s) [2022-01-31T14:05:26.136Z] --- PASS: TestStopContainerWithTimeout/3 (2.50s) [2022-01-31T14:05:26.136Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2022-01-31T14:05:26.136Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-01-31T14:05:26.136Z] === RUN TestDeleteDevicemapper [2022-01-31T14:05:26.136Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-31T14:05:26.136Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-01-31T14:05:26.136Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-31T14:05:26.317Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-01-31T14:05:26.317Z] === RUN TestNetworkDBGarbageCollection [2022-01-31T14:05:27.064Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.31s) [2022-01-31T14:05:27.064Z] === RUN TestUpdateMemory [2022-01-31T14:05:27.627Z] --- PASS: TestUpdateMemory (0.53s) [2022-01-31T14:05:27.627Z] === RUN TestUpdateCPUQuota [2022-01-31T14:05:28.099Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-01-31T14:05:28.556Z] --- PASS: TestUpdateCPUQuota (0.77s) [2022-01-31T14:05:28.556Z] === RUN TestUpdatePidsLimit [2022-01-31T14:05:28.556Z] === RUN TestUpdatePidsLimit/update_from_none [2022-01-31T14:05:28.556Z] === RUN TestUpdatePidsLimit/no_change [2022-01-31T14:05:28.813Z] === RUN TestUpdatePidsLimit/update_lower [2022-01-31T14:05:29.069Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-01-31T14:05:29.324Z] --- PASS: TestRequest (9.72s) [2022-01-31T14:05:29.324Z] === RUN TestOverlappingRequests [2022-01-31T14:05:29.326Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-01-31T14:05:29.326Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-01-31T14:05:29.582Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-01-31T14:05:29.805Z] --- PASS: TestOverlappingRequests (0.46s) [2022-01-31T14:05:29.805Z] === RUN TestRelease [2022-01-31T14:05:29.805Z] time="2022-01-31T14:05:29Z" 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-01-31T14:05:30.144Z] --- PASS: TestUpdatePidsLimit (1.90s) [2022-01-31T14:05:30.144Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2022-01-31T14:05:30.144Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-01-31T14:05:30.144Z] --- PASS: TestUpdatePidsLimit/update_lower (0.31s) [2022-01-31T14:05:30.144Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-01-31T14:05:30.144Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-01-31T14:05:30.144Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s) [2022-01-31T14:05:30.144Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2022-01-31T14:05:30.144Z] === RUN TestUpdateRestartPolicy [2022-01-31T14:05:31.397Z] --- PASS: TestRelease (1.82s) [2022-01-31T14:05:31.397Z] === RUN TestAllocateRandomDeallocate [2022-01-31T14:05:31.450Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-01-31T14:05:31.450Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-01-31T14:05:31.450Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-01-31T14:05:31.450Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-01-31T14:05:31.450Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-01-31T14:05:31.706Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-01-31T14:05:33.596Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-01-31T14:05:34.217Z] 567fd00846e9: Pull complete [2022-01-31T14:05:34.217Z] Digest: sha256:ab693245cc2f6c018a5718b9ded9eac109629e207907df81991f449d138cd85c [2022-01-31T14:05:34.217Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:05:34.217Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-01-31T14:05:34.217Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-01-31T14:05:34.217Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2458' [2022-01-31T14:05:34.217Z] WARN: Skipping validation tests [2022-01-31T14:05:34.217Z] INFO: Running unit tests at 01/31/2022 14:05:26... [2022-01-31T14:05:34.217Z] INFO: make.ps1 starting at 01/31/2022 14:05:32 [2022-01-31T14:05:34.217Z] INFO: Git commit (af819bf623) assumed from DOCKER_GITCOMMIT environment variable [2022-01-31T14:05:34.217Z] INFO: Invoking autogen... [2022-01-31T14:05:34.217Z] INFO: Running unit tests... [2022-01-31T14:05:34.524Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-01-31T14:05:37.336Z] --- PASS: TestAllocateRandomDeallocate (5.94s) [2022-01-31T14:05:37.336Z] === RUN TestRetrieveFromStore [2022-01-31T14:05:38.341Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-01-31T14:05:38.341Z] === RUN TestClientStream [2022-01-31T14:05:38.341Z] --- PASS: TestClientStream (0.00s) [2022-01-31T14:05:38.341Z] === RUN TestClientSendFile [2022-01-31T14:05:38.341Z] --- PASS: TestClientSendFile (0.00s) [2022-01-31T14:05:38.341Z] === RUN TestClientWithRequestTimeout [2022-01-31T14:05:38.341Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-01-31T14:05:38.341Z] === RUN TestFileSpecPlugin [2022-01-31T14:05:38.341Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-01-31T14:05:38.341Z] === RUN TestFileJSONSpecPlugin [2022-01-31T14:05:38.341Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-01-31T14:05:38.341Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-01-31T14:05:38.341Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-01-31T14:05:38.341Z] === RUN TestPluginAddHandler [2022-01-31T14:05:38.341Z] --- PASS: TestPluginAddHandler (0.00s) [2022-01-31T14:05:38.341Z] === RUN TestPluginWaitBadPlugin [2022-01-31T14:05:38.341Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-01-31T14:05:38.341Z] === RUN TestGet [2022-01-31T14:05:38.341Z] time="2022-01-31T14:05:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-01-31T14:05:38.689Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-01-31T14:05:38.689Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-01-31T14:05:38.945Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-01-31T14:05:39.343Z] --- PASS: TestRetrieveFromStore (1.82s) [2022-01-31T14:05:39.343Z] === RUN TestRequestReleaseAddressDuplicate [2022-01-31T14:05:39.343Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-01-31T14:05:39.343Z] === RUN TestParallelPredefinedRequest1 [2022-01-31T14:05:39.343Z] === PAUSE TestParallelPredefinedRequest1 [2022-01-31T14:05:39.343Z] === RUN TestParallelPredefinedRequest2 [2022-01-31T14:05:39.343Z] === PAUSE TestParallelPredefinedRequest2 [2022-01-31T14:05:39.343Z] === RUN TestParallelPredefinedRequest3 [2022-01-31T14:05:39.343Z] === PAUSE TestParallelPredefinedRequest3 [2022-01-31T14:05:39.343Z] === RUN TestParallelPredefinedRequest4 [2022-01-31T14:05:39.343Z] === PAUSE TestParallelPredefinedRequest4 [2022-01-31T14:05:39.343Z] === RUN TestParallelPredefinedRequest5 [2022-01-31T14:05:39.343Z] === PAUSE TestParallelPredefinedRequest5 [2022-01-31T14:05:39.343Z] === RUN TestDebug [2022-01-31T14:05:39.343Z] --- PASS: TestDebug (0.00s) [2022-01-31T14:05:39.343Z] === RUN TestRequestPoolParallel [2022-01-31T14:05:39.343Z] --- PASS: TestRequestPoolParallel (0.29s) [2022-01-31T14:05:39.343Z] === RUN TestFullAllocateRelease [2022-01-31T14:05:39.365Z] --- PASS: TestBuildMultiStageOnBuild (13.87s) [2022-01-31T14:05:39.365Z] === RUN TestBuildUncleanTarFilenames [2022-01-31T14:05:39.365Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:05:39.365Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-01-31T14:05:39.365Z] === RUN TestBuildMultiStageLayerLeak [2022-01-31T14:05:39.827Z] time="2022-01-31T14:05:39Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-01-31T14:05:40.306Z] --- PASS: TestFullAllocateRelease (0.58s) [2022-01-31T14:05:40.306Z] === RUN TestOddAllocateRelease [2022-01-31T14:05:40.306Z] --- PASS: TestOddAllocateRelease (0.38s) [2022-01-31T14:05:40.306Z] === RUN TestFullAllocateSerialReleaseParallel [2022-01-31T14:05:40.783Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.12s) [2022-01-31T14:05:40.783Z] === RUN TestOddAllocateSerialReleaseParallel [2022-01-31T14:05:40.783Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-01-31T14:05:40.783Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-01-31T14:05:40.783Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-01-31T14:05:40.783Z] === CONT TestParallelPredefinedRequest1 [2022-01-31T14:05:40.783Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:05:40.783Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-01-31T14:05:40.783Z] === CONT TestParallelPredefinedRequest4 [2022-01-31T14:05:40.783Z] === CONT TestParallelPredefinedRequest2 [2022-01-31T14:05:40.783Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:05:40.783Z] === CONT TestParallelPredefinedRequest4 [2022-01-31T14:05:40.783Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:05:40.783Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-01-31T14:05:40.783Z] === CONT TestParallelPredefinedRequest3 [2022-01-31T14:05:40.783Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:05:40.783Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-01-31T14:05:40.783Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-01-31T14:05:40.783Z] === CONT TestParallelPredefinedRequest5 [2022-01-31T14:05:40.783Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:05:40.783Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-01-31T14:05:40.783Z] PASS [2022-01-31T14:05:40.783Z] coverage: 85.3% of statements [2022-01-31T14:05:40.783Z] ok github.com/docker/docker/libnetwork/ipam 57.148s coverage: 85.3% of statements [2022-01-31T14:05:41.462Z] --- PASS: TestImportExtremelyLargeImageWorks (173.14s) [2022-01-31T14:05:41.462Z] PASS [2022-01-31T14:05:41.462Z] [2022-01-31T14:05:41.462Z] DONE 22 tests in 176.933s [2022-01-31T14:05:41.462Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-01-31T14:05:41.462Z] ++ 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-01-31T14:05:41.462Z] ++ set -e [2022-01-31T14:05:41.462Z] ++ '[' -n 0 ']' [2022-01-31T14:05:41.462Z] ++ set -x [2022-01-31T14:05:41.462Z] ++ 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-01-31T14:05:41.462Z] INFO: Testing against a local daemon [2022-01-31T14:05:41.462Z] === RUN TestNetworkCreateDelete [2022-01-31T14:05:41.462Z] --- PASS: TestNetworkCreateDelete (0.21s) [2022-01-31T14:05:41.462Z] === RUN TestDockerNetworkDeletePreferID [2022-01-31T14:05:41.790Z] time="2022-01-31T14:05:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-01-31T14:05:41.790Z] === RUN TestParseEmptyInterface [2022-01-31T14:05:41.790Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-01-31T14:05:41.790Z] === RUN TestParseNonInterfaceType [2022-01-31T14:05:41.790Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-01-31T14:05:41.790Z] === RUN TestParseWithOneFunction [2022-01-31T14:05:41.790Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-01-31T14:05:41.790Z] === RUN TestParseWithMultipleFuncs [2022-01-31T14:05:41.790Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-01-31T14:05:41.790Z] === RUN TestParseWithUnnamedReturn [2022-01-31T14:05:41.790Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-01-31T14:05:41.790Z] === RUN TestEmbeddedInterface [2022-01-31T14:05:41.790Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-01-31T14:05:41.790Z] === RUN TestParsedImports [2022-01-31T14:05:41.790Z] --- PASS: TestParsedImports (0.00s) [2022-01-31T14:05:41.790Z] === RUN TestAliasedImports [2022-01-31T14:05:41.790Z] --- PASS: TestAliasedImports (0.00s) [2022-01-31T14:05:41.790Z] PASS [2022-01-31T14:05:41.790Z] coverage: 56.8% of statements [2022-01-31T14:05:41.790Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.060s coverage: 56.8% of statements [2022-01-31T14:05:42.143Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2022-01-31T14:05:42.143Z] === RUN TestDaemonDNSFallback [2022-01-31T14:05:42.363Z] --- PASS: TestUpdateRestartPolicy (10.80s) [2022-01-31T14:05:42.363Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-31T14:05:42.363Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-01-31T14:05:42.363Z] === RUN TestWaitNonBlocked [2022-01-31T14:05:42.363Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:05:42.363Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:05:42.363Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:05:42.363Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:05:42.363Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:05:42.363Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:05:42.363Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-01-31T14:05:42.363Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.59s) [2022-01-31T14:05:42.363Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.62s) [2022-01-31T14:05:42.363Z] === RUN TestWaitBlocked [2022-01-31T14:05:42.363Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T14:05:42.363Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T14:05:42.363Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T14:05:42.363Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T14:05:42.363Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-31T14:05:42.363Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-01-31T14:05:42.705Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-01-31T14:05:42.925Z] --- PASS: TestWaitBlocked (0.01s) [2022-01-31T14:05:42.925Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s) [2022-01-31T14:05:42.925Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.70s) [2022-01-31T14:05:42.925Z] === CONT TestContainerStartOnDaemonRestart [2022-01-31T14:05:42.925Z] === CONT TestRestartDaemonWithRestartingContainer [2022-01-31T14:05:43.407Z] === RUN TestHTTPTransport [2022-01-31T14:05:43.407Z] --- PASS: TestHTTPTransport (0.00s) [2022-01-31T14:05:43.407Z] PASS [2022-01-31T14:05:43.407Z] coverage: 85.7% of statements [2022-01-31T14:05:43.407Z] ok github.com/docker/docker/pkg/plugins/transport 0.047s coverage: 85.7% of statements [2022-01-31T14:05:43.634Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-01-31T14:05:44.412Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-01-31T14:05:44.412Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-31T14:05:44.412Z] === RUN TestBufioReaderPoolPutAndGet [2022-01-31T14:05:44.412Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-01-31T14:05:44.412Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-01-31T14:05:44.412Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-01-31T14:05:44.412Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-01-31T14:05:44.412Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-31T14:05:44.412Z] === RUN TestBufioWriterPoolPutAndGet [2022-01-31T14:05:44.412Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-01-31T14:05:44.412Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-01-31T14:05:44.412Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-01-31T14:05:44.412Z] === RUN TestBufferPoolPutAndGet [2022-01-31T14:05:44.412Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-01-31T14:05:44.412Z] PASS [2022-01-31T14:05:44.412Z] coverage: 88.2% of statements [2022-01-31T14:05:44.412Z] ok github.com/docker/docker/pkg/pools 0.049s coverage: 88.2% of statements [2022-01-31T14:05:44.661Z] 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/namesgenerator/cmd/names-generator 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-01-31T14:05:44.817Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.95s) [2022-01-31T14:05:44.817Z] === CONT TestIpcModeOlderClient [2022-01-31T14:05:44.817Z] === CONT TestContainerKillOnDaemonStart [2022-01-31T14:05:44.817Z] --- PASS: TestContainerStartOnDaemonRestart (1.99s) [2022-01-31T14:05:44.817Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-01-31T14:05:44.817Z] === CONT TestDaemonHostGatewayIP [2022-01-31T14:05:44.896Z] === RUN TestOutputOnPrematureClose [2022-01-31T14:05:44.896Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-01-31T14:05:44.896Z] === RUN TestCompleteSilently [2022-01-31T14:05:44.896Z] --- PASS: TestCompleteSilently (0.00s) [2022-01-31T14:05:44.896Z] PASS [2022-01-31T14:05:44.896Z] coverage: 75.9% of statements [2022-01-31T14:05:44.896Z] ok github.com/docker/docker/pkg/progress 0.043s coverage: 75.9% of statements [2022-01-31T14:05:45.372Z] time="2022-01-31T14:05:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-01-31T14:05:45.854Z] === RUN TestSendToOneSub [2022-01-31T14:05:45.854Z] --- PASS: TestSendToOneSub (0.00s) [2022-01-31T14:05:45.854Z] === RUN TestSendToMultipleSubs [2022-01-31T14:05:45.854Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-01-31T14:05:45.854Z] === RUN TestEvictOneSub [2022-01-31T14:05:45.854Z] --- PASS: TestEvictOneSub (0.00s) [2022-01-31T14:05:45.854Z] === RUN TestClosePublisher [2022-01-31T14:05:45.854Z] --- PASS: TestClosePublisher (0.00s) [2022-01-31T14:05:45.854Z] === RUN TestPubSubRace [2022-01-31T14:05:46.170Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-01-31T14:05:46.860Z] --- PASS: TestPubSubRace (1.07s) [2022-01-31T14:05:46.860Z] PASS [2022-01-31T14:05:46.860Z] coverage: 75.0% of statements [2022-01-31T14:05:46.860Z] ok github.com/docker/docker/pkg/pubsub 1.124s coverage: 75.0% of statements [2022-01-31T14:05:47.335Z] --- PASS: TestDaemonHostGatewayIP (2.39s) [2022-01-31T14:05:47.335Z] === CONT TestDaemonRestartIpcMode [2022-01-31T14:05:47.866Z] === RUN TestRegister [2022-01-31T14:05:47.866Z] --- PASS: TestRegister (0.00s) [2022-01-31T14:05:47.866Z] === RUN TestCommand [2022-01-31T14:05:47.866Z] --- PASS: TestCommand (0.04s) [2022-01-31T14:05:47.866Z] === RUN TestNaiveSelf [2022-01-31T14:05:47.866Z] --- PASS: TestNaiveSelf (0.04s) [2022-01-31T14:05:47.866Z] PASS [2022-01-31T14:05:47.866Z] coverage: 82.4% of statements [2022-01-31T14:05:47.866Z] ok github.com/docker/docker/pkg/reexec 0.124s coverage: 82.4% of statements [2022-01-31T14:05:48.707Z] --- PASS: TestDaemonDNSFallback (6.57s) [2022-01-31T14:05:48.707Z] === RUN TestInspectNetwork [2022-01-31T14:05:48.707Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-01-31T14:05:48.876Z] === RUN TestDump [2022-01-31T14:05:48.876Z] goroutine 6 [running]: [2022-01-31T14:05:48.876Z] github.com/docker/docker/pkg/stack.dump(0x104b6b7) [2022-01-31T14:05:48.876Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-31T14:05:48.876Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-01-31T14:05:48.876Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-01-31T14:05:48.876Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-01-31T14:05:48.876Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-01-31T14:05:48.876Z] testing.tRunner(0xc000118340, 0x11b8e68) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:05:48.876Z] created by testing.(*T).Run [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-31T14:05:48.876Z] [2022-01-31T14:05:48.876Z] goroutine 1 [chan receive]: [2022-01-31T14:05:48.876Z] testing.(*T).Run(0xc0001181a0, {0x11aa52e, 0x102a413}, 0x11b8e68) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-31T14:05:48.876Z] testing.runTests.func1(0xc000068750) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-31T14:05:48.876Z] testing.tRunner(0xc0001181a0, 0xc000071ce0) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:05:48.876Z] testing.runTests(0xc000076080, {0x131cba0, 0x3, 0x3}, {0x104a90d, 0x11ac228, 0x1321640}) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-31T14:05:48.876Z] testing.(*M).Run(0xc000076080) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-31T14:05:48.876Z] main.main() [2022-01-31T14:05:48.876Z] _testmain.go:95 +0x1f5 [2022-01-31T14:05:48.876Z] --- PASS: TestDump (0.00s) [2022-01-31T14:05:48.876Z] === RUN TestDumpToFile [2022-01-31T14:05:48.876Z] --- PASS: TestDumpToFile (0.25s) [2022-01-31T14:05:48.876Z] === RUN TestDumpToFileWithEmptyInput [2022-01-31T14:05:48.876Z] goroutine 18 [running]: [2022-01-31T14:05:48.876Z] github.com/docker/docker/pkg/stack.dump(0x10b86f4) [2022-01-31T14:05:48.876Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-31T14:05:48.876Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x10b8aa0}) [2022-01-31T14:05:48.876Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-01-31T14:05:48.876Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0x0) [2022-01-31T14:05:48.876Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-01-31T14:05:48.876Z] testing.tRunner(0xc0000841a0, 0x11b8e58) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:05:48.876Z] created by testing.(*T).Run [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-31T14:05:48.876Z] [2022-01-31T14:05:48.876Z] goroutine 1 [chan receive]: [2022-01-31T14:05:48.876Z] testing.(*T).Run(0xc0001181a0, {0x11b12ba, 0x102a413}, 0x11b8e58) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-31T14:05:48.876Z] testing.runTests.func1(0xc000068750) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-31T14:05:48.876Z] testing.tRunner(0xc0001181a0, 0xc000071ce0) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:05:48.876Z] testing.runTests(0xc000076080, {0x131cba0, 0x3, 0x3}, {0x104a90d, 0x11ac228, 0x1321640}) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-31T14:05:48.876Z] testing.(*M).Run(0xc000076080) [2022-01-31T14:05:48.876Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-31T14:05:48.876Z] main.main() [2022-01-31T14:05:48.876Z] _testmain.go:95 +0x1f5 [2022-01-31T14:05:48.876Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-01-31T14:05:48.876Z] PASS [2022-01-31T14:05:48.876Z] coverage: 90.9% of statements [2022-01-31T14:05:48.876Z] ok github.com/docker/docker/pkg/stack 0.309s coverage: 90.9% of statements [2022-01-31T14:05:49.225Z] --- PASS: TestDaemonRestartIpcMode (2.10s) [2022-01-31T14:05:49.268Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-01-31T14:05:49.793Z] --- PASS: TestBuildMultiStageLayerLeak (11.37s) [2022-01-31T14:05:49.793Z] === RUN TestBuildWithHugeFile [2022-01-31T14:05:49.880Z] === RUN TestNewStdWriter [2022-01-31T14:05:49.880Z] --- PASS: TestNewStdWriter (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestWriteWithUninitializedStdWriter [2022-01-31T14:05:49.880Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestWriteWithNilBytes [2022-01-31T14:05:49.880Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestWrite [2022-01-31T14:05:49.880Z] --- PASS: TestWrite (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestWriteWithWriterError [2022-01-31T14:05:49.880Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-01-31T14:05:49.880Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestStdCopyWriteAndRead [2022-01-31T14:05:49.880Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-01-31T14:05:49.880Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-01-31T14:05:49.880Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-01-31T14:05:49.880Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestStdCopyWithInvalidInputHeader [2022-01-31T14:05:49.880Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestStdCopyWithCorruptedPrefix [2022-01-31T14:05:49.880Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestStdCopyReturnsWriteErrors [2022-01-31T14:05:49.880Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-01-31T14:05:49.880Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-01-31T14:05:49.880Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-01-31T14:05:49.880Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-01-31T14:05:49.880Z] PASS [2022-01-31T14:05:49.880Z] coverage: 100.0% of statements [2022-01-31T14:05:49.880Z] ok github.com/docker/docker/pkg/stdcopy 0.052s coverage: 100.0% of statements [2022-01-31T14:05:50.886Z] === RUN TestRawProgressFormatterFormatStatus [2022-01-31T14:05:50.886Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-01-31T14:05:50.886Z] === RUN TestRawProgressFormatterFormatProgress [2022-01-31T14:05:50.886Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-01-31T14:05:50.886Z] === RUN TestFormatStatus [2022-01-31T14:05:50.886Z] --- PASS: TestFormatStatus (0.00s) [2022-01-31T14:05:50.886Z] === RUN TestFormatError [2022-01-31T14:05:50.886Z] --- PASS: TestFormatError (0.00s) [2022-01-31T14:05:50.886Z] === RUN TestFormatJSONError [2022-01-31T14:05:50.886Z] --- PASS: TestFormatJSONError (0.00s) [2022-01-31T14:05:50.886Z] === RUN TestJsonProgressFormatterFormatProgress [2022-01-31T14:05:50.886Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-01-31T14:05:50.886Z] === RUN TestJsonProgressFormatterFormatStatus [2022-01-31T14:05:50.886Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-01-31T14:05:50.886Z] === RUN TestNewJSONProgressOutput [2022-01-31T14:05:50.886Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-01-31T14:05:50.886Z] === RUN TestAuxFormatterEmit [2022-01-31T14:05:50.886Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-01-31T14:05:50.886Z] === RUN TestStreamWriterStdout [2022-01-31T14:05:50.886Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-01-31T14:05:50.886Z] === RUN TestStreamWriterStderr [2022-01-31T14:05:50.886Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-01-31T14:05:50.886Z] PASS [2022-01-31T14:05:50.886Z] coverage: 66.2% of statements [2022-01-31T14:05:50.886Z] ok github.com/docker/docker/pkg/streamformatter 0.050s coverage: 66.2% of statements [2022-01-31T14:05:51.153Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-01-31T14:05:51.153Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-01-31T14:05:51.153Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-01-31T14:05:51.362Z] === RUN TestGenerateRandomID [2022-01-31T14:05:51.362Z] --- PASS: TestGenerateRandomID (0.00s) [2022-01-31T14:05:51.362Z] === RUN TestShortenId [2022-01-31T14:05:51.362Z] --- PASS: TestShortenId (0.00s) [2022-01-31T14:05:51.362Z] === RUN TestShortenSha256Id [2022-01-31T14:05:51.362Z] --- PASS: TestShortenSha256Id (0.00s) [2022-01-31T14:05:51.362Z] === RUN TestShortenIdEmpty [2022-01-31T14:05:51.362Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-01-31T14:05:51.362Z] === RUN TestShortenIdInvalid [2022-01-31T14:05:51.362Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-01-31T14:05:51.362Z] === RUN TestIsShortIDNonHex [2022-01-31T14:05:51.362Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-01-31T14:05:51.362Z] === RUN TestIsShortIDNotCorrectSize [2022-01-31T14:05:51.362Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-01-31T14:05:51.362Z] PASS [2022-01-31T14:05:51.362Z] coverage: 70.6% of statements [2022-01-31T14:05:51.362Z] ok github.com/docker/docker/pkg/stringid 0.048s coverage: 70.6% of statements [2022-01-31T14:05:52.079Z] === RUN TestInspectNetwork/full_network_id [2022-01-31T14:05:52.080Z] === RUN TestInspectNetwork/partial_network_id [2022-01-31T14:05:52.080Z] === RUN TestInspectNetwork/network_name [2022-01-31T14:05:52.335Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-01-31T14:05:52.367Z] === RUN TestIsCpusetListAvailable [2022-01-31T14:05:52.367Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-01-31T14:05:52.367Z] PASS [2022-01-31T14:05:52.367Z] coverage: 39.4% of statements [2022-01-31T14:05:52.367Z] ok github.com/docker/docker/pkg/sysinfo 0.049s coverage: 39.4% of statements [2022-01-31T14:05:53.375Z] --- PASS: TestGet (15.03s) [2022-01-31T14:05:53.375Z] === RUN TestPluginWithNoManifest [2022-01-31T14:05:53.375Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-01-31T14:05:53.375Z] === RUN TestGetAll [2022-01-31T14:05:53.375Z] --- PASS: TestGetAll (0.01s) [2022-01-31T14:05:53.375Z] PASS [2022-01-31T14:05:53.375Z] coverage: 73.2% of statements [2022-01-31T14:05:53.860Z] ok github.com/docker/docker/pkg/plugins 36.149s coverage: 73.2% of statements [2022-01-31T14:05:54.228Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-01-31T14:05:54.228Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-01-31T14:05:54.338Z] === RUN TestChtimes [2022-01-31T14:05:54.338Z] --- PASS: TestChtimes (0.00s) [2022-01-31T14:05:54.338Z] === RUN TestChtimesWindows [2022-01-31T14:05:54.338Z] --- PASS: TestChtimesWindows (0.00s) [2022-01-31T14:05:54.338Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-01-31T14:05:54.338Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-01-31T14:05:54.338Z] === RUN TestEnsureRemoveAllNotExist [2022-01-31T14:05:54.338Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-01-31T14:05:54.338Z] === RUN TestEnsureRemoveAllWithDir [2022-01-31T14:05:54.338Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-01-31T14:05:54.338Z] === RUN TestEnsureRemoveAllWithFile [2022-01-31T14:05:54.338Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-01-31T14:05:54.338Z] === RUN TestHasWin32KSupport [2022-01-31T14:05:54.338Z] syscall_windows_test.go:8: win32k: true [2022-01-31T14:05:54.338Z] --- PASS: TestHasWin32KSupport (0.00s) [2022-01-31T14:05:54.338Z] PASS [2022-01-31T14:05:54.338Z] coverage: 13.0% of statements [2022-01-31T14:05:54.338Z] ok github.com/docker/docker/pkg/system 0.077s coverage: 13.0% of statements [2022-01-31T14:05:55.342Z] === RUN TestTailFile [2022-01-31T14:05:55.342Z] --- PASS: TestTailFile (0.00s) [2022-01-31T14:05:55.342Z] === RUN TestTailFileManyLines [2022-01-31T14:05:55.342Z] --- PASS: TestTailFileManyLines (0.00s) [2022-01-31T14:05:55.342Z] === RUN TestTailEmptyFile [2022-01-31T14:05:55.342Z] --- PASS: TestTailEmptyFile (0.00s) [2022-01-31T14:05:55.342Z] === RUN TestTailNegativeN [2022-01-31T14:05:55.342Z] --- PASS: TestTailNegativeN (0.00s) [2022-01-31T14:05:55.342Z] === RUN TestNewTailReader [2022-01-31T14:05:55.342Z] === PAUSE TestNewTailReader [2022-01-31T14:05:55.342Z] === CONT TestNewTailReader [2022-01-31T14:05:55.342Z] === RUN TestNewTailReader/no_delimiter [2022-01-31T14:05:55.342Z] === PAUSE TestNewTailReader/no_delimiter [2022-01-31T14:05:55.342Z] === RUN TestNewTailReader/single_byte_delimiter [2022-01-31T14:05:55.342Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-01-31T14:05:55.342Z] === RUN TestNewTailReader/2_byte_delimiter [2022-01-31T14:05:55.342Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-01-31T14:05:55.342Z] === RUN TestNewTailReader/4_byte_delimiter [2022-01-31T14:05:55.342Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-01-31T14:05:55.342Z] === RUN TestNewTailReader/8_byte_delimiter [2022-01-31T14:05:55.342Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-01-31T14:05:55.342Z] === RUN TestNewTailReader/12_byte_delimiter [2022-01-31T14:05:55.342Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-01-31T14:05:55.342Z] === RUN TestNewTailReader/truncated_last_line [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/no_delimiter [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/8_byte_delimiter [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.343Z] === CONT TestNewTailReader/4_byte_delimiter [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-31T14:05:55.343Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-31T14:05:55.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/single_byte_delimiter [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/2_byte_delimiter [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.344Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.344Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.592Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-01-31T14:05:55.592Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.823Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.823Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.823Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.824Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.824Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.824Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.825Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.825Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.825Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.826Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:55.826Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:55.827Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-31T14:05:56.354Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.02s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.02s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.03s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.354Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:05:56.355Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.04s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:05:56.356Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:05:56.357Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:05:56.357Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:05:56.357Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:05:56.357Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:05:56.357Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:05:56.357Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:05:56.357Z] PASS [2022-01-31T14:05:56.357Z] coverage: 88.6% of statements [2022-01-31T14:05:56.357Z] ok github.com/docker/docker/pkg/tailfile 0.295s coverage: 88.6% of statements [2022-01-31T14:05:56.357Z] === RUN TestTarSumRemoveNonExistent [2022-01-31T14:05:56.357Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-01-31T14:05:56.357Z] === RUN TestTarSumRemove [2022-01-31T14:05:56.357Z] --- PASS: TestTarSumRemove (0.00s) [2022-01-31T14:05:56.357Z] === RUN TestSortFileInfoSums [2022-01-31T14:05:56.357Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-01-31T14:05:56.357Z] === RUN TestNewTarSumForLabelInvalid [2022-01-31T14:05:56.357Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-01-31T14:05:56.357Z] === RUN TestNewTarSumForLabel [2022-01-31T14:05:56.357Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-01-31T14:05:56.357Z] === RUN TestEmptyTar [2022-01-31T14:05:56.357Z] --- PASS: TestEmptyTar (0.00s) [2022-01-31T14:05:56.357Z] === RUN TestTarSumsReadSize [2022-01-31T14:05:56.357Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-01-31T14:05:56.357Z] === RUN TestTarSums [2022-01-31T14:05:56.357Z] --- PASS: TestTarSums (0.10s) [2022-01-31T14:05:56.357Z] === RUN TestIteration [2022-01-31T14:05:56.357Z] --- PASS: TestIteration (0.00s) [2022-01-31T14:05:56.357Z] === RUN TestVersionLabelForChecksum [2022-01-31T14:05:56.357Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-01-31T14:05:56.357Z] === RUN TestVersion [2022-01-31T14:05:56.357Z] --- PASS: TestVersion (0.00s) [2022-01-31T14:05:56.357Z] === RUN TestGetVersion [2022-01-31T14:05:56.357Z] --- PASS: TestGetVersion (0.00s) [2022-01-31T14:05:56.357Z] === RUN TestGetVersions [2022-01-31T14:05:56.357Z] --- PASS: TestGetVersions (0.00s) [2022-01-31T14:05:56.357Z] PASS [2022-01-31T14:05:56.357Z] coverage: 89.3% of statements [2022-01-31T14:05:56.357Z] ok github.com/docker/docker/pkg/tarsum 0.189s coverage: 89.3% of statements [2022-01-31T14:05:56.519Z] --- PASS: TestInspectNetwork (7.94s) [2022-01-31T14:05:56.519Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-01-31T14:05:56.519Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-01-31T14:05:56.519Z] --- PASS: TestInspectNetwork/network_name (0.02s) [2022-01-31T14:05:56.519Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.01s) [2022-01-31T14:05:56.519Z] === RUN TestRunContainerWithBridgeNone [2022-01-31T14:05:56.835Z] testing: warning: no tests to run [2022-01-31T14:05:56.836Z] PASS [2022-01-31T14:05:56.836Z] coverage: [no statements] [2022-01-31T14:05:56.836Z] ok github.com/docker/docker/pkg/term/windows 0.050s coverage: [no statements] [no tests to run] [2022-01-31T14:05:56.836Z] === RUN TestTruncIndex [2022-01-31T14:05:56.836Z] --- PASS: TestTruncIndex (0.10s) [2022-01-31T14:05:56.836Z] PASS [2022-01-31T14:05:56.836Z] coverage: 91.5% of statements [2022-01-31T14:05:56.836Z] ok github.com/docker/docker/pkg/truncindex 0.151s coverage: 91.5% of statements [2022-01-31T14:05:57.182Z] ? github.com/docker/docker/api [no test files] [2022-01-31T14:05:57.310Z] --- PASS: TestContainerKillOnDaemonStart (11.66s) [2022-01-31T14:05:57.310Z] PASS [2022-01-31T14:05:57.310Z] [2022-01-31T14:05:57.310Z] === Skipped [2022-01-31T14:05:57.310Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-01-31T14:05:57.310Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T14:05:57.310Z] [2022-01-31T14:05:57.310Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-31T14:05:57.310Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-31T14:05:57.310Z] [2022-01-31T14:05:57.310Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-01-31T14:05:57.310Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-31T14:05:57.310Z] [2022-01-31T14:05:57.310Z] DONE 200 tests, 3 skipped in 113.454s [2022-01-31T14:05:57.310Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-01-31T14:05:57.310Z] ++ 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-01-31T14:05:57.310Z] ++ set -e [2022-01-31T14:05:57.310Z] ++ '[' -n 0 ']' [2022-01-31T14:05:57.310Z] ++ set -x [2022-01-31T14:05:57.310Z] ++ 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-01-31T14:05:57.310Z] === RUN TestConfigDaemonLibtrustID [2022-01-31T14:05:57.310Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-01-31T14:05:57.310Z] === RUN TestDaemonConfigValidation [2022-01-31T14:05:57.310Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-01-31T14:05:57.310Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-01-31T14:05:57.310Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-01-31T14:05:57.310Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-01-31T14:05:57.310Z] === RUN TestDaemonConfigValidation/invalid_config [2022-01-31T14:05:57.310Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-01-31T14:05:57.310Z] === RUN TestDaemonConfigValidation/malformed_config [2022-01-31T14:05:57.311Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-01-31T14:05:57.311Z] === RUN TestDaemonConfigValidation/valid_config [2022-01-31T14:05:57.311Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-01-31T14:05:57.311Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-01-31T14:05:57.311Z] === CONT TestDaemonConfigValidation/malformed_config [2022-01-31T14:05:57.311Z] === CONT TestDaemonConfigValidation/valid_config [2022-01-31T14:05:57.311Z] === CONT TestDaemonConfigValidation/invalid_config [2022-01-31T14:05:57.311Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-01-31T14:05:57.311Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-01-31T14:05:57.311Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2022-01-31T14:05:57.311Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-01-31T14:05:57.311Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-01-31T14:05:57.311Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-01-31T14:05:57.311Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-01-31T14:05:57.311Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-31T14:05:57.311Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-01-31T14:05:57.314Z] === RUN TestIsGIT [2022-01-31T14:05:57.314Z] --- PASS: TestIsGIT (0.00s) [2022-01-31T14:05:57.314Z] === RUN TestIsTransport [2022-01-31T14:05:57.314Z] --- PASS: TestIsTransport (0.00s) [2022-01-31T14:05:57.314Z] PASS [2022-01-31T14:05:57.314Z] coverage: 100.0% of statements [2022-01-31T14:05:57.314Z] ok github.com/docker/docker/pkg/urlutil 0.049s coverage: 100.0% of statements [2022-01-31T14:05:57.444Z] === RUN TestDockerSuite/TestBuildNetNone [2022-01-31T14:05:57.700Z] === RUN TestDockerSuite/TestBuildNoContext [2022-01-31T14:05:57.798Z] === RUN TestVersionInfo [2022-01-31T14:05:57.798Z] --- PASS: TestVersionInfo (0.00s) [2022-01-31T14:05:57.798Z] === RUN TestAppendVersions [2022-01-31T14:05:57.798Z] --- PASS: TestAppendVersions (0.00s) [2022-01-31T14:05:57.798Z] PASS [2022-01-31T14:05:57.798Z] coverage: 88.9% of statements [2022-01-31T14:05:57.798Z] ok github.com/docker/docker/pkg/useragent 0.045s coverage: 88.9% of statements [2022-01-31T14:05:58.239Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-01-31T14:05:58.274Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-01-31T14:05:58.274Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-01-31T14:05:58.274Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-01-31T14:05:58.274Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-01-31T14:05:58.625Z] --- PASS: TestRunContainerWithBridgeNone (2.00s) [2022-01-31T14:05:58.625Z] === RUN TestNetworkInvalidJSON [2022-01-31T14:05:58.625Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-31T14:05:58.625Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-31T14:05:58.625Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:05:58.625Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:05:58.625Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:05:58.625Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:05:58.625Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-31T14:05:58.625Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:05:58.625Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:05:58.625Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-01-31T14:05:58.625Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-01-31T14:05:58.625Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-01-31T14:05:58.625Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-01-31T14:05:58.625Z] === RUN TestNetworkList [2022-01-31T14:05:58.625Z] === RUN TestNetworkList//networks [2022-01-31T14:05:58.625Z] === PAUSE TestNetworkList//networks [2022-01-31T14:05:58.625Z] === RUN TestNetworkList//networks/ [2022-01-31T14:05:58.625Z] === PAUSE TestNetworkList//networks/ [2022-01-31T14:05:58.625Z] === CONT TestNetworkList//networks [2022-01-31T14:05:58.625Z] === CONT TestNetworkList//networks/ [2022-01-31T14:05:58.625Z] --- PASS: TestNetworkList (0.01s) [2022-01-31T14:05:58.625Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-31T14:05:58.625Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-31T14:05:58.625Z] === RUN TestHostIPv4BridgeLabel [2022-01-31T14:05:58.625Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-01-31T14:05:58.751Z] === RUN TestNewSettable [2022-01-31T14:05:58.751Z] --- PASS: TestNewSettable (0.00s) [2022-01-31T14:05:58.751Z] === RUN TestIsSettable [2022-01-31T14:05:58.751Z] --- PASS: TestIsSettable (0.00s) [2022-01-31T14:05:58.751Z] === RUN TestUpdateSettingsEnv [2022-01-31T14:05:58.751Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-01-31T14:05:58.751Z] PASS [2022-01-31T14:05:58.751Z] coverage: 20.0% of statements [2022-01-31T14:05:58.751Z] ok github.com/docker/docker/plugin/v2 0.096s coverage: 20.0% of statements [2022-01-31T14:05:59.187Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2022-01-31T14:05:59.187Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-31T14:05:59.187Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-01-31T14:05:59.236Z] === RUN TestValidatePrivileges [2022-01-31T14:05:59.236Z] --- PASS: TestValidatePrivileges (0.00s) [2022-01-31T14:05:59.236Z] === RUN TestFilterByCapNeg [2022-01-31T14:05:59.236Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-01-31T14:05:59.236Z] === RUN TestFilterByCapPos [2022-01-31T14:05:59.236Z] --- PASS: TestFilterByCapPos (0.00s) [2022-01-31T14:05:59.236Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-01-31T14:05:59.236Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-01-31T14:05:59.236Z] PASS [2022-01-31T14:05:59.236Z] coverage: 12.0% of statements [2022-01-31T14:05:59.236Z] ok github.com/docker/docker/plugin 0.078s coverage: 12.0% of statements [2022-01-31T14:05:59.606Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-01-31T14:05:59.715Z] === RUN TestLoad [2022-01-31T14:05:59.715Z] --- PASS: TestLoad (0.00s) [2022-01-31T14:05:59.715Z] === RUN TestSave [2022-01-31T14:05:59.715Z] --- PASS: TestSave (0.05s) [2022-01-31T14:05:59.715Z] === RUN TestAddDeleteGet [2022-01-31T14:05:59.715Z] --- PASS: TestAddDeleteGet (0.17s) [2022-01-31T14:05:59.715Z] === RUN TestInvalidTags [2022-01-31T14:05:59.715Z] --- PASS: TestInvalidTags (0.05s) [2022-01-31T14:05:59.715Z] PASS [2022-01-31T14:05:59.715Z] coverage: 83.7% of statements [2022-01-31T14:05:59.715Z] ok github.com/docker/docker/reference 0.347s coverage: 83.7% of statements [2022-01-31T14:06:00.112Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2022-01-31T14:06:00.112Z] === RUN TestDaemonDefaultNetworkPools [2022-01-31T14:06:00.409Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-01-31T14:06:00.534Z] === CONT TestConfigDaemonSeccompProfiles [2022-01-31T14:06:00.534Z] daemon_test.go:156: [d210b7d98a774] daemon is not started [2022-01-31T14:06:00.534Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2022-01-31T14:06:00.534Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-01-31T14:06:00.534Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2022-01-31T14:06:00.534Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-01-31T14:06:00.534Z] === RUN TestDaemonProxy [2022-01-31T14:06:00.534Z] === RUN TestDaemonProxy/environment_variables [2022-01-31T14:06:00.665Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-01-31T14:06:00.665Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-01-31T14:06:00.719Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-01-31T14:06:00.719Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-01-31T14:06:00.719Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-01-31T14:06:00.719Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-01-31T14:06:00.719Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-01-31T14:06:00.719Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-01-31T14:06:00.719Z] === RUN TestResumableRequestReaderWithReadError [2022-01-31T14:06:00.921Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-01-31T14:06:00.921Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-31T14:06:00.921Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-01-31T14:06:01.196Z] time="2022-01-31T14:06:00Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-01-31T14:06:01.196Z] --- PASS: TestResumableRequestReaderWithReadError (0.23s) [2022-01-31T14:06:01.196Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-01-31T14:06:01.196Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-01-31T14:06:01.196Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-01-31T14:06:01.196Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-01-31T14:06:01.196Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-01-31T14:06:01.196Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-01-31T14:06:01.196Z] === RUN TestResumableRequestReader [2022-01-31T14:06:01.196Z] --- PASS: TestResumableRequestReader (0.00s) [2022-01-31T14:06:01.196Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-01-31T14:06:01.196Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-01-31T14:06:01.196Z] PASS [2022-01-31T14:06:01.196Z] coverage: 100.0% of statements [2022-01-31T14:06:01.196Z] ok github.com/docker/docker/registry/resumable 0.302s coverage: 100.0% of statements [2022-01-31T14:06:01.196Z] === RUN TestRestartManagerTimeout [2022-01-31T14:06:01.196Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-01-31T14:06:01.196Z] === RUN TestRestartManagerTimeoutReset [2022-01-31T14:06:01.196Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-01-31T14:06:01.196Z] PASS [2022-01-31T14:06:01.196Z] coverage: 50.9% of statements [2022-01-31T14:06:01.196Z] ok github.com/docker/docker/restartmanager 0.078s coverage: 50.9% of statements [2022-01-31T14:06:01.196Z] === RUN TestResolveAuthConfigIndexServer [2022-01-31T14:06:01.196Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-01-31T14:06:01.196Z] === RUN TestResolveAuthConfigFullURL [2022-01-31T14:06:01.196Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-01-31T14:06:01.196Z] === RUN TestLoadAllowNondistributableArtifacts [2022-01-31T14:06:01.196Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-01-31T14:06:01.196Z] === RUN TestValidateMirror [2022-01-31T14:06:01.196Z] --- PASS: TestValidateMirror (0.00s) [2022-01-31T14:06:01.196Z] === RUN TestLoadInsecureRegistries [2022-01-31T14:06:01.482Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-01-31T14:06:01.672Z] time="2022-01-31T14:06:01Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-31T14:06:01.672Z] time="2022-01-31T14:06:01Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-01-31T14:06:01.672Z] time="2022-01-31T14:06:01Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-31T14:06:01.672Z] --- PASS: TestLoadInsecureRegistries (0.24s) [2022-01-31T14:06:01.672Z] === RUN TestNewServiceConfig [2022-01-31T14:06:01.672Z] --- PASS: TestNewServiceConfig (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestValidateIndexName [2022-01-31T14:06:01.672Z] --- PASS: TestValidateIndexName (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestValidateIndexNameWithError [2022-01-31T14:06:01.672Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestEndpointParse [2022-01-31T14:06:01.672Z] --- PASS: TestEndpointParse (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestEndpointParseInvalid [2022-01-31T14:06:01.672Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestValidateEndpoint [2022-01-31T14:06:01.672Z] --- PASS: TestValidateEndpoint (0.01s) [2022-01-31T14:06:01.672Z] === RUN TestPing [2022-01-31T14:06:01.672Z] --- PASS: TestPing (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestPingRegistryEndpoint [2022-01-31T14:06:01.672Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:01.672Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestEndpoint [2022-01-31T14:06:01.672Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:01.672Z] --- SKIP: TestEndpoint (0.01s) [2022-01-31T14:06:01.672Z] === RUN TestParseRepositoryInfo [2022-01-31T14:06:01.672Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestNewIndexInfo [2022-01-31T14:06:01.672Z] --- PASS: TestNewIndexInfo (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestMirrorEndpointLookup [2022-01-31T14:06:01.672Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:01.672Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestSearchRepositories [2022-01-31T14:06:01.672Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-01-31T14:06:01.672Z] Host: 127.0.0.1:49331 [2022-01-31T14:06:01.672Z] User-Agent: docker test client [2022-01-31T14:06:01.672Z] Authorization: Token fake-token [2022-01-31T14:06:01.672Z] X-Docker-Token: true [2022-01-31T14:06:01.672Z] Accept-Encoding: gzip [2022-01-31T14:06:01.672Z] [2022-01-31T14:06:01.672Z] [2022-01-31T14:06:01.672Z] registry_test.go:730: HTTP/1.1 200 OK [2022-01-31T14:06:01.672Z] Connection: close [2022-01-31T14:06:01.672Z] Content-Length: 144 [2022-01-31T14:06:01.672Z] Cache-Control: no-cache [2022-01-31T14:06:01.672Z] Content-Type: application/json [2022-01-31T14:06:01.672Z] Date: Mon, 31 Jan 2022 14:06:01 GMT [2022-01-31T14:06:01.672Z] Expires: -1 [2022-01-31T14:06:01.672Z] Pragma: no-cache [2022-01-31T14:06:01.672Z] Server: docker-tests/mock [2022-01-31T14:06:01.672Z] X-Docker-Registry-Config: mock [2022-01-31T14:06:01.672Z] X-Docker-Registry-Version: 0.0.0 [2022-01-31T14:06:01.672Z] [2022-01-31T14:06:01.672Z] [2022-01-31T14:06:01.672Z] --- PASS: TestSearchRepositories (0.01s) [2022-01-31T14:06:01.672Z] === RUN TestTrustedLocation [2022-01-31T14:06:01.672Z] --- PASS: TestTrustedLocation (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-01-31T14:06:01.672Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestAllowNondistributableArtifacts [2022-01-31T14:06:01.672Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-01-31T14:06:01.672Z] === RUN TestIsSecureIndex [2022-01-31T14:06:01.672Z] --- PASS: TestIsSecureIndex (0.00s) [2022-01-31T14:06:01.672Z] PASS [2022-01-31T14:06:01.672Z] coverage: 51.2% of statements [2022-01-31T14:06:01.672Z] ok github.com/docker/docker/registry 0.367s coverage: 51.2% of statements [2022-01-31T14:06:01.737Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-01-31T14:06:01.993Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-01-31T14:06:01.993Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-31T14:06:02.151Z] === RUN TestDecodeContainerConfig [2022-01-31T14:06:02.152Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-01-31T14:06:02.152Z] === RUN TestDecodeContainerConfigIsolation [2022-01-31T14:06:02.152Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-01-31T14:06:02.152Z] === RUN TestValidatePrivileged [2022-01-31T14:06:02.152Z] --- PASS: TestValidatePrivileged (0.00s) [2022-01-31T14:06:02.152Z] PASS [2022-01-31T14:06:02.152Z] coverage: 52.6% of statements [2022-01-31T14:06:02.152Z] ok github.com/docker/docker/runconfig 0.074s coverage: 52.6% of statements [2022-01-31T14:06:02.152Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-01-31T14:06:02.152Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-01-31T14:06:02.152Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-01-31T14:06:02.152Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-01-31T14:06:02.152Z] PASS [2022-01-31T14:06:02.152Z] coverage: 62.5% of statements [2022-01-31T14:06:02.152Z] ok github.com/docker/docker/testutil 0.056s coverage: 62.5% of statements [2022-01-31T14:06:02.428Z] === RUN TestDaemonProxy/command-line_options [2022-01-31T14:06:03.397Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-01-31T14:06:03.397Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2022-01-31T14:06:03.397Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-31T14:06:03.653Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-01-31T14:06:03.908Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2022-01-31T14:06:03.908Z] === RUN TestServiceWithPredefinedNetwork [2022-01-31T14:06:04.319Z] === RUN TestDaemonProxy/configuration_file [2022-01-31T14:06:04.411Z] === RUN TestGetDriver [2022-01-31T14:06:04.411Z] --- PASS: TestGetDriver (0.00s) [2022-01-31T14:06:04.411Z] === RUN TestVolumeRequestError [2022-01-31T14:06:04.411Z] --- PASS: TestVolumeRequestError (0.01s) [2022-01-31T14:06:04.411Z] PASS [2022-01-31T14:06:04.411Z] coverage: 36.1% of statements [2022-01-31T14:06:04.411Z] ok github.com/docker/docker/volume/drivers 0.069s coverage: 36.1% of statements [2022-01-31T14:06:05.684Z] === RUN TestDaemonProxy/conflicting_options [2022-01-31T14:06:05.838Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-01-31T14:06:06.007Z] === RUN TestGetAddress [2022-01-31T14:06:06.007Z] --- PASS: TestGetAddress (0.00s) [2022-01-31T14:06:06.007Z] === RUN TestRemove [2022-01-31T14:06:06.007Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-31T14:06:06.007Z] --- SKIP: TestRemove (0.01s) [2022-01-31T14:06:06.007Z] === RUN TestInitializeWithVolumes [2022-01-31T14:06:06.007Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-01-31T14:06:06.007Z] === RUN TestCreate [2022-01-31T14:06:06.007Z] --- PASS: TestCreate (0.02s) [2022-01-31T14:06:06.007Z] === RUN TestValidateName [2022-01-31T14:06:06.007Z] --- PASS: TestValidateName (0.00s) [2022-01-31T14:06:06.007Z] === RUN TestCreateWithOpts [2022-01-31T14:06:06.007Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-31T14:06:06.007Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-01-31T14:06:06.007Z] === RUN TestRelaodNoOpts [2022-01-31T14:06:06.007Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-01-31T14:06:06.007Z] PASS [2022-01-31T14:06:06.007Z] coverage: 41.5% of statements [2022-01-31T14:06:06.007Z] ok github.com/docker/docker/volume/local 0.100s coverage: 41.5% of statements [2022-01-31T14:06:06.246Z] === RUN TestDaemonProxy/reload_sanitized [2022-01-31T14:06:06.401Z] --- PASS: TestServiceWithPredefinedNetwork (2.59s) [2022-01-31T14:06:06.401Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-31T14:06:06.401Z] service_test.go:243: FLAKY_TEST [2022-01-31T14:06:06.401Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T14:06:06.401Z] === RUN TestServiceWithDataPathPortInit [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRaw [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-01-31T14:06:06.484Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRaw [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRawSplit [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-01-31T14:06:06.484Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-01-31T14:06:06.484Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-01-31T14:06:06.484Z] === RUN TestConvertTmpfsOptions [2022-01-31T14:06:06.484Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-01-31T14:06:06.484Z] linux_parser_test.go:209: data="ro" [2022-01-31T14:06:06.484Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-01-31T14:06:06.484Z] === RUN TestParseMountSpec [2022-01-31T14:06:06.484Z] parser_test.go:62: case 0 [2022-01-31T14:06:06.484Z] parser_test.go:62: case 1 [2022-01-31T14:06:06.484Z] parser_test.go:62: case 2 [2022-01-31T14:06:06.484Z] parser_test.go:62: case 3 [2022-01-31T14:06:06.484Z] parser_test.go:62: case 4 [2022-01-31T14:06:06.484Z] parser_test.go:62: case 5 [2022-01-31T14:06:06.484Z] --- PASS: TestParseMountSpec (0.00s) [2022-01-31T14:06:06.484Z] === RUN TestValidateMount [2022-01-31T14:06:06.484Z] --- PASS: TestValidateMount (0.00s) [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRaw [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-31T14:06:06.484Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-01-31T14:06:06.484Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-01-31T14:06:06.484Z] PASS [2022-01-31T14:06:06.484Z] coverage: 67.6% of statements [2022-01-31T14:06:06.484Z] ok github.com/docker/docker/volume/mounts 0.061s coverage: 67.6% of statements [2022-01-31T14:06:06.656Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-01-31T14:06:06.808Z] --- PASS: TestDaemonProxy (6.31s) [2022-01-31T14:06:06.808Z] --- PASS: TestDaemonProxy/environment_variables (1.82s) [2022-01-31T14:06:06.808Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-01-31T14:06:06.808Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-01-31T14:06:06.808Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-01-31T14:06:06.808Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-01-31T14:06:06.808Z] PASS [2022-01-31T14:06:06.808Z] [2022-01-31T14:06:06.808Z] DONE 17 tests in 10.273s [2022-01-31T14:06:06.808Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-01-31T14:06:06.808Z] ++ 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-01-31T14:06:06.808Z] ++ set -e [2022-01-31T14:06:06.808Z] ++ '[' -n 0 ']' [2022-01-31T14:06:06.808Z] ++ set -x [2022-01-31T14:06:06.808Z] ++ 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-01-31T14:06:06.808Z] INFO: Testing against a local daemon [2022-01-31T14:06:06.808Z] === RUN TestCommitInheritsEnv [2022-01-31T14:06:06.962Z] === RUN TestSetGetMeta [2022-01-31T14:06:06.962Z] === PAUSE TestSetGetMeta [2022-01-31T14:06:06.962Z] === RUN TestRestore [2022-01-31T14:06:06.962Z] === PAUSE TestRestore [2022-01-31T14:06:06.962Z] === RUN TestServiceCreate [2022-01-31T14:06:06.962Z] === PAUSE TestServiceCreate [2022-01-31T14:06:06.962Z] === RUN TestServiceList [2022-01-31T14:06:06.962Z] === PAUSE TestServiceList [2022-01-31T14:06:06.962Z] === RUN TestServiceRemove [2022-01-31T14:06:06.962Z] === PAUSE TestServiceRemove [2022-01-31T14:06:06.962Z] === RUN TestServiceGet [2022-01-31T14:06:06.962Z] === PAUSE TestServiceGet [2022-01-31T14:06:06.962Z] === RUN TestServicePrune [2022-01-31T14:06:06.962Z] === PAUSE TestServicePrune [2022-01-31T14:06:06.962Z] === RUN TestCreate [2022-01-31T14:06:06.962Z] === PAUSE TestCreate [2022-01-31T14:06:06.962Z] === RUN TestRemove [2022-01-31T14:06:06.962Z] === PAUSE TestRemove [2022-01-31T14:06:06.962Z] === RUN TestList [2022-01-31T14:06:06.962Z] === PAUSE TestList [2022-01-31T14:06:06.962Z] === RUN TestFindByDriver [2022-01-31T14:06:06.962Z] === PAUSE TestFindByDriver [2022-01-31T14:06:06.962Z] === RUN TestFindByReferenced [2022-01-31T14:06:06.962Z] === PAUSE TestFindByReferenced [2022-01-31T14:06:06.962Z] === RUN TestDerefMultipleOfSameRef [2022-01-31T14:06:06.962Z] === PAUSE TestDerefMultipleOfSameRef [2022-01-31T14:06:06.962Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-31T14:06:06.962Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-31T14:06:06.962Z] === RUN TestDefererencePluginOnCreateError [2022-01-31T14:06:06.962Z] === PAUSE TestDefererencePluginOnCreateError [2022-01-31T14:06:06.962Z] === RUN TestRefDerefRemove [2022-01-31T14:06:06.962Z] === PAUSE TestRefDerefRemove [2022-01-31T14:06:06.962Z] === RUN TestGet [2022-01-31T14:06:06.962Z] === PAUSE TestGet [2022-01-31T14:06:06.962Z] === RUN TestGetWithReference [2022-01-31T14:06:06.962Z] === PAUSE TestGetWithReference [2022-01-31T14:06:06.962Z] === RUN TestFilterFunc [2022-01-31T14:06:06.962Z] === RUN TestFilterFunc/test_nil_list [2022-01-31T14:06:06.962Z] === PAUSE TestFilterFunc/test_nil_list [2022-01-31T14:06:06.962Z] === RUN TestFilterFunc/test_empty_list [2022-01-31T14:06:06.962Z] === PAUSE TestFilterFunc/test_empty_list [2022-01-31T14:06:06.962Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-01-31T14:06:06.962Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-01-31T14:06:06.962Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-31T14:06:06.962Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-31T14:06:06.962Z] === RUN TestFilterFunc/test_filter_some [2022-01-31T14:06:06.962Z] === PAUSE TestFilterFunc/test_filter_some [2022-01-31T14:06:06.962Z] === RUN TestFilterFunc/test_filter_middle [2022-01-31T14:06:06.962Z] === PAUSE TestFilterFunc/test_filter_middle [2022-01-31T14:06:06.962Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-01-31T14:06:06.962Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-01-31T14:06:06.962Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-01-31T14:06:06.962Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-01-31T14:06:06.962Z] === CONT TestFilterFunc/test_nil_list [2022-01-31T14:06:06.962Z] === CONT TestFilterFunc/test_filter_some [2022-01-31T14:06:06.962Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-31T14:06:06.962Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-01-31T14:06:06.962Z] === CONT TestFilterFunc/test_empty_list [2022-01-31T14:06:06.962Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-01-31T14:06:06.962Z] === CONT TestFilterFunc/test_filter_middle [2022-01-31T14:06:06.962Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-01-31T14:06:06.962Z] --- PASS: TestFilterFunc (0.00s) [2022-01-31T14:06:06.962Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-01-31T14:06:06.962Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-01-31T14:06:06.962Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-01-31T14:06:06.962Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-01-31T14:06:06.962Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-01-31T14:06:06.962Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-01-31T14:06:06.962Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-01-31T14:06:06.962Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-01-31T14:06:06.962Z] === CONT TestSetGetMeta [2022-01-31T14:06:06.962Z] === CONT TestList [2022-01-31T14:06:06.962Z] === CONT TestDefererencePluginOnCreateError [2022-01-31T14:06:06.962Z] === CONT TestGet [2022-01-31T14:06:06.962Z] --- PASS: TestSetGetMeta (0.03s) [2022-01-31T14:06:06.962Z] === CONT TestRemove [2022-01-31T14:06:06.962Z] --- PASS: TestGet (0.04s) [2022-01-31T14:06:06.962Z] === CONT TestCreate [2022-01-31T14:06:06.962Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-01-31T14:06:06.962Z] === CONT TestServicePrune [2022-01-31T14:06:06.962Z] --- PASS: TestList (0.05s) [2022-01-31T14:06:06.962Z] === CONT TestServiceGet [2022-01-31T14:06:06.962Z] --- PASS: TestRemove (0.03s) [2022-01-31T14:06:06.962Z] === CONT TestServiceRemove [2022-01-31T14:06:06.962Z] --- PASS: TestCreate (0.02s) [2022-01-31T14:06:06.962Z] === CONT TestServiceList [2022-01-31T14:06:06.962Z] --- PASS: TestServiceGet (0.19s) [2022-01-31T14:06:06.962Z] === CONT TestServiceCreate [2022-01-31T14:06:06.962Z] time="2022-01-31T14:06:06Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:06:06.962Z] --- PASS: TestServiceRemove (0.18s) [2022-01-31T14:06:06.962Z] === CONT TestRestore [2022-01-31T14:06:06.962Z] --- PASS: TestServiceList (0.19s) [2022-01-31T14:06:06.962Z] === CONT TestGetWithReference [2022-01-31T14:06:06.962Z] time="2022-01-31T14:06:06Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:06:06.962Z] time="2022-01-31T14:06:06Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:06:06.962Z] --- PASS: TestServiceCreate (0.03s) [2022-01-31T14:06:06.962Z] === CONT TestDerefMultipleOfSameRef [2022-01-31T14:06:06.962Z] time="2022-01-31T14:06:06Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-01-31T14:06:06.962Z] time="2022-01-31T14:06:06Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:06:06.962Z] --- PASS: TestRestore (0.03s) [2022-01-31T14:06:06.962Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-31T14:06:06.962Z] --- PASS: TestGetWithReference (0.03s) [2022-01-31T14:06:06.962Z] === CONT TestFindByReferenced [2022-01-31T14:06:06.962Z] --- PASS: TestServicePrune (0.24s) [2022-01-31T14:06:06.962Z] === CONT TestFindByDriver [2022-01-31T14:06:06.962Z] === CONT TestRefDerefRemove [2022-01-31T14:06:06.962Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-01-31T14:06:06.962Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-01-31T14:06:06.962Z] --- PASS: TestFindByReferenced (0.03s) [2022-01-31T14:06:06.962Z] --- PASS: TestFindByDriver (0.04s) [2022-01-31T14:06:06.962Z] --- PASS: TestRefDerefRemove (0.03s) [2022-01-31T14:06:06.962Z] PASS [2022-01-31T14:06:06.962Z] coverage: 69.0% of statements [2022-01-31T14:06:06.962Z] ok github.com/docker/docker/volume/service 0.369s coverage: 69.0% of statements [2022-01-31T14:06:07.065Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-01-31T14:06:07.065Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-31T14:06:07.065Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-01-31T14:06:07.065Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-01-31T14:06:07.065Z] === RUN TestImportWithCustomPlatform [2022-01-31T14:06:07.065Z] === RUN TestImportWithCustomPlatform/#00 [2022-01-31T14:06:07.321Z] === RUN TestImportWithCustomPlatform/_______ [2022-01-31T14:06:07.321Z] === RUN TestImportWithCustomPlatform// [2022-01-31T14:06:07.321Z] === RUN TestImportWithCustomPlatform/linux [2022-01-31T14:06:07.321Z] === RUN TestImportWithCustomPlatform/LINUX [2022-01-31T14:06:07.321Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-01-31T14:06:07.321Z] === RUN TestImportWithCustomPlatform/macos [2022-01-31T14:06:07.321Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-01-31T14:06:07.321Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-01-31T14:06:07.578Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-01-31T14:06:07.578Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-01-31T14:06:07.578Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-01-31T14:06:07.578Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-01-31T14:06:07.578Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-01-31T14:06:07.578Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-01-31T14:06:07.578Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-01-31T14:06:07.578Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-01-31T14:06:07.578Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-01-31T14:06:07.578Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-01-31T14:06:07.578Z] === RUN TestImagesFilterMultiReference [2022-01-31T14:06:07.578Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-01-31T14:06:07.578Z] === RUN TestImagePullPlatformInvalid [2022-01-31T14:06:07.578Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-01-31T14:06:07.578Z] === RUN TestRemoveImageOrphaning [2022-01-31T14:06:07.834Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2022-01-31T14:06:07.834Z] === RUN TestRemoveImageGarbageCollector [2022-01-31T14:06:07.834Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:06:07.834Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-01-31T14:06:07.834Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-31T14:06:07.834Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-01-31T14:06:07.834Z] === RUN TestTagInvalidReference [2022-01-31T14:06:07.834Z] --- PASS: TestTagInvalidReference (0.02s) [2022-01-31T14:06:07.834Z] === RUN TestTagValidPrefixedRepo [2022-01-31T14:06:07.834Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-01-31T14:06:07.834Z] === RUN TestTagExistedNameWithoutForce [2022-01-31T14:06:07.834Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-01-31T14:06:07.834Z] === RUN TestTagOfficialNames [2022-01-31T14:06:08.019Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-01-31T14:06:08.090Z] --- PASS: TestTagOfficialNames (0.05s) [2022-01-31T14:06:08.090Z] === RUN TestTagMatchesDigest [2022-01-31T14:06:08.090Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-01-31T14:06:08.090Z] PASS [2022-01-31T14:06:08.090Z] [2022-01-31T14:06:08.090Z] === Skipped [2022-01-31T14:06:08.090Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-01-31T14:06:08.090Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-01-31T14:06:08.090Z] [2022-01-31T14:06:08.090Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-01-31T14:06:08.090Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:06:08.090Z] [2022-01-31T14:06:08.090Z] DONE 22 tests, 2 skipped in 1.224s [2022-01-31T14:06:08.090Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-01-31T14:06:08.090Z] ++ 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-01-31T14:06:08.090Z] ++ set -e [2022-01-31T14:06:08.090Z] ++ '[' -n 0 ']' [2022-01-31T14:06:08.090Z] ++ set -x [2022-01-31T14:06:08.091Z] ++ 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-01-31T14:06:08.091Z] INFO: Testing against a local daemon [2022-01-31T14:06:08.091Z] === RUN TestNetworkCreateDelete [2022-01-31T14:06:08.347Z] --- PASS: TestNetworkCreateDelete (0.15s) [2022-01-31T14:06:08.347Z] === RUN TestDockerNetworkDeletePreferID [2022-01-31T14:06:08.603Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-01-31T14:06:08.603Z] === RUN TestDaemonDNSFallback [2022-01-31T14:06:09.383Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-01-31T14:06:10.309Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-01-31T14:06:10.309Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-01-31T14:06:12.822Z] === RUN TestDockerSuite/TestBuildPATH [2022-01-31T14:06:13.749Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-01-31T14:06:14.310Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-01-31T14:06:15.032Z] === RUN TestMiddlewares [2022-01-31T14:06:15.032Z] --- PASS: TestMiddlewares (0.00s) [2022-01-31T14:06:15.032Z] PASS [2022-01-31T14:06:15.032Z] coverage: 9.0% of statements [2022-01-31T14:06:15.032Z] ok github.com/docker/docker/api/server 0.058s coverage: 9.0% of statements [2022-01-31T14:06:15.140Z] --- PASS: TestDaemonDNSFallback (6.26s) [2022-01-31T14:06:15.140Z] === RUN TestInspectNetwork [2022-01-31T14:06:15.239Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-01-31T14:06:17.658Z] === RUN TestInspectNetwork/full_network_id [2022-01-31T14:06:17.658Z] === RUN TestInspectNetwork/partial_network_id [2022-01-31T14:06:17.658Z] === RUN TestInspectNetwork/network_name [2022-01-31T14:06:17.658Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-01-31T14:06:19.567Z] 2022/01/31 14:06:18 Closing DB instances... [2022-01-31T14:06:21.163Z] --- PASS: TestNetworkDBGarbageCollection (54.46s) [2022-01-31T14:06:21.163Z] === RUN TestFindNode [2022-01-31T14:06:21.163Z] 2022/01/31 14:06:20 Closing DB instances... [2022-01-31T14:06:21.163Z] --- PASS: TestFindNode (0.02s) [2022-01-31T14:06:21.163Z] === RUN TestChangeNodeState [2022-01-31T14:06:21.163Z] 2022/01/31 14:06:20 Closing DB instances... [2022-01-31T14:06:21.163Z] --- PASS: TestChangeNodeState (0.03s) [2022-01-31T14:06:21.163Z] === RUN TestNodeReincarnation [2022-01-31T14:06:21.163Z] 2022/01/31 14:06:20 Closing DB instances... [2022-01-31T14:06:21.774Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-01-31T14:06:21.774Z] --- PASS: TestServiceWithDataPathPortInit (15.31s) [2022-01-31T14:06:21.774Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-31T14:06:21.825Z] --- PASS: TestInspectNetwork (6.95s) [2022-01-31T14:06:21.825Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-01-31T14:06:21.825Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-01-31T14:06:21.825Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-01-31T14:06:21.825Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-01-31T14:06:21.825Z] === RUN TestRunContainerWithBridgeNone [2022-01-31T14:06:23.191Z] --- PASS: TestRunContainerWithBridgeNone (1.47s) [2022-01-31T14:06:23.191Z] === RUN TestNetworkInvalidJSON [2022-01-31T14:06:23.191Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-31T14:06:23.191Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-31T14:06:23.191Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:06:23.191Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:06:23.191Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:06:23.191Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:06:23.191Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-31T14:06:23.191Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:06:23.191Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:06:23.191Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-01-31T14:06:23.191Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-01-31T14:06:23.191Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-01-31T14:06:23.191Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-01-31T14:06:23.191Z] === RUN TestNetworkList [2022-01-31T14:06:23.191Z] === RUN TestNetworkList//networks [2022-01-31T14:06:23.191Z] === PAUSE TestNetworkList//networks [2022-01-31T14:06:23.191Z] === RUN TestNetworkList//networks/ [2022-01-31T14:06:23.191Z] === PAUSE TestNetworkList//networks/ [2022-01-31T14:06:23.191Z] === CONT TestNetworkList//networks [2022-01-31T14:06:23.191Z] === CONT TestNetworkList//networks/ [2022-01-31T14:06:23.191Z] --- PASS: TestNetworkList (0.01s) [2022-01-31T14:06:23.191Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-31T14:06:23.191Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-31T14:06:23.191Z] === RUN TestHostIPv4BridgeLabel [2022-01-31T14:06:23.661Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-01-31T14:06:23.754Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-01-31T14:06:23.754Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-31T14:06:25.026Z] === RUN TestDockerSuite/TestBuildRm [2022-01-31T14:06:25.122Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-01-31T14:06:25.122Z] === RUN TestDaemonDefaultNetworkPools [2022-01-31T14:06:25.282Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ckoamebogzjbpoagn70jk6g0i Created:2022-01-31 14:06:23.263674579 +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[86c3e0720e5809e6c51a2194ea59e9eb8b1a36eaa6415856192bb7d4936f3ca7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.buefnow3wtm177n7n9ivxp853 EndpointID:9fad5e9748a4c2080a39daeeff21bd53d69fa9f3674da1765a2c4f840d1df2cc MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:43ed0982bb552eb95b4b295cbf6e44fd7dc46372b4af391962797211bc837548 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:9a78b804114f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.buefnow3wtm177n7n9ivxp853 EndpointID:9fad5e9748a4c2080a39daeeff21bd53d69fa9f3674da1765a2c4f840d1df2cc EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-01-31T14:06:25.686Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-01-31T14:06:25.686Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-01-31T14:06:25.980Z] --- PASS: TestNodeReincarnation (5.03s) [2022-01-31T14:06:25.980Z] === RUN TestParallelCreate [2022-01-31T14:06:25.980Z] 2022/01/31 14:06:25 Closing DB instances... [2022-01-31T14:06:25.980Z] --- PASS: TestParallelCreate (0.02s) [2022-01-31T14:06:25.980Z] === RUN TestParallelDelete [2022-01-31T14:06:25.980Z] 2022/01/31 14:06:25 Closing DB instances... [2022-01-31T14:06:25.980Z] --- PASS: TestParallelDelete (0.02s) [2022-01-31T14:06:25.980Z] === RUN TestNetworkDBIslands [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:8b38998f893e with config:&{NodeID:8b38998f893e 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-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="Node 8b38998f893e/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="Node 8b38998f893e/172.26.67.24, added to nodes list" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a4a360c938a2 with config:&{NodeID:a4a360c938a2 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-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="Node a4a360c938a2/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="Node a4a360c938a2/172.26.67.24, added to nodes list" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49347" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="Node a4a360c938a2/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="Node a4a360c938a2/172.26.67.24, added to nodes list" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="Node 8b38998f893e/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=info msg="Node 8b38998f893e/172.26.67.24, added to nodes list" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-01-31T14:06:25.980Z] time="2022-01-31T14:06:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49348" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:994db5af4e5b with config:&{NodeID:994db5af4e5b 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-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="Node 994db5af4e5b/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="Node 994db5af4e5b/172.26.67.24, added to nodes list" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="Node 994db5af4e5b/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="Node 994db5af4e5b/172.26.67.24, added to nodes list" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="Node 8b38998f893e/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="Node 8b38998f893e/172.26.67.24, added to nodes list" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="Node a4a360c938a2/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="Node a4a360c938a2/172.26.67.24, added to nodes list" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="Node 994db5af4e5b/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:26.987Z] time="2022-01-31T14:06:26Z" level=info msg="Node 994db5af4e5b/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.054Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-01-31T14:06:27.054Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-31T14:06:27.254Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:74e510404bd1 with config:&{NodeID:74e510404bd1 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-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 74e510404bd1/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 74e510404bd1/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 74e510404bd1/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 74e510404bd1/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node a4a360c938a2/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node a4a360c938a2/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 994db5af4e5b/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 994db5af4e5b/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 8b38998f893e/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 8b38998f893e/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 74e510404bd1/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 74e510404bd1/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 74e510404bd1/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.466Z] time="2022-01-31T14:06:27Z" level=info msg="Node 74e510404bd1/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.509Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:72ea93c3bbe8 with config:&{NodeID:72ea93c3bbe8 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-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 8b38998f893e/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 8b38998f893e/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 994db5af4e5b/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 994db5af4e5b/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 74e510404bd1/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 74e510404bd1/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node a4a360c938a2/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node a4a360c938a2/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, added to nodes list" [2022-01-31T14:06:27.943Z] networkdb_test.go:835: Re-joining: 3 [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=info msg="The new bootstrap node list is:[172.26.67.24:10033 172.26.67.24:10034 172.26.67.24:10035]" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10033" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49355" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10034" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49356" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10035" [2022-01-31T14:06:27.943Z] time="2022-01-31T14:06:27Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49357" [2022-01-31T14:06:27.983Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-01-31T14:06:27.983Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-31T14:06:28.424Z] networkdb_test.go:835: Re-joining: 4 [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=info msg="The new bootstrap node list is:[172.26.67.24:10033 172.26.67.24:10034 172.26.67.24:10035]" [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10033" [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49358" [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10034" [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49359" [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10035" [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49360" [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=info msg="node 0 leaving" [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=info msg="Node 8b38998f893e change state NodeActive --> NodeLeft" [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=info msg="node4(74e510404bd1): Node leave event for 8b38998f893e/172.26.67.24" [2022-01-31T14:06:28.424Z] time="2022-01-31T14:06:28Z" level=info msg="Node 8b38998f893e change state NodeActive --> NodeLeft" [2022-01-31T14:06:28.435Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-01-31T14:06:28.545Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-01-31T14:06:28.545Z] === RUN TestServiceWithPredefinedNetwork [2022-01-31T14:06:28.690Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="node5(72ea93c3bbe8): Node leave event for 8b38998f893e/172.26.67.24" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node 8b38998f893e change state NodeActive --> NodeLeft" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="node3(994db5af4e5b): Node leave event for 8b38998f893e/172.26.67.24" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node 8b38998f893e change state NodeActive --> NodeLeft" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="node2(a4a360c938a2): Node leave event for 8b38998f893e/172.26.67.24" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node 8b38998f893e change state NodeActive --> NodeLeft" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="node1(8b38998f893e): Node leave event for 8b38998f893e/172.26.67.24" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node 8b38998f893e/172.26.67.24, left gossip cluster" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node 8b38998f893e/172.26.67.24, left gossip cluster" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node 8b38998f893e/172.26.67.24, left gossip cluster" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node 8b38998f893e/172.26.67.24, left gossip cluster" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node 8b38998f893e/172.26.67.24, left gossip cluster" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="node 1 leaving" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node a4a360c938a2 change state NodeActive --> NodeLeft" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="node4(74e510404bd1): Node leave event for a4a360c938a2/172.26.67.24" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node a4a360c938a2 change state NodeActive --> NodeLeft" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="node5(72ea93c3bbe8): Node leave event for a4a360c938a2/172.26.67.24" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node a4a360c938a2/172.26.67.24, left gossip cluster" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node a4a360c938a2 change state NodeActive --> NodeFailed" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node a4a360c938a2/172.26.67.24, added to failed nodes list" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="Node a4a360c938a2 change state NodeActive --> NodeLeft" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=info msg="node3(994db5af4e5b): Node leave event for a4a360c938a2/172.26.67.24" [2022-01-31T14:06:28.901Z] time="2022-01-31T14:06:28Z" level=error msg="node: a4a360c938a2 is unknown to memberlist" [2022-01-31T14:06:28.947Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:28Z" level=info msg="Node a4a360c938a2/172.26.67.24, left gossip cluster" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:28Z" level=info msg="Node a4a360c938a2/172.26.67.24, left gossip cluster" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:28Z" level=info msg="Node a4a360c938a2/172.26.67.24, left gossip cluster" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:29Z" level=info msg="node 2 leaving" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:29Z" level=info msg="Node 994db5af4e5b change state NodeActive --> NodeLeft" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:29Z" level=info msg="node5(72ea93c3bbe8): Node leave event for 994db5af4e5b/172.26.67.24" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:29Z" level=info msg="Node 994db5af4e5b change state NodeActive --> NodeLeft" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:29Z" level=info msg="node4(74e510404bd1): Node leave event for 994db5af4e5b/172.26.67.24" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:29Z" level=info msg="Node 994db5af4e5b change state NodeActive --> NodeLeft" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:29Z" level=info msg="node3(994db5af4e5b): Node leave event for 994db5af4e5b/172.26.67.24" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:29Z" level=debug msg="memberlist: Failed ping: 72ea93c3bbe8 (timeout reached)" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:29Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.67.24:10036: use of closed network connection" [2022-01-31T14:06:29.378Z] time="2022-01-31T14:06:29Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.67.24:10035: use of closed network connection" [2022-01-31T14:06:29.379Z] time="2022-01-31T14:06:29Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.67.24:10034: use of closed network connection" [2022-01-31T14:06:29.379Z] time="2022-01-31T14:06:29Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49361" [2022-01-31T14:06:29.855Z] time="2022-01-31T14:06:29Z" level=info msg="Node 994db5af4e5b/172.26.67.24, left gossip cluster" [2022-01-31T14:06:29.856Z] time="2022-01-31T14:06:29Z" level=info msg="Node 994db5af4e5b/172.26.67.24, left gossip cluster" [2022-01-31T14:06:29.856Z] time="2022-01-31T14:06:29Z" level=info msg="Node 994db5af4e5b/172.26.67.24, left gossip cluster" [2022-01-31T14:06:29.856Z] time="2022-01-31T14:06:29Z" level=warning msg="memberlist: Was able to connect to 72ea93c3bbe8 but other probes failed, network may be misconfigured" [2022-01-31T14:06:29.873Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.81s) [2022-01-31T14:06:29.873Z] PASS [2022-01-31T14:06:29.873Z] [2022-01-31T14:06:29.873Z] === Skipped [2022-01-31T14:06:29.873Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T14:06:29.873Z] service_test.go:243: FLAKY_TEST [2022-01-31T14:06:29.873Z] [2022-01-31T14:06:29.873Z] DONE 26 tests, 1 skipped in 48.514s [2022-01-31T14:06:29.873Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-01-31T14:06:29.873Z] ++ 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-01-31T14:06:29.873Z] ++ set -e [2022-01-31T14:06:29.873Z] ++ '[' -n 0 ']' [2022-01-31T14:06:29.873Z] ++ set -x [2022-01-31T14:06:29.873Z] ++ 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-01-31T14:06:29.873Z] INFO: Testing against a local daemon [2022-01-31T14:06:29.873Z] === RUN TestDockerNetworkIpvlanPersistance [2022-01-31T14:06:29.873Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T14:06:29.873Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-31T14:06:29.873Z] === RUN TestDockerNetworkIpvlan [2022-01-31T14:06:29.873Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T14:06:29.873Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-01-31T14:06:29.873Z] PASS [2022-01-31T14:06:29.873Z] [2022-01-31T14:06:29.873Z] === Skipped [2022-01-31T14:06:29.873Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-31T14:06:29.873Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T14:06:29.873Z] [2022-01-31T14:06:29.873Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-01-31T14:06:29.873Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T14:06:29.873Z] [2022-01-31T14:06:29.873Z] DONE 2 tests, 2 skipped in 0.091s [2022-01-31T14:06:29.873Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-01-31T14:06:29.873Z] ++ 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-01-31T14:06:29.873Z] ++ set -e [2022-01-31T14:06:29.873Z] ++ '[' -n 0 ']' [2022-01-31T14:06:29.873Z] ++ set -x [2022-01-31T14:06:29.873Z] ++ 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-01-31T14:06:29.873Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-01-31T14:06:29.873Z] INFO: Testing against a local daemon [2022-01-31T14:06:29.873Z] === RUN TestDockerNetworkMacvlanPersistance [2022-01-31T14:06:30.332Z] networkdb_test.go:867: node4: OK [2022-01-31T14:06:30.332Z] networkdb_test.go:867: node5: OK [2022-01-31T14:06:30.332Z] time="2022-01-31T14:06:29Z" level=info msg="node 0 coming back" [2022-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:eb402c3592dc with config:&{NodeID:eb402c3592dc 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-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="Node eb402c3592dc/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="Node eb402c3592dc/172.26.67.24, added to nodes list" [2022-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="node 1 coming back" [2022-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:875c3644778a with config:&{NodeID:875c3644778a 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-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="Node 875c3644778a/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="Node 875c3644778a/172.26.67.24, added to nodes list" [2022-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="node 2 coming back" [2022-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:2117761e8101 with config:&{NodeID:2117761e8101 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-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="Node 2117761e8101/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:30.333Z] time="2022-01-31T14:06:29Z" level=info msg="Node 2117761e8101/172.26.67.24, added to nodes list" [2022-01-31T14:06:30.437Z] --- PASS: TestServiceWithPredefinedNetwork (1.77s) [2022-01-31T14:06:30.437Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-31T14:06:30.437Z] service_test.go:243: FLAKY_TEST [2022-01-31T14:06:30.437Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T14:06:30.437Z] === RUN TestServiceWithDataPathPortInit [2022-01-31T14:06:30.801Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-01-31T14:06:31.068Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-01-31T14:06:31.068Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-01-31T14:06:31.068Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-01-31T14:06:31.068Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-01-31T14:06:31.068Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-01-31T14:06:31.068Z] Cross building: bundles/cross/windows/amd64 [2022-01-31T14:06:31.068Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-01-31T14:06:31.068Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-01-31T14:06:31.361Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2022-01-31T14:06:31.361Z] === RUN TestDockerNetworkMacvlan [2022-01-31T14:06:31.619Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-01-31T14:06:31.876Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-01-31T14:06:32.132Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-01-31T14:06:33.104Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-01-31T14:06:33.331Z] time="2022-01-31T14:06:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.67.24:10033 172.26.67.24:10034 172.26.67.24:10035]" [2022-01-31T14:06:33.809Z] time="2022-01-31T14:06:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.67.24:10033 172.26.67.24:10034 172.26.67.24:10035]" [2022-01-31T14:06:34.116Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10033" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49362" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 74e510404bd1/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 74e510404bd1/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node eb402c3592dc/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node eb402c3592dc/172.26.67.24, is the new incarnation of the shutdown node 8b38998f893e/172.26.67.24" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node eb402c3592dc/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10034" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49363" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 74e510404bd1/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 74e510404bd1/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node eb402c3592dc/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node eb402c3592dc/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 875c3644778a/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 875c3644778a/172.26.67.24, is the new incarnation of the shutdown node a4a360c938a2/172.26.67.24" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 875c3644778a/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49364" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10035" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 74e510404bd1/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 74e510404bd1/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 875c3644778a/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 875c3644778a/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 2117761e8101/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 2117761e8101/172.26.67.24, is the new incarnation of the shutdown node 994db5af4e5b/172.26.67.24" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 2117761e8101/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node eb402c3592dc/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node eb402c3592dc/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 875c3644778a/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 875c3644778a/172.26.67.24, is the new incarnation of the shutdown node a4a360c938a2/172.26.67.24" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 875c3644778a/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node eb402c3592dc/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node eb402c3592dc/172.26.67.24, is the new incarnation of the shutdown node 8b38998f893e/172.26.67.24" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node eb402c3592dc/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 875c3644778a/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 875c3644778a/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 2117761e8101/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 2117761e8101/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 2117761e8101/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.286Z] time="2022-01-31T14:06:34Z" level=info msg="Node 2117761e8101/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.373Z] docker_api_swarm_test.go:304: [d0b6327de9de1] joining swarm manager [dd5711d6ea11f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:06:34.765Z] time="2022-01-31T14:06:34Z" level=info msg="Node 2117761e8101/172.26.67.24, joined gossip cluster" [2022-01-31T14:06:34.765Z] time="2022-01-31T14:06:34Z" level=info msg="Node 2117761e8101/172.26.67.24, is the new incarnation of the shutdown node 994db5af4e5b/172.26.67.24" [2022-01-31T14:06:34.765Z] time="2022-01-31T14:06:34Z" level=info msg="Node 2117761e8101/172.26.67.24, added to nodes list" [2022-01-31T14:06:34.765Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10033" [2022-01-31T14:06:34.765Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49365" [2022-01-31T14:06:34.765Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10034" [2022-01-31T14:06:34.765Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49366" [2022-01-31T14:06:34.765Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.67.24:10035" [2022-01-31T14:06:34.765Z] time="2022-01-31T14:06:34Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49367" [2022-01-31T14:06:35.242Z] 2022/01/31 14:06:34 Closing DB instances... [2022-01-31T14:06:35.242Z] time="2022-01-31T14:06:35Z" level=info msg="Node eb402c3592dc change state NodeActive --> NodeLeft" [2022-01-31T14:06:35.242Z] time="2022-01-31T14:06:35Z" level=info msg="node5(72ea93c3bbe8): Node leave event for eb402c3592dc/172.26.67.24" [2022-01-31T14:06:35.242Z] time="2022-01-31T14:06:35Z" level=info msg="Node eb402c3592dc change state NodeActive --> NodeLeft" [2022-01-31T14:06:35.242Z] time="2022-01-31T14:06:35Z" level=info msg="node3(2117761e8101): Node leave event for eb402c3592dc/172.26.67.24" [2022-01-31T14:06:35.242Z] time="2022-01-31T14:06:35Z" level=info msg="Node eb402c3592dc change state NodeActive --> NodeLeft" [2022-01-31T14:06:35.242Z] time="2022-01-31T14:06:35Z" level=info msg="node4(74e510404bd1): Node leave event for eb402c3592dc/172.26.67.24" [2022-01-31T14:06:35.242Z] time="2022-01-31T14:06:35Z" level=info msg="Node eb402c3592dc change state NodeActive --> NodeLeft" [2022-01-31T14:06:35.242Z] time="2022-01-31T14:06:35Z" level=info msg="node1(eb402c3592dc): Node leave event for eb402c3592dc/172.26.67.24" [2022-01-31T14:06:35.242Z] time="2022-01-31T14:06:35Z" level=info msg="Node eb402c3592dc change state NodeActive --> NodeLeft" [2022-01-31T14:06:35.242Z] time="2022-01-31T14:06:35Z" level=info msg="node2(875c3644778a): Node leave event for eb402c3592dc/172.26.67.24" [2022-01-31T14:06:35.298Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-01-31T14:06:35.298Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-01-31T14:06:35.553Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-01-31T14:06:35.553Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-01-31T14:06:35.553Z] === RUN TestDockerSuite/TestBuildSpaces [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node eb402c3592dc/172.26.67.24, left gossip cluster" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node eb402c3592dc/172.26.67.24, left gossip cluster" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node eb402c3592dc/172.26.67.24, left gossip cluster" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node eb402c3592dc/172.26.67.24, left gossip cluster" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node eb402c3592dc/172.26.67.24, left gossip cluster" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node 875c3644778a change state NodeActive --> NodeLeft" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="node5(72ea93c3bbe8): Node leave event for 875c3644778a/172.26.67.24" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node 875c3644778a change state NodeActive --> NodeLeft" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="node4(74e510404bd1): Node leave event for 875c3644778a/172.26.67.24" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node 875c3644778a change state NodeActive --> NodeLeft" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="node3(2117761e8101): Node leave event for 875c3644778a/172.26.67.24" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node 875c3644778a/172.26.67.24, left gossip cluster" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node 875c3644778a change state NodeActive --> NodeFailed" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node 875c3644778a/172.26.67.24, added to failed nodes list" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=error msg="node: 875c3644778a is unknown to memberlist" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node 875c3644778a/172.26.67.24, left gossip cluster" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node 875c3644778a/172.26.67.24, left gossip cluster" [2022-01-31T14:06:35.724Z] time="2022-01-31T14:06:35Z" level=info msg="Node 875c3644778a/172.26.67.24, left gossip cluster" [2022-01-31T14:06:35.809Z] docker_api_swarm_test.go:305: [dbe2624fa3f6d] joining swarm manager [dd5711d6ea11f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:06:36.065Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-01-31T14:06:36.209Z] time="2022-01-31T14:06:35Z" level=info msg="Node 2117761e8101 change state NodeActive --> NodeLeft" [2022-01-31T14:06:36.209Z] time="2022-01-31T14:06:35Z" level=info msg="node5(72ea93c3bbe8): Node leave event for 2117761e8101/172.26.67.24" [2022-01-31T14:06:36.209Z] time="2022-01-31T14:06:35Z" level=info msg="Node 2117761e8101 change state NodeActive --> NodeLeft" [2022-01-31T14:06:36.209Z] time="2022-01-31T14:06:35Z" level=info msg="node4(74e510404bd1): Node leave event for 2117761e8101/172.26.67.24" [2022-01-31T14:06:36.209Z] time="2022-01-31T14:06:36Z" level=info msg="Node 2117761e8101/172.26.67.24, left gossip cluster" [2022-01-31T14:06:36.209Z] time="2022-01-31T14:06:36Z" level=info msg="Node 2117761e8101 change state NodeActive --> NodeFailed" [2022-01-31T14:06:36.209Z] time="2022-01-31T14:06:36Z" level=info msg="Node 2117761e8101/172.26.67.24, added to failed nodes list" [2022-01-31T14:06:36.209Z] time="2022-01-31T14:06:36Z" level=error msg="node: 2117761e8101 is unknown to memberlist" [2022-01-31T14:06:36.209Z] time="2022-01-31T14:06:36Z" level=info msg="Node 2117761e8101/172.26.67.24, left gossip cluster" [2022-01-31T14:06:36.209Z] time="2022-01-31T14:06:36Z" level=info msg="Node 2117761e8101/172.26.67.24, left gossip cluster" [2022-01-31T14:06:36.627Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-01-31T14:06:36.627Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-01-31T14:06:36.686Z] time="2022-01-31T14:06:36Z" level=debug msg="memberlist: Failed ping: 74e510404bd1 (timeout reached)" [2022-01-31T14:06:36.686Z] time="2022-01-31T14:06:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.67.24:10037: use of closed network connection" [2022-01-31T14:06:36.686Z] time="2022-01-31T14:06:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.67.24:10035: use of closed network connection" [2022-01-31T14:06:36.686Z] time="2022-01-31T14:06:36Z" level=debug msg="memberlist: Stream connection from=172.26.67.24:49369" [2022-01-31T14:06:36.686Z] time="2022-01-31T14:06:36Z" level=info msg="Node 74e510404bd1 change state NodeActive --> NodeLeft" [2022-01-31T14:06:36.686Z] time="2022-01-31T14:06:36Z" level=info msg="node5(72ea93c3bbe8): Node leave event for 74e510404bd1/172.26.67.24" [2022-01-31T14:06:36.686Z] time="2022-01-31T14:06:36Z" level=info msg="Node 74e510404bd1 change state NodeActive --> NodeLeft" [2022-01-31T14:06:36.686Z] time="2022-01-31T14:06:36Z" level=info msg="node4(74e510404bd1): Node leave event for 74e510404bd1/172.26.67.24" [2022-01-31T14:06:36.883Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-01-31T14:06:36.883Z] === RUN TestDockerSuite/TestBuildStderr [2022-01-31T14:06:37.166Z] time="2022-01-31T14:06:36Z" level=info msg="Node 74e510404bd1/172.26.67.24, left gossip cluster" [2022-01-31T14:06:37.166Z] time="2022-01-31T14:06:36Z" level=warning msg="memberlist: Was able to connect to 74e510404bd1 but other probes failed, network may be misconfigured" [2022-01-31T14:06:37.166Z] time="2022-01-31T14:06:37Z" level=info msg="Node 74e510404bd1/172.26.67.24, left gossip cluster" [2022-01-31T14:06:37.449Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-01-31T14:06:37.644Z] time="2022-01-31T14:06:37Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, left gossip cluster" [2022-01-31T14:06:37.644Z] time="2022-01-31T14:06:37Z" level=info msg="Node 72ea93c3bbe8 change state NodeActive --> NodeFailed" [2022-01-31T14:06:37.644Z] time="2022-01-31T14:06:37Z" level=info msg="Node 72ea93c3bbe8/172.26.67.24, added to failed nodes list" [2022-01-31T14:06:37.644Z] --- PASS: TestNetworkDBIslands (11.70s) [2022-01-31T14:06:37.644Z] PASS [2022-01-31T14:06:37.644Z] coverage: 60.3% of statements [2022-01-31T14:06:37.644Z] ok github.com/docker/docker/libnetwork/networkdb 105.006s coverage: 60.3% of statements [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/oci/caps [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/pkg/term [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/quota [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/rootless [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/testutil/request [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/volume [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-01-31T14:06:37.644Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-01-31T14:06:38.856Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-01-31T14:06:40.789Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-01-31T14:06:41.491Z] [2022-01-31T14:06:41.492Z] === Skipped [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-01-31T14:06:41.492Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2022-01-31T14:06:41.492Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-01-31T14:06:41.492Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.02s) [2022-01-31T14:06:41.492Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-01-31T14:06:41.492Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s) [2022-01-31T14:06:41.492Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-01-31T14:06:41.492Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-01-31T14:06:41.492Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-01-31T14:06:41.492Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.01s) [2022-01-31T14:06:41.492Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-01-31T14:06:41.492Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-01-31T14:06:41.492Z] daemon_test.go:145: root required [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-31T14:06:41.492Z] reload_test.go:342: root required [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-01-31T14:06:41.492Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-31T14:06:41.492Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-01-31T14:06:41.492Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-01-31T14:06:41.492Z] download_test.go:267: Needs fixing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-01-31T14:06:41.492Z] layer_test.go:303: Failing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-01-31T14:06:41.492Z] layer_test.go:352: Failing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-01-31T14:06:41.492Z] layer_test.go:467: Failing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-01-31T14:06:41.492Z] layer_test.go:696: Failing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-01-31T14:06:41.492Z] migration_test.go:45: Failing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-01-31T14:06:41.492Z] migration_test.go:181: Failing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-01-31T14:06:41.492Z] mount_test.go:17: Failing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-01-31T14:06:41.492Z] mount_test.go:76: Failing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-01-31T14:06:41.492Z] mount_test.go:125: Failing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-01-31T14:06:41.492Z] mount_test.go:212: Failing on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-01-31T14:06:41.492Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-01-31T14:06:41.492Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-01-31T14:06:41.492Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-01-31T14:06:41.492Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-01-31T14:06:41.492Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-01-31T14:06:41.492Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-01-31T14:06:41.492Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-01-31T14:06:41.492Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-01-31T14:06:41.492Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-01-31T14:06:41.492Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-01-31T14:06:41.492Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-01-31T14:06:41.492Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-01-31T14:06:41.492Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-01-31T14:06:41.492Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-01-31T14:06:41.492Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-01-31T14:06:41.492Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-01-31T14:06:41.492Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:133: Xz not present in msys2 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-01-31T14:06:41.492Z] archive_test.go:140: zstd not installed [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:252: Failing on Windows CI machines [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-01-31T14:06:41.492Z] archive_windows_test.go:16: Currently fails [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-01-31T14:06:41.492Z] changes_test.go:195: needs more investigation [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-01-31T14:06:41.492Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-01-31T14:06:41.492Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-01-31T14:06:41.492Z] changes_test.go:432: needs further investigation [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-01-31T14:06:41.492Z] changes_test.go:468: needs further investigation [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-01-31T14:06:41.492Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-01-31T14:06:41.492Z] poller_test.go:40: No chmod on Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-31T14:06:41.492Z] fileutils_test.go:133: Needs porting to Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-31T14:06:41.492Z] fileutils_test.go:179: Needs porting to Windows [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-01-31T14:06:41.492Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-01-31T14:06:41.492Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-01-31T14:06:41.492Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.01s) [2022-01-31T14:06:41.492Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-01-31T14:06:41.492Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-31T14:06:41.492Z] [2022-01-31T14:06:41.492Z] DONE 2069 tests, 70 skipped in 298.782s [2022-01-31T14:06:41.492Z] INFO: make.ps1 ended at 01/31/2022 14:06:41 [2022-01-31T14:06:41.717Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-01-31T14:06:42.643Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-01-31T14:06:42.943Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-01-31T14:06:42.943Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-01-31T14:06:43.746Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-01-31T14:06:43.746Z] INFO: Unit tests ended at 01/31/2022 14:06:43. Duration:00:05:15.0314645 [2022-01-31T14:06:43.746Z] INFO: Building busybox [2022-01-31T14:06:43.746Z] Sending build context to Docker daemon 5.12kB [2022-01-31T14:06:43.746Z] [2022-01-31T14:06:43.746Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-01-31T14:06:43.746Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-01-31T14:06:43.746Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-01-31T14:06:43.746Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-01-31T14:06:43.746Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-01-31T14:06:43.746Z] ---> 11cbc9e36c7a [2022-01-31T14:06:43.746Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-01-31T14:06:43.746Z] ---> Running in b6b809635fd9 [2022-01-31T14:06:43.870Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-01-31T14:06:44.126Z] --- PASS: TestDockerNetworkMacvlan (12.88s) [2022-01-31T14:06:44.126Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-01-31T14:06:44.126Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2022-01-31T14:06:44.126Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.41s) [2022-01-31T14:06:44.126Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.20s) [2022-01-31T14:06:44.126Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.89s) [2022-01-31T14:06:44.126Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.82s) [2022-01-31T14:06:44.126Z] PASS [2022-01-31T14:06:44.126Z] [2022-01-31T14:06:44.126Z] DONE 8 tests in 14.331s [2022-01-31T14:06:44.126Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-01-31T14:06:44.126Z] ++ 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-01-31T14:06:44.126Z] ++ set -e [2022-01-31T14:06:44.126Z] ++ '[' -n 0 ']' [2022-01-31T14:06:44.126Z] ++ set -x [2022-01-31T14:06:44.126Z] ++ 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-01-31T14:06:44.126Z] testing: warning: no tests to run [2022-01-31T14:06:44.126Z] PASS [2022-01-31T14:06:44.126Z] [2022-01-31T14:06:44.126Z] DONE 0 tests in 0.024s [2022-01-31T14:06:44.126Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-01-31T14:06:44.127Z] ++ 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-01-31T14:06:44.127Z] ++ set -e [2022-01-31T14:06:44.127Z] ++ '[' -n 0 ']' [2022-01-31T14:06:44.127Z] ++ set -x [2022-01-31T14:06:44.127Z] ++ 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-01-31T14:06:44.381Z] INFO: Testing against a local daemon [2022-01-31T14:06:44.381Z] === RUN TestAuthZPluginAllowRequest [2022-01-31T14:06:44.942Z] === RUN TestDockerSuite/TestBuildUser [2022-01-31T14:06:45.315Z] --- PASS: TestServiceWithDataPathPortInit (13.13s) [2022-01-31T14:06:45.315Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-31T14:06:45.871Z] --- PASS: TestAuthZPluginAllowRequest (1.38s) [2022-01-31T14:06:45.871Z] === RUN TestAuthZPluginTLS [2022-01-31T14:06:45.877Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:r8na5eup1aqotq7tvq0qipxcc Created:2022-01-31 14:06:44.733282567 +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[3c7a47e4dcd5c00acfda91270ef1262bf47580ea683ffbcfd9ac367ed8dad4c1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cmc7ki3n8mi4o169ybkxa3raf EndpointID:0550da848e46e43cd36d9cd45a262129d6d252ff5365f991a3b593c522709d4e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0620d1f7c2542eed40b23ad84299e9a9d5aea5ee8dd8e3c473134aed9c012666 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:946efd311089 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cmc7ki3n8mi4o169ybkxa3raf EndpointID:0550da848e46e43cd36d9cd45a262129d6d252ff5365f991a3b593c522709d4e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-01-31T14:06:46.127Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-01-31T14:06:46.127Z] --- PASS: TestAuthZPluginTLS (0.58s) [2022-01-31T14:06:46.127Z] === RUN TestAuthZPluginDenyRequest [2022-01-31T14:06:46.689Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2022-01-31T14:06:46.689Z] === RUN TestAuthZPluginAPIDenyResponse [2022-01-31T14:06:47.290Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-01-31T14:06:47.290Z] === RUN TestAuthZPluginDenyResponse [2022-01-31T14:06:47.851Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2022-01-31T14:06:47.851Z] === RUN TestAuthZPluginAllowEventStream [2022-01-31T14:06:48.778Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-01-31T14:06:49.337Z] --- PASS: TestAuthZPluginAllowEventStream (1.38s) [2022-01-31T14:06:49.338Z] === RUN TestAuthZPluginErrorResponse [2022-01-31T14:06:49.898Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-01-31T14:06:49.898Z] === RUN TestAuthZPluginErrorRequest [2022-01-31T14:06:50.458Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-01-31T14:06:50.458Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-01-31T14:06:51.017Z] Removing intermediate container b6b809635fd9 [2022-01-31T14:06:51.017Z] ---> cc7609f22c8f [2022-01-31T14:06:51.017Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-01-31T14:06:51.017Z] ---> Running in 9bd259d69bf3 [2022-01-31T14:06:51.018Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2022-01-31T14:06:51.018Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-01-31T14:06:51.124Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.78s) [2022-01-31T14:06:51.124Z] PASS [2022-01-31T14:06:51.124Z] [2022-01-31T14:06:51.124Z] === Skipped [2022-01-31T14:06:51.124Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T14:06:51.124Z] service_test.go:243: FLAKY_TEST [2022-01-31T14:06:51.124Z] [2022-01-31T14:06:51.124Z] DONE 26 tests, 1 skipped in 42.224s [2022-01-31T14:06:51.124Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-01-31T14:06:51.124Z] ++ 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-01-31T14:06:51.124Z] ++ set -e [2022-01-31T14:06:51.124Z] ++ '[' -n 0 ']' [2022-01-31T14:06:51.124Z] ++ set -x [2022-01-31T14:06:51.124Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-01-31T14:06:51.124Z] INFO: Testing against a local daemon [2022-01-31T14:06:51.124Z] === RUN TestDockerNetworkIpvlanPersistance [2022-01-31T14:06:51.124Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T14:06:51.124Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-31T14:06:51.124Z] === RUN TestDockerNetworkIpvlan [2022-01-31T14:06:51.124Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T14:06:51.124Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-01-31T14:06:51.124Z] PASS [2022-01-31T14:06:51.124Z] [2022-01-31T14:06:51.124Z] === Skipped [2022-01-31T14:06:51.124Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-31T14:06:51.124Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T14:06:51.124Z] [2022-01-31T14:06:51.124Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-01-31T14:06:51.124Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-31T14:06:51.124Z] [2022-01-31T14:06:51.124Z] DONE 2 tests, 2 skipped in 0.088s [2022-01-31T14:06:51.124Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-01-31T14:06:51.124Z] ++ 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-01-31T14:06:51.124Z] ++ set -e [2022-01-31T14:06:51.124Z] ++ '[' -n 0 ']' [2022-01-31T14:06:51.124Z] ++ set -x [2022-01-31T14:06:51.124Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-01-31T14:06:51.124Z] INFO: Testing against a local daemon [2022-01-31T14:06:51.124Z] === RUN TestDockerNetworkMacvlanPersistance [2022-01-31T14:06:51.494Z] Removing intermediate container 9bd259d69bf3 [2022-01-31T14:06:51.494Z] ---> cf7e64ee5936 [2022-01-31T14:06:51.494Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-01-31T14:06:51.494Z] ---> Running in 0c1c6104927c [2022-01-31T14:06:51.975Z] Removing intermediate container 0c1c6104927c [2022-01-31T14:06:51.975Z] ---> 91c004f6e0a2 [2022-01-31T14:06:51.975Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-01-31T14:06:52.052Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2022-01-31T14:06:52.052Z] === RUN TestDockerNetworkMacvlan [2022-01-31T14:06:52.613Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-01-31T14:06:52.906Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.79s) [2022-01-31T14:06:52.906Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-01-31T14:06:53.175Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-01-31T14:06:53.566Z] [2022-01-31T14:06:54.045Z] ---> 81bae68695a6 [2022-01-31T14:06:54.045Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-01-31T14:06:54.045Z] ---> Running in d1610d6f795f [2022-01-31T14:06:54.103Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-01-31T14:06:54.796Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.76s) [2022-01-31T14:06:54.796Z] === RUN TestAuthZPluginHeader [2022-01-31T14:06:55.357Z] --- PASS: TestAuthZPluginHeader (0.80s) [2022-01-31T14:06:55.357Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-01-31T14:06:55.470Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-01-31T14:06:57.361Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-01-31T14:06:58.663Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-01-31T14:06:59.591Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.27s) [2022-01-31T14:06:59.591Z] === RUN TestAuthZPluginV2Disable [2022-01-31T14:07:00.152Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-01-31T14:07:00.629Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-01-31T14:07:00.713Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-01-31T14:07:00.713Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-01-31T14:07:00.886Z] --- PASS: TestDockerNetworkMacvlan (9.10s) [2022-01-31T14:07:00.886Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-01-31T14:07:00.886Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-01-31T14:07:00.886Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.78s) [2022-01-31T14:07:00.886Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.77s) [2022-01-31T14:07:00.886Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.89s) [2022-01-31T14:07:00.886Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.55s) [2022-01-31T14:07:00.886Z] PASS [2022-01-31T14:07:00.886Z] [2022-01-31T14:07:00.886Z] DONE 8 tests in 10.577s [2022-01-31T14:07:00.886Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-01-31T14:07:00.886Z] ++ 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-01-31T14:07:00.886Z] ++ set -e [2022-01-31T14:07:00.886Z] ++ '[' -n 0 ']' [2022-01-31T14:07:00.886Z] ++ set -x [2022-01-31T14:07:00.886Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-01-31T14:07:00.886Z] testing: warning: no tests to run [2022-01-31T14:07:00.886Z] PASS [2022-01-31T14:07:00.886Z] [2022-01-31T14:07:00.886Z] DONE 0 tests in 0.023s [2022-01-31T14:07:00.886Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-01-31T14:07:00.886Z] ++ 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-01-31T14:07:00.886Z] ++ set -e [2022-01-31T14:07:00.886Z] ++ '[' -n 0 ']' [2022-01-31T14:07:00.886Z] ++ set -x [2022-01-31T14:07:00.886Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-01-31T14:07:01.142Z] INFO: Testing against a local daemon [2022-01-31T14:07:01.142Z] === RUN TestAuthZPluginAllowRequest [2022-01-31T14:07:01.275Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-01-31T14:07:02.071Z] --- PASS: TestAuthZPluginAllowRequest (1.09s) [2022-01-31T14:07:02.071Z] === RUN TestAuthZPluginTLS [2022-01-31T14:07:02.202Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-01-31T14:07:02.632Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-01-31T14:07:02.632Z] === RUN TestAuthZPluginDenyRequest [2022-01-31T14:07:03.194Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-01-31T14:07:03.194Z] === RUN TestAuthZPluginAPIDenyResponse [2022-01-31T14:07:03.227Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-01-31T14:07:03.227Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-01-31T14:07:03.227Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-01-31T14:07:03.227Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-01-31T14:07:03.227Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-01-31T14:07:03.227Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-01-31T14:07:03.227Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-01-31T14:07:03.227Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-01-31T14:07:03.227Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-01-31T14:07:03.486Z] --- PASS: TestAuthZPluginV2Disable (4.04s) [2022-01-31T14:07:03.486Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-01-31T14:07:03.757Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-01-31T14:07:03.757Z] === RUN TestAuthZPluginDenyResponse [2022-01-31T14:07:04.318Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-01-31T14:07:04.318Z] === RUN TestAuthZPluginAllowEventStream [2022-01-31T14:07:04.413Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-01-31T14:07:04.413Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-01-31T14:07:04.974Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-01-31T14:07:05.536Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-01-31T14:07:05.684Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s) [2022-01-31T14:07:05.684Z] === RUN TestAuthZPluginErrorResponse [2022-01-31T14:07:05.940Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-01-31T14:07:05.940Z] === RUN TestAuthZPluginErrorRequest [2022-01-31T14:07:06.096Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-01-31T14:07:06.096Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-01-31T14:07:06.502Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-01-31T14:07:06.502Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-01-31T14:07:06.665Z] Removing intermediate container d1610d6f795f [2022-01-31T14:07:06.665Z] ---> 93108a966408 [2022-01-31T14:07:06.665Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-01-31T14:07:06.665Z] ---> Running in 9f7a85aaad47 [2022-01-31T14:07:07.025Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.49s) [2022-01-31T14:07:07.026Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-01-31T14:07:07.066Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-01-31T14:07:07.066Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-01-31T14:07:07.672Z] [2022-01-31T14:07:07.672Z] SUCCESS: Specified value was saved. [2022-01-31T14:07:07.952Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-01-31T14:07:08.433Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.29s) [2022-01-31T14:07:08.433Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-01-31T14:07:09.317Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-01-31T14:07:09.798Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.31s) [2022-01-31T14:07:09.798Z] === RUN TestAuthZPluginHeader [2022-01-31T14:07:10.361Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-01-31T14:07:10.361Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-01-31T14:07:10.361Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:07:10.361Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-01-31T14:07:10.361Z] === RUN TestAuthZPluginV2Disable [2022-01-31T14:07:10.361Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:07:10.361Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-01-31T14:07:10.361Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-01-31T14:07:10.361Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:07:10.361Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-01-31T14:07:10.361Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-01-31T14:07:10.361Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:07:10.361Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-01-31T14:07:10.361Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-01-31T14:07:10.682Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-01-31T14:07:10.938Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-01-31T14:07:11.500Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-01-31T14:07:11.500Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-01-31T14:07:11.500Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-01-31T14:07:11.518Z] Removing intermediate container 9f7a85aaad47 [2022-01-31T14:07:11.518Z] ---> e9e68b843fd7 [2022-01-31T14:07:11.518Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-01-31T14:07:11.518Z] ---> Running in f6d91da87b16 [2022-01-31T14:07:12.471Z] === RUN TestDockerSuite/TestBuildXZHost [2022-01-31T14:07:13.836Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-01-31T14:07:14.765Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-01-31T14:07:14.765Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-01-31T14:07:14.765Z] docker_cli_sni_test.go:18: Flakey test [2022-01-31T14:07:14.765Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-01-31T14:07:15.693Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-01-31T14:07:15.705Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-01-31T14:07:15.705Z] === RUN TestBoolValue [2022-01-31T14:07:15.705Z] --- PASS: TestBoolValue (0.00s) [2022-01-31T14:07:15.705Z] === RUN TestBoolValueOrDefault [2022-01-31T14:07:15.705Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-01-31T14:07:15.705Z] === RUN TestInt64ValueOrZero [2022-01-31T14:07:15.705Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-01-31T14:07:15.705Z] === RUN TestInt64ValueOrDefault [2022-01-31T14:07:15.705Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-01-31T14:07:15.705Z] === RUN TestInt64ValueOrDefaultWithError [2022-01-31T14:07:15.705Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-01-31T14:07:15.705Z] === RUN TestJsonContentType [2022-01-31T14:07:15.705Z] --- PASS: TestJsonContentType (0.00s) [2022-01-31T14:07:15.705Z] PASS [2022-01-31T14:07:15.705Z] coverage: 14.7% of statements [2022-01-31T14:07:15.705Z] ok github.com/docker/docker/api/server/httputils 0.106s coverage: 14.7% of statements [2022-01-31T14:07:16.256Z] === RUN TestDockerSuite/TestCommitChange [2022-01-31T14:07:16.514Z] docker_api_swarm_test.go:272: [d716f1db0fb18] joining swarm manager [d6ed63996dcf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:07:17.117Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-01-31T14:07:17.283Z] === RUN TestMaskSecretKeys [2022-01-31T14:07:17.283Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-01-31T14:07:17.283Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-01-31T14:07:17.283Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-01-31T14:07:17.283Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-01-31T14:07:17.283Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-01-31T14:07:17.283Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-01-31T14:07:17.283Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-01-31T14:07:17.283Z] === RUN TestVersionMiddlewareVersion [2022-01-31T14:07:17.284Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-01-31T14:07:17.284Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-01-31T14:07:17.284Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-01-31T14:07:17.284Z] PASS [2022-01-31T14:07:17.284Z] coverage: 37.7% of statements [2022-01-31T14:07:17.284Z] ok github.com/docker/docker/api/server/middleware 0.072s coverage: 37.7% of statements [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router [no test files] [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-01-31T14:07:17.284Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-01-31T14:07:17.467Z] Cannot create a file when that file already exists. [2022-01-31T14:07:17.679Z] docker_api_swarm_test.go:273: [dbf8391d364a0] joining swarm manager [d6ed63996dcf4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:07:17.935Z] === RUN TestDockerSuite/TestCommitHardlink [2022-01-31T14:07:18.272Z] === RUN TestToJSON [2022-01-31T14:07:18.272Z] --- PASS: TestToJSON (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestToParamWithVersion [2022-01-31T14:07:18.272Z] --- PASS: TestToParamWithVersion (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestFromJSON [2022-01-31T14:07:18.272Z] --- PASS: TestFromJSON (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestEmpty [2022-01-31T14:07:18.272Z] --- PASS: TestEmpty (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestArgsMatchKVListEmptySources [2022-01-31T14:07:18.272Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestArgsMatchKVList [2022-01-31T14:07:18.272Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestArgsMatch [2022-01-31T14:07:18.272Z] --- PASS: TestArgsMatch (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestAdd [2022-01-31T14:07:18.272Z] --- PASS: TestAdd (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestDel [2022-01-31T14:07:18.272Z] --- PASS: TestDel (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestLen [2022-01-31T14:07:18.272Z] --- PASS: TestLen (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestExactMatch [2022-01-31T14:07:18.272Z] --- PASS: TestExactMatch (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestOnlyOneExactMatch [2022-01-31T14:07:18.272Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestContains [2022-01-31T14:07:18.272Z] --- PASS: TestContains (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestValidate [2022-01-31T14:07:18.272Z] --- PASS: TestValidate (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestWalkValues [2022-01-31T14:07:18.272Z] --- PASS: TestWalkValues (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestFuzzyMatch [2022-01-31T14:07:18.272Z] --- PASS: TestFuzzyMatch (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestClone [2022-01-31T14:07:18.272Z] --- PASS: TestClone (0.00s) [2022-01-31T14:07:18.272Z] PASS [2022-01-31T14:07:18.272Z] coverage: 92.2% of statements [2022-01-31T14:07:18.272Z] ok github.com/docker/docker/api/types/filters 0.057s coverage: 92.2% of statements [2022-01-31T14:07:18.272Z] === RUN TestAdjustForAPIVersion [2022-01-31T14:07:18.272Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-01-31T14:07:18.272Z] PASS [2022-01-31T14:07:18.272Z] coverage: 5.7% of statements [2022-01-31T14:07:18.272Z] ok github.com/docker/docker/api/server/router/swarm 0.067s coverage: 5.7% of statements [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/container [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/events [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/image [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/network [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-01-31T14:07:18.272Z] === RUN TestStrSliceMarshalJSON [2022-01-31T14:07:18.272Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestStrSliceUnmarshalJSON [2022-01-31T14:07:18.272Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestStrSliceUnmarshalString [2022-01-31T14:07:18.272Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-01-31T14:07:18.272Z] === RUN TestStrSliceUnmarshalSlice [2022-01-31T14:07:18.272Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-01-31T14:07:18.272Z] PASS [2022-01-31T14:07:18.272Z] coverage: 90.0% of statements [2022-01-31T14:07:18.272Z] ok github.com/docker/docker/api/types/strslice 0.051s coverage: 90.0% of statements [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-01-31T14:07:18.272Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-01-31T14:07:18.741Z] === RUN TestDurationToSecondsString [2022-01-31T14:07:18.741Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-01-31T14:07:18.741Z] === RUN TestGetTimestamp [2022-01-31T14:07:18.741Z] --- PASS: TestGetTimestamp (0.21s) [2022-01-31T14:07:18.741Z] === RUN TestParseTimestamps [2022-01-31T14:07:18.741Z] --- PASS: TestParseTimestamps (0.00s) [2022-01-31T14:07:18.741Z] PASS [2022-01-31T14:07:18.741Z] coverage: 100.0% of statements [2022-01-31T14:07:18.741Z] ok github.com/docker/docker/api/types/time 0.284s coverage: 100.0% of statements [2022-01-31T14:07:18.741Z] === RUN TestCompareVersion [2022-01-31T14:07:18.741Z] --- PASS: TestCompareVersion (0.00s) [2022-01-31T14:07:18.741Z] PASS [2022-01-31T14:07:18.741Z] coverage: 77.3% of statements [2022-01-31T14:07:18.741Z] ok github.com/docker/docker/api/types/versions 0.046s coverage: 77.3% of statements [2022-01-31T14:07:18.741Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/builder [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-01-31T14:07:18.742Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-01-31T14:07:18.862Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.79s) [2022-01-31T14:07:18.862Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-01-31T14:07:19.123Z] === RUN TestDockerSuite/TestCommitNewFile [2022-01-31T14:07:20.094Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-01-31T14:07:20.309Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL (0.00s) [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-01-31T14:07:20.309Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-01-31T14:07:20.309Z] === RUN TestCloneArgsSmartHttp [2022-01-31T14:07:20.309Z] --- PASS: TestCloneArgsSmartHttp (0.07s) [2022-01-31T14:07:20.309Z] === RUN TestCloneArgsDumbHttp [2022-01-31T14:07:20.309Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-01-31T14:07:20.309Z] === RUN TestCloneArgsGit [2022-01-31T14:07:20.309Z] --- PASS: TestCloneArgsGit (0.00s) [2022-01-31T14:07:20.309Z] === RUN TestCheckoutGit [2022-01-31T14:07:20.696Z] === RUN TestDockerSuite/TestCommitTTY [2022-01-31T14:07:21.624Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-01-31T14:07:21.878Z] === RUN TestEnable [2022-01-31T14:07:21.878Z] --- PASS: TestEnable (0.00s) [2022-01-31T14:07:21.878Z] === RUN TestDisable [2022-01-31T14:07:21.878Z] --- PASS: TestDisable (0.00s) [2022-01-31T14:07:21.878Z] === RUN TestEnabled [2022-01-31T14:07:21.878Z] --- PASS: TestEnabled (0.00s) [2022-01-31T14:07:21.878Z] PASS [2022-01-31T14:07:21.878Z] coverage: 100.0% of statements [2022-01-31T14:07:21.878Z] ok github.com/docker/docker/cli/debug 0.053s coverage: 100.0% of statements [2022-01-31T14:07:22.185Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-01-31T14:07:22.347Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-01-31T14:07:22.347Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-01-31T14:07:22.347Z] === RUN TestProcessNoDockerignore [2022-01-31T14:07:22.347Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestProcessShouldLeaveAllFiles [2022-01-31T14:07:22.347Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-01-31T14:07:22.347Z] === RUN TestDetectContentType [2022-01-31T14:07:22.347Z] --- PASS: TestDetectContentType (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestSelectAcceptableMIME [2022-01-31T14:07:22.347Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestInspectEmptyResponse [2022-01-31T14:07:22.347Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestInspectResponseBinary [2022-01-31T14:07:22.347Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestResponseUnsupportedContentType [2022-01-31T14:07:22.347Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestInspectResponseTextSimple [2022-01-31T14:07:22.347Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestInspectResponseEmptyContentType [2022-01-31T14:07:22.347Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestUnknownContentLength [2022-01-31T14:07:22.347Z] --- PASS: TestUnknownContentLength (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestDownloadRemote [2022-01-31T14:07:22.347Z] --- PASS: TestDownloadRemote (0.11s) [2022-01-31T14:07:22.347Z] === RUN TestGetWithStatusError [2022-01-31T14:07:22.347Z] --- PASS: TestGetWithStatusError (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestCloseRootDirectory [2022-01-31T14:07:22.347Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:07:22.347Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestHashFile [2022-01-31T14:07:22.347Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:07:22.347Z] --- SKIP: TestHashFile (0.00s) [2022-01-31T14:07:22.347Z] === RUN TestHashSubdir [2022-01-31T14:07:22.347Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:07:22.347Z] --- SKIP: TestHashSubdir (0.01s) [2022-01-31T14:07:22.347Z] === RUN TestRemoveDirectory [2022-01-31T14:07:22.347Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:07:22.347Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-01-31T14:07:22.347Z] PASS [2022-01-31T14:07:22.347Z] coverage: 9.3% of statements [2022-01-31T14:07:22.347Z] ok github.com/docker/docker/builder/remotecontext 0.377s coverage: 9.3% of statements [2022-01-31T14:07:22.817Z] === RUN TestGetAllAllowed [2022-01-31T14:07:22.817Z] --- PASS: TestGetAllAllowed (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestGetAllMeta [2022-01-31T14:07:22.817Z] --- PASS: TestGetAllMeta (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestWarnOnUnusedBuildArgs [2022-01-31T14:07:22.817Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestIsUnreferencedBuiltin [2022-01-31T14:07:22.817Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestIsExistingDirectory [2022-01-31T14:07:22.817Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestGetFilenameForDownload [2022-01-31T14:07:22.817Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestEnv2Variables [2022-01-31T14:07:22.817Z] --- PASS: TestEnv2Variables (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-01-31T14:07:22.817Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestMaintainer [2022-01-31T14:07:22.817Z] --- PASS: TestMaintainer (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestLabel [2022-01-31T14:07:22.817Z] --- PASS: TestLabel (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestFromScratch [2022-01-31T14:07:22.817Z] --- PASS: TestFromScratch (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestFromWithArg [2022-01-31T14:07:22.817Z] --- PASS: TestFromWithArg (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-01-31T14:07:22.817Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestFromWithUndefinedArg [2022-01-31T14:07:22.817Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestFromMultiStageWithNamedStage [2022-01-31T14:07:22.817Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestOnbuild [2022-01-31T14:07:22.817Z] --- PASS: TestOnbuild (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestWorkdir [2022-01-31T14:07:22.817Z] --- PASS: TestWorkdir (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestCmd [2022-01-31T14:07:22.817Z] --- PASS: TestCmd (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestHealthcheckNone [2022-01-31T14:07:22.817Z] --- PASS: TestHealthcheckNone (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestHealthcheckCmd [2022-01-31T14:07:22.817Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestEntrypoint [2022-01-31T14:07:22.817Z] --- PASS: TestEntrypoint (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestExpose [2022-01-31T14:07:22.817Z] --- PASS: TestExpose (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestUser [2022-01-31T14:07:22.817Z] --- PASS: TestUser (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestVolume [2022-01-31T14:07:22.817Z] --- PASS: TestVolume (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestStopSignal [2022-01-31T14:07:22.817Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-31T14:07:22.817Z] --- SKIP: TestStopSignal (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestArg [2022-01-31T14:07:22.817Z] --- PASS: TestArg (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestShell [2022-01-31T14:07:22.817Z] --- PASS: TestShell (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestPrependEnvOnCmd [2022-01-31T14:07:22.817Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestRunWithBuildArgs [2022-01-31T14:07:22.817Z] --- PASS: TestRunWithBuildArgs (0.01s) [2022-01-31T14:07:22.817Z] === RUN TestRunIgnoresHealthcheck [2022-01-31T14:07:22.817Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestDispatchUnsupportedOptions [2022-01-31T14:07:22.817Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-01-31T14:07:22.817Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-01-31T14:07:22.817Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-01-31T14:07:22.817Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-01-31T14:07:22.817Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-01-31T14:07:22.817Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-01-31T14:07:22.817Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestNormalizeWorkdir [2022-01-31T14:07:22.817Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestDispatch [2022-01-31T14:07:22.817Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-01-31T14:07:22.817Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-01-31T14:07:22.817Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-01-31T14:07:22.817Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-01-31T14:07:22.817Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-01-31T14:07:22.817Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-01-31T14:07:22.817Z] === RUN TestDispatch/COPY_url [2022-01-31T14:07:22.817Z] --- PASS: TestDispatch (0.08s) [2022-01-31T14:07:22.817Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2022-01-31T14:07:22.817Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-01-31T14:07:22.817Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-01-31T14:07:22.817Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-01-31T14:07:22.817Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-01-31T14:07:22.817Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-01-31T14:07:22.817Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestAddScratchImageAddsToMounts [2022-01-31T14:07:22.817Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestAddFromScratchPopulatesPlatform [2022-01-31T14:07:22.817Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-01-31T14:07:22.817Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-01-31T14:07:22.817Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestImageSourceGetAddsToMounts [2022-01-31T14:07:22.817Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestEmptyDockerfile [2022-01-31T14:07:22.817Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-01-31T14:07:22.817Z] === RUN TestSymlinkDockerfile [2022-01-31T14:07:22.817Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-01-31T14:07:22.817Z] === RUN TestDockerfileOutsideTheBuildContext [2022-01-31T14:07:22.817Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestNonExistingDockerfile [2022-01-31T14:07:22.817Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestCopyRunConfig [2022-01-31T14:07:22.817Z] --- PASS: TestCopyRunConfig (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestDeepCopyRunConfig [2022-01-31T14:07:22.817Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestExportImage [2022-01-31T14:07:22.817Z] --- PASS: TestExportImage (0.00s) [2022-01-31T14:07:22.817Z] === RUN TestNormalizeDest [2022-01-31T14:07:22.817Z] --- PASS: TestNormalizeDest (0.00s) [2022-01-31T14:07:22.817Z] PASS [2022-01-31T14:07:22.817Z] coverage: 46.8% of statements [2022-01-31T14:07:22.817Z] ok github.com/docker/docker/builder/dockerfile 0.221s coverage: 46.8% of statements [2022-01-31T14:07:23.197Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-01-31T14:07:23.291Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-01-31T14:07:23.759Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-01-31T14:07:23.759Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-01-31T14:07:23.759Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-01-31T14:07:23.759Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-01-31T14:07:23.759Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-01-31T14:07:23.759Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-01-31T14:07:23.759Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-01-31T14:07:23.762Z] === RUN TestTCP4Proxy [2022-01-31T14:07:23.762Z] --- PASS: TestTCP4Proxy (0.01s) [2022-01-31T14:07:23.762Z] === RUN TestTCP4ProxyHalfClose [2022-01-31T14:07:23.762Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-01-31T14:07:23.762Z] === RUN TestTCP6Proxy [2022-01-31T14:07:23.762Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-31T14:07:23.762Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-01-31T14:07:23.762Z] === RUN TestTCPDualStackProxy [2022-01-31T14:07:23.762Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-31T14:07:23.762Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-01-31T14:07:23.762Z] === RUN TestUDP4Proxy [2022-01-31T14:07:23.762Z] --- PASS: TestUDP4Proxy (0.00s) [2022-01-31T14:07:23.762Z] === RUN TestUDP6Proxy [2022-01-31T14:07:23.762Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-31T14:07:23.762Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-01-31T14:07:23.762Z] === RUN TestUDPWriteError [2022-01-31T14:07:23.762Z] --- PASS: TestUDPWriteError (0.00s) [2022-01-31T14:07:23.762Z] === RUN TestSCTP4Proxy [2022-01-31T14:07:23.762Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-31T14:07:23.762Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-01-31T14:07:23.762Z] === RUN TestSCTP6Proxy [2022-01-31T14:07:23.762Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-31T14:07:23.762Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-01-31T14:07:23.762Z] PASS [2022-01-31T14:07:23.762Z] coverage: 49.4% of statements [2022-01-31T14:07:23.762Z] ok github.com/docker/docker/cmd/docker-proxy 0.070s coverage: 49.4% of statements [2022-01-31T14:07:24.707Z] Removing intermediate container f6d91da87b16 [2022-01-31T14:07:24.707Z] ---> a91fcac7cbb9 [2022-01-31T14:07:24.707Z] Step 13/13 : CMD ["sh"] [2022-01-31T14:07:24.707Z] ---> Running in 36472de9fc62 [2022-01-31T14:07:24.707Z] Removing intermediate container 36472de9fc62 [2022-01-31T14:07:24.707Z] ---> a6273f0d95e3 [2022-01-31T14:07:24.707Z] Successfully built a6273f0d95e3 [2022-01-31T14:07:24.707Z] Successfully tagged busybox:latest [2022-01-31T14:07:24.707Z] INFO: Docker images of the daemon under test [2022-01-31T14:07:24.707Z] [2022-01-31T14:07:24.707Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-31T14:07:24.707Z] busybox latest a6273f0d95e3 Less than a second ago 4.99GB [2022-01-31T14:07:24.707Z] mcr.microsoft.com/windows/servercore ltsc2022 11cbc9e36c7a 2 weeks ago 4.95GB [2022-01-31T14:07:24.707Z] microsoft/windowsservercore latest 11cbc9e36c7a 2 weeks ago 4.95GB [2022-01-31T14:07:24.707Z] [2022-01-31T14:07:24.707Z] INFO: Running integration tests at 01/31/2022 14:07:24... [2022-01-31T14:07:24.707Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-01-31T14:07:24.707Z] INFO: Integration API tests being run from the host: [2022-01-31T14:07:24.707Z] INFO: make.ps1 starting at 01/31/2022 14:07:24 [2022-01-31T14:07:25.167Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-01-31T14:07:26.093Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-01-31T14:07:26.093Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-01-31T14:07:26.313Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-01-31T14:07:26.349Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-01-31T14:07:26.909Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-01-31T14:07:27.205Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-01-31T14:07:27.767Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-01-31T14:07:28.023Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-01-31T14:07:28.023Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-01-31T14:07:28.023Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-01-31T14:07:28.406Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-01-31T14:07:28.406Z] PASS [2022-01-31T14:07:28.406Z] [2022-01-31T14:07:28.406Z] === Skipped [2022-01-31T14:07:28.406Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-01-31T14:07:28.406Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:07:28.406Z] [2022-01-31T14:07:28.406Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-01-31T14:07:28.406Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:07:28.406Z] [2022-01-31T14:07:28.406Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-01-31T14:07:28.406Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:07:28.406Z] [2022-01-31T14:07:28.406Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-01-31T14:07:28.406Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:07:28.406Z] [2022-01-31T14:07:28.406Z] DONE 17 tests, 4 skipped in 25.942s [2022-01-31T14:07:28.406Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-01-31T14:07:28.406Z] ++ 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-01-31T14:07:28.406Z] ++ set -e [2022-01-31T14:07:28.406Z] ++ '[' -n 0 ']' [2022-01-31T14:07:28.406Z] ++ set -x [2022-01-31T14:07:28.406Z] ++ 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-01-31T14:07:28.406Z] INFO: Testing against a local daemon [2022-01-31T14:07:28.406Z] === RUN TestPluginInvalidJSON [2022-01-31T14:07:28.406Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:07:28.406Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:07:28.406Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:07:28.406Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-01-31T14:07:28.406Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-31T14:07:28.406Z] === RUN TestPluginInstall [2022-01-31T14:07:28.406Z] === RUN TestPluginInstall/no_auth [2022-01-31T14:07:28.406Z] time="2022-01-31T14:07:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:28.406Z] time="2022-01-31T14:07:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bae7f072bb7247d3294d0ce7c3ad1006cb087bfaf8fbf8a85647eb4987bc83eb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:28.406Z] time="2022-01-31T14:07:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:28.406Z] time="2022-01-31T14:07:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bae7f072bb7247d3294d0ce7c3ad1006cb087bfaf8fbf8a85647eb4987bc83eb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:28.629Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-01-31T14:07:28.629Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-01-31T14:07:28.629Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-01-31T14:07:28.629Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-01-31T14:07:28.629Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-01-31T14:07:28.662Z] === RUN TestPluginInstall/with_htpasswd [2022-01-31T14:07:28.919Z] time="2022-01-31T14:07:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:28.919Z] time="2022-01-31T14:07:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7cc21ba07cb026abde9ebeac6087c82976afbc7cb5b1fa18bfae711a94609f9e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:28.919Z] time="2022-01-31T14:07:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:28.919Z] time="2022-01-31T14:07:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7cc21ba07cb026abde9ebeac6087c82976afbc7cb5b1fa18bfae711a94609f9e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:29.175Z] === RUN TestPluginInstall/with_insecure [2022-01-31T14:07:29.190Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-01-31T14:07:29.751Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-01-31T14:07:30.047Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-01-31T14:07:30.047Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-01-31T14:07:30.104Z] time="2022-01-31T14:07:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:30.104Z] time="2022-01-31T14:07:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:068a42cecb22b59ac07d95303e6b54f232b56d1b5c8d7c5d03bc4d30597bd3dc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:30.104Z] time="2022-01-31T14:07:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:30.104Z] time="2022-01-31T14:07:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:068a42cecb22b59ac07d95303e6b54f232b56d1b5c8d7c5d03bc4d30597bd3dc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:30.104Z] plugin_test.go:165: [df1f13ca83dea] daemon is not started [2022-01-31T14:07:30.104Z] --- PASS: TestPluginInstall (3.16s) [2022-01-31T14:07:30.104Z] --- PASS: TestPluginInstall/no_auth (1.52s) [2022-01-31T14:07:30.104Z] --- PASS: TestPluginInstall/with_htpasswd (0.59s) [2022-01-31T14:07:30.104Z] --- PASS: TestPluginInstall/with_insecure (1.05s) [2022-01-31T14:07:30.104Z] === RUN TestPluginsWithRuntimes [2022-01-31T14:07:31.409Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-01-31T14:07:31.665Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-01-31T14:07:31.665Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-01-31T14:07:31.997Z] === RUN TestPluginsWithRuntimes/No_Args [2022-01-31T14:07:32.226Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-01-31T14:07:32.483Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-01-31T14:07:32.559Z] === RUN TestPluginsWithRuntimes/With_Args [2022-01-31T14:07:33.044Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-01-31T14:07:33.488Z] --- PASS: TestPluginsWithRuntimes (3.27s) [2022-01-31T14:07:33.488Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.84s) [2022-01-31T14:07:33.488Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.85s) [2022-01-31T14:07:33.488Z] === RUN TestPluginBackCompatMediaTypes [2022-01-31T14:07:33.605Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-01-31T14:07:33.605Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-01-31T14:07:33.904Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-01-31T14:07:34.050Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-01-31T14:07:34.050Z] PASS [2022-01-31T14:07:34.050Z] [2022-01-31T14:07:34.050Z] DONE 10 tests in 7.131s [2022-01-31T14:07:34.050Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-01-31T14:07:34.050Z] ++ 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-01-31T14:07:34.050Z] ++ set -e [2022-01-31T14:07:34.050Z] ++ '[' -n 0 ']' [2022-01-31T14:07:34.050Z] ++ set -x [2022-01-31T14:07:34.050Z] ++ 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-01-31T14:07:34.050Z] INFO: Testing against a local daemon [2022-01-31T14:07:34.050Z] === RUN TestExternalGraphDriver [2022-01-31T14:07:34.306Z] === RUN TestExternalGraphDriver/json [2022-01-31T14:07:34.466Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-01-31T14:07:35.027Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-01-31T14:07:35.027Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-01-31T14:07:35.027Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-01-31T14:07:35.589Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.63s) [2022-01-31T14:07:35.589Z] PASS [2022-01-31T14:07:35.589Z] [2022-01-31T14:07:35.589Z] DONE 17 tests in 51.292s [2022-01-31T14:07:35.589Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-01-31T14:07:35.589Z] ++ 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-01-31T14:07:35.589Z] ++ set -e [2022-01-31T14:07:35.589Z] ++ '[' -n 0 ']' [2022-01-31T14:07:35.589Z] ++ set -x [2022-01-31T14:07:35.589Z] ++ 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-01-31T14:07:35.589Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-01-31T14:07:35.589Z] INFO: Testing against a local daemon [2022-01-31T14:07:35.589Z] === RUN TestPluginInvalidJSON [2022-01-31T14:07:35.589Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:07:35.589Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:07:35.589Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:07:35.589Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-01-31T14:07:35.589Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-31T14:07:35.589Z] === RUN TestPluginInstall [2022-01-31T14:07:35.589Z] === RUN TestPluginInstall/no_auth [2022-01-31T14:07:35.673Z] === RUN TestExternalGraphDriver/spec [2022-01-31T14:07:36.269Z] === RUN TestCheckpointCreateError [2022-01-31T14:07:36.269Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCheckpointCreate [2022-01-31T14:07:36.269Z] --- PASS: TestCheckpointCreate (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCheckpointDeleteError [2022-01-31T14:07:36.269Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCheckpointDelete [2022-01-31T14:07:36.269Z] --- PASS: TestCheckpointDelete (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCheckpointListError [2022-01-31T14:07:36.269Z] --- PASS: TestCheckpointListError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCheckpointList [2022-01-31T14:07:36.269Z] --- PASS: TestCheckpointList (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCheckpointListContainerNotFound [2022-01-31T14:07:36.269Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestNewClientWithOpsFromEnv [2022-01-31T14:07:36.269Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-31T14:07:36.269Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestGetAPIPath [2022-01-31T14:07:36.269Z] --- PASS: TestGetAPIPath (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestParseHostURL [2022-01-31T14:07:36.269Z] --- PASS: TestParseHostURL (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-01-31T14:07:36.269Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestNegotiateAPIVersionEmpty [2022-01-31T14:07:36.269Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestNegotiateAPIVersion [2022-01-31T14:07:36.269Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestNegotiateAPVersionOverride [2022-01-31T14:07:36.269Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestNegotiateAPIVersionAutomatic [2022-01-31T14:07:36.269Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-01-31T14:07:36.269Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-01-31T14:07:36.269Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestClientRedirect [2022-01-31T14:07:36.269Z] --- PASS: TestClientRedirect (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigCreateUnsupported [2022-01-31T14:07:36.269Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigCreateError [2022-01-31T14:07:36.269Z] --- PASS: TestConfigCreateError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigCreate [2022-01-31T14:07:36.269Z] --- PASS: TestConfigCreate (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigInspectNotFound [2022-01-31T14:07:36.269Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigInspectWithEmptyID [2022-01-31T14:07:36.269Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigInspectUnsupported [2022-01-31T14:07:36.269Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigInspectError [2022-01-31T14:07:36.269Z] --- PASS: TestConfigInspectError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigInspectConfigNotFound [2022-01-31T14:07:36.269Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigInspect [2022-01-31T14:07:36.269Z] --- PASS: TestConfigInspect (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigListUnsupported [2022-01-31T14:07:36.269Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigListError [2022-01-31T14:07:36.269Z] --- PASS: TestConfigListError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigList [2022-01-31T14:07:36.269Z] --- PASS: TestConfigList (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigRemoveUnsupported [2022-01-31T14:07:36.269Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigRemoveError [2022-01-31T14:07:36.269Z] --- PASS: TestConfigRemoveError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigRemove [2022-01-31T14:07:36.269Z] --- PASS: TestConfigRemove (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigUpdateUnsupported [2022-01-31T14:07:36.269Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigUpdateError [2022-01-31T14:07:36.269Z] --- PASS: TestConfigUpdateError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestConfigUpdate [2022-01-31T14:07:36.269Z] --- PASS: TestConfigUpdate (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerCommitError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerCommitError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerCommit [2022-01-31T14:07:36.269Z] --- PASS: TestContainerCommit (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerStatPathError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerStatPathError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerStatPathNotFoundError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerStatPathNoHeaderError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerStatPath [2022-01-31T14:07:36.269Z] --- PASS: TestContainerStatPath (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCopyToContainerError [2022-01-31T14:07:36.269Z] --- PASS: TestCopyToContainerError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCopyToContainerNotFoundError [2022-01-31T14:07:36.269Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCopyToContainerNotStatusOKError [2022-01-31T14:07:36.269Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCopyToContainer [2022-01-31T14:07:36.269Z] --- PASS: TestCopyToContainer (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCopyFromContainerError [2022-01-31T14:07:36.269Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCopyFromContainerNotFoundError [2022-01-31T14:07:36.269Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCopyFromContainerNotStatusOKError [2022-01-31T14:07:36.269Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCopyFromContainerNoHeaderError [2022-01-31T14:07:36.269Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestCopyFromContainer [2022-01-31T14:07:36.269Z] --- PASS: TestCopyFromContainer (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerCreateError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerCreateError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerCreateImageNotFound [2022-01-31T14:07:36.269Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerCreateWithName [2022-01-31T14:07:36.269Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerCreateAutoRemove [2022-01-31T14:07:36.269Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerDiffError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerDiffError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerDiff [2022-01-31T14:07:36.269Z] --- PASS: TestContainerDiff (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerExecCreateError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerExecCreate [2022-01-31T14:07:36.269Z] --- PASS: TestContainerExecCreate (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerExecStartError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerExecStartError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerExecStart [2022-01-31T14:07:36.269Z] --- PASS: TestContainerExecStart (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerExecInspectError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerExecInspect [2022-01-31T14:07:36.269Z] --- PASS: TestContainerExecInspect (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerExportError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerExportError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerExport [2022-01-31T14:07:36.269Z] --- PASS: TestContainerExport (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerInspectError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerInspectError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerInspectContainerNotFound [2022-01-31T14:07:36.269Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerInspectWithEmptyID [2022-01-31T14:07:36.269Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerInspect [2022-01-31T14:07:36.269Z] --- PASS: TestContainerInspect (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerInspectNode [2022-01-31T14:07:36.269Z] --- PASS: TestContainerInspectNode (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerKillError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerKillError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerKill [2022-01-31T14:07:36.269Z] --- PASS: TestContainerKill (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerListError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerListError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerList [2022-01-31T14:07:36.269Z] --- PASS: TestContainerList (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerLogsNotFoundError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerLogsError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerLogsError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerLogs [2022-01-31T14:07:36.269Z] --- PASS: TestContainerLogs (0.23s) [2022-01-31T14:07:36.269Z] === RUN TestContainerPauseError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerPauseError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerPause [2022-01-31T14:07:36.269Z] --- PASS: TestContainerPause (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainersPruneError [2022-01-31T14:07:36.269Z] --- PASS: TestContainersPruneError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainersPrune [2022-01-31T14:07:36.269Z] --- PASS: TestContainersPrune (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerRemoveError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerRemoveError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerRemoveNotFoundError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerRemove [2022-01-31T14:07:36.269Z] --- PASS: TestContainerRemove (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerRenameError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerRenameError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerRename [2022-01-31T14:07:36.269Z] --- PASS: TestContainerRename (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerResizeError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerResizeError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerExecResizeError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerResize [2022-01-31T14:07:36.269Z] --- PASS: TestContainerResize (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerExecResize [2022-01-31T14:07:36.269Z] --- PASS: TestContainerExecResize (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerRestartError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerRestartError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerRestart [2022-01-31T14:07:36.269Z] --- PASS: TestContainerRestart (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerStartError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerStartError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerStart [2022-01-31T14:07:36.269Z] --- PASS: TestContainerStart (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerStatsError [2022-01-31T14:07:36.269Z] --- PASS: TestContainerStatsError (0.00s) [2022-01-31T14:07:36.269Z] === RUN TestContainerStats [2022-01-31T14:07:36.270Z] --- PASS: TestContainerStats (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestContainerStopError [2022-01-31T14:07:36.270Z] --- PASS: TestContainerStopError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestContainerStop [2022-01-31T14:07:36.270Z] --- PASS: TestContainerStop (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestContainerTopError [2022-01-31T14:07:36.270Z] --- PASS: TestContainerTopError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestContainerTop [2022-01-31T14:07:36.270Z] --- PASS: TestContainerTop (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestContainerUnpauseError [2022-01-31T14:07:36.270Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestContainerUnpause [2022-01-31T14:07:36.270Z] --- PASS: TestContainerUnpause (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestContainerUpdateError [2022-01-31T14:07:36.270Z] --- PASS: TestContainerUpdateError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestContainerUpdate [2022-01-31T14:07:36.270Z] --- PASS: TestContainerUpdate (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestContainerWaitError [2022-01-31T14:07:36.270Z] --- PASS: TestContainerWaitError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestContainerWait [2022-01-31T14:07:36.270Z] --- PASS: TestContainerWait (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestDiskUsageError [2022-01-31T14:07:36.270Z] --- PASS: TestDiskUsageError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestDiskUsage [2022-01-31T14:07:36.270Z] --- PASS: TestDiskUsage (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestDistributionInspectUnsupported [2022-01-31T14:07:36.270Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestDistributionInspectWithEmptyID [2022-01-31T14:07:36.270Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestEventsErrorInOptions [2022-01-31T14:07:36.270Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestEventsErrorFromServer [2022-01-31T14:07:36.270Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestEvents [2022-01-31T14:07:36.270Z] --- PASS: TestEvents (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestTLSCloseWriter [2022-01-31T14:07:36.270Z] === PAUSE TestTLSCloseWriter [2022-01-31T14:07:36.270Z] === RUN TestImageBuildError [2022-01-31T14:07:36.270Z] --- PASS: TestImageBuildError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageBuild [2022-01-31T14:07:36.270Z] --- PASS: TestImageBuild (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestGetDockerOS [2022-01-31T14:07:36.270Z] --- PASS: TestGetDockerOS (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageCreateError [2022-01-31T14:07:36.270Z] --- PASS: TestImageCreateError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageCreate [2022-01-31T14:07:36.270Z] --- PASS: TestImageCreate (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageHistoryError [2022-01-31T14:07:36.270Z] --- PASS: TestImageHistoryError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageHistory [2022-01-31T14:07:36.270Z] --- PASS: TestImageHistory (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageImportError [2022-01-31T14:07:36.270Z] --- PASS: TestImageImportError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageImport [2022-01-31T14:07:36.270Z] --- PASS: TestImageImport (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageInspectError [2022-01-31T14:07:36.270Z] --- PASS: TestImageInspectError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageInspectImageNotFound [2022-01-31T14:07:36.270Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageInspectWithEmptyID [2022-01-31T14:07:36.270Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageInspect [2022-01-31T14:07:36.270Z] --- PASS: TestImageInspect (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageListError [2022-01-31T14:07:36.270Z] --- PASS: TestImageListError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageList [2022-01-31T14:07:36.270Z] --- PASS: TestImageList (0.02s) [2022-01-31T14:07:36.270Z] === RUN TestImageListApiBefore125 [2022-01-31T14:07:36.270Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageLoadError [2022-01-31T14:07:36.270Z] --- PASS: TestImageLoadError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageLoad [2022-01-31T14:07:36.270Z] --- PASS: TestImageLoad (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagesPruneError [2022-01-31T14:07:36.270Z] --- PASS: TestImagesPruneError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagesPrune [2022-01-31T14:07:36.270Z] --- PASS: TestImagesPrune (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePullReferenceParseError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePullAnyError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePullAnyError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePullStatusUnauthorizedError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePullWithoutErrors [2022-01-31T14:07:36.270Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePushReferenceError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePushAnyError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushAnyError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePushStatusUnauthorizedError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImagePushWithoutErrors [2022-01-31T14:07:36.270Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-01-31T14:07:36.270Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-01-31T14:07:36.270Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-01-31T14:07:36.270Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageRemoveError [2022-01-31T14:07:36.270Z] --- PASS: TestImageRemoveError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageRemoveImageNotFound [2022-01-31T14:07:36.270Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageRemove [2022-01-31T14:07:36.270Z] --- PASS: TestImageRemove (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageSaveError [2022-01-31T14:07:36.270Z] --- PASS: TestImageSaveError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageSave [2022-01-31T14:07:36.270Z] --- PASS: TestImageSave (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageSearchAnyError [2022-01-31T14:07:36.270Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageSearchStatusUnauthorizedError [2022-01-31T14:07:36.270Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-31T14:07:36.270Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-31T14:07:36.270Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-01-31T14:07:36.270Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageSearchWithoutErrors [2022-01-31T14:07:36.270Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageTagError [2022-01-31T14:07:36.270Z] --- PASS: TestImageTagError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageTagInvalidReference [2022-01-31T14:07:36.270Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageTagInvalidSourceImageName [2022-01-31T14:07:36.270Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageTagHexSource [2022-01-31T14:07:36.270Z] --- PASS: TestImageTagHexSource (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestImageTag [2022-01-31T14:07:36.270Z] --- PASS: TestImageTag (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestInfoServerError [2022-01-31T14:07:36.270Z] --- PASS: TestInfoServerError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestInfoInvalidResponseJSONError [2022-01-31T14:07:36.270Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestInfo [2022-01-31T14:07:36.270Z] --- PASS: TestInfo (0.02s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkConnectError [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkConnectError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkConnect [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkConnect (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkCreateError [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkCreateError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkCreate [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkCreate (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkDisconnectError [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkDisconnect [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkInspect [2022-01-31T14:07:36.270Z] === RUN TestNetworkInspect/empty_ID [2022-01-31T14:07:36.270Z] === RUN TestNetworkInspect/no_options [2022-01-31T14:07:36.270Z] === RUN TestNetworkInspect/verbose [2022-01-31T14:07:36.270Z] === RUN TestNetworkInspect/global_scope [2022-01-31T14:07:36.270Z] === RUN TestNetworkInspect/unknown_network [2022-01-31T14:07:36.270Z] === RUN TestNetworkInspect/server_error [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkInspect (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkListError [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkListError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkList [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkList (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworksPruneError [2022-01-31T14:07:36.270Z] --- PASS: TestNetworksPruneError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworksPrune [2022-01-31T14:07:36.270Z] --- PASS: TestNetworksPrune (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkRemoveError [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNetworkRemove [2022-01-31T14:07:36.270Z] --- PASS: TestNetworkRemove (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNodeInspectError [2022-01-31T14:07:36.270Z] --- PASS: TestNodeInspectError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNodeInspectNodeNotFound [2022-01-31T14:07:36.270Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNodeInspectWithEmptyID [2022-01-31T14:07:36.270Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNodeInspect [2022-01-31T14:07:36.270Z] --- PASS: TestNodeInspect (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNodeListError [2022-01-31T14:07:36.270Z] --- PASS: TestNodeListError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNodeList [2022-01-31T14:07:36.270Z] --- PASS: TestNodeList (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNodeRemoveError [2022-01-31T14:07:36.270Z] --- PASS: TestNodeRemoveError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNodeRemove [2022-01-31T14:07:36.270Z] --- PASS: TestNodeRemove (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNodeUpdateError [2022-01-31T14:07:36.270Z] --- PASS: TestNodeUpdateError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestNodeUpdate [2022-01-31T14:07:36.270Z] --- PASS: TestNodeUpdate (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestOptionWithTimeout [2022-01-31T14:07:36.270Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPingFail [2022-01-31T14:07:36.270Z] --- PASS: TestPingFail (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPingWithError [2022-01-31T14:07:36.270Z] 2022/01/31 14:07:35 RoundTripper returned a response & error; ignoring response [2022-01-31T14:07:36.270Z] 2022/01/31 14:07:35 RoundTripper returned a response & error; ignoring response [2022-01-31T14:07:36.270Z] --- PASS: TestPingWithError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPingSuccess [2022-01-31T14:07:36.270Z] --- PASS: TestPingSuccess (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPingHeadFallback [2022-01-31T14:07:36.270Z] === RUN TestPingHeadFallback/OK [2022-01-31T14:07:36.270Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-01-31T14:07:36.270Z] === RUN TestPingHeadFallback/Not_Found [2022-01-31T14:07:36.270Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-01-31T14:07:36.270Z] --- PASS: TestPingHeadFallback (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-01-31T14:07:36.270Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginDisableError [2022-01-31T14:07:36.270Z] --- PASS: TestPluginDisableError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginDisable [2022-01-31T14:07:36.270Z] --- PASS: TestPluginDisable (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginEnableError [2022-01-31T14:07:36.270Z] --- PASS: TestPluginEnableError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginEnable [2022-01-31T14:07:36.270Z] --- PASS: TestPluginEnable (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginInspectError [2022-01-31T14:07:36.270Z] --- PASS: TestPluginInspectError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginInspectWithEmptyID [2022-01-31T14:07:36.270Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginInspect [2022-01-31T14:07:36.270Z] --- PASS: TestPluginInspect (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginListError [2022-01-31T14:07:36.270Z] --- PASS: TestPluginListError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginList [2022-01-31T14:07:36.270Z] --- PASS: TestPluginList (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginPushError [2022-01-31T14:07:36.270Z] --- PASS: TestPluginPushError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginPush [2022-01-31T14:07:36.270Z] --- PASS: TestPluginPush (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginRemoveError [2022-01-31T14:07:36.270Z] --- PASS: TestPluginRemoveError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginRemove [2022-01-31T14:07:36.270Z] --- PASS: TestPluginRemove (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginSetError [2022-01-31T14:07:36.270Z] --- PASS: TestPluginSetError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPluginSet [2022-01-31T14:07:36.270Z] --- PASS: TestPluginSet (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSetHostHeader [2022-01-31T14:07:36.270Z] --- PASS: TestSetHostHeader (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestPlainTextError [2022-01-31T14:07:36.270Z] --- PASS: TestPlainTextError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestInfiniteError [2022-01-31T14:07:36.270Z] --- PASS: TestInfiniteError (0.07s) [2022-01-31T14:07:36.270Z] === RUN TestCanceledContext [2022-01-31T14:07:36.270Z] 2022/01/31 14:07:35 RoundTripper returned a response & error; ignoring response [2022-01-31T14:07:36.270Z] --- PASS: TestCanceledContext (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestDeadlineExceededContext [2022-01-31T14:07:36.270Z] 2022/01/31 14:07:35 RoundTripper returned a response & error; ignoring response [2022-01-31T14:07:36.270Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretCreateUnsupported [2022-01-31T14:07:36.270Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretCreateError [2022-01-31T14:07:36.270Z] --- PASS: TestSecretCreateError (0.01s) [2022-01-31T14:07:36.270Z] === RUN TestSecretCreate [2022-01-31T14:07:36.270Z] --- PASS: TestSecretCreate (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretInspectUnsupported [2022-01-31T14:07:36.270Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretInspectError [2022-01-31T14:07:36.270Z] --- PASS: TestSecretInspectError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretInspectSecretNotFound [2022-01-31T14:07:36.270Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretInspectWithEmptyID [2022-01-31T14:07:36.270Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretInspect [2022-01-31T14:07:36.270Z] --- PASS: TestSecretInspect (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretListUnsupported [2022-01-31T14:07:36.270Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretListError [2022-01-31T14:07:36.270Z] --- PASS: TestSecretListError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretList [2022-01-31T14:07:36.270Z] --- PASS: TestSecretList (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretRemoveUnsupported [2022-01-31T14:07:36.270Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretRemoveError [2022-01-31T14:07:36.270Z] --- PASS: TestSecretRemoveError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretRemove [2022-01-31T14:07:36.270Z] --- PASS: TestSecretRemove (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretUpdateUnsupported [2022-01-31T14:07:36.270Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretUpdateError [2022-01-31T14:07:36.270Z] --- PASS: TestSecretUpdateError (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestSecretUpdate [2022-01-31T14:07:36.270Z] --- PASS: TestSecretUpdate (0.00s) [2022-01-31T14:07:36.270Z] === RUN TestServiceCreateError [2022-01-31T14:07:36.271Z] --- PASS: TestServiceCreateError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceCreate [2022-01-31T14:07:36.271Z] --- PASS: TestServiceCreate (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceCreateCompatiblePlatforms [2022-01-31T14:07:36.271Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceCreateDigestPinning [2022-01-31T14:07:36.271Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceInspectError [2022-01-31T14:07:36.271Z] --- PASS: TestServiceInspectError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceInspectServiceNotFound [2022-01-31T14:07:36.271Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceInspectWithEmptyID [2022-01-31T14:07:36.271Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceInspect [2022-01-31T14:07:36.271Z] --- PASS: TestServiceInspect (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceListError [2022-01-31T14:07:36.271Z] --- PASS: TestServiceListError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceList [2022-01-31T14:07:36.271Z] --- PASS: TestServiceList (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceLogsError [2022-01-31T14:07:36.271Z] --- PASS: TestServiceLogsError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceLogs [2022-01-31T14:07:36.271Z] --- PASS: TestServiceLogs (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceRemoveError [2022-01-31T14:07:36.271Z] --- PASS: TestServiceRemoveError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceRemoveNotFoundError [2022-01-31T14:07:36.271Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceRemove [2022-01-31T14:07:36.271Z] --- PASS: TestServiceRemove (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceUpdateError [2022-01-31T14:07:36.271Z] --- PASS: TestServiceUpdateError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestServiceUpdate [2022-01-31T14:07:36.271Z] --- PASS: TestServiceUpdate (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmGetUnlockKeyError [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmGetUnlockKey [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmInitError [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmInitError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmInit [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmInit (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmInspectError [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmInspectError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmInspect [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmInspect (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmJoinError [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmJoinError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmJoin [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmJoin (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmLeaveError [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmLeave [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmLeave (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmUnlockError [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmUnlock [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmUnlock (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmUpdateError [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestSwarmUpdate [2022-01-31T14:07:36.271Z] --- PASS: TestSwarmUpdate (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestTaskInspectError [2022-01-31T14:07:36.271Z] --- PASS: TestTaskInspectError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestTaskInspectWithEmptyID [2022-01-31T14:07:36.271Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestTaskInspect [2022-01-31T14:07:36.271Z] --- PASS: TestTaskInspect (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestTaskListError [2022-01-31T14:07:36.271Z] --- PASS: TestTaskListError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestTaskList [2022-01-31T14:07:36.271Z] --- PASS: TestTaskList (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestVolumeCreateError [2022-01-31T14:07:36.271Z] --- PASS: TestVolumeCreateError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestVolumeCreate [2022-01-31T14:07:36.271Z] --- PASS: TestVolumeCreate (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestVolumeInspectError [2022-01-31T14:07:36.271Z] --- PASS: TestVolumeInspectError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestVolumeInspectNotFound [2022-01-31T14:07:36.271Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestVolumeInspectWithEmptyID [2022-01-31T14:07:36.271Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestVolumeInspect [2022-01-31T14:07:36.271Z] --- PASS: TestVolumeInspect (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestVolumeListError [2022-01-31T14:07:36.271Z] --- PASS: TestVolumeListError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestVolumeList [2022-01-31T14:07:36.271Z] --- PASS: TestVolumeList (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestVolumeRemoveError [2022-01-31T14:07:36.271Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-01-31T14:07:36.271Z] === RUN TestVolumeRemove [2022-01-31T14:07:36.271Z] --- PASS: TestVolumeRemove (0.00s) [2022-01-31T14:07:36.271Z] === CONT TestTLSCloseWriter [2022-01-31T14:07:36.271Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-01-31T14:07:36.271Z] PASS [2022-01-31T14:07:36.271Z] coverage: 75.1% of statements [2022-01-31T14:07:36.271Z] ok github.com/docker/docker/client 0.552s coverage: 75.1% of statements [2022-01-31T14:07:36.953Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-01-31T14:07:37.563Z] === RUN TestExternalGraphDriver/pull [2022-01-31T14:07:38.318Z] time="2022-01-31T14:07:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:38.319Z] time="2022-01-31T14:07:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0191e24121cabd1ee4ab8b849b417852032b7e30656b8839c78fcae48c55eefa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:38.319Z] time="2022-01-31T14:07:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:38.319Z] time="2022-01-31T14:07:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0191e24121cabd1ee4ab8b849b417852032b7e30656b8839c78fcae48c55eefa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:38.319Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-01-31T14:07:38.319Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-01-31T14:07:38.319Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-01-31T14:07:38.319Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-01-31T14:07:38.319Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-01-31T14:07:38.574Z] === RUN TestPluginInstall/with_htpasswd [2022-01-31T14:07:38.830Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-01-31T14:07:38.931Z] --- PASS: TestExternalGraphDriver (4.72s) [2022-01-31T14:07:38.931Z] --- PASS: TestExternalGraphDriver/json (1.56s) [2022-01-31T14:07:38.931Z] --- PASS: TestExternalGraphDriver/spec (1.55s) [2022-01-31T14:07:38.931Z] --- PASS: TestExternalGraphDriver/pull (1.57s) [2022-01-31T14:07:38.931Z] === RUN TestGraphdriverPluginV2 [2022-01-31T14:07:38.931Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:07:38.931Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-01-31T14:07:38.931Z] PASS [2022-01-31T14:07:38.931Z] [2022-01-31T14:07:38.931Z] === Skipped [2022-01-31T14:07:38.931Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-01-31T14:07:38.931Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:07:38.931Z] [2022-01-31T14:07:38.931Z] DONE 5 tests, 1 skipped in 4.848s [2022-01-31T14:07:38.931Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-01-31T14:07:38.931Z] ++ 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-01-31T14:07:38.931Z] ++ set -e [2022-01-31T14:07:38.931Z] ++ '[' -n 0 ']' [2022-01-31T14:07:38.931Z] ++ set -x [2022-01-31T14:07:38.931Z] ++ 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-01-31T14:07:38.931Z] INFO: Testing against a local daemon [2022-01-31T14:07:38.931Z] === RUN TestContinueAfterPluginCrash [2022-01-31T14:07:38.931Z] === PAUSE TestContinueAfterPluginCrash [2022-01-31T14:07:38.931Z] === RUN TestReadPluginNoRead [2022-01-31T14:07:38.931Z] === PAUSE TestReadPluginNoRead [2022-01-31T14:07:38.931Z] === RUN TestDaemonStartWithLogOpt [2022-01-31T14:07:38.931Z] === PAUSE TestDaemonStartWithLogOpt [2022-01-31T14:07:38.931Z] === CONT TestContinueAfterPluginCrash [2022-01-31T14:07:38.931Z] === CONT TestDaemonStartWithLogOpt [2022-01-31T14:07:39.128Z] time="2022-01-31T14:07:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:39.128Z] time="2022-01-31T14:07:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a5595d507ca6ffe631c29cf2c88d3b2efc5f3373697597a725eed651af6af90" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:39.128Z] time="2022-01-31T14:07:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:39.128Z] time="2022-01-31T14:07:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a5595d507ca6ffe631c29cf2c88d3b2efc5f3373697597a725eed651af6af90" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:39.384Z] === RUN TestPluginInstall/with_insecure [2022-01-31T14:07:40.104Z] time="2022-01-31T14:07:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:40.104Z] time="2022-01-31T14:07:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bb0145dd0a0e960526d4b2fc0616514a307bf623e40daaf76ec728a54eab603d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:40.104Z] time="2022-01-31T14:07:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-31T14:07:40.104Z] time="2022-01-31T14:07:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bb0145dd0a0e960526d4b2fc0616514a307bf623e40daaf76ec728a54eab603d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-31T14:07:40.360Z] plugin_test.go:165: [d33841a1e909b] daemon is not started [2022-01-31T14:07:40.360Z] --- PASS: TestPluginInstall (4.66s) [2022-01-31T14:07:40.360Z] --- PASS: TestPluginInstall/no_auth (2.89s) [2022-01-31T14:07:40.360Z] --- PASS: TestPluginInstall/with_htpasswd (0.72s) [2022-01-31T14:07:40.360Z] --- PASS: TestPluginInstall/with_insecure (1.05s) [2022-01-31T14:07:40.360Z] === RUN TestPluginsWithRuntimes [2022-01-31T14:07:41.722Z] === RUN TestPluginsWithRuntimes/No_Args [2022-01-31T14:07:42.204Z] --- PASS: TestDaemonStartWithLogOpt (3.07s) [2022-01-31T14:07:42.204Z] === CONT TestReadPluginNoRead [2022-01-31T14:07:42.647Z] === RUN TestPluginsWithRuntimes/With_Args [2022-01-31T14:07:43.250Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-01-31T14:07:43.506Z] === RUN TestDockerSuite/TestContainerAPITop [2022-01-31T14:07:43.762Z] --- PASS: TestPluginsWithRuntimes (3.48s) [2022-01-31T14:07:43.762Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2022-01-31T14:07:43.762Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.94s) [2022-01-31T14:07:43.762Z] === RUN TestPluginBackCompatMediaTypes [2022-01-31T14:07:44.367Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-01-31T14:07:44.367Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2022-01-31T14:07:44.367Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-01-31T14:07:44.367Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-01-31T14:07:44.622Z] --- PASS: TestPluginBackCompatMediaTypes (0.72s) [2022-01-31T14:07:44.622Z] PASS [2022-01-31T14:07:44.622Z] [2022-01-31T14:07:44.622Z] DONE 10 tests in 9.039s [2022-01-31T14:07:44.622Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-01-31T14:07:44.622Z] ++ 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-01-31T14:07:44.622Z] ++ set -e [2022-01-31T14:07:44.622Z] ++ '[' -n 0 ']' [2022-01-31T14:07:44.622Z] ++ set -x [2022-01-31T14:07:44.622Z] ++ 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-01-31T14:07:44.622Z] INFO: Testing against a local daemon [2022-01-31T14:07:44.622Z] === RUN TestExternalGraphDriver [2022-01-31T14:07:44.622Z] === RUN TestExternalGraphDriver/json [2022-01-31T14:07:44.770Z] === RUN TestReadPluginNoRead/default [2022-01-31T14:07:45.700Z] === RUN TestReadPluginNoRead/disabled_caching [2022-01-31T14:07:46.508Z] === RUN TestExternalGraphDriver/spec [2022-01-31T14:07:46.629Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-01-31T14:07:46.763Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-01-31T14:07:47.191Z] --- PASS: TestContinueAfterPluginCrash (8.05s) [2022-01-31T14:07:47.689Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-01-31T14:07:47.753Z] === CONT TestReadPluginNoRead [2022-01-31T14:07:47.753Z] read_test.go:92: [ddbb841acdd1a] daemon is not started [2022-01-31T14:07:47.753Z] --- PASS: TestReadPluginNoRead (5.76s) [2022-01-31T14:07:47.753Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2022-01-31T14:07:47.753Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.18s) [2022-01-31T14:07:47.753Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s) [2022-01-31T14:07:47.753Z] PASS [2022-01-31T14:07:47.753Z] [2022-01-31T14:07:47.753Z] DONE 6 tests in 8.929s [2022-01-31T14:07:47.753Z] 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-01-31T14:07:47.753Z] ++ 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-01-31T14:07:47.753Z] ++ set -e [2022-01-31T14:07:47.753Z] ++ '[' -n 0 ']' [2022-01-31T14:07:47.753Z] ++ set -x [2022-01-31T14:07:47.753Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-01-31T14:07:48.010Z] testing: warning: no tests to run [2022-01-31T14:07:48.010Z] PASS [2022-01-31T14:07:48.010Z] [2022-01-31T14:07:48.010Z] DONE 0 tests in 0.031s [2022-01-31T14:07:48.010Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-01-31T14:07:48.010Z] ++ 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-01-31T14:07:48.010Z] ++ set -e [2022-01-31T14:07:48.010Z] ++ '[' -n 0 ']' [2022-01-31T14:07:48.010Z] ++ set -x [2022-01-31T14:07:48.010Z] ++ 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-01-31T14:07:48.010Z] INFO: Testing against a local daemon [2022-01-31T14:07:48.010Z] === RUN TestPluginWithDevMounts [2022-01-31T14:07:48.010Z] === PAUSE TestPluginWithDevMounts [2022-01-31T14:07:48.010Z] === CONT TestPluginWithDevMounts [2022-01-31T14:07:48.251Z] === RUN TestExternalGraphDriver/pull [2022-01-31T14:07:48.508Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-01-31T14:07:49.871Z] --- PASS: TestExternalGraphDriver (5.29s) [2022-01-31T14:07:49.871Z] --- PASS: TestExternalGraphDriver/json (1.56s) [2022-01-31T14:07:49.871Z] --- PASS: TestExternalGraphDriver/spec (1.84s) [2022-01-31T14:07:49.871Z] --- PASS: TestExternalGraphDriver/pull (1.85s) [2022-01-31T14:07:49.871Z] === RUN TestGraphdriverPluginV2 [2022-01-31T14:07:49.906Z] --- PASS: TestPluginWithDevMounts (1.55s) [2022-01-31T14:07:49.906Z] PASS [2022-01-31T14:07:49.906Z] [2022-01-31T14:07:49.906Z] DONE 1 tests in 1.641s [2022-01-31T14:07:49.906Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-01-31T14:07:49.906Z] ++ 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-01-31T14:07:49.906Z] ++ set -e [2022-01-31T14:07:49.906Z] ++ '[' -n 0 ']' [2022-01-31T14:07:49.906Z] ++ set -x [2022-01-31T14:07:49.906Z] ++ 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-01-31T14:07:49.906Z] INFO: Testing against a local daemon [2022-01-31T14:07:49.906Z] === RUN TestSecretInspect [2022-01-31T14:07:51.238Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-01-31T14:07:51.272Z] --- PASS: TestSecretInspect (1.70s) [2022-01-31T14:07:51.273Z] === RUN TestSecretList [2022-01-31T14:07:51.799Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-01-31T14:07:52.557Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-01-31T14:07:52.557Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-01-31T14:07:52.557Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-01-31T14:07:52.557Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-01-31T14:07:52.557Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-01-31T14:07:52.557Z] remote: Enumerating objects: 23, done. [2022-01-31T14:07:52.557Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-01-31T14:07:52.557Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-01-31T14:07:52.557Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-01-31T14:07:52.557Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-01-31T14:07:52.557Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-01-31T14:07:52.557Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-01-31T14:07:52.557Z] Cross building: bundles/cross/linux/ppc64le [2022-01-31T14:07:52.557Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-01-31T14:07:52.557Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-01-31T14:07:52.728Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-01-31T14:07:53.789Z] --- PASS: TestSecretList (2.14s) [2022-01-31T14:07:53.790Z] === RUN TestSecretsCreateAndDelete [2022-01-31T14:07:54.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-01-31T14:07:54.135Z] --- PASS: TestGraphdriverPluginV2 (4.28s) [2022-01-31T14:07:54.135Z] PASS [2022-01-31T14:07:54.135Z] [2022-01-31T14:07:54.135Z] DONE 5 tests in 9.688s [2022-01-31T14:07:54.135Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-01-31T14:07:54.135Z] ++ 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-01-31T14:07:54.135Z] ++ set -e [2022-01-31T14:07:54.135Z] ++ '[' -n 0 ']' [2022-01-31T14:07:54.135Z] ++ set -x [2022-01-31T14:07:54.135Z] ++ 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-01-31T14:07:54.391Z] INFO: Testing against a local daemon [2022-01-31T14:07:54.391Z] === RUN TestContinueAfterPluginCrash [2022-01-31T14:07:54.391Z] === PAUSE TestContinueAfterPluginCrash [2022-01-31T14:07:54.391Z] === RUN TestReadPluginNoRead [2022-01-31T14:07:54.391Z] === PAUSE TestReadPluginNoRead [2022-01-31T14:07:54.391Z] === RUN TestDaemonStartWithLogOpt [2022-01-31T14:07:54.391Z] === PAUSE TestDaemonStartWithLogOpt [2022-01-31T14:07:54.391Z] === CONT TestContinueAfterPluginCrash [2022-01-31T14:07:54.391Z] === CONT TestDaemonStartWithLogOpt [2022-01-31T14:07:54.647Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-01-31T14:07:55.679Z] --- PASS: TestSecretsCreateAndDelete (2.14s) [2022-01-31T14:07:55.679Z] === RUN TestSecretsUpdate [2022-01-31T14:07:56.536Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-01-31T14:07:57.681Z] --- PASS: TestCheckoutGit (37.52s) [2022-01-31T14:07:57.681Z] === RUN TestValidGitTransport [2022-01-31T14:07:57.681Z] --- PASS: TestValidGitTransport (0.00s) [2022-01-31T14:07:57.681Z] === RUN TestGitInvalidRef [2022-01-31T14:07:57.900Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-01-31T14:07:58.150Z] --- PASS: TestGitInvalidRef (0.25s) [2022-01-31T14:07:58.150Z] PASS [2022-01-31T14:07:58.150Z] coverage: 86.3% of statements [2022-01-31T14:07:58.150Z] ok github.com/docker/docker/builder/remotecontext/git 37.972s coverage: 86.3% of statements [2022-01-31T14:07:58.155Z] --- PASS: TestDaemonStartWithLogOpt (3.73s) [2022-01-31T14:07:58.155Z] === CONT TestReadPluginNoRead [2022-01-31T14:07:58.196Z] --- PASS: TestSecretsUpdate (2.11s) [2022-01-31T14:07:58.196Z] === RUN TestTemplatedSecret [2022-01-31T14:07:59.137Z] ? github.com/docker/docker/cli [no test files] [2022-01-31T14:07:59.137Z] ? github.com/docker/docker/cli/config [no test files] [2022-01-31T14:07:59.162Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-01-31T14:07:59.162Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-01-31T14:08:00.085Z] --- PASS: TestTemplatedSecret (2.08s) [2022-01-31T14:08:00.085Z] === RUN TestSecretCreateResolve [2022-01-31T14:08:00.578Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c50be8_} [2022-01-31T14:08:00.834Z] === RUN TestReadPluginNoRead/disabled_caching [2022-01-31T14:08:01.452Z] --- PASS: TestSecretCreateResolve (1.74s) [2022-01-31T14:08:01.709Z] PASS [2022-01-31T14:08:01.709Z] [2022-01-31T14:08:01.709Z] DONE 6 tests in 12.008s [2022-01-31T14:08:01.709Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-01-31T14:08:01.709Z] ++ 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-01-31T14:08:01.709Z] ++ set -e [2022-01-31T14:08:01.709Z] ++ '[' -n 0 ']' [2022-01-31T14:08:01.709Z] ++ set -x [2022-01-31T14:08:01.709Z] ++ 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-01-31T14:08:01.709Z] INFO: Testing against a local daemon [2022-01-31T14:08:01.709Z] === RUN TestServiceCreateInit [2022-01-31T14:08:01.709Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-31T14:08:01.711Z] --- PASS: TestBuildWithHugeFile (117.22s) [2022-01-31T14:08:01.711Z] === RUN TestBuildWCOWSandboxSize [2022-01-31T14:08:01.711Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T14:08:01.711Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-31T14:08:01.711Z] === RUN TestBuildWithEmptyDockerfile [2022-01-31T14:08:01.711Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:08:01.711Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:08:01.711Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:08:01.711Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:08:01.711Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:08:01.711Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:08:01.711Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:08:01.711Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:08:01.711Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:08:01.711Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-01-31T14:08:01.711Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-01-31T14:08:01.711Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-01-31T14:08:01.711Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-01-31T14:08:01.711Z] === RUN TestBuildPreserveOwnership [2022-01-31T14:08:01.711Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:08:01.711Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-01-31T14:08:01.711Z] === RUN TestBuildPlatformInvalid [2022-01-31T14:08:01.711Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-01-31T14:08:01.711Z] PASS [2022-01-31T14:08:01.711Z] ok github.com/docker/docker/integration/build 185.666s [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === Skipped [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-01-31T14:08:01.711Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-01-31T14:08:01.711Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-01-31T14:08:01.711Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-01-31T14:08:01.711Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-01-31T14:08:01.711Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-01-31T14:08:01.711Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] DONE 29 tests, 6 skipped in 214.349s [2022-01-31T14:08:01.711Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-01-31T14:08:01.711Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:08:01.711Z] INFO: Testing against a local daemon [2022-01-31T14:08:01.711Z] === RUN TestConfigInspect [2022-01-31T14:08:01.711Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] --- SKIP: TestConfigInspect (0.00s) [2022-01-31T14:08:01.711Z] === RUN TestConfigList [2022-01-31T14:08:01.711Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] --- SKIP: TestConfigList (0.00s) [2022-01-31T14:08:01.711Z] === RUN TestConfigsCreateAndDelete [2022-01-31T14:08:01.711Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-01-31T14:08:01.711Z] === RUN TestConfigsUpdate [2022-01-31T14:08:01.711Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-01-31T14:08:01.711Z] === RUN TestTemplatedConfig [2022-01-31T14:08:01.711Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-01-31T14:08:01.711Z] === RUN TestConfigCreateResolve [2022-01-31T14:08:01.711Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:08:01.711Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-01-31T14:08:01.711Z] PASS [2022-01-31T14:08:01.711Z] ok github.com/docker/docker/integration/config 0.095s [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === Skipped [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-01-31T14:08:01.711Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-01-31T14:08:01.711Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-01-31T14:08:01.711Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-01-31T14:08:01.711Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-01-31T14:08:01.711Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-01-31T14:08:01.711Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:08:01.711Z] [2022-01-31T14:08:01.711Z] DONE 6 tests, 6 skipped in 1.904s [2022-01-31T14:08:01.712Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-01-31T14:08:01.712Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:08:01.712Z] INFO: Testing against a local daemon [2022-01-31T14:08:01.712Z] === RUN TestCheckpoint [2022-01-31T14:08:01.712Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T14:08:01.712Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestContainerInvalidJSON [2022-01-31T14:08:01.712Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:08:01.712Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:08:01.712Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:08:01.712Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:08:01.712Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:08:01.712Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:08:01.712Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-01-31T14:08:01.712Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-01-31T14:08:01.712Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-01-31T14:08:01.712Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-31T14:08:01.712Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.23s) [2022-01-31T14:08:01.712Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-31T14:08:01.712Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.22s) [2022-01-31T14:08:01.712Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-31T14:08:01.712Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2022-01-31T14:08:01.712Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-31T14:08:01.712Z] --- PASS: TestCopyToContainerPathIsNotDir (0.22s) [2022-01-31T14:08:01.712Z] === RUN TestCopyFromContainer [2022-01-31T14:08:01.712Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.712Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-31T14:08:01.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:08:01.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:08:01.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:08:01.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:08:01.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:08:01.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:08:01.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:08:01.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:08:01.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:08:01.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-01-31T14:08:01.712Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-31T14:08:01.712Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-31T14:08:01.712Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestCreateWithInvalidEnv [2022-01-31T14:08:01.712Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-31T14:08:01.712Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-31T14:08:01.712Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-31T14:08:01.712Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-31T14:08:01.712Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-31T14:08:01.712Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-31T14:08:01.712Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-31T14:08:01.712Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-31T14:08:01.712Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-31T14:08:01.712Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestCreateTmpfsMountsTarget [2022-01-31T14:08:01.712Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.712Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-31T14:08:01.712Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:08:01.712Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-31T14:08:01.712Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:08:01.712Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-31T14:08:01.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:08:01.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:08:01.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:08:01.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:08:01.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:08:01.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:08:01.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:08:01.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:08:01.712Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:08:01.712Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:08:01.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:08:01.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:08:01.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:08:01.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:08:01.712Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:08:01.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-31T14:08:01.712Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-31T14:08:01.712Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestCreateDifferentPlatform [2022-01-31T14:08:01.712Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-31T14:08:01.712Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-31T14:08:01.712Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-31T14:08:01.712Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-31T14:08:01.712Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2022-01-31T14:08:01.712Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-31T14:08:01.712Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-31T14:08:01.712Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-01-31T14:08:01.712Z] === RUN TestContainerKillOnDaemonStart [2022-01-31T14:08:01.712Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.712Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestDiff [2022-01-31T14:08:01.712Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-31T14:08:01.712Z] --- SKIP: TestDiff (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestExecWithCloseStdin [2022-01-31T14:08:01.712Z] --- PASS: TestExecWithCloseStdin (2.44s) [2022-01-31T14:08:01.712Z] === RUN TestExec [2022-01-31T14:08:01.712Z] --- PASS: TestExec (2.23s) [2022-01-31T14:08:01.712Z] === RUN TestExecUser [2022-01-31T14:08:01.712Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-31T14:08:01.712Z] --- SKIP: TestExecUser (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestExportContainerAndImportImage [2022-01-31T14:08:01.712Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.712Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-31T14:08:01.712Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:01.712Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestHealthCheckWorkdir [2022-01-31T14:08:01.712Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-31T14:08:01.712Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestHealthKillContainer [2022-01-31T14:08:01.712Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-31T14:08:01.712Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-31T14:08:01.712Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-31T14:08:01.712Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-01-31T14:08:01.712Z] === RUN TestKillContainerInvalidSignal [2022-01-31T14:08:01.712Z] --- PASS: TestKillContainerInvalidSignal (2.09s) [2022-01-31T14:08:01.712Z] === RUN TestKillContainer [2022-01-31T14:08:01.712Z] === RUN TestKillContainer/no_signal [2022-01-31T14:08:02.179Z] === RUN TestKillContainer/non_killing_signal [2022-01-31T14:08:02.179Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-31T14:08:02.179Z] === RUN TestKillContainer/killing_signal [2022-01-31T14:08:02.247Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13082010691_/foo_false____} [2022-01-31T14:08:02.381Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:08:02.381Z] INFO: Testing against a local daemon [2022-01-31T14:08:02.381Z] === RUN TestBuildWithSession [2022-01-31T14:08:02.381Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T14:08:02.381Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-31T14:08:02.381Z] === RUN TestBuildSquashParent [2022-01-31T14:08:02.381Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:02.381Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-01-31T14:08:02.381Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-31T14:08:02.381Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:08:02.381Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:08:02.381Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:08:02.381Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:08:02.381Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:08:02.381Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:08:02.381Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:08:02.381Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:08:02.381Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:08:02.381Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:08:02.381Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:08:02.381Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:08:02.381Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:08:02.381Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:08:02.381Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:08:02.381Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:08:02.808Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-01-31T14:08:02.808Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-01-31T14:08:03.063Z] --- PASS: TestContinueAfterPluginCrash (8.73s) [2022-01-31T14:08:03.624Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13082010691_/foo_true____} [2022-01-31T14:08:04.551Z] === RUN TestReadPluginNoRead/default [2022-01-31T14:08:04.807Z] docker_api_swarm_node_test.go:20: [d252fa9f90b4b] joining swarm manager [df8ae177a3af8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-01-31T14:08:05.010Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestConfigureDaemonLogs [2022-01-31T14:08:05.010Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestCommonOptionsInstallFlags [2022-01-31T14:08:05.010Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-01-31T14:08:05.010Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-01-31T14:08:05.010Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-01-31T14:08:05.010Z] PASS [2022-01-31T14:08:05.010Z] coverage: 18.6% of statements [2022-01-31T14:08:05.010Z] ok github.com/docker/docker/cmd/dockerd 0.254s coverage: 18.6% of statements [2022-01-31T14:08:05.010Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-01-31T14:08:05.010Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-01-31T14:08:05.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-34191673957_/foo_false____} [2022-01-31T14:08:05.129Z] --- PASS: TestKillContainer (4.84s) [2022-01-31T14:08:05.129Z] --- PASS: TestKillContainer/no_signal (2.06s) [2022-01-31T14:08:05.129Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-31T14:08:05.129Z] --- PASS: TestKillContainer/killing_signal (2.74s) [2022-01-31T14:08:05.129Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-31T14:08:05.129Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:08:05.129Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-31T14:08:05.129Z] === RUN TestKillStoppedContainer [2022-01-31T14:08:05.129Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:08:05.129Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-01-31T14:08:05.129Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-31T14:08:05.129Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:08:05.129Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-31T14:08:05.129Z] === RUN TestKillDifferentUserContainer [2022-01-31T14:08:05.129Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-31T14:08:05.129Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-01-31T14:08:05.129Z] === RUN TestInspectOomKilledTrue [2022-01-31T14:08:05.129Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:05.129Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-31T14:08:05.129Z] === RUN TestInspectOomKilledFalse [2022-01-31T14:08:05.129Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:08:05.129Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-01-31T14:08:05.129Z] === RUN TestLogsFollowTailEmpty [2022-01-31T14:08:05.622Z] docker_api_swarm_node_test.go:21: [d5fcfe79ae3af] joining swarm manager [df8ae177a3af8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:08:05.876Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-31T14:08:05.879Z] === CONT TestReadPluginNoRead [2022-01-31T14:08:05.879Z] read_test.go:92: [d0046f353e2bd] daemon is not started [2022-01-31T14:08:05.879Z] --- PASS: TestReadPluginNoRead (7.76s) [2022-01-31T14:08:05.879Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.96s) [2022-01-31T14:08:05.879Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.61s) [2022-01-31T14:08:05.879Z] --- PASS: TestReadPluginNoRead/default (1.48s) [2022-01-31T14:08:05.879Z] PASS [2022-01-31T14:08:05.879Z] [2022-01-31T14:08:05.879Z] DONE 6 tests in 11.577s [2022-01-31T14:08:05.879Z] 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-01-31T14:08:05.879Z] ++ 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-01-31T14:08:05.879Z] ++ set -e [2022-01-31T14:08:05.879Z] ++ '[' -n 0 ']' [2022-01-31T14:08:05.879Z] ++ set -x [2022-01-31T14:08:05.879Z] ++ 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-01-31T14:08:05.879Z] testing: warning: no tests to run [2022-01-31T14:08:05.879Z] PASS [2022-01-31T14:08:05.879Z] [2022-01-31T14:08:05.879Z] DONE 0 tests in 0.033s [2022-01-31T14:08:05.879Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-01-31T14:08:05.879Z] ++ 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-01-31T14:08:05.879Z] ++ set -e [2022-01-31T14:08:05.879Z] ++ '[' -n 0 ']' [2022-01-31T14:08:05.879Z] ++ set -x [2022-01-31T14:08:05.879Z] ++ 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-01-31T14:08:05.879Z] INFO: Testing against a local daemon [2022-01-31T14:08:05.879Z] === RUN TestPluginWithDevMounts [2022-01-31T14:08:05.879Z] === PAUSE TestPluginWithDevMounts [2022-01-31T14:08:05.879Z] === CONT TestPluginWithDevMounts [2022-01-31T14:08:06.000Z] === RUN TestContainerStopSignal [2022-01-31T14:08:06.000Z] --- PASS: TestContainerStopSignal (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestContainerStopTimeout [2022-01-31T14:08:06.000Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestContainerSecretReferenceDestTarget [2022-01-31T14:08:06.000Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-01-31T14:08:06.000Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-01-31T14:08:06.000Z] === RUN TestContainerLogPathSetForRingLogger [2022-01-31T14:08:06.000Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestReplaceAndAppendEnvVars [2022-01-31T14:08:06.000Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-01-31T14:08:06.000Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestNewMemoryStore [2022-01-31T14:08:06.000Z] --- PASS: TestNewMemoryStore (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestAddContainers [2022-01-31T14:08:06.000Z] --- PASS: TestAddContainers (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestGetContainer [2022-01-31T14:08:06.000Z] --- PASS: TestGetContainer (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestDeleteContainer [2022-01-31T14:08:06.000Z] --- PASS: TestDeleteContainer (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestListContainers [2022-01-31T14:08:06.000Z] --- PASS: TestListContainers (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestFirstContainer [2022-01-31T14:08:06.000Z] --- PASS: TestFirstContainer (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestApplyAllContainer [2022-01-31T14:08:06.000Z] --- PASS: TestApplyAllContainer (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestIsValidHealthString [2022-01-31T14:08:06.000Z] --- PASS: TestIsValidHealthString (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestStateRunStop [2022-01-31T14:08:06.000Z] --- PASS: TestStateRunStop (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestStateTimeoutWait [2022-01-31T14:08:06.000Z] state_test.go:141: Stop callback fired [2022-01-31T14:08:06.000Z] state_test.go:165: Stop callback fired [2022-01-31T14:08:06.000Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-01-31T14:08:06.000Z] === RUN TestIsValidStateString [2022-01-31T14:08:06.000Z] --- PASS: TestIsValidStateString (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestViewSaveDelete [2022-01-31T14:08:06.000Z] --- PASS: TestViewSaveDelete (0.02s) [2022-01-31T14:08:06.000Z] === RUN TestViewAll [2022-01-31T14:08:06.000Z] --- PASS: TestViewAll (0.01s) [2022-01-31T14:08:06.000Z] === RUN TestViewGet [2022-01-31T14:08:06.000Z] --- PASS: TestViewGet (0.01s) [2022-01-31T14:08:06.000Z] === RUN TestNames [2022-01-31T14:08:06.000Z] --- PASS: TestNames (0.00s) [2022-01-31T14:08:06.000Z] === RUN TestViewWithHealthCheck [2022-01-31T14:08:06.000Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-01-31T14:08:06.000Z] PASS [2022-01-31T14:08:06.000Z] coverage: 41.7% of statements [2022-01-31T14:08:06.000Z] ok github.com/docker/docker/container 0.273s coverage: 41.7% of statements [2022-01-31T14:08:06.000Z] ? github.com/docker/docker/container/stream [no test files] [2022-01-31T14:08:06.000Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-01-31T14:08:06.000Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-01-31T14:08:06.000Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-01-31T14:08:06.439Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-34191673957_/foo_true____} [2022-01-31T14:08:06.715Z] --- PASS: TestLogsFollowTailEmpty (2.06s) [2022-01-31T14:08:06.715Z] === RUN TestNetworkNat [2022-01-31T14:08:06.715Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-31T14:08:06.715Z] --- SKIP: TestNetworkNat (0.00s) [2022-01-31T14:08:06.715Z] === RUN TestNetworkLocalhostTCPNat [2022-01-31T14:08:07.570Z] === RUN TestPrepare [2022-01-31T14:08:07.570Z] --- PASS: TestPrepare (0.00s) [2022-01-31T14:08:07.570Z] === RUN TestStart [2022-01-31T14:08:07.570Z] --- PASS: TestStart (0.00s) [2022-01-31T14:08:07.570Z] === RUN TestWaitCancel [2022-01-31T14:08:07.570Z] --- PASS: TestWaitCancel (0.00s) [2022-01-31T14:08:07.570Z] === RUN TestWaitDisabled [2022-01-31T14:08:07.570Z] --- PASS: TestWaitDisabled (0.00s) [2022-01-31T14:08:07.570Z] === RUN TestWaitEnabled [2022-01-31T14:08:07.570Z] --- PASS: TestWaitEnabled (0.00s) [2022-01-31T14:08:07.570Z] === RUN TestRemove [2022-01-31T14:08:07.570Z] --- PASS: TestRemove (0.00s) [2022-01-31T14:08:07.570Z] PASS [2022-01-31T14:08:07.570Z] coverage: 65.3% of statements [2022-01-31T14:08:07.570Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.069s coverage: 65.3% of statements [2022-01-31T14:08:07.801Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-01-31T14:08:07.802Z] PASS [2022-01-31T14:08:07.802Z] [2022-01-31T14:08:07.802Z] DONE 1 tests in 1.675s [2022-01-31T14:08:07.802Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-01-31T14:08:07.802Z] ++ 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-01-31T14:08:07.802Z] ++ set -e [2022-01-31T14:08:07.802Z] ++ '[' -n 0 ']' [2022-01-31T14:08:07.802Z] ++ set -x [2022-01-31T14:08:07.802Z] ++ 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-01-31T14:08:07.802Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-34191673957_/foo_true__0xc000c50c18__} [2022-01-31T14:08:07.802Z] INFO: Testing against a local daemon [2022-01-31T14:08:07.802Z] === RUN TestSecretInspect [2022-01-31T14:08:09.139Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-01-31T14:08:09.139Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.19s) [2022-01-31T14:08:09.139Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-01-31T14:08:09.139Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-01-31T14:08:09.139Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-01-31T14:08:09.139Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-01-31T14:08:09.139Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-01-31T14:08:09.139Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-01-31T14:08:09.139Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-01-31T14:08:09.146Z] --- PASS: TestServiceCreateInit (7.03s) [2022-01-31T14:08:09.146Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.53s) [2022-01-31T14:08:09.146Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.48s) [2022-01-31T14:08:09.146Z] === RUN TestCreateServiceMultipleTimes [2022-01-31T14:08:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c50c30_} [2022-01-31T14:08:09.608Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCIsolation [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertFromGRPCIsolation [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-01-31T14:08:09.609Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-01-31T14:08:09.609Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-31T14:08:09.674Z] --- PASS: TestNetworkLocalhostTCPNat (2.49s) [2022-01-31T14:08:09.674Z] === RUN TestNetworkLoopbackNat [2022-01-31T14:08:09.674Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-31T14:08:09.674Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-01-31T14:08:09.674Z] === RUN TestPause [2022-01-31T14:08:09.674Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-31T14:08:09.674Z] --- SKIP: TestPause (0.00s) [2022-01-31T14:08:09.674Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-01-31T14:08:10.078Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-01-31T14:08:10.078Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-01-31T14:08:10.078Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-01-31T14:08:10.078Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-31T14:08:10.078Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-01-31T14:08:10.078Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-01-31T14:08:10.078Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-01-31T14:08:10.078Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-01-31T14:08:10.078Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-01-31T14:08:10.078Z] === RUN TestServiceConvertFromGRPCConfigs [2022-01-31T14:08:10.079Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-01-31T14:08:10.079Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-01-31T14:08:10.079Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-01-31T14:08:10.079Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-01-31T14:08:10.079Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-01-31T14:08:10.079Z] === RUN TestServiceConvertToGRPCConfigs [2022-01-31T14:08:10.079Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-01-31T14:08:10.079Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-01-31T14:08:10.079Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-01-31T14:08:10.079Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-01-31T14:08:10.079Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-01-31T14:08:10.079Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-01-31T14:08:10.079Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-01-31T14:08:10.079Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-01-31T14:08:10.079Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-01-31T14:08:10.079Z] PASS [2022-01-31T14:08:10.079Z] coverage: 35.9% of statements [2022-01-31T14:08:10.079Z] ok github.com/docker/docker/daemon/cluster/convert 0.469s coverage: 35.9% of statements [2022-01-31T14:08:10.079Z] === RUN TestNewListSecretsFilters [2022-01-31T14:08:10.079Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-01-31T14:08:10.079Z] === RUN TestNewListConfigsFilters [2022-01-31T14:08:10.079Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-01-31T14:08:10.079Z] PASS [2022-01-31T14:08:10.079Z] coverage: 0.5% of statements [2022-01-31T14:08:10.079Z] ok github.com/docker/docker/daemon/cluster 1.150s coverage: 0.5% of statements [2022-01-31T14:08:10.093Z] --- PASS: TestSecretInspect (2.41s) [2022-01-31T14:08:10.093Z] === RUN TestSecretList [2022-01-31T14:08:10.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c50c48_} [2022-01-31T14:08:11.253Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.11s) [2022-01-31T14:08:11.253Z] === RUN TestPauseStopPausedContainer [2022-01-31T14:08:11.253Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:11.253Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-01-31T14:08:11.253Z] === RUN TestPsFilter [2022-01-31T14:08:11.720Z] --- PASS: TestPsFilter (0.34s) [2022-01-31T14:08:11.720Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-31T14:08:11.754Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c50c60_} [2022-01-31T14:08:12.315Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c50c78_} [2022-01-31T14:08:12.570Z] --- PASS: TestSecretList (2.35s) [2022-01-31T14:08:12.570Z] === RUN TestSecretsCreateAndDelete [2022-01-31T14:08:13.035Z] === RUN TestBuilderGC [2022-01-31T14:08:13.035Z] --- PASS: TestBuilderGC (0.00s) [2022-01-31T14:08:13.035Z] === RUN TestDaemonConfigurationNotFound [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestDaemonBrokenConfiguration [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestFindConfigurationConflicts [2022-01-31T14:08:13.504Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-01-31T14:08:13.504Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestDaemonConfigurationMergeConflicts [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-01-31T14:08:13.504Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-01-31T14:08:13.504Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-01-31T14:08:13.504Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-01-31T14:08:13.504Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-01-31T14:08:13.504Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-01-31T14:08:13.504Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestValidateConfiguration [2022-01-31T14:08:13.504Z] === RUN TestValidateConfiguration/with_label [2022-01-31T14:08:13.504Z] === RUN TestValidateConfiguration/with_dns [2022-01-31T14:08:13.504Z] === RUN TestValidateConfiguration/with_dns-search [2022-01-31T14:08:13.504Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-01-31T14:08:13.504Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-01-31T14:08:13.504Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-01-31T14:08:13.504Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-01-31T14:08:13.504Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfiguration (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-01-31T14:08:13.504Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestReloadSetConfigFileNotExist [2022-01-31T14:08:13.504Z] time="2022-01-31T14:08:12Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-01-31T14:08:13.504Z] --- PASS: TestReloadSetConfigFileNotExist (0.23s) [2022-01-31T14:08:13.504Z] === RUN TestReloadDefaultConfigNotExist [2022-01-31T14:08:13.504Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:08:13.504Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-01-31T14:08:13.504Z] === RUN TestReloadBadDefaultConfig [2022-01-31T14:08:13.504Z] time="2022-01-31T14:08:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1661273401" [2022-01-31T14:08:13.504Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestReloadWithConflictingLabels [2022-01-31T14:08:13.504Z] time="2022-01-31T14:08:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1306930401" [2022-01-31T14:08:13.504Z] --- PASS: TestReloadWithConflictingLabels (0.04s) [2022-01-31T14:08:13.504Z] === RUN TestReloadWithDuplicateLabels [2022-01-31T14:08:13.504Z] time="2022-01-31T14:08:13Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3907170052" [2022-01-31T14:08:13.504Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2022-01-31T14:08:13.504Z] === RUN TestMaskURLCredentials [2022-01-31T14:08:13.504Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-01-31T14:08:13.504Z] === RUN TestDaemonConfigurationMerge [2022-01-31T14:08:13.504Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-01-31T14:08:13.504Z] PASS [2022-01-31T14:08:13.504Z] coverage: 79.2% of statements [2022-01-31T14:08:13.504Z] ok github.com/docker/docker/daemon/config 0.522s coverage: 79.2% of statements [2022-01-31T14:08:13.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-01-31T14:08:14.492Z] === RUN TestWaitNodeAttachment [2022-01-31T14:08:14.493Z] === RUN TestEventsLog [2022-01-31T14:08:14.493Z] --- PASS: TestEventsLog (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestEventsLogTimeout [2022-01-31T14:08:14.493Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestLogEvents [2022-01-31T14:08:14.493Z] --- PASS: TestLogEvents (0.05s) [2022-01-31T14:08:14.493Z] === RUN TestLoadBufferedEvents [2022-01-31T14:08:14.493Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-01-31T14:08:14.493Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-01-31T14:08:14.493Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-01-31T14:08:14.493Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-01-31T14:08:14.493Z] PASS [2022-01-31T14:08:14.493Z] coverage: 50.0% of statements [2022-01-31T14:08:14.493Z] ok github.com/docker/docker/daemon/events 0.358s coverage: 50.0% of statements [2022-01-31T14:08:14.493Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-01-31T14:08:14.493Z] === RUN TestIsolationConversion [2022-01-31T14:08:14.493Z] === RUN TestIsolationConversion/default [2022-01-31T14:08:14.493Z] === RUN TestIsolationConversion/process [2022-01-31T14:08:14.493Z] === RUN TestIsolationConversion/hyperv [2022-01-31T14:08:14.493Z] --- PASS: TestIsolationConversion (0.00s) [2022-01-31T14:08:14.493Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-01-31T14:08:14.493Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-01-31T14:08:14.493Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestContainerLabels [2022-01-31T14:08:14.493Z] --- PASS: TestContainerLabels (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestCredentialSpecConversion [2022-01-31T14:08:14.493Z] === RUN TestCredentialSpecConversion/none [2022-01-31T14:08:14.493Z] === RUN TestCredentialSpecConversion/config [2022-01-31T14:08:14.493Z] === RUN TestCredentialSpecConversion/file [2022-01-31T14:08:14.493Z] === RUN TestCredentialSpecConversion/registry [2022-01-31T14:08:14.493Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-01-31T14:08:14.493Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-01-31T14:08:14.493Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-01-31T14:08:14.493Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-01-31T14:08:14.493Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestControllerValidateMountBind [2022-01-31T14:08:14.493Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestControllerValidateMountVolume [2022-01-31T14:08:14.493Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestControllerValidateMountTarget [2022-01-31T14:08:14.493Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestControllerValidateMountTmpfs [2022-01-31T14:08:14.493Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestControllerValidateMountInvalidType [2022-01-31T14:08:14.493Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-01-31T14:08:14.493Z] === RUN TestControllerValidateMountNamedPipe [2022-01-31T14:08:14.493Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-01-31T14:08:14.493Z] PASS [2022-01-31T14:08:14.493Z] coverage: 11.0% of statements [2022-01-31T14:08:14.493Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.685s coverage: 11.0% of statements [2022-01-31T14:08:14.670Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.69s) [2022-01-31T14:08:14.670Z] === RUN TestRemoveContainerWithVolume [2022-01-31T14:08:14.899Z] --- PASS: TestSecretsCreateAndDelete (2.29s) [2022-01-31T14:08:14.899Z] === RUN TestSecretsUpdate [2022-01-31T14:08:14.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-01-31T14:08:14.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-01-31T14:08:14.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-01-31T14:08:14.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-01-31T14:08:14.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-01-31T14:08:14.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-01-31T14:08:14.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-01-31T14:08:15.154Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-01-31T14:08:15.480Z] === RUN TestIsEmptyDir [2022-01-31T14:08:15.480Z] --- PASS: TestIsEmptyDir (0.01s) [2022-01-31T14:08:15.480Z] PASS [2022-01-31T14:08:15.480Z] coverage: 2.3% of statements [2022-01-31T14:08:15.480Z] ok github.com/docker/docker/daemon/graphdriver 0.081s coverage: 2.3% of statements [2022-01-31T14:08:15.949Z] === RUN TestVerifyNetworkingConfig [2022-01-31T14:08:15.949Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestGetContainer [2022-01-31T14:08:15.949Z] --- PASS: TestGetContainer (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestValidContainerNames [2022-01-31T14:08:15.949Z] --- PASS: TestValidContainerNames (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestContainerInitDNS [2022-01-31T14:08:15.949Z] daemon_test.go:145: root required [2022-01-31T14:08:15.949Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestMerge [2022-01-31T14:08:15.949Z] --- PASS: TestMerge (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestValidateContainerIsolation [2022-01-31T14:08:15.949Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestFindNetworkErrorType [2022-01-31T14:08:15.949Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestEnsureServicesExist [2022-01-31T14:08:15.949Z] --- PASS: TestEnsureServicesExist (0.01s) [2022-01-31T14:08:15.949Z] === RUN TestEnsureServicesExistErrors [2022-01-31T14:08:15.949Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-01-31T14:08:15.949Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-01-31T14:08:15.949Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-01-31T14:08:15.949Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-01-31T14:08:15.949Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-01-31T14:08:15.949Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-01-31T14:08:15.949Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestContainerDelete [2022-01-31T14:08:15.949Z] --- PASS: TestContainerDelete (0.01s) [2022-01-31T14:08:15.949Z] === RUN TestContainerDoubleDelete [2022-01-31T14:08:15.949Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestLogContainerEventCopyLabels [2022-01-31T14:08:15.949Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestLogContainerEventWithAttributes [2022-01-31T14:08:15.949Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestNoneHealthcheck [2022-01-31T14:08:15.949Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestHealthStates [2022-01-31T14:08:15.949Z] === RUN TestLinkNaming [2022-01-31T14:08:15.949Z] --- PASS: TestLinkNaming (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestLinkNew [2022-01-31T14:08:15.949Z] --- PASS: TestLinkNew (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestLinkEnv [2022-01-31T14:08:15.949Z] --- PASS: TestLinkEnv (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestLinkMultipleEnv [2022-01-31T14:08:15.949Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-01-31T14:08:15.949Z] === RUN TestLinkPortRangeEnv [2022-01-31T14:08:15.949Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-01-31T14:08:15.949Z] PASS [2022-01-31T14:08:15.949Z] coverage: 93.0% of statements [2022-01-31T14:08:15.949Z] ok github.com/docker/docker/daemon/links 0.049s coverage: 93.0% of statements [2022-01-31T14:08:16.417Z] time="2022-01-31T14:08:15Z" 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-01-31T14:08:16.417Z] time="2022-01-31T14:08:15Z" 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-01-31T14:08:16.417Z] time="2022-01-31T14:08:15Z" 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-01-31T14:08:16.417Z] time="2022-01-31T14:08:15Z" 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-01-31T14:08:16.418Z] time="2022-01-31T14:08:15Z" 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-01-31T14:08:16.418Z] time="2022-01-31T14:08:15Z" 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-01-31T14:08:16.418Z] time="2022-01-31T14:08:15Z" 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-01-31T14:08:16.418Z] time="2022-01-31T14:08:15Z" 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-01-31T14:08:16.418Z] time="2022-01-31T14:08:15Z" 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-01-31T14:08:16.418Z] time="2022-01-31T14:08:15Z" 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-01-31T14:08:16.418Z] --- PASS: TestHealthStates (0.22s) [2022-01-31T14:08:16.418Z] === RUN TestGetInspectData [2022-01-31T14:08:16.418Z] --- PASS: TestGetInspectData (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestFillLicense [2022-01-31T14:08:16.418Z] --- PASS: TestFillLicense (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestListInvalidFilter [2022-01-31T14:08:16.418Z] --- PASS: TestListInvalidFilter (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestNameFilter [2022-01-31T14:08:16.418Z] --- PASS: TestNameFilter (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-01-31T14:08:16.418Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-01-31T14:08:16.418Z] === 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-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-01-31T14:08:16.418Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-01-31T14:08:16.418Z] --- 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-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-01-31T14:08:16.418Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestDaemonReloadLabels [2022-01-31T14:08:16.418Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-01-31T14:08:16.418Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestDaemonReloadMirrors [2022-01-31T14:08:16.418Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestDaemonReloadInsecureRegistries [2022-01-31T14:08:16.418Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestDaemonReloadNotAffectOthers [2022-01-31T14:08:16.418Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-01-31T14:08:16.418Z] reload_test.go:342: root required [2022-01-31T14:08:16.418Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-01-31T14:08:16.418Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-01-31T14:08:16.418Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-01-31T14:08:16.418Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-01-31T14:08:16.418Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-01-31T14:08:16.418Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-01-31T14:08:16.418Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-01-31T14:08:16.418Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2022-01-31T14:08:16.418Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-01-31T14:08:16.418Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.01s) [2022-01-31T14:08:16.418Z] === RUN TestParseVolumesFrom [2022-01-31T14:08:16.418Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-01-31T14:08:16.418Z] PASS [2022-01-31T14:08:16.418Z] coverage: 8.6% of statements [2022-01-31T14:08:16.418Z] ok github.com/docker/docker/daemon 0.504s coverage: 8.6% of statements [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-01-31T14:08:16.418Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-01-31T14:08:16.518Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-01-31T14:08:17.079Z] --- PASS: TestSecretsUpdate (2.17s) [2022-01-31T14:08:17.079Z] === RUN TestTemplatedSecret [2022-01-31T14:08:17.617Z] --- PASS: TestRemoveContainerWithVolume (2.71s) [2022-01-31T14:08:17.618Z] === RUN TestRemoveContainerRunning [2022-01-31T14:08:17.641Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-01-31T14:08:17.989Z] === RUN TestAdapterReadLogs [2022-01-31T14:08:17.989Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-01-31T14:08:17.989Z] === RUN TestCopier [2022-01-31T14:08:17.989Z] --- PASS: TestCopier (0.00s) [2022-01-31T14:08:17.989Z] === RUN TestCopierLongLines [2022-01-31T14:08:17.989Z] --- PASS: TestCopierLongLines (0.01s) [2022-01-31T14:08:17.989Z] === RUN TestCopierSlow [2022-01-31T14:08:18.459Z] --- PASS: TestCopierSlow (0.21s) [2022-01-31T14:08:18.459Z] === RUN TestCopierWithSized [2022-01-31T14:08:18.459Z] === RUN TestCopierWithSized/as_is [2022-01-31T14:08:18.459Z] === RUN TestCopierWithSized/With_RingLogger [2022-01-31T14:08:18.459Z] --- PASS: TestCopierWithSized (0.01s) [2022-01-31T14:08:18.459Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-01-31T14:08:18.459Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-01-31T14:08:18.459Z] === RUN TestCopierWithPartial [2022-01-31T14:08:18.459Z] --- PASS: TestCopierWithPartial (0.01s) [2022-01-31T14:08:18.459Z] === RUN TestRingLogger [2022-01-31T14:08:18.459Z] --- PASS: TestRingLogger (0.00s) [2022-01-31T14:08:18.459Z] === RUN TestRingCap [2022-01-31T14:08:18.459Z] --- PASS: TestRingCap (0.00s) [2022-01-31T14:08:18.459Z] === RUN TestRingClose [2022-01-31T14:08:18.459Z] --- PASS: TestRingClose (0.00s) [2022-01-31T14:08:18.459Z] === RUN TestRingDrain [2022-01-31T14:08:18.459Z] --- PASS: TestRingDrain (0.00s) [2022-01-31T14:08:18.459Z] PASS [2022-01-31T14:08:18.459Z] coverage: 43.8% of statements [2022-01-31T14:08:18.459Z] ok github.com/docker/docker/daemon/logger 0.298s coverage: 43.8% of statements [2022-01-31T14:08:18.459Z] === RUN TestNewStreamConfig [2022-01-31T14:08:18.459Z] === RUN TestNewStreamConfig/defaults [2022-01-31T14:08:18.459Z] === RUN TestNewStreamConfig/invalid_create_group [2022-01-31T14:08:18.459Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-01-31T14:08:18.459Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-01-31T14:08:18.459Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-01-31T14:08:18.459Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-01-31T14:08:18.459Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-01-31T14:08:18.459Z] --- PASS: TestNewStreamConfig (0.00s) [2022-01-31T14:08:18.459Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-01-31T14:08:18.459Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-01-31T14:08:18.459Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-01-31T14:08:18.459Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-01-31T14:08:18.459Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-01-31T14:08:18.459Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-01-31T14:08:18.459Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-01-31T14:08:18.459Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-01-31T14:08:18.459Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-01-31T14:08:18.459Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-01-31T14:08:18.459Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-01-31T14:08:18.459Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-01-31T14:08:18.459Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-01-31T14:08:18.459Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-01-31T14:08:18.459Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-01-31T14:08:18.459Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-01-31T14:08:18.459Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-01-31T14:08:18.459Z] === RUN TestNewAWSLogsClientRegionDetect [2022-01-31T14:08:18.928Z] time="2022-01-31T14:08:18Z" level=info msg="Trying to get region from EC2 Metadata" [2022-01-31T14:08:18.928Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2022-01-31T14:08:18.928Z] === RUN TestCreateSuccess [2022-01-31T14:08:18.928Z] --- PASS: TestCreateSuccess (0.00s) [2022-01-31T14:08:18.928Z] === RUN TestCreateStreamSkipped [2022-01-31T14:08:18.928Z] time="2022-01-31T14:08:18Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-01-31T14:08:18.928Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-01-31T14:08:18.928Z] === RUN TestCreateLogGroupSuccess [2022-01-31T14:08:18.928Z] time="2022-01-31T14:08:18Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-01-31T14:08:18.928Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-01-31T14:08:18.928Z] === RUN TestCreateError [2022-01-31T14:08:18.928Z] --- PASS: TestCreateError (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestCreateAlreadyExists [2022-01-31T14:08:18.929Z] time="2022-01-31T14:08:18Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-01-31T14:08:18.929Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestLogClosed [2022-01-31T14:08:18.929Z] --- PASS: TestLogClosed (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestLogBlocking [2022-01-31T14:08:18.929Z] --- PASS: TestLogBlocking (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestLogNonBlockingBufferEmpty [2022-01-31T14:08:18.929Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestLogNonBlockingBufferFull [2022-01-31T14:08:18.929Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestPublishBatchSuccess [2022-01-31T14:08:18.929Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestPublishBatchError [2022-01-31T14:08:18.929Z] time="2022-01-31T14:08:18Z" level=error msg=error [2022-01-31T14:08:18.929Z] --- PASS: TestPublishBatchError (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-01-31T14:08:18.929Z] time="2022-01-31T14:08:18Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-31T14:08:18.929Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestPublishBatchAlreadyAccepted [2022-01-31T14:08:18.929Z] time="2022-01-31T14:08:18Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-31T14:08:18.929Z] time="2022-01-31T14:08:18Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-01-31T14:08:18.929Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestCollectBatchSimple [2022-01-31T14:08:18.929Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestCollectBatchTicker [2022-01-31T14:08:18.929Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestCollectBatchMultilinePattern [2022-01-31T14:08:18.929Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-01-31T14:08:18.929Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-01-31T14:08:18.929Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-01-31T14:08:18.929Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.11s) [2022-01-31T14:08:18.929Z] === RUN TestCollectBatchClose [2022-01-31T14:08:18.929Z] --- PASS: TestCollectBatchClose (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestEffectiveLen [2022-01-31T14:08:18.929Z] === RUN TestEffectiveLen/0/Hello [2022-01-31T14:08:18.929Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-01-31T14:08:18.929Z] === RUN TestEffectiveLen/2/🙃 [2022-01-31T14:08:18.929Z] === RUN TestEffectiveLen/3/���� [2022-01-31T14:08:18.929Z] === RUN TestEffectiveLen/4/He��o [2022-01-31T14:08:18.929Z] === RUN TestEffectiveLen/5/ [2022-01-31T14:08:18.929Z] --- PASS: TestEffectiveLen (0.00s) [2022-01-31T14:08:18.929Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-01-31T14:08:18.929Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-01-31T14:08:18.929Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-01-31T14:08:18.929Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-01-31T14:08:18.929Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-01-31T14:08:18.929Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-01-31T14:08:18.929Z] === RUN TestFindValidSplit [2022-01-31T14:08:18.929Z] === RUN TestFindValidSplit/0/ [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1076: [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:08:18.929Z] === RUN TestFindValidSplit/1/Hello [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1076: Hello [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:08:18.929Z] === RUN TestFindValidSplit/2/Hello [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1076: He [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1077: llo [2022-01-31T14:08:18.929Z] === RUN TestFindValidSplit/3/Hello [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1076: [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1077: Hello [2022-01-31T14:08:18.929Z] === RUN TestFindValidSplit/4/🙃 [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1076: [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1077: 🙃 [2022-01-31T14:08:18.929Z] === RUN TestFindValidSplit/5/🙃 [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1076: 🙃 [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:08:18.929Z] === RUN TestFindValidSplit/6/a� [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1076: a [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1077: � [2022-01-31T14:08:18.929Z] === RUN TestFindValidSplit/7/a� [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1076: a� [2022-01-31T14:08:18.929Z] cloudwatchlogs_test.go:1077: [2022-01-31T14:08:18.929Z] --- PASS: TestFindValidSplit (0.00s) [2022-01-31T14:08:18.929Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-01-31T14:08:18.929Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-01-31T14:08:18.929Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-01-31T14:08:18.929Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-01-31T14:08:19.183Z] --- PASS: TestRemoveContainerRunning (2.09s) [2022-01-31T14:08:19.183Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-31T14:08:19.399Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestProcessEventEmoji [2022-01-31T14:08:19.399Z] --- PASS: TestProcessEventEmoji (0.02s) [2022-01-31T14:08:19.399Z] === RUN TestCollectBatchLineSplit [2022-01-31T14:08:19.399Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestCollectBatchLineSplitWithBinary [2022-01-31T14:08:19.399Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestCollectBatchMaxEvents [2022-01-31T14:08:19.399Z] --- PASS: TestCollectBatchMaxEvents (0.16s) [2022-01-31T14:08:19.399Z] === RUN TestCollectBatchMaxTotalBytes [2022-01-31T14:08:19.399Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-01-31T14:08:19.399Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-01-31T14:08:19.399Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-01-31T14:08:19.399Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-01-31T14:08:19.399Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-01-31T14:08:19.399Z] === RUN TestParseLogOptionsMultilinePattern [2022-01-31T14:08:19.399Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestParseLogOptionsDatetimeFormat [2022-01-31T14:08:19.399Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-01-31T14:08:19.399Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-01-31T14:08:19.399Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-01-31T14:08:19.399Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-01-31T14:08:19.399Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-01-31T14:08:19.399Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-01-31T14:08:19.399Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-01-31T14:08:19.399Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsFormat [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsFormat/1/random [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsFormat/2/ [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestCreateTagSuccess [2022-01-31T14:08:19.399Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-01-31T14:08:19.399Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-01-31T14:08:19.399Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-01-31T14:08:19.399Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-01-31T14:08:19.399Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-01-31T14:08:19.399Z] PASS [2022-01-31T14:08:19.399Z] coverage: 80.2% of statements [2022-01-31T14:08:19.399Z] ok github.com/docker/docker/daemon/logger/awslogs 0.669s coverage: 80.2% of statements [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptReconnectInterval [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-01-31T14:08:19.399Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-01-31T14:08:19.399Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-01-31T14:08:19.399Z] PASS [2022-01-31T14:08:19.399Z] coverage: 33.6% of statements [2022-01-31T14:08:19.399Z] ok github.com/docker/docker/daemon/logger/fluentd 0.062s coverage: 33.6% of statements [2022-01-31T14:08:19.399Z] === RUN TestSearchRegistryForImagesErrors [2022-01-31T14:08:19.399Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestSearchRegistryForImages [2022-01-31T14:08:19.399Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestOnlyPlatformWithFallback [2022-01-31T14:08:19.399Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-01-31T14:08:19.399Z] === RUN TestImageDelete [2022-01-31T14:08:19.399Z] === RUN TestImageDelete/no_lease [2022-01-31T14:08:19.399Z] === RUN TestImageDelete/lease_exists [2022-01-31T14:08:19.399Z] --- PASS: TestImageDelete (0.05s) [2022-01-31T14:08:19.399Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-01-31T14:08:19.399Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-01-31T14:08:19.399Z] === RUN TestContentStoreForPull [2022-01-31T14:08:19.530Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-01-31T14:08:19.868Z] --- PASS: TestContentStoreForPull (0.29s) [2022-01-31T14:08:19.868Z] PASS [2022-01-31T14:08:19.868Z] coverage: 6.6% of statements [2022-01-31T14:08:19.868Z] ok github.com/docker/docker/daemon/images 0.463s coverage: 6.6% of statements [2022-01-31T14:08:19.868Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-01-31T14:08:19.868Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-01-31T14:08:19.868Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-01-31T14:08:19.868Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-01-31T14:08:19.868Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-01-31T14:08:19.868Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-01-31T14:08:20.338Z] === RUN TestJSONFileLogger [2022-01-31T14:08:20.338Z] --- PASS: TestJSONFileLogger (0.01s) [2022-01-31T14:08:20.338Z] === RUN TestJSONLogsMarshalJSONBuf [2022-01-31T14:08:20.338Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-01-31T14:08:20.338Z] === RUN TestJSONFileLoggerWithTags [2022-01-31T14:08:20.338Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-01-31T14:08:20.338Z] === RUN TestJSONFileLoggerWithOpts [2022-01-31T14:08:20.338Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-01-31T14:08:20.338Z] --- PASS: TestJSONFileLoggerWithOpts (0.03s) [2022-01-31T14:08:20.338Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-01-31T14:08:20.338Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-01-31T14:08:20.338Z] === RUN TestEncodeDecode [2022-01-31T14:08:20.338Z] === PAUSE TestEncodeDecode [2022-01-31T14:08:20.338Z] === RUN TestUnexpectedEOF [2022-01-31T14:08:20.338Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-01-31T14:08:20.338Z] === RUN TestFastTimeMarshalJSON [2022-01-31T14:08:20.338Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-01-31T14:08:20.338Z] PASS [2022-01-31T14:08:20.338Z] coverage: 87.2% of statements [2022-01-31T14:08:20.338Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.290s coverage: 87.2% of statements [2022-01-31T14:08:20.338Z] time="2022-01-31T14:08:20Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-31T14:08:20.338Z] time="2022-01-31T14:08:20Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-31T14:08:20.338Z] --- PASS: TestUnexpectedEOF (0.23s) [2022-01-31T14:08:20.338Z] === CONT TestEncodeDecode [2022-01-31T14:08:20.338Z] --- PASS: TestEncodeDecode (0.00s) [2022-01-31T14:08:20.338Z] PASS [2022-01-31T14:08:20.338Z] coverage: 69.9% of statements [2022-01-31T14:08:20.338Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.336s coverage: 69.9% of statements [2022-01-31T14:08:20.459Z] --- PASS: TestTemplatedSecret (3.32s) [2022-01-31T14:08:20.459Z] === RUN TestSecretCreateResolve [2022-01-31T14:08:21.327Z] === RUN TestWriteLog [2022-01-31T14:08:21.327Z] === PAUSE TestWriteLog [2022-01-31T14:08:21.327Z] === RUN TestReadLog [2022-01-31T14:08:21.327Z] === PAUSE TestReadLog [2022-01-31T14:08:21.327Z] === RUN TestDecode [2022-01-31T14:08:21.327Z] --- PASS: TestDecode (0.03s) [2022-01-31T14:08:21.327Z] === CONT TestWriteLog [2022-01-31T14:08:21.327Z] === CONT TestReadLog [2022-01-31T14:08:21.327Z] === RUN TestReadLog/tail_exact [2022-01-31T14:08:21.327Z] --- PASS: TestWriteLog (0.00s) [2022-01-31T14:08:21.327Z] === RUN TestReadLog/tail_less_than_available [2022-01-31T14:08:21.327Z] === RUN TestReadLog/tail_more_than_available [2022-01-31T14:08:21.395Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.78s) [2022-01-31T14:08:21.395Z] === RUN TestRemoveInvalidContainer [2022-01-31T14:08:21.395Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-01-31T14:08:21.395Z] === RUN TestRenameLinkedContainer [2022-01-31T14:08:21.395Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-31T14:08:21.395Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-01-31T14:08:21.395Z] === RUN TestRenameStoppedContainer [2022-01-31T14:08:21.797Z] --- PASS: TestReadLog (0.21s) [2022-01-31T14:08:21.797Z] --- PASS: TestReadLog/tail_exact (0.20s) [2022-01-31T14:08:21.797Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2022-01-31T14:08:21.797Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-01-31T14:08:21.797Z] PASS [2022-01-31T14:08:21.797Z] coverage: 78.7% of statements [2022-01-31T14:08:21.797Z] ok github.com/docker/docker/daemon/logger/local 0.320s coverage: 78.7% of statements [2022-01-31T14:08:21.797Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-01-31T14:08:21.882Z] docker_api_swarm_test.go:502: [de57113200040] joining swarm manager [d1e8ff946d864]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:08:22.138Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-01-31T14:08:22.271Z] === RUN TestOpenFileDelete [2022-01-31T14:08:22.271Z] --- PASS: TestOpenFileDelete (0.00s) [2022-01-31T14:08:22.271Z] === RUN TestOpenFileRename [2022-01-31T14:08:22.271Z] --- PASS: TestOpenFileRename (0.00s) [2022-01-31T14:08:22.271Z] === RUN TestHandleDecoderErr [2022-01-31T14:08:22.271Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-01-31T14:08:22.271Z] === RUN TestParseLogTagDefaultTag [2022-01-31T14:08:22.271Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-01-31T14:08:22.271Z] === RUN TestParseLogTag [2022-01-31T14:08:22.271Z] --- PASS: TestParseLogTag (0.00s) [2022-01-31T14:08:22.271Z] === RUN TestParseLogTagEmptyTag [2022-01-31T14:08:22.271Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-01-31T14:08:22.271Z] === RUN TestTailFiles [2022-01-31T14:08:22.271Z] --- PASS: TestTailFiles (0.00s) [2022-01-31T14:08:22.271Z] === RUN TestFollowLogsConsumerGone [2022-01-31T14:08:22.271Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-01-31T14:08:22.271Z] === RUN TestFollowLogsProducerGone [2022-01-31T14:08:22.271Z] === RUN TestLog [2022-01-31T14:08:22.271Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-01-31T14:08:22.271Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-01-31T14:08:22.271Z] --- PASS: TestLog (0.01s) [2022-01-31T14:08:22.271Z] PASS [2022-01-31T14:08:22.271Z] coverage: 31.5% of statements [2022-01-31T14:08:22.271Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-01-31T14:08:22.271Z] === RUN TestCheckCapacityAndRotate [2022-01-31T14:08:22.271Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.075s coverage: 31.5% of statements [2022-01-31T14:08:22.271Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-01-31T14:08:22.271Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-01-31T14:08:22.740Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2022-01-31T14:08:22.740Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-01-31T14:08:22.740Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-01-31T14:08:22.740Z] PASS [2022-01-31T14:08:22.740Z] coverage: 54.9% of statements [2022-01-31T14:08:22.740Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.263s coverage: 54.9% of statements [2022-01-31T14:08:22.740Z] === RUN TestValidateLogOpt [2022-01-31T14:08:22.740Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-31T14:08:22.740Z] === RUN TestNewMissedConfig [2022-01-31T14:08:22.740Z] --- PASS: TestNewMissedConfig (0.00s) [2022-01-31T14:08:22.740Z] === RUN TestNewMissedUrl [2022-01-31T14:08:23.064Z] --- PASS: TestSecretCreateResolve (2.90s) [2022-01-31T14:08:23.064Z] PASS [2022-01-31T14:08:23.064Z] [2022-01-31T14:08:23.064Z] DONE 6 tests in 15.528s [2022-01-31T14:08:23.064Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-01-31T14:08:23.064Z] ++ 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-01-31T14:08:23.064Z] ++ set -e [2022-01-31T14:08:23.064Z] ++ '[' -n 0 ']' [2022-01-31T14:08:23.064Z] ++ set -x [2022-01-31T14:08:23.065Z] ++ 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-01-31T14:08:23.209Z] --- PASS: TestNewMissedUrl (0.00s) [2022-01-31T14:08:23.209Z] === RUN TestNewMissedToken [2022-01-31T14:08:23.209Z] --- PASS: TestNewMissedToken (0.00s) [2022-01-31T14:08:23.209Z] === RUN TestNewWithProxy [2022-01-31T14:08:23.209Z] --- PASS: TestNewWithProxy (0.00s) [2022-01-31T14:08:23.209Z] === RUN TestDefault [2022-01-31T14:08:23.209Z] --- PASS: TestDefault (0.01s) [2022-01-31T14:08:23.209Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-01-31T14:08:23.209Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-01-31T14:08:23.209Z] === RUN TestJsonFormat [2022-01-31T14:08:23.210Z] --- PASS: TestJsonFormat (0.00s) [2022-01-31T14:08:23.210Z] === RUN TestRawFormat [2022-01-31T14:08:23.210Z] --- PASS: TestRawFormat (0.00s) [2022-01-31T14:08:23.210Z] === RUN TestRawFormatWithLabels [2022-01-31T14:08:23.210Z] --- PASS: TestRawFormatWithLabels (0.01s) [2022-01-31T14:08:23.210Z] === RUN TestRawFormatWithoutTag [2022-01-31T14:08:23.210Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-01-31T14:08:23.210Z] === RUN TestBatching [2022-01-31T14:08:23.210Z] --- PASS: TestBatching (0.31s) [2022-01-31T14:08:23.210Z] === RUN TestFrequency [2022-01-31T14:08:23.321Z] INFO: Testing against a local daemon [2022-01-31T14:08:23.321Z] === RUN TestServiceCreateInit [2022-01-31T14:08:23.321Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-31T14:08:23.321Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-01-31T14:08:23.576Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-01-31T14:08:23.607Z] --- PASS: TestRenameStoppedContainer (2.68s) [2022-01-31T14:08:23.607Z] === RUN TestRenameRunningContainerAndReuse [2022-01-31T14:08:23.681Z] === RUN TestNewParse [2022-01-31T14:08:23.681Z] --- PASS: TestNewParse (0.00s) [2022-01-31T14:08:23.681Z] PASS [2022-01-31T14:08:23.681Z] coverage: 8.3% of statements [2022-01-31T14:08:23.681Z] --- PASS: TestFrequency (0.16s) [2022-01-31T14:08:23.681Z] === RUN TestOneMessagePerRequest [2022-01-31T14:08:23.681Z] ok github.com/docker/docker/daemon/logger/templates 0.045s coverage: 8.3% of statements [2022-01-31T14:08:23.681Z] --- PASS: TestOneMessagePerRequest (0.01s) [2022-01-31T14:08:23.681Z] === RUN TestVerify [2022-01-31T14:08:23.681Z] --- PASS: TestVerify (0.00s) [2022-01-31T14:08:23.681Z] === RUN TestSkipVerify [2022-01-31T14:08:23.681Z] === RUN TestParseLogFormat [2022-01-31T14:08:23.681Z] --- PASS: TestParseLogFormat (0.00s) [2022-01-31T14:08:23.681Z] === RUN TestValidateLogOptEmpty [2022-01-31T14:08:23.681Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-01-31T14:08:23.681Z] === RUN TestValidateSyslogAddress [2022-01-31T14:08:23.681Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-01-31T14:08:23.681Z] === RUN TestParseAddressDefaultPort [2022-01-31T14:08:23.681Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-01-31T14:08:23.681Z] === RUN TestValidateSyslogFacility [2022-01-31T14:08:23.681Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-01-31T14:08:23.681Z] === RUN TestValidateLogOptSyslogFormat [2022-01-31T14:08:23.681Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-01-31T14:08:23.681Z] === RUN TestValidateLogOpt [2022-01-31T14:08:23.681Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-31T14:08:23.681Z] PASS [2022-01-31T14:08:23.681Z] coverage: 46.8% of statements [2022-01-31T14:08:23.681Z] ok github.com/docker/docker/daemon/logger/syslog 0.062s coverage: 46.8% of statements [2022-01-31T14:08:23.681Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:23.681Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:23.681Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:23.681Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:23.988Z] --- PASS: TestCreateServiceMultipleTimes (15.33s) [2022-01-31T14:08:23.988Z] === RUN TestCreateServiceConflict [2022-01-31T14:08:24.136Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-01-31T14:08:24.151Z] --- PASS: TestSkipVerify (0.55s) [2022-01-31T14:08:24.151Z] === RUN TestBufferMaximum [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643638103.764159\",\"host\":\"0173aedeb560\"}'" [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643638103.764159\",\"host\":\"0173aedeb560\"}'" [2022-01-31T14:08:24.151Z] --- PASS: TestBufferMaximum (0.03s) [2022-01-31T14:08:24.151Z] === RUN TestServerAlwaysDown [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643638103.790166\",\"host\":\"0173aedeb560\"}'" [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643638103.790166\",\"host\":\"0173aedeb560\"}'" [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643638103.790166\",\"host\":\"0173aedeb560\"}'" [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643638103.791158\",\"host\":\"0173aedeb560\"}'" [2022-01-31T14:08:24.151Z] time="2022-01-31T14:08:23Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1643638103.791158\",\"host\":\"0173aedeb560\"}'" [2022-01-31T14:08:24.151Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-01-31T14:08:24.151Z] === RUN TestCannotSendAfterClose [2022-01-31T14:08:24.151Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-01-31T14:08:24.151Z] === RUN TestDeadlockOnBlockedEndpoint [2022-01-31T14:08:24.698Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-01-31T14:08:25.140Z] time="2022-01-31T14:08:24Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49208/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-01-31T14:08:25.140Z] time="2022-01-31T14:08:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"0173aedeb560\"}'" [2022-01-31T14:08:25.140Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-01-31T14:08:25.140Z] PASS [2022-01-31T14:08:25.140Z] coverage: 82.5% of statements [2022-01-31T14:08:25.140Z] ok github.com/docker/docker/daemon/logger/splunk 2.200s coverage: 82.5% of statements [2022-01-31T14:08:25.140Z] ? github.com/docker/docker/daemon/names [no test files] [2022-01-31T14:08:25.140Z] ? github.com/docker/docker/daemon/network [no test files] [2022-01-31T14:08:25.140Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-01-31T14:08:25.140Z] === RUN TestV1IDService [2022-01-31T14:08:25.140Z] --- PASS: TestV1IDService (0.03s) [2022-01-31T14:08:25.140Z] === RUN TestV2MetadataService [2022-01-31T14:08:25.626Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-01-31T14:08:26.129Z] === RUN TestSuccessfulDownload [2022-01-31T14:08:26.129Z] download_test.go:267: Needs fixing on Windows [2022-01-31T14:08:26.129Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-01-31T14:08:26.129Z] === RUN TestCancelledDownload [2022-01-31T14:08:26.129Z] --- PASS: TestCancelledDownload (0.00s) [2022-01-31T14:08:26.129Z] === RUN TestMaxDownloadAttempts [2022-01-31T14:08:26.129Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-31T14:08:26.129Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-31T14:08:26.129Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-31T14:08:26.129Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-31T14:08:26.129Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-31T14:08:26.129Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-31T14:08:26.129Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-31T14:08:26.129Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-31T14:08:26.129Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-31T14:08:26.129Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-31T14:08:26.129Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-31T14:08:26.129Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-31T14:08:26.129Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-01-31T14:08:26.129Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-01-31T14:08:26.129Z] === RUN TestContinueOnError_MirrorEndpoint [2022-01-31T14:08:26.129Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-01-31T14:08:26.129Z] === RUN TestContinueOnError_NeverContinue [2022-01-31T14:08:26.129Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-01-31T14:08:26.129Z] === RUN TestManifestStore [2022-01-31T14:08:26.129Z] === RUN TestManifestStore/no_remote_or_local [2022-01-31T14:08:26.229Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-01-31T14:08:26.506Z] --- PASS: TestCreateServiceConflict (2.13s) [2022-01-31T14:08:26.506Z] === RUN TestCreateServiceMaxReplicas [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1970484389\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-01-31T14:08:26.601Z] === RUN TestManifestStore/no_local_cache [2022-01-31T14:08:26.601Z] === RUN TestManifestStore/with_local_cache [2022-01-31T14:08:26.601Z] === RUN TestManifestStore/unknown_media_type [2022-01-31T14:08:26.601Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=warning msg="reference for unknown type: " [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=warning msg="reference for unknown type: " [2022-01-31T14:08:26.601Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-01-31T14:08:26.601Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=warning msg="reference for unknown type: " [2022-01-31T14:08:26.601Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=warning msg="reference for unknown type: " [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-31T14:08:26.601Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.52s) [2022-01-31T14:08:26.601Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.52s) [2022-01-31T14:08:26.601Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.52s) [2022-01-31T14:08:26.601Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.52s) [2022-01-31T14:08:26.601Z] === RUN TestTransfer [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=warning msg="reference for unknown type: " [2022-01-31T14:08:26.601Z] === RUN TestManifestStore/error_persisting_manifest [2022-01-31T14:08:26.601Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-01-31T14:08:26.601Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-01-31T14:08:26.601Z] time="2022-01-31T14:08:26Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore (0.49s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/no_remote_or_local (0.29s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/no_local_cache (0.05s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/unknown_media_type (0.10s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.07s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaType [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaType (0.01s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-01-31T14:08:26.601Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-01-31T14:08:26.601Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-01-31T14:08:26.601Z] === RUN TestFixManifestLayers [2022-01-31T14:08:26.601Z] --- PASS: TestFixManifestLayers (0.00s) [2022-01-31T14:08:26.601Z] === RUN TestFixManifestLayersBaseLayerParent [2022-01-31T14:08:26.601Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-31T14:08:26.601Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-31T14:08:26.601Z] === RUN TestFixManifestLayersBadParent [2022-01-31T14:08:26.601Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-01-31T14:08:26.601Z] === RUN TestValidateManifest [2022-01-31T14:08:26.601Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-31T14:08:26.601Z] --- SKIP: TestValidateManifest (0.00s) [2022-01-31T14:08:26.601Z] === RUN TestFormatPlatform [2022-01-31T14:08:26.601Z] --- PASS: TestFormatPlatform (0.00s) [2022-01-31T14:08:26.601Z] === RUN TestGetRepositoryMountCandidates [2022-01-31T14:08:26.601Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-01-31T14:08:26.601Z] === RUN TestLayerAlreadyExists [2022-01-31T14:08:26.601Z] 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-01-31T14:08:26.601Z] 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-01-31T14:08:26.601Z] 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-01-31T14:08:26.601Z] 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-01-31T14:08:26.601Z] 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-01-31T14:08:26.601Z] 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-01-31T14:08:26.601Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-01-31T14:08:26.601Z] === RUN TestWhenEmptyAuthConfig [2022-01-31T14:08:26.601Z] --- PASS: TestV2MetadataService (1.36s) [2022-01-31T14:08:26.601Z] PASS [2022-01-31T14:08:26.601Z] coverage: 48.2% of statements [2022-01-31T14:08:26.601Z] ok github.com/docker/docker/distribution/metadata 1.483s coverage: 48.2% of statements [2022-01-31T14:08:26.601Z] --- PASS: TestTransfer (0.12s) [2022-01-31T14:08:26.601Z] === RUN TestConcurrencyLimit [2022-01-31T14:08:26.791Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-01-31T14:08:27.071Z] === RUN TestNotFound [2022-01-31T14:08:27.071Z] --- PASS: TestNotFound (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestConflict [2022-01-31T14:08:27.071Z] --- PASS: TestConflict (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestForbidden [2022-01-31T14:08:27.071Z] --- PASS: TestForbidden (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestInvalidParameter [2022-01-31T14:08:27.071Z] --- PASS: TestInvalidParameter (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestNotImplemented [2022-01-31T14:08:27.071Z] --- PASS: TestNotImplemented (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestNotModified [2022-01-31T14:08:27.071Z] --- PASS: TestNotModified (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestUnauthorized [2022-01-31T14:08:27.071Z] --- PASS: TestUnauthorized (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestUnknown [2022-01-31T14:08:27.071Z] --- PASS: TestUnknown (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestCancelled [2022-01-31T14:08:27.071Z] --- PASS: TestCancelled (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestDeadline [2022-01-31T14:08:27.071Z] --- PASS: TestDeadline (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestDataLoss [2022-01-31T14:08:27.071Z] --- PASS: TestDataLoss (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestUnavailable [2022-01-31T14:08:27.071Z] --- PASS: TestUnavailable (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestSystem [2022-01-31T14:08:27.071Z] --- PASS: TestSystem (0.00s) [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Not_Found [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Bad_Request [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Conflict [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Unauthorized [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Service_Unavailable [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Forbidden [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Not_Modified [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Not_Implemented [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-01-31T14:08:27.071Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-01-31T14:08:27.071Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-01-31T14:08:27.071Z] PASS [2022-01-31T14:08:27.071Z] coverage: 53.1% of statements [2022-01-31T14:08:27.071Z] ok github.com/docker/docker/errdefs 0.057s coverage: 53.1% of statements [2022-01-31T14:08:27.071Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-01-31T14:08:27.071Z] === RUN TestInactiveJobs [2022-01-31T14:08:27.353Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-31T14:08:27.541Z] --- PASS: TestInactiveJobs (0.38s) [2022-01-31T14:08:27.541Z] === RUN TestWatchRelease [2022-01-31T14:08:27.541Z] --- PASS: TestWatchRelease (0.04s) [2022-01-31T14:08:27.541Z] === RUN TestWatchFinishedTransfer [2022-01-31T14:08:27.541Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-01-31T14:08:27.541Z] === RUN TestDuplicateTransfer [2022-01-31T14:08:27.541Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-01-31T14:08:27.541Z] === RUN TestSuccessfulUpload [2022-01-31T14:08:27.608Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-01-31T14:08:27.876Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:08:27.876Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:08:28.011Z] time="2022-01-31T14:08:27Z" level=error msg="Upload failed, retrying: simulating retry" [2022-01-31T14:08:28.011Z] --- PASS: TestWhenEmptyAuthConfig (1.14s) [2022-01-31T14:08:28.011Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-01-31T14:08:28.011Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-01-31T14:08:28.011Z] === RUN TestTokenPassThru [2022-01-31T14:08:28.011Z] --- PASS: TestTokenPassThru (0.01s) [2022-01-31T14:08:28.011Z] === RUN TestTokenPassThruDifferentHost [2022-01-31T14:08:28.011Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-01-31T14:08:28.011Z] PASS [2022-01-31T14:08:28.011Z] coverage: 24.6% of statements [2022-01-31T14:08:28.011Z] ok github.com/docker/docker/distribution 1.776s coverage: 24.6% of statements [2022-01-31T14:08:28.011Z] --- PASS: TestSuccessfulUpload (0.38s) [2022-01-31T14:08:28.011Z] === RUN TestCancelledUpload [2022-01-31T14:08:28.011Z] --- PASS: TestCancelledUpload (0.00s) [2022-01-31T14:08:28.011Z] PASS [2022-01-31T14:08:28.011Z] coverage: 77.1% of statements [2022-01-31T14:08:28.011Z] ok github.com/docker/docker/distribution/xfer 1.969s coverage: 77.1% of statements [2022-01-31T14:08:28.011Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-01-31T14:08:28.011Z] ? github.com/docker/docker/dockerversion [no test files] [2022-01-31T14:08:28.170Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-01-31T14:08:28.356Z] --- PASS: TestRenameRunningContainerAndReuse (4.21s) [2022-01-31T14:08:28.356Z] === RUN TestRenameInvalidName [2022-01-31T14:08:28.480Z] === RUN TestFSGetInvalidData [2022-01-31T14:08:28.480Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-01-31T14:08:28.480Z] === RUN TestFSInvalidSet [2022-01-31T14:08:28.480Z] --- PASS: TestFSInvalidSet (0.02s) [2022-01-31T14:08:28.480Z] === RUN TestFSInvalidRoot [2022-01-31T14:08:28.480Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-01-31T14:08:28.480Z] === RUN TestFSMetadataGetSet [2022-01-31T14:08:28.480Z] --- PASS: TestFSMetadataGetSet (0.06s) [2022-01-31T14:08:28.480Z] === RUN TestFSInvalidWalker [2022-01-31T14:08:28.480Z] === RUN TestCompare [2022-01-31T14:08:28.480Z] --- PASS: TestCompare (0.00s) [2022-01-31T14:08:28.480Z] PASS [2022-01-31T14:08:28.480Z] coverage: 19.2% of statements [2022-01-31T14:08:28.480Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-01-31T14:08:28.480Z] === RUN TestFSGetSet [2022-01-31T14:08:28.480Z] ok github.com/docker/docker/image/cache 0.095s coverage: 19.2% of statements [2022-01-31T14:08:28.480Z] --- PASS: TestFSGetSet (0.03s) [2022-01-31T14:08:28.480Z] === RUN TestFSGetUnsetKey [2022-01-31T14:08:28.480Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-01-31T14:08:28.480Z] === RUN TestFSGetEmptyData [2022-01-31T14:08:28.480Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-01-31T14:08:28.480Z] === RUN TestFSDelete [2022-01-31T14:08:28.480Z] --- PASS: TestFSDelete (0.02s) [2022-01-31T14:08:28.480Z] === RUN TestFSWalker [2022-01-31T14:08:28.480Z] --- PASS: TestFSWalker (0.02s) [2022-01-31T14:08:28.480Z] === RUN TestFSWalkerStopOnError [2022-01-31T14:08:28.950Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-01-31T14:08:28.950Z] === RUN TestNewFromJSON [2022-01-31T14:08:28.950Z] --- PASS: TestNewFromJSON (0.00s) [2022-01-31T14:08:28.950Z] === RUN TestNewFromJSONWithInvalidJSON [2022-01-31T14:08:28.950Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-01-31T14:08:28.950Z] === RUN TestMarshalKeyOrder [2022-01-31T14:08:28.950Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-01-31T14:08:28.950Z] === RUN TestHistoryEqual [2022-01-31T14:08:28.950Z] --- PASS: TestHistoryEqual (0.19s) [2022-01-31T14:08:28.950Z] === RUN TestImage [2022-01-31T14:08:28.950Z] --- PASS: TestImage (0.00s) [2022-01-31T14:08:28.950Z] === RUN TestImageOSNotEmpty [2022-01-31T14:08:28.950Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-01-31T14:08:28.950Z] === RUN TestNewChildImageFromImageWithRootFS [2022-01-31T14:08:28.950Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-01-31T14:08:28.950Z] === RUN TestCreate [2022-01-31T14:08:28.950Z] --- PASS: TestCreate (0.01s) [2022-01-31T14:08:28.950Z] === RUN TestRestore [2022-01-31T14:08:28.950Z] time="2022-01-31T14:08:28Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-01-31T14:08:28.950Z] --- PASS: TestRestore (0.04s) [2022-01-31T14:08:28.950Z] === RUN TestAddDelete [2022-01-31T14:08:28.950Z] --- PASS: TestAddDelete (0.03s) [2022-01-31T14:08:28.950Z] === RUN TestSearchAfterDelete [2022-01-31T14:08:28.950Z] --- PASS: TestSearchAfterDelete (0.03s) [2022-01-31T14:08:28.950Z] === RUN TestParentReset [2022-01-31T14:08:28.950Z] --- PASS: TestParentReset (0.07s) [2022-01-31T14:08:28.950Z] === RUN TestGetAndSetLastUpdated [2022-01-31T14:08:28.950Z] --- PASS: TestGetAndSetLastUpdated (0.05s) [2022-01-31T14:08:28.950Z] === RUN TestStoreLen [2022-01-31T14:08:29.023Z] --- PASS: TestCreateServiceMaxReplicas (2.64s) [2022-01-31T14:08:29.023Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-31T14:08:29.141Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-01-31T14:08:29.419Z] --- PASS: TestStoreLen (0.08s) [2022-01-31T14:08:29.419Z] PASS [2022-01-31T14:08:29.419Z] coverage: 86.6% of statements [2022-01-31T14:08:29.419Z] ok github.com/docker/docker/image 0.871s coverage: 86.6% of statements [2022-01-31T14:08:29.419Z] === RUN TestMakeV1ConfigFromConfig [2022-01-31T14:08:29.419Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-01-31T14:08:29.419Z] PASS [2022-01-31T14:08:29.419Z] coverage: 25.0% of statements [2022-01-31T14:08:29.419Z] ok github.com/docker/docker/image/v1 0.101s coverage: 25.0% of statements [2022-01-31T14:08:29.419Z] === RUN TestValidateManifest [2022-01-31T14:08:29.419Z] === RUN TestValidateManifest/nil [2022-01-31T14:08:29.419Z] === RUN TestValidateManifest/non-nil [2022-01-31T14:08:29.419Z] --- PASS: TestValidateManifest (0.00s) [2022-01-31T14:08:29.419Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-01-31T14:08:29.419Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-01-31T14:08:29.419Z] PASS [2022-01-31T14:08:29.419Z] coverage: 0.7% of statements [2022-01-31T14:08:29.419Z] ok github.com/docker/docker/image/tarexport 0.093s coverage: 0.7% of statements [2022-01-31T14:08:29.419Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-01-31T14:08:29.702Z] docker_api_swarm_test.go:507: [db65dc85dbde0] joining swarm manager [d1e8ff946d864]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:08:29.702Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-01-31T14:08:29.925Z] --- PASS: TestRenameInvalidName (2.17s) [2022-01-31T14:08:29.925Z] === RUN TestRenameAnonymousContainer [2022-01-31T14:08:30.635Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-01-31T14:08:31.197Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-01-31T14:08:31.638Z] === RUN TestSerialization [2022-01-31T14:08:31.638Z] --- PASS: TestSerialization (0.02s) [2022-01-31T14:08:31.638Z] PASS [2022-01-31T14:08:31.638Z] coverage: 100.0% of statements [2022-01-31T14:08:31.638Z] ok github.com/docker/docker/libcontainerd/queue 0.067s coverage: 100.0% of statements [2022-01-31T14:08:31.638Z] === RUN TestEnvironmentParsing [2022-01-31T14:08:31.638Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-01-31T14:08:31.638Z] PASS [2022-01-31T14:08:31.638Z] coverage: 1.2% of statements [2022-01-31T14:08:31.638Z] ok github.com/docker/docker/libcontainerd/local 0.078s coverage: 1.2% of statements [2022-01-31T14:08:32.108Z] === RUN TestEmptyLayer [2022-01-31T14:08:32.108Z] --- PASS: TestEmptyLayer (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestCommitFailure [2022-01-31T14:08:32.108Z] --- PASS: TestCommitFailure (0.07s) [2022-01-31T14:08:32.108Z] === RUN TestStartTransactionFailure [2022-01-31T14:08:32.108Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestGetOrphan [2022-01-31T14:08:32.108Z] --- PASS: TestGetOrphan (0.01s) [2022-01-31T14:08:32.108Z] === RUN TestMountAndRegister [2022-01-31T14:08:32.108Z] layer_test.go:270: Layer size: 14 [2022-01-31T14:08:32.108Z] --- PASS: TestMountAndRegister (0.13s) [2022-01-31T14:08:32.108Z] === RUN TestLayerRelease [2022-01-31T14:08:32.108Z] layer_test.go:303: Failing on Windows [2022-01-31T14:08:32.108Z] --- SKIP: TestLayerRelease (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestStoreRestore [2022-01-31T14:08:32.108Z] layer_test.go:352: Failing on Windows [2022-01-31T14:08:32.108Z] --- SKIP: TestStoreRestore (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestTarStreamStability [2022-01-31T14:08:32.108Z] layer_test.go:467: Failing on Windows [2022-01-31T14:08:32.108Z] --- SKIP: TestTarStreamStability (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestRegisterExistingLayer [2022-01-31T14:08:32.108Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-01-31T14:08:32.108Z] === RUN TestTarStreamVerification [2022-01-31T14:08:32.108Z] layer_test.go:696: Failing on Windows [2022-01-31T14:08:32.108Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestLayerMigration [2022-01-31T14:08:32.108Z] migration_test.go:45: Failing on Windows [2022-01-31T14:08:32.108Z] --- SKIP: TestLayerMigration (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestLayerMigrationNoTarsplit [2022-01-31T14:08:32.108Z] migration_test.go:181: Failing on Windows [2022-01-31T14:08:32.108Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestMountInit [2022-01-31T14:08:32.108Z] mount_test.go:17: Failing on Windows [2022-01-31T14:08:32.108Z] --- SKIP: TestMountInit (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestMountSize [2022-01-31T14:08:32.108Z] mount_test.go:76: Failing on Windows [2022-01-31T14:08:32.108Z] --- SKIP: TestMountSize (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestMountChanges [2022-01-31T14:08:32.108Z] mount_test.go:125: Failing on Windows [2022-01-31T14:08:32.108Z] --- SKIP: TestMountChanges (0.00s) [2022-01-31T14:08:32.108Z] === RUN TestMountApply [2022-01-31T14:08:32.108Z] mount_test.go:212: Failing on Windows [2022-01-31T14:08:32.108Z] --- SKIP: TestMountApply (0.00s) [2022-01-31T14:08:32.108Z] PASS [2022-01-31T14:08:32.108Z] coverage: 30.1% of statements [2022-01-31T14:08:32.108Z] ok github.com/docker/docker/layer 0.529s coverage: 30.1% of statements [2022-01-31T14:08:32.123Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-01-31T14:08:32.123Z] --- PASS: TestServiceCreateInit (8.80s) [2022-01-31T14:08:32.123Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.10s) [2022-01-31T14:08:32.123Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.68s) [2022-01-31T14:08:32.123Z] === RUN TestCreateServiceMultipleTimes [2022-01-31T14:08:32.579Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-01-31T14:08:32.579Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-01-31T14:08:32.579Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-01-31T14:08:32.579Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-01-31T14:08:32.685Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-01-31T14:08:33.049Z] === RUN TestSequenceGetAvailableBit [2022-01-31T14:08:33.049Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestSequenceEqual [2022-01-31T14:08:33.049Z] --- PASS: TestSequenceEqual (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestSequenceCopy [2022-01-31T14:08:33.049Z] --- PASS: TestSequenceCopy (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestGetFirstAvailable [2022-01-31T14:08:33.049Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestFindSequence [2022-01-31T14:08:33.049Z] --- PASS: TestFindSequence (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestCheckIfAvailable [2022-01-31T14:08:33.049Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestMergeSequences [2022-01-31T14:08:33.049Z] --- PASS: TestMergeSequences (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestPushReservation [2022-01-31T14:08:33.049Z] --- PASS: TestPushReservation (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestSerializeDeserialize [2022-01-31T14:08:33.049Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestSet [2022-01-31T14:08:33.049Z] --- PASS: TestSet (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestSetUnset [2022-01-31T14:08:33.049Z] --- PASS: TestSetUnset (0.00s) [2022-01-31T14:08:33.049Z] === RUN TestOffsetSetUnset [2022-01-31T14:08:33.049Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-01-31T14:08:33.519Z] === RUN TestSetInRange [2022-01-31T14:08:33.519Z] --- PASS: TestSetInRange (0.00s) [2022-01-31T14:08:33.519Z] === RUN TestSetAnyInRange [2022-01-31T14:08:33.519Z] --- PASS: TestSetAnyInRange (0.00s) [2022-01-31T14:08:33.519Z] === RUN TestMethods [2022-01-31T14:08:33.519Z] --- PASS: TestMethods (0.00s) [2022-01-31T14:08:33.519Z] === RUN TestRandomAllocateDeallocate [2022-01-31T14:08:33.613Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-01-31T14:08:34.540Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-01-31T14:08:35.086Z] === RUN TestInvalidConfig [2022-01-31T14:08:35.086Z] --- PASS: TestInvalidConfig (0.00s) [2022-01-31T14:08:35.086Z] === RUN TestConfig [2022-01-31T14:08:35.086Z] --- PASS: TestConfig (0.00s) [2022-01-31T14:08:35.086Z] === RUN TestOptionsLabels [2022-01-31T14:08:35.086Z] --- PASS: TestOptionsLabels (0.00s) [2022-01-31T14:08:35.086Z] === RUN TestValidName [2022-01-31T14:08:35.086Z] --- PASS: TestValidName (0.00s) [2022-01-31T14:08:35.086Z] PASS [2022-01-31T14:08:35.086Z] coverage: 19.7% of statements [2022-01-31T14:08:35.086Z] ok github.com/docker/docker/libnetwork/config 0.096s coverage: 19.7% of statements [2022-01-31T14:08:35.101Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-01-31T14:08:35.101Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-01-31T14:08:35.556Z] === RUN TestKey [2022-01-31T14:08:35.556Z] --- PASS: TestKey (0.00s) [2022-01-31T14:08:35.556Z] === RUN TestParseKey [2022-01-31T14:08:35.556Z] --- PASS: TestParseKey (0.00s) [2022-01-31T14:08:35.556Z] === RUN TestInvalidDataStore [2022-01-31T14:08:35.556Z] --- PASS: TestInvalidDataStore (0.00s) [2022-01-31T14:08:35.556Z] === RUN TestKVObjectFlatKey [2022-01-31T14:08:35.556Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-01-31T14:08:35.556Z] === RUN TestAtomicKVObjectFlatKey [2022-01-31T14:08:35.556Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-01-31T14:08:35.556Z] PASS [2022-01-31T14:08:35.556Z] coverage: 21.9% of statements [2022-01-31T14:08:35.556Z] ok github.com/docker/docker/libnetwork/datastore 0.071s coverage: 21.9% of statements [2022-01-31T14:08:36.025Z] === RUN TestErrorInterfaces [2022-01-31T14:08:36.025Z] --- PASS: TestErrorInterfaces (0.00s) [2022-01-31T14:08:36.025Z] === RUN TestNetworkMarshalling [2022-01-31T14:08:36.025Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-01-31T14:08:36.025Z] === RUN TestEndpointMarshalling [2022-01-31T14:08:36.025Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-01-31T14:08:36.025Z] === RUN TestAuxAddresses [2022-01-31T14:08:36.025Z] time="2022-01-31T14:08:35Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-31T14:08:36.025Z] --- PASS: TestAuxAddresses (0.02s) [2022-01-31T14:08:36.025Z] === RUN TestSRVServiceQuery [2022-01-31T14:08:36.025Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:08:36.025Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-01-31T14:08:36.025Z] === RUN TestServiceVIPReuse [2022-01-31T14:08:36.025Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:08:36.025Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-01-31T14:08:36.025Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-01-31T14:08:36.025Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:08:36.025Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-01-31T14:08:36.025Z] === RUN TestDNSIPQuery [2022-01-31T14:08:36.025Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:08:36.025Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-01-31T14:08:36.025Z] === RUN TestDNSProxyServFail [2022-01-31T14:08:36.025Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:08:36.025Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-01-31T14:08:36.025Z] === RUN TestSandboxAddEmpty [2022-01-31T14:08:36.025Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:08:36.025Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-01-31T14:08:36.025Z] === RUN TestSandboxAddMultiPrio [2022-01-31T14:08:36.025Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:08:36.025Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-01-31T14:08:36.025Z] === RUN TestSandboxAddSamePrio [2022-01-31T14:08:36.025Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:08:36.025Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-01-31T14:08:36.025Z] === RUN TestCleanupServiceDiscovery [2022-01-31T14:08:36.025Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:08:36.025Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-01-31T14:08:36.025Z] === RUN TestDNSOptions [2022-01-31T14:08:36.025Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:08:36.025Z] --- SKIP: TestDNSOptions (0.00s) [2022-01-31T14:08:36.025Z] === RUN TestMultipleControllersWithSameStore [2022-01-31T14:08:36.025Z] time="2022-01-31T14:08:35Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-31T14:08:36.025Z] time="2022-01-31T14:08:35Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-31T14:08:36.025Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-01-31T14:08:36.025Z] PASS [2022-01-31T14:08:36.025Z] coverage: 8.5% of statements [2022-01-31T14:08:36.032Z] === RUN TestDockerSuite/TestCpRelativePath [2022-01-31T14:08:36.494Z] ok github.com/docker/docker/libnetwork 0.408s coverage: 8.5% of statements [2022-01-31T14:08:36.494Z] === RUN TestIPDataMarshalling [2022-01-31T14:08:36.494Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-01-31T14:08:36.494Z] === RUN TestValidateAndIsV6 [2022-01-31T14:08:36.494Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-01-31T14:08:36.494Z] PASS [2022-01-31T14:08:36.494Z] coverage: 68.9% of statements [2022-01-31T14:08:36.494Z] ok github.com/docker/docker/libnetwork/driverapi 0.057s coverage: 68.9% of statements [2022-01-31T14:08:36.593Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-01-31T14:08:36.964Z] === RUN TestDriver [2022-01-31T14:08:36.964Z] --- PASS: TestDriver (0.00s) [2022-01-31T14:08:36.964Z] PASS [2022-01-31T14:08:36.964Z] coverage: 34.8% of statements [2022-01-31T14:08:36.964Z] ok github.com/docker/docker/libnetwork/drivers/host 0.052s coverage: 34.8% of statements [2022-01-31T14:08:37.433Z] === RUN TestDriver [2022-01-31T14:08:37.433Z] --- PASS: TestDriver (0.00s) [2022-01-31T14:08:37.433Z] PASS [2022-01-31T14:08:37.433Z] coverage: 34.8% of statements [2022-01-31T14:08:37.433Z] ok github.com/docker/docker/libnetwork/drivers/null 0.092s coverage: 34.8% of statements [2022-01-31T14:08:37.903Z] === RUN TestNetworkAllocateFree [2022-01-31T14:08:37.903Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-01-31T14:08:37.903Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-01-31T14:08:37.903Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-01-31T14:08:37.903Z] PASS [2022-01-31T14:08:37.903Z] coverage: 63.6% of statements [2022-01-31T14:08:37.903Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.056s coverage: 63.6% of statements [2022-01-31T14:08:38.001Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-01-31T14:08:38.373Z] === RUN TestGetEmptyCapabilities [2022-01-31T14:08:38.373Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-01-31T14:08:38.373Z] === RUN TestGetExtraCapabilities [2022-01-31T14:08:38.373Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-01-31T14:08:38.373Z] === RUN TestGetInvalidCapabilities [2022-01-31T14:08:38.373Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-01-31T14:08:38.373Z] === RUN TestRemoteDriver [2022-01-31T14:08:38.373Z] --- PASS: TestRemoteDriver (0.01s) [2022-01-31T14:08:38.373Z] === RUN TestDriverError [2022-01-31T14:08:38.373Z] --- PASS: TestDriverError (0.01s) [2022-01-31T14:08:38.373Z] === RUN TestMissingValues [2022-01-31T14:08:38.373Z] --- PASS: TestMissingValues (0.01s) [2022-01-31T14:08:38.373Z] === RUN TestRollback [2022-01-31T14:08:38.373Z] --- PASS: TestRollback (0.01s) [2022-01-31T14:08:38.373Z] PASS [2022-01-31T14:08:38.373Z] coverage: 57.4% of statements [2022-01-31T14:08:38.373Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.109s coverage: 57.4% of statements [2022-01-31T14:08:38.562Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-01-31T14:08:38.819Z] === RUN TestDockerSuite/TestCpToCaseA [2022-01-31T14:08:39.362Z] === RUN TestNAT [2022-01-31T14:08:39.362Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-31T14:08:39.362Z] --- SKIP: TestNAT (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestTransparent [2022-01-31T14:08:39.362Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-31T14:08:39.362Z] --- SKIP: TestTransparent (0.00s) [2022-01-31T14:08:39.362Z] PASS [2022-01-31T14:08:39.362Z] coverage: 0.0% of statements [2022-01-31T14:08:39.362Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.060s coverage: 0.0% of statements [2022-01-31T14:08:39.362Z] === RUN TestBuildDefault [2022-01-31T14:08:39.362Z] --- PASS: TestBuildDefault (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestBuildHostnameDomainname [2022-01-31T14:08:39.362Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestBuildHostname [2022-01-31T14:08:39.362Z] --- PASS: TestBuildHostname (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestBuildHostnameFQDN [2022-01-31T14:08:39.362Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestBuildNoIP [2022-01-31T14:08:39.362Z] --- PASS: TestBuildNoIP (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestUpdate [2022-01-31T14:08:39.362Z] --- PASS: TestUpdate (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-01-31T14:08:39.362Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-01-31T14:08:39.362Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestAddEmpty [2022-01-31T14:08:39.362Z] --- PASS: TestAddEmpty (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestAdd [2022-01-31T14:08:39.362Z] --- PASS: TestAdd (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestDeleteEmpty [2022-01-31T14:08:39.362Z] --- PASS: TestDeleteEmpty (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestDeleteNewline [2022-01-31T14:08:39.362Z] --- PASS: TestDeleteNewline (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestDelete [2022-01-31T14:08:39.362Z] --- PASS: TestDelete (0.00s) [2022-01-31T14:08:39.362Z] === RUN TestConcurrentWrites [2022-01-31T14:08:39.832Z] === RUN TestNew [2022-01-31T14:08:39.832Z] --- PASS: TestNew (0.00s) [2022-01-31T14:08:39.832Z] === RUN TestAddDriver [2022-01-31T14:08:39.832Z] --- PASS: TestAddDriver (0.00s) [2022-01-31T14:08:39.832Z] === RUN TestAddDuplicateDriver [2022-01-31T14:08:39.832Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-01-31T14:08:39.832Z] === RUN TestIPAMDefaultAddressSpaces [2022-01-31T14:08:39.832Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-01-31T14:08:39.832Z] === RUN TestDriver [2022-01-31T14:08:39.832Z] --- PASS: TestDriver (0.00s) [2022-01-31T14:08:39.832Z] === RUN TestIPAM [2022-01-31T14:08:39.832Z] --- PASS: TestIPAM (0.00s) [2022-01-31T14:08:39.832Z] === RUN TestWalkIPAMs [2022-01-31T14:08:39.832Z] --- PASS: TestWalkIPAMs (0.00s) [2022-01-31T14:08:39.832Z] === RUN TestWalkDrivers [2022-01-31T14:08:39.832Z] --- PASS: TestWalkDrivers (0.00s) [2022-01-31T14:08:39.832Z] PASS [2022-01-31T14:08:39.832Z] coverage: 82.4% of statements [2022-01-31T14:08:39.832Z] ok github.com/docker/docker/libnetwork/drvregistry 0.106s coverage: 82.4% of statements [2022-01-31T14:08:39.832Z] --- PASS: TestConcurrentWrites (0.31s) [2022-01-31T14:08:39.832Z] PASS [2022-01-31T14:08:39.832Z] coverage: 81.2% of statements [2022-01-31T14:08:39.832Z] ok github.com/docker/docker/libnetwork/etchosts 0.394s coverage: 81.2% of statements [2022-01-31T14:08:40.214Z] === RUN TestDockerSuite/TestCpToCaseB [2022-01-31T14:08:40.301Z] === RUN TestNew [2022-01-31T14:08:40.301Z] --- PASS: TestNew (0.00s) [2022-01-31T14:08:40.301Z] === RUN TestAllocate [2022-01-31T14:08:40.301Z] --- PASS: TestAllocate (0.00s) [2022-01-31T14:08:40.301Z] === RUN TestUninitialized [2022-01-31T14:08:40.301Z] --- PASS: TestUninitialized (0.00s) [2022-01-31T14:08:40.301Z] === RUN TestAllocateInRange [2022-01-31T14:08:40.301Z] --- PASS: TestAllocateInRange (0.00s) [2022-01-31T14:08:40.301Z] === RUN TestAllocateSerial [2022-01-31T14:08:40.301Z] --- PASS: TestAllocateSerial (0.00s) [2022-01-31T14:08:40.301Z] PASS [2022-01-31T14:08:40.301Z] coverage: 87.5% of statements [2022-01-31T14:08:40.301Z] --- PASS: TestRandomAllocateDeallocate (7.11s) [2022-01-31T14:08:40.301Z] === RUN TestAllocateRandomDeallocate [2022-01-31T14:08:40.301Z] ok github.com/docker/docker/libnetwork/idm 0.052s coverage: 87.5% of statements [2022-01-31T14:08:40.301Z] === RUN TestCaller [2022-01-31T14:08:40.301Z] --- PASS: TestCaller (0.00s) [2022-01-31T14:08:40.301Z] PASS [2022-01-31T14:08:40.301Z] coverage: 100.0% of statements [2022-01-31T14:08:40.301Z] ok github.com/docker/docker/libnetwork/internal/caller 0.067s coverage: 100.0% of statements [2022-01-31T14:08:40.343Z] --- PASS: TestRenameAnonymousContainer (9.72s) [2022-01-31T14:08:40.343Z] === RUN TestRenameContainerWithSameName [2022-01-31T14:08:40.495Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-01-31T14:08:40.495Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (24.32s) [2022-01-31T14:08:40.495Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (24.57s) [2022-01-31T14:08:40.495Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (24.82s) [2022-01-31T14:08:40.495Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (24.87s) [2022-01-31T14:08:40.495Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (14.00s) [2022-01-31T14:08:40.495Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.85s) [2022-01-31T14:08:40.495Z] === RUN TestBuildMultiStageCopy [2022-01-31T14:08:40.495Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-31T14:08:40.775Z] === RUN TestDockerSuite/TestCpToCaseC [2022-01-31T14:08:41.290Z] === RUN TestSetSerialInsertDelete [2022-01-31T14:08:41.290Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-01-31T14:08:41.290Z] === RUN TestSetParallelInsertDelete [2022-01-31T14:08:41.760Z] --- PASS: TestAllocateRandomDeallocate (1.78s) [2022-01-31T14:08:41.760Z] === RUN TestAllocateRandomDeallocateSerialize [2022-01-31T14:08:42.231Z] === RUN TestInt2IP2IntConversion [2022-01-31T14:08:42.569Z] --- PASS: TestRenameContainerWithSameName (2.37s) [2022-01-31T14:08:42.569Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-31T14:08:42.569Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-31T14:08:42.569Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-01-31T14:08:42.569Z] === RUN TestResize [2022-01-31T14:08:42.662Z] === RUN TestDockerSuite/TestCpToCaseD [2022-01-31T14:08:42.701Z] --- PASS: TestInt2IP2IntConversion (0.58s) [2022-01-31T14:08:42.701Z] === RUN TestGetAddressVersion [2022-01-31T14:08:42.701Z] --- PASS: TestGetAddressVersion (0.00s) [2022-01-31T14:08:42.701Z] === RUN TestKeyString [2022-01-31T14:08:42.701Z] --- PASS: TestKeyString (0.00s) [2022-01-31T14:08:42.701Z] === RUN TestPoolDataMarshal [2022-01-31T14:08:42.701Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-01-31T14:08:42.701Z] === RUN TestSubnetsMarshal [2022-01-31T14:08:42.701Z] === RUN TestPoolRequest [2022-01-31T14:08:42.701Z] --- PASS: TestPoolRequest (0.00s) [2022-01-31T14:08:42.701Z] === RUN TestOtherRequests [2022-01-31T14:08:42.701Z] --- PASS: TestOtherRequests (0.00s) [2022-01-31T14:08:42.701Z] PASS [2022-01-31T14:08:42.701Z] coverage: 57.1% of statements [2022-01-31T14:08:42.701Z] ok github.com/docker/docker/libnetwork/ipams/null 0.048s coverage: 57.1% of statements [2022-01-31T14:08:42.701Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-01-31T14:08:42.701Z] === RUN TestAddSubnets [2022-01-31T14:08:43.171Z] --- PASS: TestAddSubnets (0.07s) [2022-01-31T14:08:43.171Z] === RUN TestDoublePoolRelease [2022-01-31T14:08:43.171Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-01-31T14:08:43.171Z] === RUN TestAddReleasePoolID [2022-01-31T14:08:43.171Z] --- PASS: TestAddReleasePoolID (0.14s) [2022-01-31T14:08:43.171Z] === RUN TestPredefinedPool [2022-01-31T14:08:43.171Z] --- PASS: TestPredefinedPool (0.03s) [2022-01-31T14:08:43.171Z] === RUN TestRemoveSubnet [2022-01-31T14:08:43.171Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.38s) [2022-01-31T14:08:43.171Z] === RUN TestRetrieveFromStore [2022-01-31T14:08:43.640Z] --- PASS: TestRemoveSubnet (0.29s) [2022-01-31T14:08:43.640Z] === RUN TestGetSameAddress [2022-01-31T14:08:43.640Z] --- PASS: TestGetSameAddress (0.03s) [2022-01-31T14:08:43.640Z] === RUN TestPoolAllocationReuse [2022-01-31T14:08:43.866Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.62s) [2022-01-31T14:08:43.866Z] === RUN TestCreateServiceSecretFileMode [2022-01-31T14:08:44.110Z] --- PASS: TestRetrieveFromStore (0.71s) [2022-01-31T14:08:44.110Z] === RUN TestIsCorrupted [2022-01-31T14:08:44.110Z] --- PASS: TestIsCorrupted (0.02s) [2022-01-31T14:08:44.110Z] === RUN TestSetRollover [2022-01-31T14:08:44.110Z] === RUN TestGetCapabilities [2022-01-31T14:08:44.110Z] --- PASS: TestGetCapabilities (0.01s) [2022-01-31T14:08:44.110Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-01-31T14:08:44.110Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-01-31T14:08:44.110Z] === RUN TestGetDefaultAddressSpaces [2022-01-31T14:08:44.110Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-01-31T14:08:44.110Z] === RUN TestRemoteDriver [2022-01-31T14:08:44.110Z] --- PASS: TestRemoteDriver (0.02s) [2022-01-31T14:08:44.110Z] PASS [2022-01-31T14:08:44.110Z] coverage: 47.4% of statements [2022-01-31T14:08:44.110Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.088s coverage: 47.4% of statements [2022-01-31T14:08:44.787Z] --- PASS: TestResize (2.48s) [2022-01-31T14:08:44.787Z] === RUN TestResizeWithInvalidSize [2022-01-31T14:08:45.098Z] === RUN TestWindowsIPAM [2022-01-31T14:08:45.098Z] --- PASS: TestWindowsIPAM (0.00s) [2022-01-31T14:08:45.098Z] PASS [2022-01-31T14:08:45.098Z] coverage: 71.4% of statements [2022-01-31T14:08:45.098Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.049s coverage: 71.4% of statements [2022-01-31T14:08:45.175Z] === RUN TestDockerSuite/TestCpToCaseE [2022-01-31T14:08:45.568Z] --- PASS: TestPoolAllocationReuse (2.11s) [2022-01-31T14:08:45.568Z] === RUN TestGetAddressSubPoolEqualPool [2022-01-31T14:08:45.568Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-01-31T14:08:45.568Z] === RUN TestRequestReleaseAddressFromSubPool [2022-01-31T14:08:46.038Z] === RUN TestDefaultNetwork [2022-01-31T14:08:46.038Z] --- PASS: TestSetRollover (2.03s) [2022-01-31T14:08:46.038Z] === RUN TestSetRolloverSerial [2022-01-31T14:08:46.508Z] --- PASS: TestDefaultNetwork (0.30s) [2022-01-31T14:08:46.508Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-01-31T14:08:46.508Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.28s) [2022-01-31T14:08:46.508Z] === RUN TestInitAddressPools [2022-01-31T14:08:46.508Z] --- PASS: TestInitAddressPools (0.00s) [2022-01-31T14:08:46.508Z] PASS [2022-01-31T14:08:46.508Z] coverage: 74.0% of statements [2022-01-31T14:08:46.508Z] ok github.com/docker/docker/libnetwork/ipamutils 0.655s coverage: 74.0% of statements [2022-01-31T14:08:47.013Z] --- PASS: TestResizeWithInvalidSize (2.24s) [2022-01-31T14:08:47.013Z] === RUN TestResizeWhenContainerNotStarted [2022-01-31T14:08:47.060Z] === RUN TestDockerSuite/TestCpToCaseF [2022-01-31T14:08:47.496Z] === RUN TestKeyValue [2022-01-31T14:08:47.496Z] --- PASS: TestKeyValue (0.00s) [2022-01-31T14:08:47.496Z] PASS [2022-01-31T14:08:47.496Z] coverage: 60.0% of statements [2022-01-31T14:08:47.496Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-01-31T14:08:47.620Z] === RUN TestDockerSuite/TestCpToCaseG [2022-01-31T14:08:47.966Z] --- PASS: TestSetRolloverSerial (1.98s) [2022-01-31T14:08:47.966Z] === RUN TestGetFirstAvailableFromCurrent [2022-01-31T14:08:47.966Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-01-31T14:08:47.966Z] PASS [2022-01-31T14:08:47.966Z] coverage: 84.4% of statements [2022-01-31T14:08:47.966Z] ok github.com/docker/docker/libnetwork/bitseq 15.088s coverage: 84.4% of statements [2022-01-31T14:08:48.954Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.42s) [2022-01-31T14:08:48.954Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-01-31T14:08:48.983Z] --- PASS: TestCreateServiceMultipleTimes (16.85s) [2022-01-31T14:08:48.983Z] === RUN TestCreateServiceConflict [2022-01-31T14:08:49.968Z] --- PASS: TestResizeWhenContainerNotStarted (3.02s) [2022-01-31T14:08:49.968Z] === RUN TestDaemonRestartKillContainers [2022-01-31T14:08:49.968Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:08:49.968Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-01-31T14:08:49.968Z] === RUN TestStats [2022-01-31T14:08:49.968Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-31T14:08:49.968Z] --- SKIP: TestStats (0.00s) [2022-01-31T14:08:49.968Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-31T14:08:50.346Z] === RUN TestDockerSuite/TestCpToCaseH [2022-01-31T14:08:50.521Z] === RUN TestNetworkDBSimple [2022-01-31T14:08:50.991Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-01-31T14:08:50.991Z] PASS [2022-01-31T14:08:50.991Z] coverage: 100.0% of statements [2022-01-31T14:08:50.992Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.106s coverage: 100.0% of statements [2022-01-31T14:08:51.274Z] --- PASS: TestCreateServiceConflict (2.47s) [2022-01-31T14:08:51.274Z] === RUN TestCreateServiceMaxReplicas [2022-01-31T14:08:51.462Z] 2022/01/31 14:08:51 Closing DB instances... [2022-01-31T14:08:51.932Z] === RUN TestGenerate [2022-01-31T14:08:51.932Z] --- PASS: TestGenerate (0.00s) [2022-01-31T14:08:51.932Z] === RUN TestGeneratePtr [2022-01-31T14:08:51.932Z] --- PASS: TestGeneratePtr (0.00s) [2022-01-31T14:08:51.932Z] === RUN TestGenerateMissingField [2022-01-31T14:08:51.932Z] --- PASS: TestGenerateMissingField (0.00s) [2022-01-31T14:08:51.932Z] === RUN TestFieldCannotBeSet [2022-01-31T14:08:51.932Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-01-31T14:08:51.932Z] === RUN TestTypeMismatchError [2022-01-31T14:08:51.932Z] --- PASS: TestTypeMismatchError (0.00s) [2022-01-31T14:08:51.932Z] PASS [2022-01-31T14:08:51.932Z] coverage: 100.0% of statements [2022-01-31T14:08:51.932Z] ok github.com/docker/docker/libnetwork/options 0.047s coverage: 100.0% of statements [2022-01-31T14:08:51.932Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.85s) [2022-01-31T14:08:51.932Z] === RUN TestGetAddress [2022-01-31T14:08:52.637Z] === RUN TestDockerSuite/TestCpToCaseI [2022-01-31T14:08:52.921Z] testing: warning: no tests to run [2022-01-31T14:08:52.921Z] PASS [2022-01-31T14:08:52.921Z] coverage: 0.0% of statements [2022-01-31T14:08:52.921Z] ok github.com/docker/docker/libnetwork/osl 0.047s coverage: 0.0% of statements [no tests to run] [2022-01-31T14:08:52.921Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-01-31T14:08:52.921Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-01-31T14:08:53.199Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-01-31T14:08:53.808Z] --- PASS: TestCreateServiceSecretFileMode (12.26s) [2022-01-31T14:08:53.808Z] === RUN TestCreateServiceConfigFileMode [2022-01-31T14:08:53.911Z] === RUN TestRequestNewPort [2022-01-31T14:08:53.911Z] --- PASS: TestRequestNewPort (0.00s) [2022-01-31T14:08:53.911Z] === RUN TestRequestSpecificPort [2022-01-31T14:08:53.911Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-01-31T14:08:53.911Z] === RUN TestReleasePort [2022-01-31T14:08:53.911Z] --- PASS: TestReleasePort (0.00s) [2022-01-31T14:08:53.911Z] === RUN TestReuseReleasedPort [2022-01-31T14:08:53.911Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-01-31T14:08:53.911Z] === RUN TestReleaseUnreadledPort [2022-01-31T14:08:53.911Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-01-31T14:08:53.911Z] === RUN TestUnknowProtocol [2022-01-31T14:08:53.911Z] --- PASS: TestUnknowProtocol (0.00s) [2022-01-31T14:08:53.911Z] === RUN TestAllocateAllPorts [2022-01-31T14:08:53.911Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-01-31T14:08:53.911Z] === RUN TestPortAllocation [2022-01-31T14:08:53.911Z] --- PASS: TestPortAllocation (0.00s) [2022-01-31T14:08:53.911Z] === RUN TestPortAllocationWithCustomRange [2022-01-31T14:08:53.911Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-01-31T14:08:53.911Z] === RUN TestNoDuplicateBPR [2022-01-31T14:08:53.911Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-01-31T14:08:53.911Z] === RUN TestChangePortRange [2022-01-31T14:08:53.911Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-01-31T14:08:53.911Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-01-31T14:08:53.912Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-01-31T14:08:53.912Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-01-31T14:08:53.912Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-01-31T14:08:53.912Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-01-31T14:08:53.912Z] --- PASS: TestChangePortRange (0.00s) [2022-01-31T14:08:53.912Z] PASS [2022-01-31T14:08:53.912Z] coverage: 88.6% of statements [2022-01-31T14:08:53.912Z] ok github.com/docker/docker/libnetwork/portallocator 0.064s coverage: 88.6% of statements [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-01-31T14:08:53.912Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-01-31T14:08:54.381Z] 2022/01/31 14:08:54 Closing DB instances... [2022-01-31T14:08:54.381Z] testing: warning: no tests to run [2022-01-31T14:08:54.381Z] PASS [2022-01-31T14:08:54.381Z] coverage: 0.0% of statements [2022-01-31T14:08:54.381Z] ok github.com/docker/docker/libnetwork/portmapper 0.051s coverage: 0.0% of statements [no tests to run] [2022-01-31T14:08:54.566Z] --- PASS: TestCreateServiceMaxReplicas (3.28s) [2022-01-31T14:08:54.566Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-31T14:08:54.855Z] === RUN TestHashData [2022-01-31T14:08:54.855Z] --- PASS: TestHashData (0.00s) [2022-01-31T14:08:54.855Z] PASS [2022-01-31T14:08:54.855Z] coverage: 2.8% of statements [2022-01-31T14:08:54.855Z] ok github.com/docker/docker/libnetwork/resolvconf 0.044s coverage: 2.8% of statements [2022-01-31T14:08:55.325Z] === RUN TestErrorConstructors [2022-01-31T14:08:55.325Z] --- PASS: TestErrorConstructors (0.00s) [2022-01-31T14:08:55.325Z] === RUN TestCompareIPMask [2022-01-31T14:08:55.325Z] --- PASS: TestCompareIPMask (0.00s) [2022-01-31T14:08:55.325Z] === RUN TestUtilGetHostPartIP [2022-01-31T14:08:55.325Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-01-31T14:08:55.325Z] === RUN TestUtilGetBroadcastIP [2022-01-31T14:08:55.325Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-01-31T14:08:55.325Z] === RUN TestParseCIDR [2022-01-31T14:08:55.325Z] --- PASS: TestParseCIDR (0.00s) [2022-01-31T14:08:55.325Z] PASS [2022-01-31T14:08:55.325Z] coverage: 37.3% of statements [2022-01-31T14:08:55.325Z] ok github.com/docker/docker/libnetwork/types 0.044s coverage: 37.3% of statements [2022-01-31T14:08:55.554Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-31T14:08:55.554Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-31T14:08:55.794Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.85s) [2022-01-31T14:08:55.794Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-01-31T14:08:56.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-01-31T14:08:56.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-01-31T14:08:56.265Z] PASS [2022-01-31T14:08:56.265Z] coverage: 50.0% of statements [2022-01-31T14:08:56.265Z] ok github.com/docker/docker/oci 0.061s coverage: 50.0% of statements [2022-01-31T14:08:56.498Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-01-31T14:08:56.559Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-31T14:08:57.104Z] === RUN TestDockerSuite/TestCpToDot [2022-01-31T14:08:57.253Z] === RUN TestParseVersion [2022-01-31T14:08:57.253Z] --- PASS: TestParseVersion (0.00s) [2022-01-31T14:08:57.253Z] PASS [2022-01-31T14:08:57.253Z] coverage: 52.9% of statements [2022-01-31T14:08:57.253Z] ok github.com/docker/docker/pkg/aaparser 0.052s coverage: 52.9% of statements [2022-01-31T14:08:57.253Z] === RUN TestAddressPoolOpt [2022-01-31T14:08:57.253Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/a [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/something [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/_=a [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/env1=value1 [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/_env1=value1 [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/env2=value2=value3 [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/env3=abc!qwe [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/env_4=value_4 [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/PATH [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/=a [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/PATH= [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/PATH=something [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/asd!qwe [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/1asd [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/123 [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/some_space [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/__some_space_before [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/some_space_after__ [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/= [2022-01-31T14:08:57.253Z] === RUN TestValidateEnv/PaTh [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/a (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/something (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/= (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestParseHost [2022-01-31T14:08:57.253Z] --- PASS: TestParseHost (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestParseDockerDaemonHost [2022-01-31T14:08:57.253Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestParseTCP [2022-01-31T14:08:57.253Z] --- PASS: TestParseTCP (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestParseInvalidUnixAddrInvalid [2022-01-31T14:08:57.253Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestValidateExtraHosts [2022-01-31T14:08:57.253Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestIpOptString [2022-01-31T14:08:57.253Z] --- PASS: TestIpOptString (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestNewIpOptInvalidDefaultVal [2022-01-31T14:08:57.253Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestNewIpOptValidDefaultVal [2022-01-31T14:08:57.253Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestIpOptSetInvalidVal [2022-01-31T14:08:57.253Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestValidateIPAddress [2022-01-31T14:08:57.253Z] --- PASS: TestValidateIPAddress (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestMapOpts [2022-01-31T14:08:57.253Z] --- PASS: TestMapOpts (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestListOptsWithoutValidator [2022-01-31T14:08:57.253Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestListOptsWithValidator [2022-01-31T14:08:57.253Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestValidateDNSSearch [2022-01-31T14:08:57.253Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_general_format [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_one_more [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-01-31T14:08:57.253Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-01-31T14:08:57.253Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestNamedListOpts [2022-01-31T14:08:57.253Z] --- PASS: TestNamedListOpts (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestNamedMapOpts [2022-01-31T14:08:57.253Z] --- PASS: TestNamedMapOpts (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestParseLink [2022-01-31T14:08:57.253Z] --- PASS: TestParseLink (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestQuotedStringSetWithQuotes [2022-01-31T14:08:57.253Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-01-31T14:08:57.253Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestQuotedStringSetWithNoQuotes [2022-01-31T14:08:57.253Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-01-31T14:08:57.253Z] === RUN TestUlimitOpt [2022-01-31T14:08:57.253Z] --- PASS: TestUlimitOpt (0.00s) [2022-01-31T14:08:57.253Z] PASS [2022-01-31T14:08:57.253Z] coverage: 67.1% of statements [2022-01-31T14:08:57.253Z] ok github.com/docker/docker/opts 0.076s coverage: 67.1% of statements [2022-01-31T14:08:57.253Z] 2022/01/31 14:08:56 Closing DB instances... [2022-01-31T14:08:58.076Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-01-31T14:08:58.155Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-31T14:08:58.636Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-01-31T14:08:58.640Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.03s) [2022-01-31T14:08:58.640Z] === RUN TestStopContainerWithTimeout [2022-01-31T14:08:58.640Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-31T14:08:58.640Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-01-31T14:08:58.640Z] === RUN TestUpdateRestartPolicy [2022-01-31T14:08:58.823Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.67s) [2022-01-31T14:08:58.823Z] === RUN TestNetworkDBCRUDTableEntry [2022-01-31T14:08:58.823Z] === RUN TestPeerCertificateMarshalJSON [2022-01-31T14:08:59.294Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-01-31T14:08:59.294Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-01-31T14:08:59.294Z] --- PASS: TestPeerCertificateMarshalJSON (0.67s) [2022-01-31T14:08:59.294Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-01-31T14:08:59.294Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-01-31T14:08:59.294Z] === RUN TestMiddleware [2022-01-31T14:08:59.294Z] --- PASS: TestMiddleware (0.00s) [2022-01-31T14:08:59.294Z] === RUN TestNewResponseModifier [2022-01-31T14:08:59.294Z] --- PASS: TestNewResponseModifier (0.00s) [2022-01-31T14:08:59.294Z] PASS [2022-01-31T14:08:59.294Z] coverage: 26.8% of statements [2022-01-31T14:08:59.294Z] ok github.com/docker/docker/pkg/authorization 0.723s coverage: 26.8% of statements [2022-01-31T14:08:59.562Z] === RUN TestDockerSuite/TestCpToStdout [2022-01-31T14:08:59.744Z] --- PASS: TestBuildMultiStageCopy (19.18s) [2022-01-31T14:08:59.744Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (13.44s) [2022-01-31T14:08:59.744Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.07s) [2022-01-31T14:08:59.744Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.36s) [2022-01-31T14:08:59.744Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.54s) [2022-01-31T14:08:59.744Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.77s) [2022-01-31T14:08:59.744Z] === RUN TestBuildMultiStageParentConfig [2022-01-31T14:08:59.763Z] === RUN TestIsArchivePathDir [2022-01-31T14:08:59.763Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-01-31T14:08:59.763Z] === RUN TestIsArchivePathInvalidFile [2022-01-31T14:08:59.763Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-01-31T14:08:59.763Z] === RUN TestIsArchivePathTar [2022-01-31T14:09:00.122Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-01-31T14:09:00.233Z] --- PASS: TestIsArchivePathTar (0.20s) [2022-01-31T14:09:00.233Z] === RUN TestDecompressStreamGzip [2022-01-31T14:09:00.233Z] === RUN TestUnbuffered [2022-01-31T14:09:00.233Z] --- PASS: TestUnbuffered (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestRaceUnbuffered [2022-01-31T14:09:00.233Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-01-31T14:09:00.233Z] PASS [2022-01-31T14:09:00.233Z] coverage: 100.0% of statements [2022-01-31T14:09:00.233Z] ok github.com/docker/docker/pkg/broadcaster 0.050s coverage: 100.0% of statements [2022-01-31T14:09:00.233Z] --- PASS: TestDecompressStreamGzip (0.13s) [2022-01-31T14:09:00.233Z] === RUN TestDecompressStreamBzip2 [2022-01-31T14:09:00.233Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2022-01-31T14:09:00.233Z] === RUN TestDecompressStreamXz [2022-01-31T14:09:00.233Z] archive_test.go:133: Xz not present in msys2 [2022-01-31T14:09:00.233Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestDecompressStreamZstd [2022-01-31T14:09:00.233Z] archive_test.go:140: zstd not installed [2022-01-31T14:09:00.233Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-01-31T14:09:00.233Z] === RUN TestCompressStreamXzUnsupported [2022-01-31T14:09:00.233Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestCompressStreamBzip2Unsupported [2022-01-31T14:09:00.233Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestCompressStreamInvalid [2022-01-31T14:09:00.233Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestExtensionInvalid [2022-01-31T14:09:00.233Z] --- PASS: TestExtensionInvalid (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestExtensionUncompressed [2022-01-31T14:09:00.233Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestExtensionBzip2 [2022-01-31T14:09:00.233Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestExtensionGzip [2022-01-31T14:09:00.233Z] --- PASS: TestExtensionGzip (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestExtensionXz [2022-01-31T14:09:00.233Z] --- PASS: TestExtensionXz (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestExtensionZstd [2022-01-31T14:09:00.233Z] --- PASS: TestExtensionZstd (0.00s) [2022-01-31T14:09:00.233Z] === RUN TestCmdStreamLargeStderr [2022-01-31T14:09:00.703Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-01-31T14:09:00.703Z] === RUN TestCmdStreamBad [2022-01-31T14:09:00.703Z] archive_test.go:252: Failing on Windows CI machines [2022-01-31T14:09:00.703Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-01-31T14:09:00.703Z] === RUN TestCmdStreamGood [2022-01-31T14:09:00.703Z] --- PASS: TestCmdStreamGood (0.06s) [2022-01-31T14:09:00.703Z] === RUN TestUntarPathWithInvalidDest [2022-01-31T14:09:00.703Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-01-31T14:09:00.703Z] === RUN TestUntarPathWithInvalidSrc [2022-01-31T14:09:00.703Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-01-31T14:09:00.703Z] === RUN TestUntarPath [2022-01-31T14:09:00.703Z] --- PASS: TestUntarPath (0.08s) [2022-01-31T14:09:00.703Z] === RUN TestUntarPathWithDestinationFile [2022-01-31T14:09:00.703Z] === RUN TestMatch [2022-01-31T14:09:00.703Z] === RUN TestMatch/[[]] [2022-01-31T14:09:00.703Z] === RUN TestMatch/[[foo]] [2022-01-31T14:09:00.703Z] === RUN TestMatch/[[bar]_[foo]] [2022-01-31T14:09:00.703Z] === RUN TestMatch/[[foo_bar]] [2022-01-31T14:09:00.703Z] === RUN TestMatch/[[qux]_[foo]] [2022-01-31T14:09:00.703Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-01-31T14:09:00.703Z] === RUN TestMatch/[] [2022-01-31T14:09:00.703Z] === RUN TestMatch/[]#01 [2022-01-31T14:09:00.703Z] === RUN TestMatch/[[qux]] [2022-01-31T14:09:00.703Z] === RUN TestMatch/[[foo_bar_qux]] [2022-01-31T14:09:00.703Z] === RUN TestMatch/[[qux]_[baz]] [2022-01-31T14:09:00.703Z] === RUN TestMatch/[[foo_baz]] [2022-01-31T14:09:00.703Z] --- PASS: TestMatch (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[[]] (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[] (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-01-31T14:09:00.703Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-01-31T14:09:00.703Z] PASS [2022-01-31T14:09:00.703Z] coverage: 87.5% of statements [2022-01-31T14:09:00.703Z] ok github.com/docker/docker/pkg/capabilities 0.048s coverage: 87.5% of statements [2022-01-31T14:09:00.703Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-01-31T14:09:00.703Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-01-31T14:09:00.703Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-01-31T14:09:00.703Z] === RUN TestCopyWithTarInvalidSrc [2022-01-31T14:09:00.703Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-01-31T14:09:00.703Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-01-31T14:09:00.703Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-01-31T14:09:00.703Z] === RUN TestCopyWithTarSrcFile [2022-01-31T14:09:00.703Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-01-31T14:09:00.703Z] === RUN TestCopyWithTarSrcFolder [2022-01-31T14:09:00.703Z] 2022/01/31 14:09:00 Closing DB instances... [2022-01-31T14:09:00.703Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-01-31T14:09:00.703Z] === RUN TestCopyFileWithTarInvalidSrc [2022-01-31T14:09:00.703Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-01-31T14:09:00.703Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-01-31T14:09:00.703Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-01-31T14:09:00.703Z] === RUN TestCopyFileWithTarSrcFolder [2022-01-31T14:09:00.703Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2022-01-31T14:09:00.703Z] === RUN TestCopyFileWithTarSrcFile [2022-01-31T14:09:00.703Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-01-31T14:09:00.703Z] === RUN TestTarFiles [2022-01-31T14:09:00.725Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-01-31T14:09:00.980Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-01-31T14:09:01.918Z] === RUN TestDockerSuite/TestCpVolumePath [2022-01-31T14:09:02.270Z] === RUN TestChrootTarUntar [2022-01-31T14:09:02.270Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:09:02.270Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-01-31T14:09:02.270Z] === RUN TestChrootUntarWithHugeExcludesList [2022-01-31T14:09:02.270Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:09:02.270Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-01-31T14:09:02.270Z] === RUN TestChrootUntarEmptyArchive [2022-01-31T14:09:02.270Z] --- PASS: TestChrootUntarEmptyArchive (0.01s) [2022-01-31T14:09:02.270Z] === RUN TestChrootTarUntarWithSymlink [2022-01-31T14:09:02.270Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:09:02.270Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-01-31T14:09:02.270Z] === RUN TestChrootCopyWithTar [2022-01-31T14:09:02.270Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:09:02.270Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-01-31T14:09:02.270Z] === RUN TestChrootCopyFileWithTar [2022-01-31T14:09:02.270Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:09:02.270Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-01-31T14:09:02.270Z] === RUN TestChrootUntarPath [2022-01-31T14:09:02.271Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:09:02.271Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-01-31T14:09:02.271Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-01-31T14:09:02.271Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:09:02.271Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:09:02.271Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-01-31T14:09:02.271Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:09:02.271Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:09:02.271Z] === RUN TestChrootApplyDotDotFile [2022-01-31T14:09:02.271Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:09:02.271Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-01-31T14:09:02.271Z] PASS [2022-01-31T14:09:02.271Z] coverage: 15.1% of statements [2022-01-31T14:09:02.271Z] ok github.com/docker/docker/pkg/chrootarchive 0.109s coverage: 15.1% of statements [2022-01-31T14:09:02.478Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-01-31T14:09:02.734Z] === RUN TestDockerSuite/TestCreateArgs [2022-01-31T14:09:02.734Z] === RUN TestDockerSuite/TestCreateByImageID [2022-01-31T14:09:02.740Z] --- PASS: TestNetworkDBCRUDTableEntry (4.26s) [2022-01-31T14:09:02.740Z] === RUN TestNetworkDBCRUDTableEntries [2022-01-31T14:09:02.989Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-01-31T14:09:03.216Z] === RUN TestSizeEmpty [2022-01-31T14:09:03.216Z] --- PASS: TestSizeEmpty (0.00s) [2022-01-31T14:09:03.216Z] === RUN TestSizeEmptyFile [2022-01-31T14:09:03.216Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-01-31T14:09:03.216Z] === RUN TestSizeNonemptyFile [2022-01-31T14:09:03.216Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-01-31T14:09:03.216Z] === RUN TestSizeNestedDirectoryEmpty [2022-01-31T14:09:03.216Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-01-31T14:09:03.216Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-01-31T14:09:03.216Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-01-31T14:09:03.216Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-01-31T14:09:03.216Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-01-31T14:09:03.216Z] === RUN TestMoveToSubdir [2022-01-31T14:09:03.216Z] --- PASS: TestMoveToSubdir (0.01s) [2022-01-31T14:09:03.216Z] === RUN TestSizeNonExistingDirectory [2022-01-31T14:09:03.216Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-01-31T14:09:03.216Z] PASS [2022-01-31T14:09:03.216Z] coverage: 80.0% of statements [2022-01-31T14:09:03.216Z] ok github.com/docker/docker/pkg/directory 0.059s coverage: 80.0% of statements [2022-01-31T14:09:03.586Z] --- PASS: TestBuildMultiStageParentConfig (3.29s) [2022-01-31T14:09:03.586Z] === RUN TestBuildLabelWithTargets [2022-01-31T14:09:03.586Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:09:03.586Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-01-31T14:09:03.586Z] === RUN TestBuildWithEmptyLayers [2022-01-31T14:09:03.593Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-01-31T14:09:03.593Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-01-31T14:09:03.593Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-01-31T14:09:03.593Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-01-31T14:09:03.849Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-01-31T14:09:04.105Z] === RUN TestDockerSuite/TestCreateLabels [2022-01-31T14:09:04.105Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-01-31T14:09:04.208Z] === RUN TestPollerAddRemove [2022-01-31T14:09:04.208Z] --- PASS: TestPollerAddRemove (0.00s) [2022-01-31T14:09:04.208Z] === RUN TestPollerEvent [2022-01-31T14:09:04.208Z] poller_test.go:40: No chmod on Windows [2022-01-31T14:09:04.208Z] --- SKIP: TestPollerEvent (0.00s) [2022-01-31T14:09:04.208Z] === RUN TestPollerClose [2022-01-31T14:09:04.208Z] --- PASS: TestPollerClose (0.00s) [2022-01-31T14:09:04.208Z] PASS [2022-01-31T14:09:04.208Z] coverage: 45.7% of statements [2022-01-31T14:09:04.208Z] ok github.com/docker/docker/pkg/filenotify 0.061s coverage: 45.7% of statements [2022-01-31T14:09:04.361Z] === RUN TestDockerSuite/TestCreateRM [2022-01-31T14:09:04.361Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-01-31T14:09:04.361Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-31T14:09:04.361Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-01-31T14:09:04.361Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-01-31T14:09:04.616Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-01-31T14:09:04.679Z] 2022/01/31 14:09:04 Closing DB instances... [2022-01-31T14:09:05.186Z] --- PASS: TestBuildWithEmptyLayers (2.15s) [2022-01-31T14:09:05.186Z] === RUN TestBuildMultiStageOnBuild [2022-01-31T14:09:05.668Z] === RUN TestCopyFileWithInvalidSrc [2022-01-31T14:09:05.668Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCopyFileWithInvalidDest [2022-01-31T14:09:05.668Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCopyFileWithSameSrcAndDest [2022-01-31T14:09:05.668Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-01-31T14:09:05.668Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-01-31T14:09:05.668Z] === RUN TestCopyFile [2022-01-31T14:09:05.668Z] --- PASS: TestCopyFile (0.01s) [2022-01-31T14:09:05.668Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-01-31T14:09:05.668Z] fileutils_test.go:133: Needs porting to Windows [2022-01-31T14:09:05.668Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-01-31T14:09:05.668Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestReadSymlinkedDirectoryToFile [2022-01-31T14:09:05.668Z] fileutils_test.go:179: Needs porting to Windows [2022-01-31T14:09:05.668Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestWildcardMatches [2022-01-31T14:09:05.668Z] --- PASS: TestWildcardMatches (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestPatternMatches [2022-01-31T14:09:05.668Z] --- PASS: TestPatternMatches (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-01-31T14:09:05.668Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestPatternMatchesFolderExclusions [2022-01-31T14:09:05.668Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-01-31T14:09:05.668Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-01-31T14:09:05.668Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-01-31T14:09:05.668Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-01-31T14:09:05.668Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestSingleExclamationError [2022-01-31T14:09:05.668Z] --- PASS: TestSingleExclamationError (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestMatchesWithNoPatterns [2022-01-31T14:09:05.668Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestMatchesWithMalformedPatterns [2022-01-31T14:09:05.668Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestMatches [2022-01-31T14:09:05.668Z] === RUN TestMatches/MatchesOrParentMatches [2022-01-31T14:09:05.668Z] === RUN TestMatches/MatchesUsingParentResult [2022-01-31T14:09:05.668Z] === RUN TestMatches/MatchesUsingParentResults [2022-01-31T14:09:05.668Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-01-31T14:09:05.668Z] --- PASS: TestMatches (0.01s) [2022-01-31T14:09:05.668Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-01-31T14:09:05.668Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-01-31T14:09:05.668Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-01-31T14:09:05.668Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCleanPatterns [2022-01-31T14:09:05.668Z] --- PASS: TestCleanPatterns (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-01-31T14:09:05.668Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCleanPatternsExceptionFlag [2022-01-31T14:09:05.668Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-01-31T14:09:05.668Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-01-31T14:09:05.668Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCleanPatternsErrorSingleException [2022-01-31T14:09:05.668Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCreateIfNotExistsDir [2022-01-31T14:09:05.668Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCreateIfNotExistsFile [2022-01-31T14:09:05.668Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-01-31T14:09:05.668Z] === RUN TestMatch [2022-01-31T14:09:05.668Z] --- PASS: TestMatch (0.00s) [2022-01-31T14:09:05.668Z] === RUN TestCompile [2022-01-31T14:09:05.668Z] === RUN TestCompile/slash [2022-01-31T14:09:05.668Z] === RUN TestCompile/backslash [2022-01-31T14:09:05.668Z] --- PASS: TestCompile (0.00s) [2022-01-31T14:09:05.668Z] --- PASS: TestCompile/slash (0.00s) [2022-01-31T14:09:05.668Z] --- PASS: TestCompile/backslash (0.00s) [2022-01-31T14:09:05.668Z] PASS [2022-01-31T14:09:05.668Z] coverage: 84.7% of statements [2022-01-31T14:09:05.668Z] ok github.com/docker/docker/pkg/fileutils 0.111s coverage: 84.7% of statements [2022-01-31T14:09:05.979Z] --- PASS: TestCreateServiceConfigFileMode (12.27s) [2022-01-31T14:09:05.979Z] === RUN TestCreateServiceSysctls [2022-01-31T14:09:05.980Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-01-31T14:09:05.980Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-01-31T14:09:05.980Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-01-31T14:09:05.980Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-01-31T14:09:06.137Z] === RUN TestGet [2022-01-31T14:09:06.138Z] --- PASS: TestGet (0.00s) [2022-01-31T14:09:06.138Z] === RUN TestGetShortcutString [2022-01-31T14:09:06.138Z] --- PASS: TestGetShortcutString (0.00s) [2022-01-31T14:09:06.138Z] PASS [2022-01-31T14:09:06.138Z] coverage: 42.9% of statements [2022-01-31T14:09:06.138Z] ok github.com/docker/docker/pkg/homedir 0.044s coverage: 42.9% of statements [2022-01-31T14:09:06.138Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2022-01-31T14:09:06.138Z] === RUN TestNetworkDBNodeLeave [2022-01-31T14:09:07.130Z] === RUN TestCreateIDMapOrder [2022-01-31T14:09:07.130Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-01-31T14:09:07.130Z] PASS [2022-01-31T14:09:07.130Z] coverage: 7.2% of statements [2022-01-31T14:09:07.130Z] ok github.com/docker/docker/pkg/idtools 0.050s coverage: 7.2% of statements [2022-01-31T14:09:08.119Z] --- PASS: TestTarFiles (7.23s) [2022-01-31T14:09:08.119Z] === RUN TestDetectCompressionZstd [2022-01-31T14:09:08.119Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-01-31T14:09:08.119Z] === RUN TestTarUntar [2022-01-31T14:09:08.119Z] --- PASS: TestTarUntar (0.04s) [2022-01-31T14:09:08.119Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-01-31T14:09:08.119Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-01-31T14:09:08.119Z] === RUN TestTarWithOptions [2022-01-31T14:09:08.119Z] --- PASS: TestTarWithOptions (0.04s) [2022-01-31T14:09:08.119Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-01-31T14:09:08.119Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-01-31T14:09:08.119Z] === RUN TestUntarUstarGnuConflict [2022-01-31T14:09:08.119Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-01-31T14:09:08.119Z] === RUN TestUntarInvalidFilenames [2022-01-31T14:09:08.494Z] docker_api_swarm_node_test.go:81: [dae78ceeffebf] joining swarm manager [d8122bf61f84e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:09:08.494Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.84s) [2022-01-31T14:09:08.494Z] === RUN TestCreateServiceSecretFileMode [2022-01-31T14:09:08.534Z] --- PASS: TestCreateServiceSysctls (2.50s) [2022-01-31T14:09:08.534Z] === RUN TestCreateServiceCapabilities [2022-01-31T14:09:08.588Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3851629955\\dest" [2022-01-31T14:09:08.588Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-01-31T14:09:08.588Z] === RUN TestUntarHardlinkToSymlink [2022-01-31T14:09:08.588Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-01-31T14:09:08.588Z] === RUN TestUntarInvalidHardlink [2022-01-31T14:09:08.588Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink265506072\\victim\\hello" -> "../victim/hello" [2022-01-31T14:09:08.588Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink679028993\\victim\\hello" -> "/../victim/hello" [2022-01-31T14:09:08.588Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2861482856\\victim" -> "../victim" [2022-01-31T14:09:08.588Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3406053956\\victim" -> "../victim" [2022-01-31T14:09:08.588Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink728685490\\victim" -> "../victim" [2022-01-31T14:09:08.588Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4277691908\\victim" -> "../victim" [2022-01-31T14:09:08.588Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-01-31T14:09:08.588Z] === RUN TestUntarInvalidSymlink [2022-01-31T14:09:08.588Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2806978343\\dest\\dotdot" -> "../victim/hello" [2022-01-31T14:09:08.588Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2400010689\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-31T14:09:08.588Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3193100084\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:09:08.588Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4148324663\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:09:08.588Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink758848923\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:09:08.588Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3694762217\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:09:08.588Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4102993537\\dest\\dir\\loophole" -> "../../victim" [2022-01-31T14:09:08.588Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-01-31T14:09:08.588Z] === RUN TestTempArchiveCloseMultipleTimes [2022-01-31T14:09:08.588Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-01-31T14:09:08.588Z] === RUN TestXGlobalNoParent [2022-01-31T14:09:08.588Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-01-31T14:09:08.588Z] === RUN TestReplaceFileTarWrapper [2022-01-31T14:09:08.588Z] === RUN TestFixedBufferCap [2022-01-31T14:09:08.588Z] --- PASS: TestFixedBufferCap (0.00s) [2022-01-31T14:09:08.588Z] === RUN TestFixedBufferLen [2022-01-31T14:09:08.588Z] --- PASS: TestFixedBufferLen (0.00s) [2022-01-31T14:09:08.588Z] === RUN TestFixedBufferString [2022-01-31T14:09:08.588Z] --- PASS: TestFixedBufferString (0.00s) [2022-01-31T14:09:08.588Z] === RUN TestFixedBufferWrite [2022-01-31T14:09:08.589Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-01-31T14:09:08.589Z] === RUN TestFixedBufferRead [2022-01-31T14:09:08.589Z] --- PASS: TestFixedBufferRead (0.00s) [2022-01-31T14:09:08.589Z] === RUN TestBytesPipeRead [2022-01-31T14:09:08.589Z] --- PASS: TestBytesPipeRead (0.00s) [2022-01-31T14:09:08.589Z] === RUN TestBytesPipeWrite [2022-01-31T14:09:08.589Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-01-31T14:09:08.589Z] === RUN TestBytesPipeWriteRandomChunks [2022-01-31T14:09:08.589Z] --- PASS: TestReplaceFileTarWrapper (0.23s) [2022-01-31T14:09:08.589Z] === RUN TestPrefixHeaderReadable [2022-01-31T14:09:08.589Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-01-31T14:09:08.589Z] === RUN TestDisablePigz [2022-01-31T14:09:08.589Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-01-31T14:09:09.058Z] --- PASS: TestDisablePigz (0.14s) [2022-01-31T14:09:09.058Z] === RUN TestPigz [2022-01-31T14:09:09.058Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-01-31T14:09:09.058Z] --- PASS: TestPigz (0.15s) [2022-01-31T14:09:09.058Z] === RUN TestCopyFileWithInvalidDest [2022-01-31T14:09:09.058Z] archive_windows_test.go:16: Currently fails [2022-01-31T14:09:09.058Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-01-31T14:09:09.058Z] === RUN TestCanonicalTarNameForPath [2022-01-31T14:09:09.058Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-01-31T14:09:09.058Z] === RUN TestCanonicalTarName [2022-01-31T14:09:09.058Z] --- PASS: TestCanonicalTarName (0.00s) [2022-01-31T14:09:09.058Z] === RUN TestChmodTarEntry [2022-01-31T14:09:09.058Z] --- PASS: TestChmodTarEntry (0.00s) [2022-01-31T14:09:09.058Z] === RUN TestHardLinkOrder [2022-01-31T14:09:09.058Z] --- PASS: TestHardLinkOrder (0.09s) [2022-01-31T14:09:09.058Z] === RUN TestChangeString [2022-01-31T14:09:09.058Z] --- PASS: TestChangeString (0.00s) [2022-01-31T14:09:09.058Z] === RUN TestChangesWithNoChanges [2022-01-31T14:09:09.058Z] --- PASS: TestNetworkDBNodeLeave (2.85s) [2022-01-31T14:09:09.058Z] === RUN TestNetworkDBWatch [2022-01-31T14:09:09.058Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-01-31T14:09:09.058Z] === RUN TestChangesWithChanges [2022-01-31T14:09:09.058Z] --- PASS: TestChangesWithChanges (0.04s) [2022-01-31T14:09:09.058Z] === RUN TestChangesWithChangesGH13590 [2022-01-31T14:09:09.058Z] changes_test.go:195: needs more investigation [2022-01-31T14:09:09.058Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-01-31T14:09:09.058Z] === RUN TestChangesDirsEmpty [2022-01-31T14:09:09.058Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s) [2022-01-31T14:09:09.058Z] === RUN TestAtomicWriteToFile [2022-01-31T14:09:09.058Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-01-31T14:09:09.058Z] === RUN TestAtomicWriteSetCommit [2022-01-31T14:09:09.058Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-01-31T14:09:09.058Z] === RUN TestAtomicWriteSetCancel [2022-01-31T14:09:09.527Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-01-31T14:09:09.527Z] === RUN TestReadCloserWrapperClose [2022-01-31T14:09:09.527Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-01-31T14:09:09.527Z] === RUN TestReaderErrWrapperReadOnError [2022-01-31T14:09:09.527Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-01-31T14:09:09.527Z] === RUN TestReaderErrWrapperRead [2022-01-31T14:09:09.527Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-01-31T14:09:09.527Z] === RUN TestCancelReadCloser [2022-01-31T14:09:09.527Z] --- PASS: TestCancelReadCloser (0.10s) [2022-01-31T14:09:09.527Z] === RUN TestWriteCloserWrapperClose [2022-01-31T14:09:09.527Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-01-31T14:09:09.527Z] === RUN TestNopWriteCloser [2022-01-31T14:09:09.527Z] --- PASS: TestNopWriteCloser (0.00s) [2022-01-31T14:09:09.527Z] === RUN TestNopWriter [2022-01-31T14:09:09.527Z] --- PASS: TestNopWriter (0.00s) [2022-01-31T14:09:09.527Z] === RUN TestWriteCounter [2022-01-31T14:09:09.527Z] --- PASS: TestWriteCounter (0.00s) [2022-01-31T14:09:09.527Z] PASS [2022-01-31T14:09:09.527Z] coverage: 69.2% of statements [2022-01-31T14:09:09.527Z] ok github.com/docker/docker/pkg/ioutils 0.707s coverage: 69.2% of statements [2022-01-31T14:09:09.527Z] --- PASS: TestChangesDirsEmpty (0.18s) [2022-01-31T14:09:09.527Z] === RUN TestChangesDirsMutated [2022-01-31T14:09:09.527Z] --- PASS: TestChangesDirsMutated (0.17s) [2022-01-31T14:09:09.527Z] === RUN TestApplyLayer [2022-01-31T14:09:09.527Z] changes_test.go:432: needs further investigation [2022-01-31T14:09:09.527Z] --- SKIP: TestApplyLayer (0.00s) [2022-01-31T14:09:09.527Z] === RUN TestChangesSizeWithHardlinks [2022-01-31T14:09:09.527Z] changes_test.go:468: needs further investigation [2022-01-31T14:09:09.527Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-01-31T14:09:09.527Z] === RUN TestChangesSizeWithNoChanges [2022-01-31T14:09:09.527Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-01-31T14:09:09.527Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-01-31T14:09:09.527Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-01-31T14:09:09.527Z] === RUN TestChangesSize [2022-01-31T14:09:09.527Z] --- PASS: TestChangesSize (0.01s) [2022-01-31T14:09:09.527Z] === RUN TestApplyLayerInvalidFilenames [2022-01-31T14:09:09.527Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames206111250\\dest" [2022-01-31T14:09:09.527Z] --- PASS: TestApplyLayerInvalidFilenames (0.04s) [2022-01-31T14:09:09.527Z] === RUN TestApplyLayerInvalidHardlink [2022-01-31T14:09:09.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3038813244\\victim\\hello" -> "../victim/hello" [2022-01-31T14:09:09.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink27740574\\victim\\hello" -> "/../victim/hello" [2022-01-31T14:09:09.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2270661043\\victim" -> "../victim" [2022-01-31T14:09:09.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4020615667\\victim" -> "../victim" [2022-01-31T14:09:09.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink356931935\\victim" -> "../victim" [2022-01-31T14:09:09.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2266323706\\victim" -> "../victim" [2022-01-31T14:09:09.527Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-01-31T14:09:09.527Z] === RUN TestApplyLayerInvalidSymlink [2022-01-31T14:09:09.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3161588671\\dest\\dotdot" -> "../victim/hello" [2022-01-31T14:09:09.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4184920165\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-31T14:09:09.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1417521208\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:09:09.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2874184547\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:09:09.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2740745905\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:09:09.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2167233409\\dest\\loophole-victim" -> "../victim" [2022-01-31T14:09:09.527Z] --- PASS: TestApplyLayerInvalidSymlink (0.05s) [2022-01-31T14:09:09.527Z] === RUN TestApplyLayerWhiteouts [2022-01-31T14:09:09.903Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-01-31T14:09:09.903Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-01-31T14:09:09.903Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-01-31T14:09:09.903Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-01-31T14:09:09.903Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-01-31T14:09:09.997Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2022-01-31T14:09:09.997Z] === RUN TestGenerateEmptyFile [2022-01-31T14:09:09.997Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-01-31T14:09:09.997Z] === RUN TestGenerateWithContent [2022-01-31T14:09:09.997Z] --- PASS: TestGenerateWithContent (0.00s) [2022-01-31T14:09:09.997Z] PASS [2022-01-31T14:09:09.997Z] coverage: 63.0% of statements [2022-01-31T14:09:09.997Z] ok github.com/docker/docker/pkg/archive 10.209s coverage: 63.0% of statements [2022-01-31T14:09:10.160Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-01-31T14:09:10.467Z] === RUN TestError [2022-01-31T14:09:10.467Z] --- PASS: TestError (0.00s) [2022-01-31T14:09:10.467Z] === RUN TestProgressString [2022-01-31T14:09:10.467Z] === RUN TestProgressString/no_progress [2022-01-31T14:09:10.467Z] === RUN TestProgressString/progress_1 [2022-01-31T14:09:10.467Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-01-31T14:09:10.467Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-01-31T14:09:10.467Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-01-31T14:09:10.467Z] === RUN TestProgressString/with_units [2022-01-31T14:09:10.467Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-01-31T14:09:10.467Z] === RUN TestProgressString/hide_counts [2022-01-31T14:09:10.467Z] --- PASS: TestProgressString (0.00s) [2022-01-31T14:09:10.467Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-01-31T14:09:10.467Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-01-31T14:09:10.467Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-01-31T14:09:10.467Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-01-31T14:09:10.467Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-01-31T14:09:10.467Z] --- PASS: TestProgressString/with_units (0.00s) [2022-01-31T14:09:10.467Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-01-31T14:09:10.467Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-01-31T14:09:10.467Z] === RUN TestJSONMessageDisplay [2022-01-31T14:09:10.467Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-01-31T14:09:10.467Z] === RUN TestJSONMessageDisplayWithJSONError [2022-01-31T14:09:10.467Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-01-31T14:09:10.467Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-01-31T14:09:10.467Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-01-31T14:09:10.467Z] === RUN TestDisplayJSONMessagesStream [2022-01-31T14:09:10.467Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-01-31T14:09:10.467Z] PASS [2022-01-31T14:09:10.467Z] coverage: 91.7% of statements [2022-01-31T14:09:10.467Z] ok github.com/docker/docker/pkg/jsonmessage 0.243s coverage: 91.7% of statements [2022-01-31T14:09:10.722Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-01-31T14:09:10.937Z] 2022/01/31 14:09:10 Closing DB instances... [2022-01-31T14:09:11.050Z] --- PASS: TestCreateServiceCapabilities (2.34s) [2022-01-31T14:09:11.050Z] === RUN TestInspect [2022-01-31T14:09:11.406Z] === RUN TestStandardLongPath [2022-01-31T14:09:11.406Z] --- PASS: TestStandardLongPath (0.00s) [2022-01-31T14:09:11.406Z] === RUN TestUNCLongPath [2022-01-31T14:09:11.406Z] --- PASS: TestUNCLongPath (0.00s) [2022-01-31T14:09:11.406Z] PASS [2022-01-31T14:09:11.406Z] coverage: 100.0% of statements [2022-01-31T14:09:11.406Z] ok github.com/docker/docker/pkg/longpath 0.052s coverage: 100.0% of statements [2022-01-31T14:09:12.083Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-01-31T14:09:12.339Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-01-31T14:09:12.397Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-01-31T14:09:12.397Z] === RUN TestNetworkDBBulkSync [2022-01-31T14:09:12.397Z] === RUN TestNameFormat [2022-01-31T14:09:12.397Z] --- PASS: TestNameFormat (0.00s) [2022-01-31T14:09:12.397Z] === RUN TestNameRetries [2022-01-31T14:09:12.397Z] --- PASS: TestNameRetries (0.00s) [2022-01-31T14:09:12.397Z] PASS [2022-01-31T14:09:12.397Z] coverage: 85.7% of statements [2022-01-31T14:09:12.397Z] ok github.com/docker/docker/pkg/namesgenerator 0.059s coverage: 85.7% of statements [2022-01-31T14:09:12.866Z] === RUN TestParseKeyValueOpt [2022-01-31T14:09:12.866Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-01-31T14:09:12.866Z] === RUN TestParseUintList [2022-01-31T14:09:12.866Z] --- PASS: TestParseUintList (0.00s) [2022-01-31T14:09:12.866Z] === RUN TestParseUintListMaximumLimits [2022-01-31T14:09:12.866Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-01-31T14:09:12.866Z] PASS [2022-01-31T14:09:12.866Z] coverage: 97.0% of statements [2022-01-31T14:09:12.866Z] ok github.com/docker/docker/pkg/parsers 0.050s coverage: 97.0% of statements [2022-01-31T14:09:13.336Z] 2022/01/31 14:09:13 Closing DB instances... [2022-01-31T14:09:13.567Z] --- PASS: TestInspect (2.63s) [2022-01-31T14:09:13.567Z] === RUN TestCreateJob [2022-01-31T14:09:13.749Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-01-31T14:09:13.805Z] === RUN TestNewAndRemove [2022-01-31T14:09:13.805Z] --- PASS: TestNewAndRemove (0.00s) [2022-01-31T14:09:13.805Z] === RUN TestRemoveInvalidPath [2022-01-31T14:09:13.805Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-01-31T14:09:13.805Z] PASS [2022-01-31T14:09:13.805Z] coverage: 82.6% of statements [2022-01-31T14:09:13.805Z] ok github.com/docker/docker/pkg/pidfile 0.051s coverage: 82.6% of statements [2022-01-31T14:09:14.676Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-01-31T14:09:15.239Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-01-31T14:09:15.375Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-01-31T14:09:15.375Z] === RUN TestNetworkDBCRUDMediumCluster [2022-01-31T14:09:15.845Z] === RUN TestFailedConnection [2022-01-31T14:09:16.169Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-01-31T14:09:16.169Z] === RUN TestDockerSuite/TestDevicePermissions [2022-01-31T14:09:16.729Z] === RUN TestDockerSuite/TestDockerFails [2022-01-31T14:09:16.729Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-01-31T14:09:16.729Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-01-31T14:09:16.729Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-01-31T14:09:16.834Z] --- PASS: TestFailedConnection (1.06s) [2022-01-31T14:09:16.834Z] === RUN TestFailOnce [2022-01-31T14:09:16.836Z] --- PASS: TestCreateJob (2.92s) [2022-01-31T14:09:16.836Z] === RUN TestReplicatedJob [2022-01-31T14:09:17.304Z] 2022/01/31 14:09:16 http: panic serving 127.0.0.1:49286: Plugin not ready [2022-01-31T14:09:17.304Z] goroutine 34 [running]: [2022-01-31T14:09:17.304Z] net/http.(*conn).serve.func1() [2022-01-31T14:09:17.304Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-01-31T14:09:17.304Z] panic({0x141ac20, 0x15273d0}) [2022-01-31T14:09:17.304Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-01-31T14:09:17.304Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x36c5a6ef6a0872f8}, 0xc000141a98) [2022-01-31T14:09:17.304Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-01-31T14:09:17.304Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1534170, 0xc0001ba000}, 0x136f3e6) [2022-01-31T14:09:17.304Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-01-31T14:09:17.304Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x1534170, 0xc0001ba000}, 0xc0001ae000) [2022-01-31T14:09:17.304Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-01-31T14:09:17.304Z] net/http.serverHandler.ServeHTTP({0x1532770}, {0x1534170, 0xc0001ba000}, 0xc0001ae000) [2022-01-31T14:09:17.304Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-01-31T14:09:17.304Z] net/http.(*conn).serve(0xc0001a6000, {0x1536000, 0xc0001880c0}) [2022-01-31T14:09:17.304Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-01-31T14:09:17.304Z] created by net/http.(*Server).Serve [2022-01-31T14:09:17.304Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-01-31T14:09:17.304Z] time="2022-01-31T14:09:16Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49285/Test.FailOnce: Post \"http://127.0.0.1:49285/Test.FailOnce\": EOF, retrying in 1s" [2022-01-31T14:09:17.654Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-01-31T14:09:17.772Z] --- PASS: TestGetAddress (25.80s) [2022-01-31T14:09:17.773Z] === RUN TestRequestSyntaxCheck [2022-01-31T14:09:17.773Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-01-31T14:09:17.773Z] === RUN TestRequest [2022-01-31T14:09:17.773Z] 2022/01/31 14:09:17 Closing DB instances... [2022-01-31T14:09:17.911Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-01-31T14:09:18.241Z] time="2022-01-31T14:09:17Z" level=error msg="node: 92c818bc1dfd is unknown to memberlist" [2022-01-31T14:09:18.242Z] --- PASS: TestFailOnce (1.22s) [2022-01-31T14:09:18.242Z] === RUN TestEchoInputOutput [2022-01-31T14:09:18.242Z] --- PASS: TestEchoInputOutput (0.00s) [2022-01-31T14:09:18.242Z] === RUN TestBackoff [2022-01-31T14:09:18.242Z] --- PASS: TestBackoff (0.00s) [2022-01-31T14:09:18.242Z] === RUN TestAbortRetry [2022-01-31T14:09:18.242Z] --- PASS: TestAbortRetry (0.00s) [2022-01-31T14:09:18.242Z] === RUN TestClientScheme [2022-01-31T14:09:18.242Z] --- PASS: TestClientScheme (0.00s) [2022-01-31T14:09:18.242Z] === RUN TestNewClientWithTimeout [2022-01-31T14:09:18.711Z] time="2022-01-31T14:09:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-01-31T14:09:18.881Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-01-31T14:09:18.881Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-01-31T14:09:18.881Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-01-31T14:09:19.137Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-01-31T14:09:20.281Z] time="2022-01-31T14:09:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-01-31T14:09:20.750Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.51s) [2022-01-31T14:09:20.750Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-01-31T14:09:21.004Z] --- PASS: TestReplicatedJob (3.97s) [2022-01-31T14:09:21.004Z] === RUN TestUpdateReplicatedJob [2022-01-31T14:09:21.690Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-01-31T14:09:21.690Z] --- PASS: TestCreateServiceSecretFileMode (12.99s) [2022-01-31T14:09:21.690Z] === RUN TestCreateServiceConfigFileMode [2022-01-31T14:09:21.738Z] 2022/01/31 14:09:21 Closing DB instances... [2022-01-31T14:09:22.727Z] time="2022-01-31T14:09:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-01-31T14:09:23.195Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-01-31T14:09:23.195Z] === RUN TestNetworkDBGarbageCollection [2022-01-31T14:09:23.521Z] --- PASS: TestUpdateReplicatedJob (3.02s) [2022-01-31T14:09:23.521Z] === RUN TestServiceListWithStatuses [2022-01-31T14:09:23.521Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-31T14:09:23.521Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-31T14:09:23.521Z] === RUN TestDockerNetworkConnectAlias [2022-01-31T14:09:23.689Z] docker_api_swarm_node_test.go:53: [df7a1c940ded9] joining swarm manager [db5d0a2c8c0c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:09:23.952Z] --- PASS: TestUpdateRestartPolicy (24.43s) [2022-01-31T14:09:23.952Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-31T14:09:24.656Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-01-31T14:09:24.656Z] docker_api_swarm_node_test.go:54: [d5437ca35ae7b] joining swarm manager [db5d0a2c8c0c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:09:24.939Z] --- PASS: TestUpdateRestartWithAutoRemove (2.46s) [2022-01-31T14:09:24.939Z] === RUN TestWaitNonBlocked [2022-01-31T14:09:24.939Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:09:24.939Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:09:24.939Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:09:24.939Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:09:24.939Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:09:24.939Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:09:26.063Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-01-31T14:09:26.558Z] --- PASS: TestBuildMultiStageOnBuild (20.04s) [2022-01-31T14:09:26.558Z] === RUN TestBuildUncleanTarFilenames [2022-01-31T14:09:26.558Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:09:26.558Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-01-31T14:09:26.558Z] === RUN TestBuildMultiStageLayerLeak [2022-01-31T14:09:26.991Z] time="2022-01-31T14:09:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-01-31T14:09:27.691Z] --- PASS: TestDockerNetworkConnectAlias (3.93s) [2022-01-31T14:09:27.691Z] === RUN TestDockerNetworkReConnect [2022-01-31T14:09:27.951Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-01-31T14:09:28.876Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-01-31T14:09:29.054Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-01-31T14:09:29.054Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-01-31T14:09:29.054Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-01-31T14:09:29.054Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-01-31T14:09:29.054Z] Cross building: bundles/cross/linux/s390x [2022-01-31T14:09:29.054Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-01-31T14:09:29.054Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-01-31T14:09:29.436Z] === RUN TestDockerSuite/TestEventsAttach [2022-01-31T14:09:29.698Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-01-31T14:09:29.698Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.81s) [2022-01-31T14:09:29.698Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.08s) [2022-01-31T14:09:29.698Z] === RUN TestWaitBlocked [2022-01-31T14:09:29.698Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:09:29.698Z] --- SKIP: TestWaitBlocked (0.00s) [2022-01-31T14:09:29.698Z] PASS [2022-01-31T14:09:29.698Z] ok github.com/docker/docker/integration/container 97.158s [2022-01-31T14:09:29.698Z] [2022-01-31T14:09:29.698Z] === Skipped [2022-01-31T14:09:29.698Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-01-31T14:09:29.698Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T14:09:29.698Z] [2022-01-31T14:09:29.698Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-01-31T14:09:29.698Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:09:29.698Z] [2022-01-31T14:09:29.698Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-01-31T14:09:29.698Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-31T14:09:29.698Z] [2022-01-31T14:09:29.698Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-01-31T14:09:29.698Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:09:29.698Z] [2022-01-31T14:09:29.698Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-01-31T14:09:29.698Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:09:29.698Z] [2022-01-31T14:09:29.698Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-31T14:09:29.698Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:09:29.698Z] [2022-01-31T14:09:29.698Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-31T14:09:29.698Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-31T14:09:29.698Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-01-31T14:09:29.699Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-01-31T14:09:29.699Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-01-31T14:09:29.699Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-01-31T14:09:29.699Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-01-31T14:09:29.699Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-01-31T14:09:29.699Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-01-31T14:09:29.699Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-01-31T14:09:29.699Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-01-31T14:09:29.699Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-01-31T14:09:29.699Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-31T14:09:29.699Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-31T14:09:29.699Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-01-31T14:09:29.699Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-31T14:09:29.699Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-01-31T14:09:29.699Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-01-31T14:09:29.699Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-01-31T14:09:29.699Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-01-31T14:09:29.699Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-01-31T14:09:29.699Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-01-31T14:09:29.699Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-01-31T14:09:29.699Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-01-31T14:09:29.699Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-01-31T14:09:29.699Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-01-31T14:09:29.699Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-01-31T14:09:29.699Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-01-31T14:09:29.699Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-01-31T14:09:29.699Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:09:29.699Z] [2022-01-31T14:09:29.699Z] DONE 87 tests, 33 skipped in 99.421s [2022-01-31T14:09:29.699Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-01-31T14:09:29.996Z] === RUN TestDockerSuite/TestEventsCommit [2022-01-31T14:09:30.558Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-01-31T14:09:30.783Z] --- PASS: TestRequest (12.63s) [2022-01-31T14:09:30.783Z] === RUN TestOverlappingRequests [2022-01-31T14:09:30.783Z] --- PASS: TestOverlappingRequests (0.62s) [2022-01-31T14:09:30.783Z] === RUN TestRelease [2022-01-31T14:09:30.958Z] --- PASS: TestDockerNetworkReConnect (3.16s) [2022-01-31T14:09:30.958Z] === RUN TestServicePlugin [2022-01-31T14:09:30.958Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:09:30.958Z] --- SKIP: TestServicePlugin (0.00s) [2022-01-31T14:09:30.958Z] === RUN TestServiceUpdateLabel [2022-01-31T14:09:31.118Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-01-31T14:09:31.375Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-01-31T14:09:31.936Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-01-31T14:09:32.323Z] --- PASS: TestServiceUpdateLabel (1.71s) [2022-01-31T14:09:32.323Z] === RUN TestServiceUpdateSecrets [2022-01-31T14:09:33.002Z] === RUN TestParseEmptyInterface [2022-01-31T14:09:33.002Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-01-31T14:09:33.002Z] === RUN TestParseNonInterfaceType [2022-01-31T14:09:33.002Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-01-31T14:09:33.002Z] === RUN TestParseWithOneFunction [2022-01-31T14:09:33.002Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-01-31T14:09:33.002Z] === RUN TestParseWithMultipleFuncs [2022-01-31T14:09:33.002Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-01-31T14:09:33.002Z] === RUN TestParseWithUnnamedReturn [2022-01-31T14:09:33.002Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-01-31T14:09:33.002Z] === RUN TestEmbeddedInterface [2022-01-31T14:09:33.002Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-01-31T14:09:33.002Z] === RUN TestParsedImports [2022-01-31T14:09:33.002Z] --- PASS: TestParsedImports (0.00s) [2022-01-31T14:09:33.002Z] === RUN TestAliasedImports [2022-01-31T14:09:33.002Z] --- PASS: TestAliasedImports (0.00s) [2022-01-31T14:09:33.002Z] PASS [2022-01-31T14:09:33.002Z] coverage: 56.8% of statements [2022-01-31T14:09:33.002Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.067s coverage: 56.8% of statements [2022-01-31T14:09:33.297Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-01-31T14:09:33.472Z] --- PASS: TestRelease (2.63s) [2022-01-31T14:09:33.472Z] === RUN TestAllocateRandomDeallocate [2022-01-31T14:09:34.460Z] === RUN TestHTTPTransport [2022-01-31T14:09:34.460Z] --- PASS: TestHTTPTransport (0.00s) [2022-01-31T14:09:34.460Z] PASS [2022-01-31T14:09:34.460Z] coverage: 85.7% of statements [2022-01-31T14:09:34.460Z] ok github.com/docker/docker/pkg/plugins/transport 0.053s coverage: 85.7% of statements [2022-01-31T14:09:34.705Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-01-31T14:09:34.705Z] --- PASS: TestCreateServiceConfigFileMode (13.05s) [2022-01-31T14:09:34.705Z] === RUN TestCreateServiceSysctls [2022-01-31T14:09:35.448Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-01-31T14:09:35.448Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-31T14:09:35.448Z] === RUN TestBufioReaderPoolPutAndGet [2022-01-31T14:09:35.448Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-01-31T14:09:35.448Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-01-31T14:09:35.448Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-01-31T14:09:35.448Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-01-31T14:09:35.448Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-31T14:09:35.448Z] === RUN TestBufioWriterPoolPutAndGet [2022-01-31T14:09:35.448Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-01-31T14:09:35.448Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-01-31T14:09:35.448Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-01-31T14:09:35.448Z] === RUN TestBufferPoolPutAndGet [2022-01-31T14:09:35.448Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-01-31T14:09:35.448Z] PASS [2022-01-31T14:09:35.448Z] coverage: 88.2% of statements [2022-01-31T14:09:35.448Z] ok github.com/docker/docker/pkg/pools 0.046s coverage: 88.2% of statements [2022-01-31T14:09:35.919Z] --- PASS: TestNewClientWithTimeout (17.62s) [2022-01-31T14:09:35.919Z] === RUN TestClientStream [2022-01-31T14:09:35.919Z] --- PASS: TestClientStream (0.00s) [2022-01-31T14:09:35.919Z] === RUN TestClientSendFile [2022-01-31T14:09:35.919Z] --- PASS: TestClientSendFile (0.00s) [2022-01-31T14:09:35.919Z] === RUN TestClientWithRequestTimeout [2022-01-31T14:09:35.919Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-01-31T14:09:35.919Z] === RUN TestFileSpecPlugin [2022-01-31T14:09:35.919Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-01-31T14:09:35.919Z] === RUN TestFileJSONSpecPlugin [2022-01-31T14:09:35.919Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-01-31T14:09:35.919Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-01-31T14:09:35.919Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-01-31T14:09:35.919Z] === RUN TestPluginAddHandler [2022-01-31T14:09:35.919Z] --- PASS: TestPluginAddHandler (0.00s) [2022-01-31T14:09:35.919Z] === RUN TestPluginWaitBadPlugin [2022-01-31T14:09:35.919Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-01-31T14:09:35.919Z] === RUN TestGet [2022-01-31T14:09:35.919Z] time="2022-01-31T14:09:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-01-31T14:09:35.919Z] === RUN TestOutputOnPrematureClose [2022-01-31T14:09:35.919Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-01-31T14:09:35.919Z] === RUN TestCompleteSilently [2022-01-31T14:09:35.919Z] --- PASS: TestCompleteSilently (0.00s) [2022-01-31T14:09:35.919Z] PASS [2022-01-31T14:09:35.919Z] coverage: 75.9% of statements [2022-01-31T14:09:35.919Z] ok github.com/docker/docker/pkg/progress 0.040s coverage: 75.9% of statements [2022-01-31T14:09:36.389Z] === RUN TestSendToOneSub [2022-01-31T14:09:36.389Z] --- PASS: TestSendToOneSub (0.00s) [2022-01-31T14:09:36.389Z] === RUN TestSendToMultipleSubs [2022-01-31T14:09:36.389Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-01-31T14:09:36.389Z] === RUN TestEvictOneSub [2022-01-31T14:09:36.389Z] --- PASS: TestEvictOneSub (0.00s) [2022-01-31T14:09:36.389Z] === RUN TestClosePublisher [2022-01-31T14:09:36.389Z] --- PASS: TestClosePublisher (0.00s) [2022-01-31T14:09:36.389Z] === RUN TestPubSubRace [2022-01-31T14:09:36.858Z] time="2022-01-31T14:09:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-01-31T14:09:37.219Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-01-31T14:09:37.848Z] --- PASS: TestPubSubRace (1.08s) [2022-01-31T14:09:37.848Z] PASS [2022-01-31T14:09:37.848Z] coverage: 75.0% of statements [2022-01-31T14:09:37.848Z] ok github.com/docker/docker/pkg/pubsub 1.135s coverage: 75.0% of statements [2022-01-31T14:09:38.187Z] --- PASS: TestCreateServiceSysctls (3.52s) [2022-01-31T14:09:38.188Z] === RUN TestCreateServiceCapabilities [2022-01-31T14:09:38.318Z] === RUN TestRegister [2022-01-31T14:09:38.318Z] --- PASS: TestRegister (0.00s) [2022-01-31T14:09:38.318Z] === RUN TestCommand [2022-01-31T14:09:38.318Z] --- PASS: TestCommand (0.04s) [2022-01-31T14:09:38.318Z] === RUN TestNaiveSelf [2022-01-31T14:09:38.318Z] --- PASS: TestNaiveSelf (0.04s) [2022-01-31T14:09:38.318Z] PASS [2022-01-31T14:09:38.318Z] coverage: 82.4% of statements [2022-01-31T14:09:38.318Z] ok github.com/docker/docker/pkg/reexec 0.124s coverage: 82.4% of statements [2022-01-31T14:09:38.787Z] time="2022-01-31T14:09:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-01-31T14:09:39.114Z] === RUN TestDockerSuite/TestEventsCopy [2022-01-31T14:09:39.257Z] === RUN TestDump [2022-01-31T14:09:39.257Z] goroutine 6 [running]: [2022-01-31T14:09:39.257Z] github.com/docker/docker/pkg/stack.dump(0x12bb6b7) [2022-01-31T14:09:39.257Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-31T14:09:39.257Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-01-31T14:09:39.257Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-01-31T14:09:39.257Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-01-31T14:09:39.257Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-01-31T14:09:39.257Z] testing.tRunner(0xc000118340, 0x1428e68) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:09:39.257Z] created by testing.(*T).Run [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-31T14:09:39.257Z] [2022-01-31T14:09:39.257Z] goroutine 1 [chan receive]: [2022-01-31T14:09:39.257Z] testing.(*T).Run(0xc0001181a0, {0x141a52e, 0x129a413}, 0x1428e68) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-31T14:09:39.257Z] testing.runTests.func1(0xc000068750) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-31T14:09:39.257Z] testing.tRunner(0xc0001181a0, 0xc000071ce0) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:09:39.257Z] testing.runTests(0xc000076080, {0x158cba0, 0x3, 0x3}, {0x12ba90d, 0x141c228, 0x1591640}) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-31T14:09:39.257Z] testing.(*M).Run(0xc000076080) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-31T14:09:39.257Z] main.main() [2022-01-31T14:09:39.257Z] _testmain.go:95 +0x1f5 [2022-01-31T14:09:39.257Z] --- PASS: TestDump (0.00s) [2022-01-31T14:09:39.257Z] === RUN TestDumpToFile [2022-01-31T14:09:39.257Z] --- PASS: TestDumpToFile (0.18s) [2022-01-31T14:09:39.257Z] === RUN TestDumpToFileWithEmptyInput [2022-01-31T14:09:39.257Z] goroutine 8 [running]: [2022-01-31T14:09:39.257Z] github.com/docker/docker/pkg/stack.dump(0x13286f4) [2022-01-31T14:09:39.257Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-31T14:09:39.257Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x1328aa0}) [2022-01-31T14:09:39.257Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-01-31T14:09:39.257Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000118340) [2022-01-31T14:09:39.257Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-01-31T14:09:39.257Z] testing.tRunner(0xc000118820, 0x1428e58) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:09:39.257Z] created by testing.(*T).Run [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-31T14:09:39.257Z] [2022-01-31T14:09:39.257Z] goroutine 1 [chan receive]: [2022-01-31T14:09:39.257Z] testing.(*T).Run(0xc0001181a0, {0x14212ba, 0x129a413}, 0x1428e58) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-31T14:09:39.257Z] testing.runTests.func1(0xc000068750) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-31T14:09:39.257Z] testing.tRunner(0xc0001181a0, 0xc000071ce0) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-31T14:09:39.257Z] testing.runTests(0xc000076080, {0x158cba0, 0x3, 0x3}, {0x12ba90d, 0x141c228, 0x1591640}) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-31T14:09:39.257Z] testing.(*M).Run(0xc000076080) [2022-01-31T14:09:39.257Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-31T14:09:39.257Z] main.main() [2022-01-31T14:09:39.257Z] _testmain.go:95 +0x1f5 [2022-01-31T14:09:39.257Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-01-31T14:09:39.257Z] PASS [2022-01-31T14:09:39.257Z] coverage: 90.9% of statements [2022-01-31T14:09:39.257Z] ok github.com/docker/docker/pkg/stack 0.222s coverage: 90.9% of statements [2022-01-31T14:09:40.043Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-01-31T14:09:40.245Z] === RUN TestNewStdWriter [2022-01-31T14:09:40.245Z] --- PASS: TestNewStdWriter (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestWriteWithUninitializedStdWriter [2022-01-31T14:09:40.245Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestWriteWithNilBytes [2022-01-31T14:09:40.245Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestWrite [2022-01-31T14:09:40.245Z] --- PASS: TestWrite (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestWriteWithWriterError [2022-01-31T14:09:40.245Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-01-31T14:09:40.245Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestStdCopyWriteAndRead [2022-01-31T14:09:40.245Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-01-31T14:09:40.245Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-01-31T14:09:40.245Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-01-31T14:09:40.245Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestStdCopyWithInvalidInputHeader [2022-01-31T14:09:40.245Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestStdCopyWithCorruptedPrefix [2022-01-31T14:09:40.245Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestStdCopyReturnsWriteErrors [2022-01-31T14:09:40.245Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-01-31T14:09:40.245Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-01-31T14:09:40.245Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-01-31T14:09:40.245Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-01-31T14:09:40.245Z] PASS [2022-01-31T14:09:40.245Z] coverage: 100.0% of statements [2022-01-31T14:09:40.245Z] ok github.com/docker/docker/pkg/stdcopy 0.044s coverage: 100.0% of statements [2022-01-31T14:09:40.716Z] === RUN TestRawProgressFormatterFormatStatus [2022-01-31T14:09:40.716Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-01-31T14:09:40.716Z] === RUN TestRawProgressFormatterFormatProgress [2022-01-31T14:09:40.716Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-01-31T14:09:40.716Z] === RUN TestFormatStatus [2022-01-31T14:09:40.716Z] --- PASS: TestFormatStatus (0.00s) [2022-01-31T14:09:40.716Z] === RUN TestFormatError [2022-01-31T14:09:40.716Z] --- PASS: TestFormatError (0.00s) [2022-01-31T14:09:40.716Z] === RUN TestFormatJSONError [2022-01-31T14:09:40.716Z] --- PASS: TestFormatJSONError (0.00s) [2022-01-31T14:09:40.716Z] === RUN TestJsonProgressFormatterFormatProgress [2022-01-31T14:09:40.716Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-01-31T14:09:40.716Z] === RUN TestJsonProgressFormatterFormatStatus [2022-01-31T14:09:40.716Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-01-31T14:09:40.716Z] === RUN TestNewJSONProgressOutput [2022-01-31T14:09:40.716Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-01-31T14:09:40.716Z] === RUN TestAuxFormatterEmit [2022-01-31T14:09:40.716Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-01-31T14:09:40.716Z] === RUN TestStreamWriterStdout [2022-01-31T14:09:40.716Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-01-31T14:09:40.716Z] === RUN TestStreamWriterStderr [2022-01-31T14:09:40.716Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-01-31T14:09:40.716Z] PASS [2022-01-31T14:09:40.716Z] coverage: 66.2% of statements [2022-01-31T14:09:40.716Z] ok github.com/docker/docker/pkg/streamformatter 0.047s coverage: 66.2% of statements [2022-01-31T14:09:40.716Z] --- PASS: TestAllocateRandomDeallocate (7.29s) [2022-01-31T14:09:40.716Z] === RUN TestRetrieveFromStore [2022-01-31T14:09:40.968Z] --- PASS: TestCreateServiceCapabilities (2.78s) [2022-01-31T14:09:40.968Z] === RUN TestInspect [2022-01-31T14:09:41.186Z] === RUN TestGenerateRandomID [2022-01-31T14:09:41.186Z] --- PASS: TestGenerateRandomID (0.00s) [2022-01-31T14:09:41.186Z] === RUN TestShortenId [2022-01-31T14:09:41.186Z] --- PASS: TestShortenId (0.00s) [2022-01-31T14:09:41.186Z] === RUN TestShortenSha256Id [2022-01-31T14:09:41.186Z] --- PASS: TestShortenSha256Id (0.00s) [2022-01-31T14:09:41.186Z] === RUN TestShortenIdEmpty [2022-01-31T14:09:41.186Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-01-31T14:09:41.186Z] === RUN TestShortenIdInvalid [2022-01-31T14:09:41.186Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-01-31T14:09:41.186Z] === RUN TestIsShortIDNonHex [2022-01-31T14:09:41.186Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-01-31T14:09:41.186Z] === RUN TestIsShortIDNotCorrectSize [2022-01-31T14:09:41.186Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-01-31T14:09:41.186Z] PASS [2022-01-31T14:09:41.186Z] coverage: 70.6% of statements [2022-01-31T14:09:41.186Z] ok github.com/docker/docker/pkg/stringid 0.041s coverage: 70.6% of statements [2022-01-31T14:09:41.224Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-01-31T14:09:41.630Z] --- PASS: TestBuildMultiStageLayerLeak (16.24s) [2022-01-31T14:09:41.630Z] === RUN TestBuildWithHugeFile [2022-01-31T14:09:42.174Z] === RUN TestIsCpusetListAvailable [2022-01-31T14:09:42.174Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-01-31T14:09:42.174Z] PASS [2022-01-31T14:09:42.174Z] coverage: 39.4% of statements [2022-01-31T14:09:42.174Z] ok github.com/docker/docker/pkg/sysinfo 0.046s coverage: 39.4% of statements [2022-01-31T14:09:42.643Z] time="2022-01-31T14:09:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-01-31T14:09:43.112Z] --- PASS: TestRetrieveFromStore (2.33s) [2022-01-31T14:09:43.112Z] === RUN TestRequestReleaseAddressDuplicate [2022-01-31T14:09:43.112Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-01-31T14:09:43.112Z] === RUN TestParallelPredefinedRequest1 [2022-01-31T14:09:43.112Z] === PAUSE TestParallelPredefinedRequest1 [2022-01-31T14:09:43.112Z] === RUN TestParallelPredefinedRequest2 [2022-01-31T14:09:43.112Z] === PAUSE TestParallelPredefinedRequest2 [2022-01-31T14:09:43.112Z] === RUN TestParallelPredefinedRequest3 [2022-01-31T14:09:43.112Z] === PAUSE TestParallelPredefinedRequest3 [2022-01-31T14:09:43.112Z] === RUN TestParallelPredefinedRequest4 [2022-01-31T14:09:43.112Z] === PAUSE TestParallelPredefinedRequest4 [2022-01-31T14:09:43.112Z] === RUN TestParallelPredefinedRequest5 [2022-01-31T14:09:43.112Z] === PAUSE TestParallelPredefinedRequest5 [2022-01-31T14:09:43.112Z] === RUN TestDebug [2022-01-31T14:09:43.112Z] --- PASS: TestDebug (0.00s) [2022-01-31T14:09:43.112Z] === RUN TestRequestPoolParallel [2022-01-31T14:09:43.581Z] --- PASS: TestRequestPoolParallel (0.54s) [2022-01-31T14:09:43.581Z] === RUN TestFullAllocateRelease [2022-01-31T14:09:43.736Z] --- PASS: TestInspect (2.95s) [2022-01-31T14:09:43.736Z] === RUN TestCreateJob [2022-01-31T14:09:44.050Z] === RUN TestChtimes [2022-01-31T14:09:44.050Z] --- PASS: TestChtimes (0.00s) [2022-01-31T14:09:44.050Z] === RUN TestChtimesWindows [2022-01-31T14:09:44.050Z] --- PASS: TestChtimesWindows (0.00s) [2022-01-31T14:09:44.050Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-01-31T14:09:44.050Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-01-31T14:09:44.050Z] === RUN TestEnsureRemoveAllNotExist [2022-01-31T14:09:44.050Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-01-31T14:09:44.050Z] === RUN TestEnsureRemoveAllWithDir [2022-01-31T14:09:44.050Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-01-31T14:09:44.050Z] === RUN TestEnsureRemoveAllWithFile [2022-01-31T14:09:44.050Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-01-31T14:09:44.050Z] === RUN TestHasWin32KSupport [2022-01-31T14:09:44.050Z] syscall_windows_test.go:8: win32k: true [2022-01-31T14:09:44.050Z] --- PASS: TestHasWin32KSupport (0.00s) [2022-01-31T14:09:44.050Z] PASS [2022-01-31T14:09:44.050Z] coverage: 13.0% of statements [2022-01-31T14:09:44.050Z] ok github.com/docker/docker/pkg/system 0.069s coverage: 13.0% of statements [2022-01-31T14:09:44.520Z] --- PASS: TestFullAllocateRelease (0.52s) [2022-01-31T14:09:44.520Z] === RUN TestOddAllocateRelease [2022-01-31T14:09:44.520Z] --- PASS: TestOddAllocateRelease (0.29s) [2022-01-31T14:09:44.520Z] === RUN TestFullAllocateSerialReleaseParallel [2022-01-31T14:09:44.520Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-01-31T14:09:44.520Z] === RUN TestOddAllocateSerialReleaseParallel [2022-01-31T14:09:44.989Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-01-31T14:09:44.989Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-01-31T14:09:44.989Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-01-31T14:09:44.989Z] === CONT TestParallelPredefinedRequest1 [2022-01-31T14:09:44.989Z] === CONT TestParallelPredefinedRequest4 [2022-01-31T14:09:44.989Z] === CONT TestParallelPredefinedRequest1 [2022-01-31T14:09:44.989Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:09:44.989Z] === CONT TestParallelPredefinedRequest3 [2022-01-31T14:09:44.989Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:09:44.989Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-01-31T14:09:44.989Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-01-31T14:09:44.989Z] === CONT TestParallelPredefinedRequest2 [2022-01-31T14:09:44.989Z] === CONT TestParallelPredefinedRequest5 [2022-01-31T14:09:44.989Z] === CONT TestParallelPredefinedRequest2 [2022-01-31T14:09:44.989Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:09:44.989Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-01-31T14:09:44.989Z] === CONT TestParallelPredefinedRequest4 [2022-01-31T14:09:44.989Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:09:44.989Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-01-31T14:09:44.989Z] === CONT TestParallelPredefinedRequest5 [2022-01-31T14:09:44.989Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:09:44.989Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-01-31T14:09:44.989Z] PASS [2022-01-31T14:09:44.989Z] coverage: 85.3% of statements [2022-01-31T14:09:44.989Z] ok github.com/docker/docker/libnetwork/ipam 62.648s coverage: 85.3% of statements [2022-01-31T14:09:44.989Z] === RUN TestTailFile [2022-01-31T14:09:44.989Z] --- PASS: TestTailFile (0.00s) [2022-01-31T14:09:44.989Z] === RUN TestTailFileManyLines [2022-01-31T14:09:44.989Z] --- PASS: TestTailFileManyLines (0.00s) [2022-01-31T14:09:44.989Z] === RUN TestTailEmptyFile [2022-01-31T14:09:44.989Z] --- PASS: TestTailEmptyFile (0.00s) [2022-01-31T14:09:44.989Z] === RUN TestTailNegativeN [2022-01-31T14:09:44.989Z] --- PASS: TestTailNegativeN (0.00s) [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader [2022-01-31T14:09:44.989Z] === CONT TestNewTailReader [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/12_byte_delimiter [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/no_delimiter [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/no_delimiter [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/single_byte_delimiter [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/4_byte_delimiter [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/truncated_last_line [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-01-31T14:09:44.989Z] === CONT TestNewTailReader/8_byte_delimiter [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.989Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:44.989Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:44.989Z] === CONT TestNewTailReader/4_byte_delimiter [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.989Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:44.989Z] === CONT TestNewTailReader/2_byte_delimiter [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.989Z] === CONT TestNewTailReader/single_byte_delimiter [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-31T14:09:44.989Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-31T14:09:44.989Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/no_delimiter [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/12_byte_delimiter [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-01-31T14:09:44.990Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:44.990Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:44.991Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:44.991Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.462Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.462Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.462Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.463Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.463Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.464Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-31T14:09:45.465Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-31T14:09:45.465Z] --- PASS: TestNewTailReader (0.00s) [2022-01-31T14:09:45.465Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.934Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.02s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:09:45.935Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.01s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.01s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-31T14:09:45.936Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-31T14:09:45.936Z] PASS [2022-01-31T14:09:45.936Z] coverage: 88.6% of statements [2022-01-31T14:09:45.936Z] ok github.com/docker/docker/pkg/tailfile 0.259s coverage: 88.6% of statements [2022-01-31T14:09:46.406Z] === RUN TestTarSumRemoveNonExistent [2022-01-31T14:09:46.406Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-01-31T14:09:46.406Z] === RUN TestTarSumRemove [2022-01-31T14:09:46.406Z] --- PASS: TestTarSumRemove (0.00s) [2022-01-31T14:09:46.406Z] === RUN TestSortFileInfoSums [2022-01-31T14:09:46.406Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-01-31T14:09:46.406Z] === RUN TestNewTarSumForLabelInvalid [2022-01-31T14:09:46.406Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-01-31T14:09:46.406Z] === RUN TestNewTarSumForLabel [2022-01-31T14:09:46.406Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-01-31T14:09:46.406Z] === RUN TestEmptyTar [2022-01-31T14:09:46.406Z] --- PASS: TestEmptyTar (0.00s) [2022-01-31T14:09:46.406Z] === RUN TestTarSumsReadSize [2022-01-31T14:09:46.406Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-01-31T14:09:46.406Z] === RUN TestTarSums [2022-01-31T14:09:46.406Z] --- PASS: TestTarSums (0.07s) [2022-01-31T14:09:46.406Z] === RUN TestIteration [2022-01-31T14:09:46.406Z] --- PASS: TestIteration (0.00s) [2022-01-31T14:09:46.406Z] === RUN TestVersionLabelForChecksum [2022-01-31T14:09:46.406Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-01-31T14:09:46.406Z] === RUN TestVersion [2022-01-31T14:09:46.406Z] --- PASS: TestVersion (0.00s) [2022-01-31T14:09:46.406Z] === RUN TestGetVersion [2022-01-31T14:09:46.406Z] --- PASS: TestGetVersion (0.00s) [2022-01-31T14:09:46.406Z] === RUN TestGetVersions [2022-01-31T14:09:46.406Z] --- PASS: TestGetVersions (0.00s) [2022-01-31T14:09:46.406Z] PASS [2022-01-31T14:09:46.406Z] coverage: 89.3% of statements [2022-01-31T14:09:46.406Z] ok github.com/docker/docker/pkg/tarsum 0.127s coverage: 89.3% of statements [2022-01-31T14:09:47.001Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-01-31T14:09:47.001Z] --- PASS: TestCreateJob (2.98s) [2022-01-31T14:09:47.001Z] === RUN TestReplicatedJob [2022-01-31T14:09:47.001Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-01-31T14:09:47.163Z] --- PASS: TestServiceUpdateSecrets (13.91s) [2022-01-31T14:09:47.164Z] === RUN TestServiceUpdateConfigs [2022-01-31T14:09:47.395Z] testing: warning: no tests to run [2022-01-31T14:09:47.395Z] PASS [2022-01-31T14:09:47.395Z] coverage: [no statements] [2022-01-31T14:09:47.395Z] ok github.com/docker/docker/pkg/term/windows 0.042s coverage: [no statements] [no tests to run] [2022-01-31T14:09:47.865Z] === RUN TestTruncIndex [2022-01-31T14:09:47.865Z] --- PASS: TestTruncIndex (0.10s) [2022-01-31T14:09:47.865Z] PASS [2022-01-31T14:09:47.865Z] coverage: 91.5% of statements [2022-01-31T14:09:47.865Z] ok github.com/docker/docker/pkg/truncindex 0.142s coverage: 91.5% of statements [2022-01-31T14:09:47.927Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-01-31T14:09:48.183Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-01-31T14:09:48.335Z] === RUN TestIsGIT [2022-01-31T14:09:48.335Z] --- PASS: TestIsGIT (0.00s) [2022-01-31T14:09:48.335Z] === RUN TestIsTransport [2022-01-31T14:09:48.335Z] --- PASS: TestIsTransport (0.00s) [2022-01-31T14:09:48.335Z] PASS [2022-01-31T14:09:48.335Z] coverage: 100.0% of statements [2022-01-31T14:09:48.335Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2022-01-31T14:09:48.439Z] === RUN TestDockerSuite/TestEventsFilterType [2022-01-31T14:09:48.804Z] === RUN TestVersionInfo [2022-01-31T14:09:48.804Z] --- PASS: TestVersionInfo (0.00s) [2022-01-31T14:09:48.804Z] === RUN TestAppendVersions [2022-01-31T14:09:48.804Z] --- PASS: TestAppendVersions (0.00s) [2022-01-31T14:09:48.804Z] PASS [2022-01-31T14:09:48.804Z] coverage: 88.9% of statements [2022-01-31T14:09:48.804Z] ok github.com/docker/docker/pkg/useragent 0.042s coverage: 88.9% of statements [2022-01-31T14:09:49.002Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-01-31T14:09:49.260Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-01-31T14:09:49.260Z] === RUN TestDockerSuite/TestEventsFilters [2022-01-31T14:09:50.669Z] === RUN TestDockerSuite/TestEventsFormat [2022-01-31T14:09:51.024Z] --- PASS: TestGet (15.01s) [2022-01-31T14:09:51.024Z] === RUN TestPluginWithNoManifest [2022-01-31T14:09:51.024Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-01-31T14:09:51.024Z] === RUN TestGetAll [2022-01-31T14:09:51.024Z] === RUN TestValidatePrivileges [2022-01-31T14:09:51.024Z] --- PASS: TestGetAll (0.01s) [2022-01-31T14:09:51.024Z] PASS [2022-01-31T14:09:51.024Z] coverage: 73.2% of statements [2022-01-31T14:09:51.024Z] --- PASS: TestValidatePrivileges (0.00s) [2022-01-31T14:09:51.024Z] === RUN TestFilterByCapNeg [2022-01-31T14:09:51.024Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-01-31T14:09:51.024Z] === RUN TestFilterByCapPos [2022-01-31T14:09:51.024Z] --- PASS: TestFilterByCapPos (0.00s) [2022-01-31T14:09:51.024Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-01-31T14:09:51.024Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-01-31T14:09:51.024Z] PASS [2022-01-31T14:09:51.024Z] coverage: 12.0% of statements [2022-01-31T14:09:51.024Z] ok github.com/docker/docker/pkg/plugins 35.012s coverage: 73.2% of statements [2022-01-31T14:09:51.024Z] ok github.com/docker/docker/plugin 0.059s coverage: 12.0% of statements [2022-01-31T14:09:51.596Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-01-31T14:09:51.596Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-01-31T14:09:51.853Z] === RUN TestDockerSuite/TestEventsImageImport [2022-01-31T14:09:52.013Z] === RUN TestNewSettable [2022-01-31T14:09:52.013Z] --- PASS: TestNewSettable (0.00s) [2022-01-31T14:09:52.013Z] === RUN TestIsSettable [2022-01-31T14:09:52.013Z] --- PASS: TestIsSettable (0.00s) [2022-01-31T14:09:52.013Z] === RUN TestUpdateSettingsEnv [2022-01-31T14:09:52.013Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-01-31T14:09:52.013Z] PASS [2022-01-31T14:09:52.013Z] coverage: 20.0% of statements [2022-01-31T14:09:52.013Z] ok github.com/docker/docker/plugin/v2 0.046s coverage: 20.0% of statements [2022-01-31T14:09:52.013Z] === RUN TestLoad [2022-01-31T14:09:52.013Z] --- PASS: TestLoad (0.00s) [2022-01-31T14:09:52.013Z] === RUN TestSave [2022-01-31T14:09:52.013Z] --- PASS: TestSave (0.04s) [2022-01-31T14:09:52.013Z] === RUN TestAddDeleteGet [2022-01-31T14:09:52.013Z] --- PASS: TestAddDeleteGet (0.05s) [2022-01-31T14:09:52.013Z] === RUN TestInvalidTags [2022-01-31T14:09:52.013Z] --- PASS: TestInvalidTags (0.01s) [2022-01-31T14:09:52.013Z] PASS [2022-01-31T14:09:52.013Z] coverage: 84.4% of statements [2022-01-31T14:09:52.013Z] ok github.com/docker/docker/reference 0.152s coverage: 84.4% of statements [2022-01-31T14:09:52.778Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-01-31T14:09:52.778Z] --- PASS: TestReplicatedJob (5.82s) [2022-01-31T14:09:52.778Z] === RUN TestUpdateReplicatedJob [2022-01-31T14:09:52.778Z] === RUN TestDockerSuite/TestEventsImagePull [2022-01-31T14:09:53.581Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-01-31T14:09:53.581Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-01-31T14:09:53.581Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-01-31T14:09:53.581Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-01-31T14:09:53.581Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-01-31T14:09:53.581Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-01-31T14:09:53.581Z] === RUN TestResumableRequestReaderWithReadError [2022-01-31T14:09:53.704Z] === RUN TestDockerSuite/TestEventsImageTag [2022-01-31T14:09:54.193Z] time="2022-01-31T14:09:53Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-01-31T14:09:54.194Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-01-31T14:09:54.194Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-01-31T14:09:54.194Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-01-31T14:09:54.194Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-01-31T14:09:54.194Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-01-31T14:09:54.194Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-01-31T14:09:54.194Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-01-31T14:09:54.194Z] === RUN TestResumableRequestReader [2022-01-31T14:09:54.194Z] --- PASS: TestResumableRequestReader (0.00s) [2022-01-31T14:09:54.194Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-01-31T14:09:54.194Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-01-31T14:09:54.194Z] PASS [2022-01-31T14:09:54.194Z] coverage: 100.0% of statements [2022-01-31T14:09:54.194Z] ok github.com/docker/docker/registry/resumable 0.285s coverage: 100.0% of statements [2022-01-31T14:09:54.664Z] === RUN TestResolveAuthConfigIndexServer [2022-01-31T14:09:54.664Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestResolveAuthConfigFullURL [2022-01-31T14:09:54.664Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestLoadAllowNondistributableArtifacts [2022-01-31T14:09:54.664Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestValidateMirror [2022-01-31T14:09:54.664Z] --- PASS: TestValidateMirror (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestLoadInsecureRegistries [2022-01-31T14:09:54.664Z] time="2022-01-31T14:09:54Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-31T14:09:54.664Z] time="2022-01-31T14:09:54Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-01-31T14:09:54.664Z] time="2022-01-31T14:09:54Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-31T14:09:54.664Z] --- PASS: TestLoadInsecureRegistries (0.21s) [2022-01-31T14:09:54.664Z] === RUN TestNewServiceConfig [2022-01-31T14:09:54.664Z] --- PASS: TestNewServiceConfig (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestValidateIndexName [2022-01-31T14:09:54.664Z] --- PASS: TestValidateIndexName (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestValidateIndexNameWithError [2022-01-31T14:09:54.664Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestEndpointParse [2022-01-31T14:09:54.664Z] --- PASS: TestEndpointParse (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestEndpointParseInvalid [2022-01-31T14:09:54.664Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestValidateEndpoint [2022-01-31T14:09:54.664Z] --- PASS: TestValidateEndpoint (0.01s) [2022-01-31T14:09:54.664Z] === RUN TestPing [2022-01-31T14:09:54.664Z] --- PASS: TestPing (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestPingRegistryEndpoint [2022-01-31T14:09:54.664Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:09:54.664Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestEndpoint [2022-01-31T14:09:54.664Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:09:54.664Z] --- SKIP: TestEndpoint (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestParseRepositoryInfo [2022-01-31T14:09:54.664Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestNewIndexInfo [2022-01-31T14:09:54.664Z] --- PASS: TestNewIndexInfo (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestMirrorEndpointLookup [2022-01-31T14:09:54.664Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:09:54.664Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2022-01-31T14:09:54.664Z] === RUN TestSearchRepositories [2022-01-31T14:09:54.664Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-01-31T14:09:54.664Z] Host: 127.0.0.1:49332 [2022-01-31T14:09:54.664Z] User-Agent: docker test client [2022-01-31T14:09:54.664Z] Authorization: Token fake-token [2022-01-31T14:09:54.664Z] X-Docker-Token: true [2022-01-31T14:09:54.664Z] Accept-Encoding: gzip [2022-01-31T14:09:54.664Z] [2022-01-31T14:09:54.664Z] [2022-01-31T14:09:54.664Z] registry_test.go:730: HTTP/1.1 200 OK [2022-01-31T14:09:54.664Z] Connection: close [2022-01-31T14:09:54.664Z] Content-Length: 144 [2022-01-31T14:09:54.664Z] Cache-Control: no-cache [2022-01-31T14:09:54.664Z] Content-Type: application/json [2022-01-31T14:09:54.664Z] Date: Mon, 31 Jan 2022 14:09:54 GMT [2022-01-31T14:09:54.664Z] Expires: -1 [2022-01-31T14:09:54.664Z] Pragma: no-cache [2022-01-31T14:09:54.664Z] Server: docker-tests/mock [2022-01-31T14:09:54.664Z] X-Docker-Registry-Config: mock [2022-01-31T14:09:54.664Z] X-Docker-Registry-Version: 0.0.0 [2022-01-31T14:09:54.664Z] [2022-01-31T14:09:54.664Z] [2022-01-31T14:09:54.664Z] --- PASS: TestSearchRepositories (0.01s) [2022-01-31T14:09:54.664Z] === RUN TestTrustedLocation [2022-01-31T14:09:54.664Z] --- PASS: TestTrustedLocation (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-01-31T14:09:54.664Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestAllowNondistributableArtifacts [2022-01-31T14:09:54.664Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestIsSecureIndex [2022-01-31T14:09:54.664Z] --- PASS: TestIsSecureIndex (0.00s) [2022-01-31T14:09:54.664Z] PASS [2022-01-31T14:09:54.664Z] coverage: 51.2% of statements [2022-01-31T14:09:54.664Z] ok github.com/docker/docker/registry 0.331s coverage: 51.2% of statements [2022-01-31T14:09:54.664Z] === RUN TestRestartManagerTimeout [2022-01-31T14:09:54.664Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-01-31T14:09:54.664Z] === RUN TestRestartManagerTimeoutReset [2022-01-31T14:09:54.664Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-01-31T14:09:54.664Z] PASS [2022-01-31T14:09:54.664Z] coverage: 50.9% of statements [2022-01-31T14:09:54.664Z] ok github.com/docker/docker/restartmanager 0.056s coverage: 50.9% of statements [2022-01-31T14:09:54.726Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-01-31T14:09:54.726Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-01-31T14:09:54.726Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-01-31T14:09:54.726Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-01-31T14:09:54.726Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-01-31T14:09:54.726Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-01-31T14:09:55.166Z] === RUN TestConfigDaemonLibtrustID [2022-01-31T14:09:55.166Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-31T14:09:55.166Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-01-31T14:09:55.166Z] === RUN TestDaemonConfigValidation [2022-01-31T14:09:55.166Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-31T14:09:55.166Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-01-31T14:09:55.166Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-31T14:09:55.166Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-31T14:09:55.166Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-01-31T14:09:55.166Z] === RUN TestDaemonProxy [2022-01-31T14:09:55.166Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-31T14:09:55.166Z] --- SKIP: TestDaemonProxy (0.00s) [2022-01-31T14:09:55.166Z] PASS [2022-01-31T14:09:55.166Z] ok github.com/docker/docker/integration/daemon 0.144s [2022-01-31T14:09:55.166Z] [2022-01-31T14:09:55.166Z] === Skipped [2022-01-31T14:09:55.166Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-01-31T14:09:55.166Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-31T14:09:55.166Z] [2022-01-31T14:09:55.166Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-01-31T14:09:55.166Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-31T14:09:55.166Z] [2022-01-31T14:09:55.166Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-01-31T14:09:55.166Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-31T14:09:55.166Z] [2022-01-31T14:09:55.166Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-01-31T14:09:55.166Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-31T14:09:55.166Z] [2022-01-31T14:09:55.166Z] DONE 4 tests, 4 skipped in 22.648s [2022-01-31T14:09:55.166Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-01-31T14:09:55.652Z] --- PASS: TestUpdateReplicatedJob (3.17s) [2022-01-31T14:09:55.652Z] === RUN TestServiceListWithStatuses [2022-01-31T14:09:55.652Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-31T14:09:55.652Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-31T14:09:55.652Z] === RUN TestDockerNetworkConnectAlias [2022-01-31T14:09:55.655Z] === RUN TestDecodeContainerConfig [2022-01-31T14:09:55.655Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-01-31T14:09:55.655Z] === RUN TestDecodeContainerConfigIsolation [2022-01-31T14:09:55.655Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-01-31T14:09:55.655Z] === RUN TestValidatePrivileged [2022-01-31T14:09:55.655Z] --- PASS: TestValidatePrivileged (0.00s) [2022-01-31T14:09:55.655Z] PASS [2022-01-31T14:09:55.655Z] coverage: 52.6% of statements [2022-01-31T14:09:55.655Z] ok github.com/docker/docker/runconfig 0.054s coverage: 52.6% of statements [2022-01-31T14:09:55.655Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-01-31T14:09:55.655Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-01-31T14:09:55.655Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-01-31T14:09:55.655Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-01-31T14:09:55.655Z] PASS [2022-01-31T14:09:55.655Z] coverage: 62.5% of statements [2022-01-31T14:09:55.655Z] ok github.com/docker/docker/testutil 0.058s coverage: 62.5% of statements [2022-01-31T14:09:56.151Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:09:56.151Z] INFO: Testing against a local daemon [2022-01-31T14:09:56.151Z] === RUN TestCommitInheritsEnv [2022-01-31T14:09:56.151Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:09:56.151Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-01-31T14:09:56.151Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-31T14:09:56.151Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:09:56.151Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-01-31T14:09:56.151Z] === RUN TestImportWithCustomPlatform [2022-01-31T14:09:56.151Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:09:56.151Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-01-31T14:09:56.151Z] === RUN TestImagesFilterMultiReference [2022-01-31T14:09:56.151Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-01-31T14:09:56.151Z] === RUN TestImagePullPlatformInvalid [2022-01-31T14:09:56.151Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-01-31T14:09:56.151Z] === RUN TestRemoveImageOrphaning [2022-01-31T14:09:56.578Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-01-31T14:09:56.833Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-01-31T14:09:57.136Z] --- PASS: TestRemoveImageOrphaning (1.14s) [2022-01-31T14:09:57.136Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-31T14:09:57.136Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-01-31T14:09:57.136Z] === RUN TestTagInvalidReference [2022-01-31T14:09:57.395Z] === RUN TestDockerSuite/TestEventsRename [2022-01-31T14:09:57.604Z] --- PASS: TestTagInvalidReference (0.03s) [2022-01-31T14:09:57.604Z] === RUN TestTagValidPrefixedRepo [2022-01-31T14:09:57.604Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-01-31T14:09:57.604Z] === RUN TestTagExistedNameWithoutForce [2022-01-31T14:09:57.604Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-01-31T14:09:57.604Z] === RUN TestTagOfficialNames [2022-01-31T14:09:57.604Z] --- PASS: TestTagOfficialNames (0.09s) [2022-01-31T14:09:57.604Z] === RUN TestTagMatchesDigest [2022-01-31T14:09:57.604Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-01-31T14:09:57.604Z] PASS [2022-01-31T14:09:57.604Z] ok github.com/docker/docker/integration/image 1.713s [2022-01-31T14:09:57.604Z] [2022-01-31T14:09:57.604Z] === Skipped [2022-01-31T14:09:57.604Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-01-31T14:09:57.604Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:09:57.604Z] [2022-01-31T14:09:57.604Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-01-31T14:09:57.604Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:09:57.604Z] [2022-01-31T14:09:57.604Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-01-31T14:09:57.604Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:09:57.604Z] [2022-01-31T14:09:57.604Z] DONE 12 tests, 3 skipped in 5.794s [2022-01-31T14:09:58.075Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-01-31T14:09:58.324Z] === RUN TestDockerSuite/TestEventsResize [2022-01-31T14:09:58.930Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-01-31T14:10:00.381Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:00.381Z] INFO: Testing against a local daemon [2022-01-31T14:10:00.381Z] === RUN TestNetworkCreateDelete [2022-01-31T14:10:00.381Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:00.381Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestDockerNetworkDeletePreferID [2022-01-31T14:10:00.381Z] 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-01-31T14:10:00.381Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestDaemonDNSFallback [2022-01-31T14:10:00.381Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:00.381Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestInspectNetwork [2022-01-31T14:10:00.381Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-31T14:10:00.381Z] --- SKIP: TestInspectNetwork (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestRunContainerWithBridgeNone [2022-01-31T14:10:00.381Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:00.381Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestNetworkInvalidJSON [2022-01-31T14:10:00.381Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-31T14:10:00.381Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-31T14:10:00.381Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:10:00.381Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:10:00.381Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:10:00.381Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:10:00.381Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-31T14:10:00.381Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:10:00.381Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:10:00.381Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-01-31T14:10:00.381Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-01-31T14:10:00.381Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-01-31T14:10:00.381Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-01-31T14:10:00.381Z] === RUN TestNetworkList [2022-01-31T14:10:00.381Z] === RUN TestNetworkList//networks [2022-01-31T14:10:00.381Z] === PAUSE TestNetworkList//networks [2022-01-31T14:10:00.381Z] === RUN TestNetworkList//networks/ [2022-01-31T14:10:00.381Z] === PAUSE TestNetworkList//networks/ [2022-01-31T14:10:00.381Z] === CONT TestNetworkList//networks [2022-01-31T14:10:00.381Z] === CONT TestNetworkList//networks/ [2022-01-31T14:10:00.381Z] --- PASS: TestNetworkList (0.04s) [2022-01-31T14:10:00.381Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-31T14:10:00.381Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestHostIPv4BridgeLabel [2022-01-31T14:10:00.381Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-31T14:10:00.381Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-31T14:10:00.381Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-31T14:10:00.381Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestDaemonDefaultNetworkPools [2022-01-31T14:10:00.381Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-31T14:10:00.381Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-31T14:10:00.381Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-31T14:10:00.381Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-31T14:10:00.381Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-31T14:10:00.381Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-31T14:10:00.381Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-31T14:10:00.381Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestServiceWithPredefinedNetwork [2022-01-31T14:10:00.381Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-31T14:10:00.381Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-31T14:10:00.381Z] service_test.go:243: FLAKY_TEST [2022-01-31T14:10:00.381Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestServiceWithDataPathPortInit [2022-01-31T14:10:00.381Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-31T14:10:00.381Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-01-31T14:10:00.381Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-31T14:10:00.381Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-31T14:10:00.381Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-31T14:10:00.381Z] PASS [2022-01-31T14:10:00.381Z] ok github.com/docker/docker/integration/network 0.174s [2022-01-31T14:10:00.418Z] === RUN TestGetDriver [2022-01-31T14:10:00.418Z] --- PASS: TestGetDriver (0.00s) [2022-01-31T14:10:00.418Z] === RUN TestVolumeRequestError [2022-01-31T14:10:00.418Z] --- PASS: TestVolumeRequestError (0.01s) [2022-01-31T14:10:00.418Z] PASS [2022-01-31T14:10:00.418Z] coverage: 36.1% of statements [2022-01-31T14:10:00.418Z] ok github.com/docker/docker/volume/drivers 0.055s coverage: 36.1% of statements [2022-01-31T14:10:00.418Z] === RUN TestGetAddress [2022-01-31T14:10:00.418Z] --- PASS: TestGetAddress (0.00s) [2022-01-31T14:10:00.418Z] === RUN TestRemove [2022-01-31T14:10:00.418Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-31T14:10:00.418Z] --- SKIP: TestRemove (0.00s) [2022-01-31T14:10:00.418Z] === RUN TestInitializeWithVolumes [2022-01-31T14:10:00.418Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-01-31T14:10:00.418Z] === RUN TestCreate [2022-01-31T14:10:00.418Z] --- PASS: TestCreate (0.01s) [2022-01-31T14:10:00.418Z] === RUN TestValidateName [2022-01-31T14:10:00.418Z] --- PASS: TestValidateName (0.00s) [2022-01-31T14:10:00.418Z] === RUN TestCreateWithOpts [2022-01-31T14:10:00.418Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-31T14:10:00.418Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-01-31T14:10:00.418Z] === RUN TestRelaodNoOpts [2022-01-31T14:10:00.418Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-01-31T14:10:00.418Z] PASS [2022-01-31T14:10:00.418Z] coverage: 41.5% of statements [2022-01-31T14:10:00.418Z] ok github.com/docker/docker/volume/local 0.095s coverage: 41.5% of statements [2022-01-31T14:10:00.817Z] --- PASS: TestDockerNetworkConnectAlias (4.92s) [2022-01-31T14:10:00.817Z] === RUN TestDockerNetworkReConnect [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === Skipped [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-01-31T14:10:00.852Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-01-31T14:10:00.852Z] 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-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-01-31T14:10:00.852Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-01-31T14:10:00.852Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-01-31T14:10:00.852Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-01-31T14:10:00.852Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-01-31T14:10:00.852Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-01-31T14:10:00.852Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-31T14:10:00.852Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-31T14:10:00.852Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-31T14:10:00.852Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-01-31T14:10:00.852Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T14:10:00.852Z] service_test.go:243: FLAKY_TEST [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-01-31T14:10:00.852Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-31T14:10:00.852Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-31T14:10:00.852Z] [2022-01-31T14:10:00.852Z] DONE 22 tests, 15 skipped in 2.699s [2022-01-31T14:10:00.852Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRaw [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-01-31T14:10:01.408Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRaw [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRawSplit [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-01-31T14:10:01.408Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-01-31T14:10:01.408Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-01-31T14:10:01.409Z] === RUN TestConvertTmpfsOptions [2022-01-31T14:10:01.409Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-01-31T14:10:01.409Z] linux_parser_test.go:209: data="ro" [2022-01-31T14:10:01.409Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-01-31T14:10:01.409Z] === RUN TestParseMountSpec [2022-01-31T14:10:01.409Z] parser_test.go:62: case 0 [2022-01-31T14:10:01.409Z] parser_test.go:62: case 1 [2022-01-31T14:10:01.409Z] parser_test.go:62: case 2 [2022-01-31T14:10:01.409Z] parser_test.go:62: case 3 [2022-01-31T14:10:01.409Z] parser_test.go:62: case 4 [2022-01-31T14:10:01.409Z] parser_test.go:62: case 5 [2022-01-31T14:10:01.409Z] --- PASS: TestParseMountSpec (0.00s) [2022-01-31T14:10:01.409Z] === RUN TestValidateMount [2022-01-31T14:10:01.409Z] --- PASS: TestValidateMount (0.00s) [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRaw [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-31T14:10:01.409Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-01-31T14:10:01.409Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-01-31T14:10:01.409Z] PASS [2022-01-31T14:10:01.409Z] coverage: 67.6% of statements [2022-01-31T14:10:01.409Z] ok github.com/docker/docker/volume/mounts 0.075s coverage: 67.6% of statements [2022-01-31T14:10:01.842Z] testing: warning: no tests to run [2022-01-31T14:10:01.842Z] PASS [2022-01-31T14:10:01.842Z] ok github.com/docker/docker/integration/network/ipvlan 0.118s [2022-01-31T14:10:01.842Z] [2022-01-31T14:10:01.842Z] DONE 0 tests in 0.814s [2022-01-31T14:10:01.842Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-01-31T14:10:01.878Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-01-31T14:10:01.878Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-01-31T14:10:01.878Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-01-31T14:10:01.878Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-01-31T14:10:02.005Z] --- PASS: TestServiceUpdateConfigs (14.30s) [2022-01-31T14:10:02.005Z] === RUN TestServiceUpdateNetwork [2022-01-31T14:10:02.311Z] testing: warning: no tests to run [2022-01-31T14:10:02.312Z] PASS [2022-01-31T14:10:02.312Z] ok github.com/docker/docker/integration/network/macvlan 0.093s [2022-01-31T14:10:02.347Z] === RUN TestSetGetMeta [2022-01-31T14:10:02.347Z] === PAUSE TestSetGetMeta [2022-01-31T14:10:02.347Z] === RUN TestRestore [2022-01-31T14:10:02.347Z] === PAUSE TestRestore [2022-01-31T14:10:02.347Z] === RUN TestServiceCreate [2022-01-31T14:10:02.347Z] === PAUSE TestServiceCreate [2022-01-31T14:10:02.347Z] === RUN TestServiceList [2022-01-31T14:10:02.347Z] === PAUSE TestServiceList [2022-01-31T14:10:02.347Z] === RUN TestServiceRemove [2022-01-31T14:10:02.347Z] === PAUSE TestServiceRemove [2022-01-31T14:10:02.347Z] === RUN TestServiceGet [2022-01-31T14:10:02.347Z] === PAUSE TestServiceGet [2022-01-31T14:10:02.347Z] === RUN TestServicePrune [2022-01-31T14:10:02.347Z] === PAUSE TestServicePrune [2022-01-31T14:10:02.347Z] === RUN TestCreate [2022-01-31T14:10:02.347Z] === PAUSE TestCreate [2022-01-31T14:10:02.347Z] === RUN TestRemove [2022-01-31T14:10:02.347Z] === PAUSE TestRemove [2022-01-31T14:10:02.347Z] === RUN TestList [2022-01-31T14:10:02.347Z] === PAUSE TestList [2022-01-31T14:10:02.347Z] === RUN TestFindByDriver [2022-01-31T14:10:02.347Z] === PAUSE TestFindByDriver [2022-01-31T14:10:02.347Z] === RUN TestFindByReferenced [2022-01-31T14:10:02.347Z] === PAUSE TestFindByReferenced [2022-01-31T14:10:02.347Z] === RUN TestDerefMultipleOfSameRef [2022-01-31T14:10:02.347Z] === PAUSE TestDerefMultipleOfSameRef [2022-01-31T14:10:02.347Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-31T14:10:02.347Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-31T14:10:02.347Z] === RUN TestDefererencePluginOnCreateError [2022-01-31T14:10:02.347Z] === PAUSE TestDefererencePluginOnCreateError [2022-01-31T14:10:02.347Z] === RUN TestRefDerefRemove [2022-01-31T14:10:02.347Z] === PAUSE TestRefDerefRemove [2022-01-31T14:10:02.347Z] === RUN TestGet [2022-01-31T14:10:02.347Z] === PAUSE TestGet [2022-01-31T14:10:02.347Z] === RUN TestGetWithReference [2022-01-31T14:10:02.347Z] === PAUSE TestGetWithReference [2022-01-31T14:10:02.347Z] === RUN TestFilterFunc [2022-01-31T14:10:02.347Z] === RUN TestFilterFunc/test_nil_list [2022-01-31T14:10:02.347Z] === PAUSE TestFilterFunc/test_nil_list [2022-01-31T14:10:02.347Z] === RUN TestFilterFunc/test_empty_list [2022-01-31T14:10:02.347Z] === PAUSE TestFilterFunc/test_empty_list [2022-01-31T14:10:02.347Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-01-31T14:10:02.347Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-01-31T14:10:02.347Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-31T14:10:02.347Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-31T14:10:02.347Z] === RUN TestFilterFunc/test_filter_some [2022-01-31T14:10:02.347Z] === PAUSE TestFilterFunc/test_filter_some [2022-01-31T14:10:02.347Z] === RUN TestFilterFunc/test_filter_middle [2022-01-31T14:10:02.347Z] === PAUSE TestFilterFunc/test_filter_middle [2022-01-31T14:10:02.347Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-01-31T14:10:02.347Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-01-31T14:10:02.347Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-01-31T14:10:02.347Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-01-31T14:10:02.347Z] === CONT TestFilterFunc/test_nil_list [2022-01-31T14:10:02.347Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-01-31T14:10:02.347Z] === CONT TestFilterFunc/test_filter_some [2022-01-31T14:10:02.347Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-31T14:10:02.347Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-01-31T14:10:02.347Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-01-31T14:10:02.347Z] === CONT TestFilterFunc/test_empty_list [2022-01-31T14:10:02.347Z] === CONT TestFilterFunc/test_filter_middle [2022-01-31T14:10:02.347Z] --- PASS: TestFilterFunc (0.00s) [2022-01-31T14:10:02.347Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-01-31T14:10:02.347Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-01-31T14:10:02.347Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-01-31T14:10:02.347Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-01-31T14:10:02.347Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-01-31T14:10:02.347Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-01-31T14:10:02.347Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-01-31T14:10:02.347Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-01-31T14:10:02.347Z] === CONT TestSetGetMeta [2022-01-31T14:10:02.347Z] === CONT TestList [2022-01-31T14:10:02.347Z] === CONT TestDefererencePluginOnCreateError [2022-01-31T14:10:02.347Z] === CONT TestDerefMultipleOfSameRef [2022-01-31T14:10:02.347Z] --- PASS: TestSetGetMeta (0.03s) [2022-01-31T14:10:02.347Z] === CONT TestGetWithReference [2022-01-31T14:10:02.347Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-01-31T14:10:02.347Z] === CONT TestGet [2022-01-31T14:10:02.347Z] --- PASS: TestDerefMultipleOfSameRef (0.05s) [2022-01-31T14:10:02.347Z] === CONT TestRefDerefRemove [2022-01-31T14:10:02.347Z] --- PASS: TestList (0.06s) [2022-01-31T14:10:02.347Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-31T14:10:02.347Z] --- PASS: TestGetWithReference (0.04s) [2022-01-31T14:10:02.347Z] === CONT TestFindByReferenced [2022-01-31T14:10:02.347Z] --- PASS: TestGet (0.03s) [2022-01-31T14:10:02.347Z] === CONT TestFindByDriver [2022-01-31T14:10:02.347Z] --- PASS: TestRefDerefRemove (0.03s) [2022-01-31T14:10:02.347Z] === CONT TestServiceGet [2022-01-31T14:10:02.347Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-01-31T14:10:02.347Z] === CONT TestRemove [2022-01-31T14:10:02.347Z] --- PASS: TestFindByReferenced (0.03s) [2022-01-31T14:10:02.347Z] === CONT TestCreate [2022-01-31T14:10:02.347Z] --- PASS: TestFindByDriver (0.04s) [2022-01-31T14:10:02.347Z] === CONT TestServicePrune [2022-01-31T14:10:02.347Z] --- PASS: TestRemove (0.04s) [2022-01-31T14:10:02.347Z] === CONT TestServiceList [2022-01-31T14:10:02.347Z] --- PASS: TestCreate (0.03s) [2022-01-31T14:10:02.347Z] === CONT TestServiceRemove [2022-01-31T14:10:02.784Z] [2022-01-31T14:10:02.784Z] DONE 0 tests in 0.787s [2022-01-31T14:10:02.784Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-01-31T14:10:02.816Z] --- PASS: TestServiceGet (0.18s) [2022-01-31T14:10:02.816Z] === CONT TestServiceCreate [2022-01-31T14:10:02.816Z] time="2022-01-31T14:10:02Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:10:02.816Z] --- PASS: TestServiceRemove (0.14s) [2022-01-31T14:10:02.816Z] === CONT TestRestore [2022-01-31T14:10:02.816Z] --- PASS: TestServiceList (0.15s) [2022-01-31T14:10:02.816Z] time="2022-01-31T14:10:02Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:10:02.816Z] time="2022-01-31T14:10:02Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:10:02.816Z] time="2022-01-31T14:10:02Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-01-31T14:10:02.816Z] --- PASS: TestServiceCreate (0.03s) [2022-01-31T14:10:02.816Z] time="2022-01-31T14:10:02Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-31T14:10:02.816Z] --- PASS: TestRestore (0.03s) [2022-01-31T14:10:02.816Z] --- PASS: TestServicePrune (0.20s) [2022-01-31T14:10:02.816Z] PASS [2022-01-31T14:10:02.816Z] coverage: 69.0% of statements [2022-01-31T14:10:02.816Z] ok github.com/docker/docker/volume/service 0.364s coverage: 69.0% of statements [2022-01-31T14:10:03.416Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-01-31T14:10:03.777Z] testing: warning: no tests to run [2022-01-31T14:10:03.777Z] PASS [2022-01-31T14:10:03.777Z] ok github.com/docker/docker/integration/plugin 0.105s [2022-01-31T14:10:03.777Z] [2022-01-31T14:10:03.777Z] DONE 0 tests in 0.815s [2022-01-31T14:10:03.777Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-01-31T14:10:04.245Z] testing: warning: no tests to run [2022-01-31T14:10:04.245Z] PASS [2022-01-31T14:10:04.245Z] ok github.com/docker/docker/integration/plugin/authz 0.099s [2022-01-31T14:10:04.245Z] [2022-01-31T14:10:04.245Z] DONE 0 tests in 0.751s [2022-01-31T14:10:04.340Z] --- PASS: TestDockerNetworkReConnect (3.46s) [2022-01-31T14:10:04.340Z] === RUN TestServicePlugin [2022-01-31T14:10:04.596Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-01-31T14:10:04.718Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-01-31T14:10:05.523Z] === RUN TestDockerSuite/TestEventsStreaming [2022-01-31T14:10:05.787Z] docker_api_swarm_test.go:202: [d7e581231e651] joining swarm manager [db4437455770d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:10:06.393Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-01-31T14:10:08.949Z] plugin_test.go:61: [d2ccc07a08e51] joining swarm manager [d33aa819eccf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:10:09.205Z] === RUN TestDockerSuite/TestEventsTop [2022-01-31T14:10:09.496Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:09.496Z] INFO: Testing against a local daemon [2022-01-31T14:10:09.496Z] === RUN TestPluginInvalidJSON [2022-01-31T14:10:09.497Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:10:09.497Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:10:09.497Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:10:09.497Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-01-31T14:10:09.497Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-31T14:10:09.497Z] === RUN TestPluginInstall [2022-01-31T14:10:09.497Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-31T14:10:09.497Z] --- SKIP: TestPluginInstall (0.00s) [2022-01-31T14:10:09.497Z] === RUN TestPluginsWithRuntimes [2022-01-31T14:10:09.497Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-31T14:10:09.497Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-01-31T14:10:09.497Z] === RUN TestPluginBackCompatMediaTypes [2022-01-31T14:10:09.497Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-31T14:10:09.497Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-01-31T14:10:09.497Z] PASS [2022-01-31T14:10:09.497Z] ok github.com/docker/docker/integration/plugin/common 0.122s [2022-01-31T14:10:09.497Z] [2022-01-31T14:10:09.497Z] === Skipped [2022-01-31T14:10:09.497Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-01-31T14:10:09.497Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-31T14:10:09.497Z] [2022-01-31T14:10:09.497Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-01-31T14:10:09.497Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-31T14:10:09.497Z] [2022-01-31T14:10:09.497Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-01-31T14:10:09.497Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-31T14:10:09.497Z] [2022-01-31T14:10:09.497Z] DONE 5 tests, 3 skipped in 4.844s [2022-01-31T14:10:09.497Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-01-31T14:10:09.766Z] === RUN TestDockerSuite/TestEventsUntag [2022-01-31T14:10:10.021Z] plugin_test.go:64: [d74eba44bf13b] joining swarm manager [d33aa819eccf9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:10:11.719Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:11.719Z] INFO: Testing against a local daemon [2022-01-31T14:10:11.719Z] === RUN TestExternalGraphDriver [2022-01-31T14:10:11.719Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-31T14:10:11.719Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-01-31T14:10:11.719Z] === RUN TestGraphdriverPluginV2 [2022-01-31T14:10:11.719Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-31T14:10:11.719Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-01-31T14:10:11.719Z] PASS [2022-01-31T14:10:11.719Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.113s [2022-01-31T14:10:12.187Z] [2022-01-31T14:10:12.187Z] === Skipped [2022-01-31T14:10:12.187Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-01-31T14:10:12.187Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-31T14:10:12.187Z] [2022-01-31T14:10:12.187Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-01-31T14:10:12.187Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-31T14:10:12.187Z] [2022-01-31T14:10:12.187Z] DONE 2 tests, 2 skipped in 2.560s [2022-01-31T14:10:12.187Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-01-31T14:10:12.619Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-01-31T14:10:14.182Z] --- PASS: TestServiceUpdateNetwork (12.99s) [2022-01-31T14:10:14.182Z] === RUN TestServiceUpdatePidsLimit [2022-01-31T14:10:14.746Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-01-31T14:10:14.776Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:14.776Z] INFO: Testing against a local daemon [2022-01-31T14:10:14.776Z] === RUN TestReadPluginNoRead [2022-01-31T14:10:14.776Z] read_test.go:21: no unix domain sockets on Windows [2022-01-31T14:10:14.776Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-01-31T14:10:14.776Z] PASS [2022-01-31T14:10:14.776Z] ok github.com/docker/docker/integration/plugin/logging 0.100s [2022-01-31T14:10:14.776Z] [2022-01-31T14:10:14.776Z] === Skipped [2022-01-31T14:10:14.776Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-01-31T14:10:14.776Z] read_test.go:21: no unix domain sockets on Windows [2022-01-31T14:10:14.776Z] [2022-01-31T14:10:14.776Z] DONE 1 tests, 1 skipped in 2.291s [2022-01-31T14:10:14.776Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-01-31T14:10:15.323Z] 2022/01/31 14:10:15 Closing DB instances... [2022-01-31T14:10:15.675Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-01-31T14:10:15.767Z] testing: warning: no tests to run [2022-01-31T14:10:15.767Z] PASS [2022-01-31T14:10:15.767Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.088s [2022-01-31T14:10:15.767Z] [2022-01-31T14:10:15.767Z] DONE 0 tests in 1.227s [2022-01-31T14:10:16.235Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-01-31T14:10:17.540Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-01-31T14:10:17.540Z] === RUN TestFindNode [2022-01-31T14:10:17.540Z] 2022/01/31 14:10:17 Closing DB instances... [2022-01-31T14:10:17.540Z] --- PASS: TestFindNode (0.03s) [2022-01-31T14:10:17.540Z] === RUN TestChangeNodeState [2022-01-31T14:10:17.540Z] 2022/01/31 14:10:17 Closing DB instances... [2022-01-31T14:10:17.540Z] --- PASS: TestChangeNodeState (0.02s) [2022-01-31T14:10:17.540Z] === RUN TestNodeReincarnation [2022-01-31T14:10:17.540Z] 2022/01/31 14:10:17 Closing DB instances... [2022-01-31T14:10:18.451Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:18.451Z] INFO: Testing against a local daemon [2022-01-31T14:10:18.451Z] === RUN TestPluginWithDevMounts [2022-01-31T14:10:18.451Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:18.451Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-01-31T14:10:18.451Z] PASS [2022-01-31T14:10:18.451Z] ok github.com/docker/docker/integration/plugin/volumes 0.108s [2022-01-31T14:10:18.451Z] [2022-01-31T14:10:18.451Z] === Skipped [2022-01-31T14:10:18.451Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-01-31T14:10:18.451Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:18.451Z] [2022-01-31T14:10:18.451Z] DONE 1 tests, 1 skipped in 2.236s [2022-01-31T14:10:18.451Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-01-31T14:10:20.015Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:20.015Z] INFO: Testing against a local daemon [2022-01-31T14:10:20.015Z] === RUN TestSecretInspect [2022-01-31T14:10:20.015Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:20.015Z] --- SKIP: TestSecretInspect (0.00s) [2022-01-31T14:10:20.015Z] === RUN TestSecretList [2022-01-31T14:10:20.015Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:20.015Z] --- SKIP: TestSecretList (0.00s) [2022-01-31T14:10:20.015Z] === RUN TestSecretsCreateAndDelete [2022-01-31T14:10:20.015Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:20.015Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-01-31T14:10:20.015Z] === RUN TestSecretsUpdate [2022-01-31T14:10:20.015Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:20.015Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-01-31T14:10:20.015Z] === RUN TestTemplatedSecret [2022-01-31T14:10:20.015Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:20.015Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-01-31T14:10:20.015Z] === RUN TestSecretCreateResolve [2022-01-31T14:10:20.015Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:20.015Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-01-31T14:10:20.015Z] PASS [2022-01-31T14:10:20.015Z] ok github.com/docker/docker/integration/secret 0.111s [2022-01-31T14:10:20.486Z] [2022-01-31T14:10:20.486Z] === Skipped [2022-01-31T14:10:20.486Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-01-31T14:10:20.486Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:20.486Z] [2022-01-31T14:10:20.486Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-01-31T14:10:20.486Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:20.486Z] [2022-01-31T14:10:20.486Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-01-31T14:10:20.486Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:20.486Z] [2022-01-31T14:10:20.486Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-01-31T14:10:20.486Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:20.486Z] [2022-01-31T14:10:20.486Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-01-31T14:10:20.486Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:20.486Z] [2022-01-31T14:10:20.486Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-01-31T14:10:20.486Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:20.486Z] [2022-01-31T14:10:20.486Z] DONE 6 tests, 6 skipped in 1.891s [2022-01-31T14:10:20.486Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-01-31T14:10:22.217Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-01-31T14:10:22.298Z] time="2022-01-31T14:10:22Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-01-31T14:10:22.298Z] --- PASS: TestNodeReincarnation (5.02s) [2022-01-31T14:10:22.298Z] === RUN TestParallelCreate [2022-01-31T14:10:22.298Z] 2022/01/31 14:10:22 Closing DB instances... [2022-01-31T14:10:22.298Z] --- PASS: TestParallelCreate (0.02s) [2022-01-31T14:10:22.298Z] === RUN TestParallelDelete [2022-01-31T14:10:22.706Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:22.706Z] INFO: Testing against a local daemon [2022-01-31T14:10:22.706Z] === RUN TestServiceCreateInit [2022-01-31T14:10:22.706Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-31T14:10:22.706Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:22.706Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-31T14:10:22.706Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:22.706Z] --- PASS: TestServiceCreateInit (0.06s) [2022-01-31T14:10:22.706Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T14:10:22.706Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T14:10:22.706Z] === RUN TestCreateServiceMultipleTimes [2022-01-31T14:10:22.706Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:22.706Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-01-31T14:10:22.706Z] === RUN TestCreateServiceConflict [2022-01-31T14:10:22.706Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:22.706Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-01-31T14:10:22.706Z] === RUN TestCreateServiceMaxReplicas [2022-01-31T14:10:22.706Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:22.706Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-01-31T14:10:22.706Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-31T14:10:22.706Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:22.706Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-31T14:10:22.706Z] === RUN TestCreateServiceSecretFileMode [2022-01-31T14:10:22.706Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:22.706Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-01-31T14:10:22.706Z] === RUN TestCreateServiceConfigFileMode [2022-01-31T14:10:22.706Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:22.706Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-01-31T14:10:22.706Z] === RUN TestCreateServiceSysctls [2022-01-31T14:10:22.706Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:22.768Z] 2022/01/31 14:10:22 Closing DB instances... [2022-01-31T14:10:22.768Z] --- PASS: TestParallelDelete (0.02s) [2022-01-31T14:10:22.768Z] === RUN TestNetworkDBIslands [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:8b636c707f12 with config:&{NodeID:8b636c707f12 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-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="Node 8b636c707f12/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="Node 8b636c707f12/172.20.132.119, added to nodes list" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c1b86464423e with config:&{NodeID:c1b86464423e 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-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="Node c1b86464423e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="Node c1b86464423e/172.20.132.119, added to nodes list" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=debug msg="memberlist: Stream connection from=[::1]:49347" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="Node 8b636c707f12/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="Node 8b636c707f12/172.20.132.119, added to nodes list" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="Node c1b86464423e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=info msg="Node c1b86464423e/172.20.132.119, added to nodes list" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-01-31T14:10:22.768Z] time="2022-01-31T14:10:22Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49348" [2022-01-31T14:10:23.175Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-01-31T14:10:23.175Z] === RUN TestCreateServiceCapabilities [2022-01-31T14:10:23.175Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.175Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-01-31T14:10:23.175Z] === RUN TestInspect [2022-01-31T14:10:23.175Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.175Z] --- SKIP: TestInspect (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestCreateJob [2022-01-31T14:10:23.175Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.175Z] --- SKIP: TestCreateJob (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestReplicatedJob [2022-01-31T14:10:23.175Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.175Z] --- SKIP: TestReplicatedJob (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestUpdateReplicatedJob [2022-01-31T14:10:23.175Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.175Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestServiceListWithStatuses [2022-01-31T14:10:23.175Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.175Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestDockerNetworkConnectAlias [2022-01-31T14:10:23.175Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.175Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestDockerNetworkReConnect [2022-01-31T14:10:23.175Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.175Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestServicePlugin [2022-01-31T14:10:23.175Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.175Z] --- SKIP: TestServicePlugin (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestServiceUpdateLabel [2022-01-31T14:10:23.175Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:23.175Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestServiceUpdateSecrets [2022-01-31T14:10:23.175Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:23.175Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestServiceUpdateConfigs [2022-01-31T14:10:23.175Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:23.175Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestServiceUpdateNetwork [2022-01-31T14:10:23.175Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:23.175Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-01-31T14:10:23.175Z] === RUN TestServiceUpdatePidsLimit [2022-01-31T14:10:23.175Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:23.175Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-01-31T14:10:23.175Z] PASS [2022-01-31T14:10:23.175Z] ok github.com/docker/docker/integration/service 0.274s [2022-01-31T14:10:23.175Z] [2022-01-31T14:10:23.175Z] === Skipped [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T14:10:23.176Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T14:10:23.176Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-01-31T14:10:23.176Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-01-31T14:10:23.176Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-01-31T14:10:23.176Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-31T14:10:23.176Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-01-31T14:10:23.176Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-01-31T14:10:23.176Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-01-31T14:10:23.176Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-01-31T14:10:23.176Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-01-31T14:10:23.176Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-01-31T14:10:23.176Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-01-31T14:10:23.176Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-01-31T14:10:23.176Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-01-31T14:10:23.176Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-01-31T14:10:23.176Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-01-31T14:10:23.176Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-01-31T14:10:23.176Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-01-31T14:10:23.176Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-01-31T14:10:23.176Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-01-31T14:10:23.176Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-01-31T14:10:23.176Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-01-31T14:10:23.176Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:10:23.176Z] [2022-01-31T14:10:23.176Z] DONE 24 tests, 23 skipped in 2.796s [2022-01-31T14:10:23.176Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:9c896f321c8e with config:&{NodeID:9c896f321c8e 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-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=info msg="Node 9c896f321c8e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=info msg="Node 9c896f321c8e/172.20.132.119, added to nodes list" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=info msg="Node 9c896f321c8e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=info msg="Node 9c896f321c8e/172.20.132.119, added to nodes list" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=info msg="Node 8b636c707f12/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=info msg="Node 8b636c707f12/172.20.132.119, added to nodes list" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=info msg="Node c1b86464423e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=info msg="Node c1b86464423e/172.20.132.119, added to nodes list" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-01-31T14:10:23.237Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node 9c896f321c8e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node 9c896f321c8e/172.20.132.119, added to nodes list" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:dfc367035dfd with config:&{NodeID:dfc367035dfd 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-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node dfc367035dfd/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node dfc367035dfd/172.20.132.119, added to nodes list" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node dfc367035dfd/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node dfc367035dfd/172.20.132.119, added to nodes list" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node 8b636c707f12/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node 8b636c707f12/172.20.132.119, added to nodes list" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node c1b86464423e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node c1b86464423e/172.20.132.119, added to nodes list" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node 9c896f321c8e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=info msg="Node 9c896f321c8e/172.20.132.119, added to nodes list" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-01-31T14:10:23.708Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node dfc367035dfd/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node dfc367035dfd/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node dfc367035dfd/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node dfc367035dfd/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:ba7250ba53b3 with config:&{NodeID:ba7250ba53b3 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-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node ba7250ba53b3/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node ba7250ba53b3/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node ba7250ba53b3/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node ba7250ba53b3/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node 9c896f321c8e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node 9c896f321c8e/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node c1b86464423e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node c1b86464423e/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node dfc367035dfd/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node dfc367035dfd/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node 8b636c707f12/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=info msg="Node 8b636c707f12/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:23Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:24Z" level=info msg="Node ba7250ba53b3/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.179Z] time="2022-01-31T14:10:24Z" level=info msg="Node ba7250ba53b3/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=info msg="Node ba7250ba53b3/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=info msg="Node ba7250ba53b3/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=info msg="Node ba7250ba53b3/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=info msg="Node ba7250ba53b3/172.20.132.119, added to nodes list" [2022-01-31T14:10:24.648Z] networkdb_test.go:835: Re-joining: 3 [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=info msg="The new bootstrap node list is:[172.20.132.119:10033 172.20.132.119:10034 172.20.132.119:10035]" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10033" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49355" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10034" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49356" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10035" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49357" [2022-01-31T14:10:24.648Z] networkdb_test.go:835: Re-joining: 4 [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=info msg="The new bootstrap node list is:[172.20.132.119:10033 172.20.132.119:10034 172.20.132.119:10035]" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10033" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49358" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10034" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49359" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10035" [2022-01-31T14:10:24.648Z] time="2022-01-31T14:10:24Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49360" [2022-01-31T14:10:24.821Z] === RUN TestDockerSuite/TestExec [2022-01-31T14:10:24.821Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-01-31T14:10:24.821Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-01-31T14:10:24.821Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-01-31T14:10:25.077Z] === RUN TestDockerSuite/TestExecAPIStart [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="node 0 leaving" [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="Node 8b636c707f12 change state NodeActive --> NodeLeft" [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="node3(9c896f321c8e): Node leave event for 8b636c707f12/172.20.132.119" [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="Node 8b636c707f12 change state NodeActive --> NodeLeft" [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="node2(c1b86464423e): Node leave event for 8b636c707f12/172.20.132.119" [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="Node 8b636c707f12 change state NodeActive --> NodeLeft" [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="node4(dfc367035dfd): Node leave event for 8b636c707f12/172.20.132.119" [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="Node 8b636c707f12 change state NodeActive --> NodeLeft" [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="node5(ba7250ba53b3): Node leave event for 8b636c707f12/172.20.132.119" [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="Node 8b636c707f12 change state NodeActive --> NodeLeft" [2022-01-31T14:10:25.118Z] time="2022-01-31T14:10:24Z" level=info msg="node1(8b636c707f12): Node leave event for 8b636c707f12/172.20.132.119" [2022-01-31T14:10:25.394Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:25.394Z] INFO: Testing against a local daemon [2022-01-31T14:10:25.394Z] === RUN TestSessionCreate [2022-01-31T14:10:25.394Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-31T14:10:25.394Z] --- SKIP: TestSessionCreate (0.00s) [2022-01-31T14:10:25.394Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-31T14:10:25.394Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-31T14:10:25.394Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-01-31T14:10:25.394Z] PASS [2022-01-31T14:10:25.394Z] ok github.com/docker/docker/integration/session 0.118s [2022-01-31T14:10:25.394Z] [2022-01-31T14:10:25.394Z] === Skipped [2022-01-31T14:10:25.394Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-01-31T14:10:25.394Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-31T14:10:25.394Z] [2022-01-31T14:10:25.394Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-01-31T14:10:25.394Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-31T14:10:25.394Z] [2022-01-31T14:10:25.394Z] DONE 2 tests, 2 skipped in 1.995s [2022-01-31T14:10:25.394Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node 8b636c707f12/172.20.132.119, left gossip cluster" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node 8b636c707f12/172.20.132.119, left gossip cluster" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node 8b636c707f12/172.20.132.119, left gossip cluster" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node 8b636c707f12/172.20.132.119, left gossip cluster" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node 8b636c707f12/172.20.132.119, left gossip cluster" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="node 1 leaving" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node c1b86464423e change state NodeActive --> NodeLeft" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="node4(dfc367035dfd): Node leave event for c1b86464423e/172.20.132.119" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node c1b86464423e/172.20.132.119, left gossip cluster" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node c1b86464423e change state NodeActive --> NodeFailed" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node c1b86464423e/172.20.132.119, added to failed nodes list" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node c1b86464423e change state NodeActive --> NodeLeft" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="node5(ba7250ba53b3): Node leave event for c1b86464423e/172.20.132.119" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node c1b86464423e change state NodeActive --> NodeLeft" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="node3(9c896f321c8e): Node leave event for c1b86464423e/172.20.132.119" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=error msg="node: c1b86464423e is unknown to memberlist" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node c1b86464423e/172.20.132.119, left gossip cluster" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node c1b86464423e/172.20.132.119, left gossip cluster" [2022-01-31T14:10:25.587Z] time="2022-01-31T14:10:25Z" level=info msg="Node c1b86464423e/172.20.132.119, left gossip cluster" [2022-01-31T14:10:26.047Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-01-31T14:10:26.059Z] time="2022-01-31T14:10:25Z" level=info msg="node 2 leaving" [2022-01-31T14:10:26.059Z] time="2022-01-31T14:10:25Z" level=info msg="Node 9c896f321c8e change state NodeActive --> NodeLeft" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=info msg="node4(dfc367035dfd): Node leave event for 9c896f321c8e/172.20.132.119" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=info msg="Node 9c896f321c8e change state NodeActive --> NodeLeft" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=info msg="node5(ba7250ba53b3): Node leave event for 9c896f321c8e/172.20.132.119" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=info msg="Node 9c896f321c8e change state NodeActive --> NodeLeft" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=info msg="node3(9c896f321c8e): Node leave event for 9c896f321c8e/172.20.132.119" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=debug msg="memberlist: Failed ping: dfc367035dfd (timeout reached)" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.20.132.119:10034: use of closed network connection" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.20.132.119:10037: use of closed network connection" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.20.132.119:10035: use of closed network connection" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49361" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=info msg="Node 9c896f321c8e/172.20.132.119, left gossip cluster" [2022-01-31T14:10:26.060Z] time="2022-01-31T14:10:25Z" level=info msg="Node 9c896f321c8e/172.20.132.119, left gossip cluster" [2022-01-31T14:10:26.529Z] time="2022-01-31T14:10:26Z" level=info msg="Node 9c896f321c8e/172.20.132.119, left gossip cluster" [2022-01-31T14:10:26.529Z] networkdb_test.go:867: node4: OK [2022-01-31T14:10:26.529Z] networkdb_test.go:867: node5: OK [2022-01-31T14:10:26.529Z] time="2022-01-31T14:10:26Z" level=info msg="node 0 coming back" [2022-01-31T14:10:26.529Z] time="2022-01-31T14:10:26Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:fdbd8a4fc551 with config:&{NodeID:fdbd8a4fc551 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-01-31T14:10:26.529Z] time="2022-01-31T14:10:26Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:26.529Z] time="2022-01-31T14:10:26Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, added to nodes list" [2022-01-31T14:10:26.529Z] time="2022-01-31T14:10:26Z" level=info msg="node 1 coming back" [2022-01-31T14:10:26.529Z] time="2022-01-31T14:10:26Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:cbf476d3116a with config:&{NodeID:cbf476d3116a 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-01-31T14:10:26.529Z] time="2022-01-31T14:10:26Z" level=info msg="Node cbf476d3116a/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:26.529Z] time="2022-01-31T14:10:26Z" level=info msg="Node cbf476d3116a/172.20.132.119, added to nodes list" [2022-01-31T14:10:26.529Z] time="2022-01-31T14:10:26Z" level=info msg="node 2 coming back" [2022-01-31T14:10:26.530Z] time="2022-01-31T14:10:26Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:7cd9b036583e with config:&{NodeID:7cd9b036583e 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-01-31T14:10:26.530Z] time="2022-01-31T14:10:26Z" level=info msg="Node 7cd9b036583e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:26.530Z] time="2022-01-31T14:10:26Z" level=info msg="Node 7cd9b036583e/172.20.132.119, added to nodes list" [2022-01-31T14:10:26.530Z] time="2022-01-31T14:10:26Z" level=warning msg="memberlist: Was able to connect to dfc367035dfd but other probes failed, network may be misconfigured" [2022-01-31T14:10:26.608Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-01-31T14:10:26.905Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-01-31T14:10:26.999Z] time="2022-01-31T14:10:26Z" level=debug msg="memberlist: Failed ping: ba7250ba53b3 (timeout reached)" [2022-01-31T14:10:26.999Z] time="2022-01-31T14:10:26Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.20.132.119:10036: use of closed network connection" [2022-01-31T14:10:26.999Z] time="2022-01-31T14:10:26Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49362" [2022-01-31T14:10:27.466Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-01-31T14:10:27.469Z] time="2022-01-31T14:10:27Z" level=warning msg="memberlist: Was able to connect to ba7250ba53b3 but other probes failed, network may be misconfigured" [2022-01-31T14:10:27.611Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:27.612Z] INFO: Testing against a local daemon [2022-01-31T14:10:27.612Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-31T14:10:27.612Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:27.612Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T14:10:27.612Z] === RUN TestDiskUsage [2022-01-31T14:10:27.612Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-31T14:10:27.612Z] --- SKIP: TestDiskUsage (0.00s) [2022-01-31T14:10:27.612Z] === RUN TestEventsExecDie [2022-01-31T14:10:27.612Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-31T14:10:27.612Z] --- SKIP: TestEventsExecDie (0.00s) [2022-01-31T14:10:27.612Z] === RUN TestEventsBackwardsCompatible [2022-01-31T14:10:27.612Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-31T14:10:27.612Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-01-31T14:10:27.612Z] === RUN TestEventsVolumeCreate [2022-01-31T14:10:27.612Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-31T14:10:27.612Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-01-31T14:10:27.612Z] === RUN TestInfoAPI [2022-01-31T14:10:27.612Z] --- PASS: TestInfoAPI (0.05s) [2022-01-31T14:10:27.612Z] === RUN TestInfoAPIWarnings [2022-01-31T14:10:27.612Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:10:27.612Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-01-31T14:10:27.612Z] === RUN TestInfoDebug [2022-01-31T14:10:27.612Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:10:27.612Z] --- SKIP: TestInfoDebug (0.00s) [2022-01-31T14:10:27.612Z] === RUN TestInfoInsecureRegistries [2022-01-31T14:10:27.612Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:10:27.612Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-01-31T14:10:27.612Z] === RUN TestInfoRegistryMirrors [2022-01-31T14:10:27.612Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:10:27.612Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-01-31T14:10:27.612Z] === RUN TestLoginFailsWithBadCredentials [2022-01-31T14:10:28.026Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-01-31T14:10:28.588Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-01-31T14:10:28.588Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-01-31T14:10:28.602Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-01-31T14:10:28.602Z] === RUN TestPingCacheHeaders [2022-01-31T14:10:28.602Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-01-31T14:10:28.602Z] === RUN TestPingGet [2022-01-31T14:10:28.602Z] --- PASS: TestPingGet (0.04s) [2022-01-31T14:10:28.602Z] === RUN TestPingHead [2022-01-31T14:10:28.602Z] --- PASS: TestPingHead (0.04s) [2022-01-31T14:10:28.602Z] === RUN TestVersion [2022-01-31T14:10:28.602Z] --- PASS: TestVersion (0.03s) [2022-01-31T14:10:28.602Z] PASS [2022-01-31T14:10:28.602Z] ok github.com/docker/docker/integration/system 1.250s [2022-01-31T14:10:28.602Z] [2022-01-31T14:10:28.602Z] === Skipped [2022-01-31T14:10:28.602Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T14:10:28.602Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:10:28.602Z] [2022-01-31T14:10:28.602Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-01-31T14:10:28.602Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-31T14:10:28.602Z] [2022-01-31T14:10:28.602Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-01-31T14:10:28.602Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-31T14:10:28.602Z] [2022-01-31T14:10:28.602Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-01-31T14:10:28.602Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-31T14:10:28.602Z] [2022-01-31T14:10:28.602Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-01-31T14:10:28.602Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-31T14:10:28.602Z] [2022-01-31T14:10:28.602Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-01-31T14:10:28.602Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:10:28.602Z] [2022-01-31T14:10:28.602Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-01-31T14:10:28.602Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:10:28.602Z] [2022-01-31T14:10:28.602Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-01-31T14:10:28.602Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:10:28.602Z] [2022-01-31T14:10:28.602Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-01-31T14:10:28.602Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:10:28.602Z] [2022-01-31T14:10:28.602Z] DONE 15 tests, 9 skipped in 3.250s [2022-01-31T14:10:28.602Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-01-31T14:10:29.148Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-01-31T14:10:29.689Z] time="2022-01-31T14:10:29Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.132.119:10033 172.20.132.119:10034 172.20.132.119:10035]" [2022-01-31T14:10:30.119Z] === RUN TestDockerSuite/TestExecCgroup [2022-01-31T14:10:30.158Z] time="2022-01-31T14:10:29Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.132.119:10033 172.20.132.119:10034 172.20.132.119:10035]" [2022-01-31T14:10:30.304Z] --- PASS: TestServiceUpdatePidsLimit (16.24s) [2022-01-31T14:10:30.304Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-01-31T14:10:30.304Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-01-31T14:10:30.304Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s) [2022-01-31T14:10:30.304Z] PASS [2022-01-31T14:10:30.304Z] [2022-01-31T14:10:30.304Z] === Skipped [2022-01-31T14:10:30.304Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-01-31T14:10:30.304Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-31T14:10:30.304Z] [2022-01-31T14:10:30.304Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-01-31T14:10:30.304Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-31T14:10:30.304Z] [2022-01-31T14:10:30.304Z] DONE 27 tests, 2 skipped in 148.014s [2022-01-31T14:10:30.304Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-01-31T14:10:30.304Z] ++ 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-01-31T14:10:30.304Z] ++ set -e [2022-01-31T14:10:30.304Z] ++ '[' -n 0 ']' [2022-01-31T14:10:30.304Z] ++ set -x [2022-01-31T14:10:30.304Z] ++ 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-01-31T14:10:30.304Z] INFO: Testing against a local daemon [2022-01-31T14:10:30.304Z] === RUN TestSessionCreate [2022-01-31T14:10:30.304Z] --- PASS: TestSessionCreate (0.02s) [2022-01-31T14:10:30.304Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-31T14:10:30.304Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-01-31T14:10:30.304Z] PASS [2022-01-31T14:10:30.304Z] [2022-01-31T14:10:30.304Z] DONE 2 tests in 0.134s [2022-01-31T14:10:30.304Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-01-31T14:10:30.304Z] ++ 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-01-31T14:10:30.304Z] ++ set -e [2022-01-31T14:10:30.304Z] ++ '[' -n 0 ']' [2022-01-31T14:10:30.304Z] ++ set -x [2022-01-31T14:10:30.304Z] ++ 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-01-31T14:10:30.304Z] INFO: Testing against a local daemon [2022-01-31T14:10:30.304Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-31T14:10:30.304Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-31T14:10:30.304Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T14:10:30.304Z] === RUN TestDiskUsage [2022-01-31T14:10:30.304Z] === PAUSE TestDiskUsage [2022-01-31T14:10:30.304Z] === RUN TestEventsExecDie [2022-01-31T14:10:30.304Z] --- PASS: TestEventsExecDie (0.49s) [2022-01-31T14:10:30.304Z] === RUN TestEventsBackwardsCompatible [2022-01-31T14:10:30.304Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-01-31T14:10:30.304Z] === RUN TestEventsVolumeCreate [2022-01-31T14:10:30.560Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-01-31T14:10:30.560Z] === RUN TestInfoBinaryCommits [2022-01-31T14:10:30.560Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-01-31T14:10:30.560Z] === RUN TestInfoAPIVersioned [2022-01-31T14:10:30.560Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-01-31T14:10:30.560Z] === RUN TestInfoAPI [2022-01-31T14:10:30.560Z] --- PASS: TestInfoAPI (0.02s) [2022-01-31T14:10:30.560Z] === RUN TestInfoAPIWarnings [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10033" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49363" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node dfc367035dfd/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node dfc367035dfd/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node ba7250ba53b3/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node ba7250ba53b3/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, is the new incarnation of the shutdown node 8b636c707f12/172.20.132.119" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10034" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49364" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node dfc367035dfd/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node dfc367035dfd/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node ba7250ba53b3/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node ba7250ba53b3/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node cbf476d3116a/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node cbf476d3116a/172.20.132.119, is the new incarnation of the shutdown node c1b86464423e/172.20.132.119" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node cbf476d3116a/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49365" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10035" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node dfc367035dfd/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node dfc367035dfd/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node ba7250ba53b3/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node ba7250ba53b3/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node cbf476d3116a/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node cbf476d3116a/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node 7cd9b036583e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node 7cd9b036583e/172.20.132.119, is the new incarnation of the shutdown node 9c896f321c8e/172.20.132.119" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node 7cd9b036583e/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node cbf476d3116a/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node cbf476d3116a/172.20.132.119, is the new incarnation of the shutdown node c1b86464423e/172.20.132.119" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node cbf476d3116a/172.20.132.119, added to nodes list" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:30.627Z] time="2022-01-31T14:10:30Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, is the new incarnation of the shutdown node 8b636c707f12/172.20.132.119" [2022-01-31T14:10:30.681Z] docker_api_swarm_test.go:384: [d7aec87f5a970] joining swarm manager [d4f72c039a4d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:10:30.836Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:30.837Z] INFO: Testing against a local daemon [2022-01-31T14:10:30.837Z] === RUN TestVolumesCreateAndList [2022-01-31T14:10:30.837Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-01-31T14:10:30.837Z] === RUN TestVolumesRemove [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, added to nodes list" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=info msg="Node cbf476d3116a/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=info msg="Node cbf476d3116a/172.20.132.119, added to nodes list" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=info msg="Node 7cd9b036583e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=info msg="Node 7cd9b036583e/172.20.132.119, is the new incarnation of the shutdown node 9c896f321c8e/172.20.132.119" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=info msg="Node 7cd9b036583e/172.20.132.119, added to nodes list" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=info msg="Node 7cd9b036583e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=info msg="Node 7cd9b036583e/172.20.132.119, added to nodes list" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=info msg="Node 7cd9b036583e/172.20.132.119, joined gossip cluster" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=info msg="Node 7cd9b036583e/172.20.132.119, added to nodes list" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10033" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49366" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10034" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49367" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.132.119:10035" [2022-01-31T14:10:31.096Z] time="2022-01-31T14:10:30Z" level=debug msg="memberlist: Stream connection from=172.20.132.119:49368" [2022-01-31T14:10:31.284Z] === RUN TestDockerSuite/TestExecEnv [2022-01-31T14:10:31.305Z] --- PASS: TestVolumesRemove (0.16s) [2022-01-31T14:10:31.305Z] === RUN TestVolumesInspect [2022-01-31T14:10:31.305Z] --- PASS: TestVolumesInspect (0.05s) [2022-01-31T14:10:31.305Z] === RUN TestVolumesInvalidJSON [2022-01-31T14:10:31.305Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-31T14:10:31.305Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-31T14:10:31.305Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-31T14:10:31.305Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-01-31T14:10:31.305Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-31T14:10:31.305Z] PASS [2022-01-31T14:10:31.305Z] ok github.com/docker/docker/integration/volume 0.356s [2022-01-31T14:10:31.305Z] [2022-01-31T14:10:31.305Z] DONE 5 tests in 2.511s [2022-01-31T14:10:31.305Z] INFO: make.ps1 ended at 01/31/2022 14:10:31 [2022-01-31T14:10:31.305Z] INFO: Integration CLI tests being run from the host: [2022-01-31T14:10:31.305Z] 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-01-31T14:10:31.565Z] 2022/01/31 14:10:31 Closing DB instances... [2022-01-31T14:10:31.565Z] time="2022-01-31T14:10:31Z" level=info msg="Node fdbd8a4fc551 change state NodeActive --> NodeLeft" [2022-01-31T14:10:31.565Z] time="2022-01-31T14:10:31Z" level=info msg="node4(dfc367035dfd): Node leave event for fdbd8a4fc551/172.20.132.119" [2022-01-31T14:10:31.565Z] time="2022-01-31T14:10:31Z" level=info msg="Node fdbd8a4fc551 change state NodeActive --> NodeLeft" [2022-01-31T14:10:31.565Z] time="2022-01-31T14:10:31Z" level=info msg="node5(ba7250ba53b3): Node leave event for fdbd8a4fc551/172.20.132.119" [2022-01-31T14:10:31.565Z] time="2022-01-31T14:10:31Z" level=info msg="Node fdbd8a4fc551 change state NodeActive --> NodeLeft" [2022-01-31T14:10:31.565Z] time="2022-01-31T14:10:31Z" level=info msg="node3(7cd9b036583e): Node leave event for fdbd8a4fc551/172.20.132.119" [2022-01-31T14:10:31.565Z] time="2022-01-31T14:10:31Z" level=info msg="Node fdbd8a4fc551 change state NodeActive --> NodeLeft" [2022-01-31T14:10:31.565Z] time="2022-01-31T14:10:31Z" level=info msg="node1(fdbd8a4fc551): Node leave event for fdbd8a4fc551/172.20.132.119" [2022-01-31T14:10:31.565Z] time="2022-01-31T14:10:31Z" level=info msg="Node fdbd8a4fc551 change state NodeActive --> NodeLeft" [2022-01-31T14:10:31.565Z] time="2022-01-31T14:10:31Z" level=info msg="node2(cbf476d3116a): Node leave event for fdbd8a4fc551/172.20.132.119" [2022-01-31T14:10:31.845Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node fdbd8a4fc551/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node cbf476d3116a change state NodeActive --> NodeLeft" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="node3(7cd9b036583e): Node leave event for cbf476d3116a/172.20.132.119" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node cbf476d3116a change state NodeActive --> NodeLeft" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="node4(dfc367035dfd): Node leave event for cbf476d3116a/172.20.132.119" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node cbf476d3116a change state NodeActive --> NodeLeft" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="node5(ba7250ba53b3): Node leave event for cbf476d3116a/172.20.132.119" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node cbf476d3116a change state NodeActive --> NodeLeft" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="node2(cbf476d3116a): Node leave event for cbf476d3116a/172.20.132.119" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node cbf476d3116a/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node cbf476d3116a/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.034Z] time="2022-01-31T14:10:31Z" level=info msg="Node cbf476d3116a/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.099Z] docker_api_swarm_test.go:385: [db66959deda7b] joining swarm manager [d4f72c039a4d0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:10:32.504Z] time="2022-01-31T14:10:32Z" level=info msg="Node cbf476d3116a/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.504Z] time="2022-01-31T14:10:32Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10034->172.20.132.119:10035: use of closed network connection" [2022-01-31T14:10:32.504Z] time="2022-01-31T14:10:32Z" level=warning msg="memberlist: Failed to send gossip to 172.20.132.119:10036: write udp [::]:10034->172.20.132.119:10036: use of closed network connection" [2022-01-31T14:10:32.504Z] time="2022-01-31T14:10:32Z" level=info msg="Node 7cd9b036583e change state NodeActive --> NodeLeft" [2022-01-31T14:10:32.504Z] time="2022-01-31T14:10:32Z" level=info msg="node4(dfc367035dfd): Node leave event for 7cd9b036583e/172.20.132.119" [2022-01-31T14:10:32.504Z] time="2022-01-31T14:10:32Z" level=info msg="Node 7cd9b036583e change state NodeActive --> NodeLeft" [2022-01-31T14:10:32.504Z] time="2022-01-31T14:10:32Z" level=info msg="node5(ba7250ba53b3): Node leave event for 7cd9b036583e/172.20.132.119" [2022-01-31T14:10:32.504Z] time="2022-01-31T14:10:32Z" level=info msg="Node 7cd9b036583e change state NodeActive --> NodeLeft" [2022-01-31T14:10:32.504Z] time="2022-01-31T14:10:32Z" level=info msg="node3(7cd9b036583e): Node leave event for 7cd9b036583e/172.20.132.119" [2022-01-31T14:10:32.504Z] time="2022-01-31T14:10:32Z" level=info msg="Node 7cd9b036583e/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.974Z] time="2022-01-31T14:10:32Z" level=info msg="Node 7cd9b036583e/172.20.132.119, left gossip cluster" [2022-01-31T14:10:32.974Z] time="2022-01-31T14:10:32Z" level=info msg="Node 7cd9b036583e/172.20.132.119, left gossip cluster" [2022-01-31T14:10:33.026Z] === RUN TestDockerSuite/TestExecExitStatus [2022-01-31T14:10:33.443Z] time="2022-01-31T14:10:32Z" level=info msg="Node dfc367035dfd change state NodeActive --> NodeLeft" [2022-01-31T14:10:33.443Z] time="2022-01-31T14:10:32Z" level=info msg="node5(ba7250ba53b3): Node leave event for dfc367035dfd/172.20.132.119" [2022-01-31T14:10:33.443Z] time="2022-01-31T14:10:32Z" level=info msg="Node dfc367035dfd change state NodeActive --> NodeLeft" [2022-01-31T14:10:33.443Z] time="2022-01-31T14:10:32Z" level=info msg="node4(dfc367035dfd): Node leave event for dfc367035dfd/172.20.132.119" [2022-01-31T14:10:33.443Z] time="2022-01-31T14:10:33Z" level=info msg="Node dfc367035dfd/172.20.132.119, left gossip cluster" [2022-01-31T14:10:33.587Z] === RUN TestDockerSuite/TestExecInspectID [2022-01-31T14:10:33.913Z] time="2022-01-31T14:10:33Z" level=info msg="Node dfc367035dfd/172.20.132.119, left gossip cluster" [2022-01-31T14:10:34.382Z] time="2022-01-31T14:10:34Z" level=info msg="Node ba7250ba53b3/172.20.132.119, left gossip cluster" [2022-01-31T14:10:34.382Z] time="2022-01-31T14:10:34Z" level=info msg="Node ba7250ba53b3 change state NodeActive --> NodeFailed" [2022-01-31T14:10:34.382Z] time="2022-01-31T14:10:34Z" level=info msg="Node ba7250ba53b3/172.20.132.119, added to failed nodes list" [2022-01-31T14:10:34.382Z] --- PASS: TestNetworkDBIslands (11.89s) [2022-01-31T14:10:34.382Z] PASS [2022-01-31T14:10:34.382Z] coverage: 60.0% of statements [2022-01-31T14:10:34.382Z] ok github.com/docker/docker/libnetwork/networkdb 104.030s coverage: 60.0% of statements [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/oci/caps [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/pkg/term [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/quota [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/rootless [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/testutil/request [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/volume [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-01-31T14:10:34.382Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-01-31T14:10:35.484Z] === RUN TestDockerSuite/TestExecInteractive [2022-01-31T14:10:35.484Z] --- PASS: TestServicePlugin (31.07s) [2022-01-31T14:10:35.484Z] === RUN TestServiceUpdateLabel [2022-01-31T14:10:35.740Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-01-31T14:10:36.303Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-01-31T14:10:36.864Z] === RUN TestDockerSuite/TestExecParseError [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === Skipped [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-01-31T14:10:37.338Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-01-31T14:10:37.338Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-01-31T14:10:37.338Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-01-31T14:10:37.338Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-01-31T14:10:37.338Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-01-31T14:10:37.338Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-01-31T14:10:37.338Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-01-31T14:10:37.338Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-01-31T14:10:37.338Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-01-31T14:10:37.338Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-01-31T14:10:37.338Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-01-31T14:10:37.338Z] daemon_test.go:145: root required [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-31T14:10:37.338Z] reload_test.go:342: root required [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-01-31T14:10:37.338Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-31T14:10:37.338Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-01-31T14:10:37.338Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-01-31T14:10:37.338Z] download_test.go:267: Needs fixing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-01-31T14:10:37.338Z] layer_test.go:303: Failing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-01-31T14:10:37.338Z] layer_test.go:352: Failing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-01-31T14:10:37.338Z] layer_test.go:467: Failing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-01-31T14:10:37.338Z] layer_test.go:696: Failing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-01-31T14:10:37.338Z] migration_test.go:45: Failing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-01-31T14:10:37.338Z] migration_test.go:181: Failing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-01-31T14:10:37.338Z] mount_test.go:17: Failing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-01-31T14:10:37.338Z] mount_test.go:76: Failing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.338Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-01-31T14:10:37.338Z] mount_test.go:125: Failing on Windows [2022-01-31T14:10:37.338Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-01-31T14:10:37.339Z] mount_test.go:212: Failing on Windows [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-01-31T14:10:37.339Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-01-31T14:10:37.339Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-01-31T14:10:37.339Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-01-31T14:10:37.339Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-01-31T14:10:37.339Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-01-31T14:10:37.339Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-01-31T14:10:37.339Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-01-31T14:10:37.339Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-01-31T14:10:37.339Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-01-31T14:10:37.339Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-01-31T14:10:37.339Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-01-31T14:10:37.339Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-01-31T14:10:37.339Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-01-31T14:10:37.339Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-01-31T14:10:37.339Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-01-31T14:10:37.339Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-01-31T14:10:37.339Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:133: Xz not present in msys2 [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-01-31T14:10:37.339Z] archive_test.go:140: zstd not installed [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:252: Failing on Windows CI machines [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-01-31T14:10:37.339Z] archive_windows_test.go:16: Currently fails [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-01-31T14:10:37.339Z] changes_test.go:195: needs more investigation [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-01-31T14:10:37.339Z] changes_test.go:432: needs further investigation [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-01-31T14:10:37.339Z] changes_test.go:468: needs further investigation [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-01-31T14:10:37.339Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-01-31T14:10:37.339Z] poller_test.go:40: No chmod on Windows [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-31T14:10:37.339Z] fileutils_test.go:133: Needs porting to Windows [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-31T14:10:37.339Z] fileutils_test.go:179: Needs porting to Windows [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-01-31T14:10:37.339Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-01-31T14:10:37.339Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2022-01-31T14:10:37.339Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-01-31T14:10:37.339Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-01-31T14:10:37.339Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-31T14:10:37.339Z] [2022-01-31T14:10:37.339Z] DONE 2069 tests, 68 skipped in 292.818s [2022-01-31T14:10:37.339Z] INFO: make.ps1 ended at 01/31/2022 14:10:37 [2022-01-31T14:10:37.790Z] --- PASS: TestServiceUpdateLabel (2.53s) [2022-01-31T14:10:37.790Z] === RUN TestServiceUpdateSecrets [2022-01-31T14:10:37.790Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-01-31T14:10:38.351Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-01-31T14:10:38.914Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-01-31T14:10:39.555Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-01-31T14:10:39.555Z] INFO: Unit tests ended at 01/31/2022 14:10:39. Duration:00:05:12.8766426 [2022-01-31T14:10:39.555Z] INFO: Building busybox [2022-01-31T14:10:39.555Z] Sending build context to Docker daemon 5.12kB [2022-01-31T14:10:39.555Z] [2022-01-31T14:10:39.555Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-01-31T14:10:39.555Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-01-31T14:10:39.555Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-01-31T14:10:39.555Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-01-31T14:10:39.555Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-01-31T14:10:39.555Z] ---> 60d6f56ecebd [2022-01-31T14:10:39.555Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-01-31T14:10:39.555Z] ---> Running in fec5205381f0 [2022-01-31T14:10:40.279Z] === RUN TestDockerSuite/TestExecSetEnv [2022-01-31T14:10:40.579Z] === RUN TestDockerSuite/TestExecStartFails [2022-01-31T14:10:41.139Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-01-31T14:10:41.743Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:10:41.743Z] INFO: Testing against a local daemon [2022-01-31T14:10:41.743Z] === RUN TestDockerSuite [2022-01-31T14:10:41.743Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-01-31T14:10:41.743Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-01-31T14:10:41.743Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T14:10:41.743Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-01-31T14:10:41.743Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-01-31T14:10:41.743Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-01-31T14:10:41.743Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-01-31T14:10:41.743Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-31T14:10:41.743Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-01-31T14:10:41.743Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-01-31T14:10:42.729Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-01-31T14:10:42.729Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-01-31T14:10:43.716Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-01-31T14:10:43.716Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-01-31T14:10:48.639Z] --- PASS: TestInfoAPIWarnings (16.22s) [2022-01-31T14:10:48.639Z] === RUN TestInfoDebug [2022-01-31T14:10:48.639Z] --- PASS: TestInfoDebug (0.54s) [2022-01-31T14:10:48.639Z] === RUN TestInfoInsecureRegistries [2022-01-31T14:10:48.639Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-01-31T14:10:48.639Z] === RUN TestInfoRegistryMirrors [2022-01-31T14:10:48.639Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-01-31T14:10:48.639Z] === RUN TestLoginFailsWithBadCredentials [2022-01-31T14:10:48.639Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2022-01-31T14:10:48.639Z] === RUN TestPingCacheHeaders [2022-01-31T14:10:48.639Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-01-31T14:10:48.639Z] === RUN TestPingGet [2022-01-31T14:10:48.639Z] --- PASS: TestPingGet (0.01s) [2022-01-31T14:10:48.639Z] === RUN TestPingHead [2022-01-31T14:10:48.639Z] --- PASS: TestPingHead (0.02s) [2022-01-31T14:10:48.639Z] === RUN TestVersion [2022-01-31T14:10:48.639Z] --- PASS: TestVersion (0.02s) [2022-01-31T14:10:48.639Z] === CONT TestDiskUsage [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty/container_types [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty/image_types [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty/volume_types [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty/build-cache_types [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-01-31T14:10:48.905Z] === RUN TestDiskUsage/after_LoadBusybox [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-01-31T14:10:49.182Z] === RUN TestDiskUsage/after_container.Run [2022-01-31T14:10:49.438Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-01-31T14:10:49.438Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-01-31T14:10:49.438Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-01-31T14:10:49.438Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-01-31T14:10:49.438Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-01-31T14:10:49.438Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-01-31T14:10:49.438Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-01-31T14:10:49.438Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-01-31T14:10:49.438Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-01-31T14:10:49.438Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage (1.16s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run (0.28s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-01-31T14:10:49.695Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T14:10:49.695Z] PASS [2022-01-31T14:10:49.695Z] [2022-01-31T14:10:49.695Z] === Skipped [2022-01-31T14:10:49.695Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T14:10:49.695Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-31T14:10:49.695Z] [2022-01-31T14:10:49.695Z] DONE 50 tests, 1 skipped in 19.891s [2022-01-31T14:10:49.695Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-01-31T14:10:49.695Z] ++ 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-01-31T14:10:49.695Z] ++ set -e [2022-01-31T14:10:49.695Z] ++ '[' -n 0 ']' [2022-01-31T14:10:49.695Z] ++ set -x [2022-01-31T14:10:49.695Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-01-31T14:10:49.695Z] INFO: Testing against a local daemon [2022-01-31T14:10:49.695Z] === RUN TestVolumesCreateAndList [2022-01-31T14:10:49.695Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-01-31T14:10:49.695Z] === RUN TestVolumesRemove [2022-01-31T14:10:49.951Z] --- PASS: TestVolumesRemove (0.06s) [2022-01-31T14:10:49.951Z] === RUN TestVolumesInspect [2022-01-31T14:10:49.951Z] --- PASS: TestVolumesInspect (0.02s) [2022-01-31T14:10:49.951Z] === RUN TestVolumesInvalidJSON [2022-01-31T14:10:49.951Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-31T14:10:49.951Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-31T14:10:49.951Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-31T14:10:49.951Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-01-31T14:10:49.951Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-31T14:10:49.951Z] PASS [2022-01-31T14:10:49.951Z] [2022-01-31T14:10:49.951Z] DONE 5 tests in 0.209s [2022-01-31T14:10:49.951Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-31T14:10:49.951Z] ++++ cat bundles/test-integration/docker.pid [2022-01-31T14:10:49.951Z] +++ kill 13072 [2022-01-31T14:10:50.214Z] +++ /etc/init.d/apparmor stop [2022-01-31T14:10:50.214Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-31T14:10:50.214Z] [2022-01-31T14:10:50.214Z] Unloading profiles will leave already running processes permanently [2022-01-31T14:10:50.214Z] unconfined, which can lead to unexpected situations. [2022-01-31T14:10:50.214Z] [2022-01-31T14:10:50.214Z] To set a process to complain mode, use the command line tool [2022-01-31T14:10:50.214Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-31T14:10:50.214Z] +++ true [2022-01-31T14:10:50.214Z] exiting test-integration [2022-01-31T14:10:50.214Z] ++ exit 0 [2022-01-31T14:10:50.214Z] [2022-01-31T14:10:50.537Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-01-31T14:10:50.537Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-01-31T14:10:50.538Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-01-31T14:10:50.538Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-01-31T14:10:50.538Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh Post stage [Pipeline] junit [2022-01-31T14:10:50.786Z] Recording test results [2022-01-31T14:10:50.874Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-01-31T14:10:50.984Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-01-31T14:10:51.160Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/test/unit [2022-01-31T14:10:51.330Z] + echo Ensuring container killed. [2022-01-31T14:10:51.330Z] Ensuring container killed. [2022-01-31T14:10:51.330Z] + docker rm -vf docker-pr4 [2022-01-31T14:10:51.330Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-01-31T14:10:51.421Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-01-31T14:10:51.421Z] + TESTFLAGS+=' -test.timeout=5m' [2022-01-31T14:10:51.421Z] + TESTDIRS=./... [2022-01-31T14:10:51.421Z] + exclude_paths='/vendor/|/integration' [2022-01-31T14:10:51.421Z] ++ go list ./... [2022-01-31T14:10:51.421Z] ++ grep -vE '(/vendor/|/integration)' [2022-01-31T14:10:51.609Z] + echo Chowning /workspace to jenkins user [2022-01-31T14:10:51.609Z] Chowning /workspace to jenkins user [2022-01-31T14:10:51.609Z] + id -u [2022-01-31T14:10:51.609Z] + id -g [2022-01-31T14:10:51.609Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43199:/workspace busybox chown -R 1000:1000 /workspace [2022-01-31T14:10:51.609Z] Unable to find image 'busybox:latest' locally [2022-01-31T14:10:51.609Z] latest: Pulling from library/busybox [2022-01-31T14:10:51.609Z] a01966dde7f8: Pulling fs layer [2022-01-31T14:10:51.865Z] a01966dde7f8: Verifying Checksum [2022-01-31T14:10:51.865Z] a01966dde7f8: Download complete [2022-01-31T14:10:51.865Z] a01966dde7f8: Pull complete [2022-01-31T14:10:51.865Z] Digest: sha256:5acba83a746c7608ed544dc1533b87c737a0b0fb730301639a0179f9344b1678 [2022-01-31T14:10:51.865Z] Status: Downloaded newer image for busybox:latest [2022-01-31T14:10:52.364Z] + pkg_list='github.com/docker/docker/api [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/backend/build [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/httputils [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/middleware [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/build [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/container [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/debug [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/distribution [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/grpc [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/image [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/network [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/plugin [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/session [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/swarm [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/system [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/server/router/volume [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/backend [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/blkiodev [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/container [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/events [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/filters [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/image [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/mount [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/network [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/registry [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/strslice [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/swarm [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/time [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/versions [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-31T14:10:52.364Z] github.com/docker/docker/api/types/volume [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/builder-next [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/builder-next/worker [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/dockerfile [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/dockerignore [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/remotecontext [2022-01-31T14:10:52.364Z] github.com/docker/docker/builder/remotecontext/git [2022-01-31T14:10:52.364Z] github.com/docker/docker/cli [2022-01-31T14:10:52.364Z] github.com/docker/docker/cli/config [2022-01-31T14:10:52.364Z] github.com/docker/docker/cli/debug [2022-01-31T14:10:52.364Z] github.com/docker/docker/client [2022-01-31T14:10:52.364Z] github.com/docker/docker/cmd/docker-proxy [2022-01-31T14:10:52.364Z] github.com/docker/docker/cmd/dockerd [2022-01-31T14:10:52.364Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-31T14:10:52.364Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-31T14:10:52.364Z] github.com/docker/docker/container [2022-01-31T14:10:52.364Z] github.com/docker/docker/container/stream [2022-01-31T14:10:52.364Z] github.com/docker/docker/contrib/apparmor [2022-01-31T14:10:52.364Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-31T14:10:52.364Z] github.com/docker/docker/contrib/httpserver [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/cluster [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/cluster/convert [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/cluster/executor [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/cluster/provider [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/config [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/events [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/events/testutils [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/exec [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/images [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/initlayer [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/links [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/listeners [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger/gelf [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger/journald [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger/local [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger/logentries [2022-01-31T14:10:52.364Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/splunk [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/syslog [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/templates [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/names [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/network [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/stats [2022-01-31T14:10:52.365Z] github.com/docker/docker/distribution [2022-01-31T14:10:52.365Z] github.com/docker/docker/distribution/metadata [2022-01-31T14:10:52.365Z] github.com/docker/docker/distribution/utils [2022-01-31T14:10:52.365Z] github.com/docker/docker/distribution/xfer [2022-01-31T14:10:52.365Z] github.com/docker/docker/dockerversion [2022-01-31T14:10:52.365Z] github.com/docker/docker/errdefs [2022-01-31T14:10:52.365Z] github.com/docker/docker/image [2022-01-31T14:10:52.365Z] github.com/docker/docker/image/cache [2022-01-31T14:10:52.365Z] github.com/docker/docker/image/tarexport [2022-01-31T14:10:52.365Z] github.com/docker/docker/image/v1 [2022-01-31T14:10:52.365Z] github.com/docker/docker/internal/test/suite [2022-01-31T14:10:52.365Z] github.com/docker/docker/layer [2022-01-31T14:10:52.365Z] github.com/docker/docker/libcontainerd [2022-01-31T14:10:52.365Z] github.com/docker/docker/libcontainerd/queue [2022-01-31T14:10:52.365Z] github.com/docker/docker/libcontainerd/remote [2022-01-31T14:10:52.365Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-31T14:10:52.365Z] github.com/docker/docker/libcontainerd/types [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/config [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/idm [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ns [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/options [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/osl [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/types [2022-01-31T14:10:52.365Z] github.com/docker/docker/oci [2022-01-31T14:10:52.365Z] github.com/docker/docker/oci/caps [2022-01-31T14:10:52.365Z] github.com/docker/docker/opts [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/aaparser [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/archive [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/authorization [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/broadcaster [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/capabilities [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/chrootarchive [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/containerfs [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/devicemapper [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/directory [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/dmesg [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/filenotify [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/fileutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/fsutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/homedir [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/idtools [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/ioutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/jsonmessage [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/locker [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/longpath [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/loopback [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/mount [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/namesgenerator [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/parsers [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/pidfile [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/platform [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/plugingetter [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/plugins [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/plugins/transport [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/pools [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/progress [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/pubsub [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/reexec [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/signal [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/stack [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/stdcopy [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/streamformatter [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/stringid [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/symlink [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/sysinfo [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/system [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/tailfile [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/tarsum [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/term [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/term/windows [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/truncindex [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/urlutil [2022-01-31T14:10:52.365Z] github.com/docker/docker/pkg/useragent [2022-01-31T14:10:52.365Z] github.com/docker/docker/plugin [2022-01-31T14:10:52.365Z] github.com/docker/docker/plugin/executor/containerd [2022-01-31T14:10:52.365Z] github.com/docker/docker/plugin/v2 [2022-01-31T14:10:52.365Z] github.com/docker/docker/profiles/apparmor [2022-01-31T14:10:52.365Z] github.com/docker/docker/profiles/seccomp [2022-01-31T14:10:52.365Z] github.com/docker/docker/quota [2022-01-31T14:10:52.365Z] github.com/docker/docker/reference [2022-01-31T14:10:52.365Z] github.com/docker/docker/registry [2022-01-31T14:10:52.365Z] github.com/docker/docker/registry/resumable [2022-01-31T14:10:52.365Z] github.com/docker/docker/restartmanager [2022-01-31T14:10:52.365Z] github.com/docker/docker/rootless [2022-01-31T14:10:52.365Z] github.com/docker/docker/rootless/specconv [2022-01-31T14:10:52.365Z] github.com/docker/docker/runconfig [2022-01-31T14:10:52.365Z] github.com/docker/docker/runconfig/opts [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil/daemon [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil/environment [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil/fakecontext [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil/fakegit [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil/fakestorage [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil/fixtures/load [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil/registry [2022-01-31T14:10:52.365Z] github.com/docker/docker/testutil/request [2022-01-31T14:10:52.365Z] github.com/docker/docker/volume [2022-01-31T14:10:52.365Z] github.com/docker/docker/volume/drivers [2022-01-31T14:10:52.365Z] github.com/docker/docker/volume/local [2022-01-31T14:10:52.365Z] github.com/docker/docker/volume/mounts [2022-01-31T14:10:52.365Z] github.com/docker/docker/volume/service [2022-01-31T14:10:52.365Z] github.com/docker/docker/volume/service/opts [2022-01-31T14:10:52.365Z] github.com/docker/docker/volume/testutils' [2022-01-31T14:10:52.365Z] ++ echo 'github.com/docker/docker/api [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/backend/build [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/httputils [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/middleware [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/build [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/container [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/debug [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/distribution [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/grpc [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/image [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/network [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/plugin [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/session [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/swarm [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/system [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/server/router/volume [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/backend [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/blkiodev [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/container [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/events [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/filters [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/image [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/mount [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/network [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/registry [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/strslice [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/swarm [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/time [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/versions [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-31T14:10:52.365Z] github.com/docker/docker/api/types/volume [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/builder-next [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/builder-next/worker [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/dockerfile [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/dockerignore [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/remotecontext [2022-01-31T14:10:52.365Z] github.com/docker/docker/builder/remotecontext/git [2022-01-31T14:10:52.365Z] github.com/docker/docker/cli [2022-01-31T14:10:52.365Z] github.com/docker/docker/cli/config [2022-01-31T14:10:52.365Z] github.com/docker/docker/cli/debug [2022-01-31T14:10:52.365Z] github.com/docker/docker/client [2022-01-31T14:10:52.365Z] github.com/docker/docker/cmd/docker-proxy [2022-01-31T14:10:52.365Z] github.com/docker/docker/cmd/dockerd [2022-01-31T14:10:52.365Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-31T14:10:52.365Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-31T14:10:52.365Z] github.com/docker/docker/container [2022-01-31T14:10:52.365Z] github.com/docker/docker/container/stream [2022-01-31T14:10:52.365Z] github.com/docker/docker/contrib/apparmor [2022-01-31T14:10:52.365Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-31T14:10:52.365Z] github.com/docker/docker/contrib/httpserver [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/cluster [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/cluster/convert [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/cluster/executor [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/cluster/provider [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/config [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/events [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/events/testutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/exec [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/images [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/initlayer [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/links [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/listeners [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/gelf [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/journald [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/local [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/logentries [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/splunk [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/syslog [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/logger/templates [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/names [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/network [2022-01-31T14:10:52.365Z] github.com/docker/docker/daemon/stats [2022-01-31T14:10:52.365Z] github.com/docker/docker/distribution [2022-01-31T14:10:52.365Z] github.com/docker/docker/distribution/metadata [2022-01-31T14:10:52.365Z] github.com/docker/docker/distribution/utils [2022-01-31T14:10:52.365Z] github.com/docker/docker/distribution/xfer [2022-01-31T14:10:52.365Z] github.com/docker/docker/dockerversion [2022-01-31T14:10:52.365Z] github.com/docker/docker/errdefs [2022-01-31T14:10:52.365Z] github.com/docker/docker/image [2022-01-31T14:10:52.365Z] github.com/docker/docker/image/cache [2022-01-31T14:10:52.365Z] github.com/docker/docker/image/tarexport [2022-01-31T14:10:52.365Z] github.com/docker/docker/image/v1 [2022-01-31T14:10:52.365Z] github.com/docker/docker/internal/test/suite [2022-01-31T14:10:52.365Z] github.com/docker/docker/layer [2022-01-31T14:10:52.365Z] github.com/docker/docker/libcontainerd [2022-01-31T14:10:52.365Z] github.com/docker/docker/libcontainerd/queue [2022-01-31T14:10:52.365Z] github.com/docker/docker/libcontainerd/remote [2022-01-31T14:10:52.365Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-31T14:10:52.365Z] github.com/docker/docker/libcontainerd/types [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/config [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/idm [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/ns [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/options [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/osl [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T14:10:52.365Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T14:10:52.366Z] github.com/docker/docker/libnetwork/types [2022-01-31T14:10:52.366Z] github.com/docker/docker/oci [2022-01-31T14:10:52.366Z] github.com/docker/docker/oci/caps [2022-01-31T14:10:52.366Z] github.com/docker/docker/opts [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/aaparser [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/archive [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/authorization [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/broadcaster [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/capabilities [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/chrootarchive [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/containerfs [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/devicemapper [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/directory [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/dmesg [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/filenotify [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/fileutils [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/fsutils [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/homedir [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/idtools [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/ioutils [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/jsonmessage [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/locker [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/longpath [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/loopback [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/mount [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/namesgenerator [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/parsers [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/pidfile [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/platform [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugingetter [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugins [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugins/transport [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/pools [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/progress [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/pubsub [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/reexec [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/signal [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/stack [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/stdcopy [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/streamformatter [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/stringid [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/symlink [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/sysinfo [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/system [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/tailfile [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/tarsum [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/term [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/term/windows [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/truncindex [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/urlutil [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/useragent [2022-01-31T14:10:52.366Z] github.com/docker/docker/plugin [2022-01-31T14:10:52.366Z] github.com/docker/docker/plugin/executor/containerd [2022-01-31T14:10:52.366Z] github.com/docker/docker/plugin/v2 [2022-01-31T14:10:52.366Z] github.com/docker/docker/profiles/apparmor [2022-01-31T14:10:52.366Z] github.com/docker/docker/profiles/seccomp [2022-01-31T14:10:52.366Z] github.com/docker/docker/quota [2022-01-31T14:10:52.366Z] github.com/docker/docker/reference [2022-01-31T14:10:52.366Z] github.com/docker/docker/registry [2022-01-31T14:10:52.366Z] github.com/docker/docker/registry/resumable [2022-01-31T14:10:52.366Z] github.com/docker/docker/restartmanager [2022-01-31T14:10:52.366Z] github.com/docker/docker/rootless [2022-01-31T14:10:52.366Z] github.com/docker/docker/rootless/specconv [2022-01-31T14:10:52.366Z] github.com/docker/docker/runconfig [2022-01-31T14:10:52.366Z] github.com/docker/docker/runconfig/opts [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/daemon [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/environment [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fakecontext [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fakegit [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fakestorage [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fixtures/load [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/registry [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/request [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/drivers [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/local [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/mounts [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/service [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/service/opts [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/testutils' [2022-01-31T14:10:52.366Z] ++ grep --fixed-strings -v /libnetwork [2022-01-31T14:10:52.366Z] + base_pkg_list='github.com/docker/docker/api [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/backend/build [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/httputils [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/middleware [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/build [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/container [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/debug [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/distribution [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/grpc [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/image [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/network [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/plugin [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/session [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/swarm [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/system [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/volume [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/backend [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/blkiodev [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/container [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/events [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/filters [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/image [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/mount [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/network [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/registry [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/strslice [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/swarm [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/time [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/versions [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/volume [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/worker [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/dockerfile [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/dockerignore [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/remotecontext [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/remotecontext/git [2022-01-31T14:10:52.366Z] github.com/docker/docker/cli [2022-01-31T14:10:52.366Z] github.com/docker/docker/cli/config [2022-01-31T14:10:52.366Z] github.com/docker/docker/cli/debug [2022-01-31T14:10:52.366Z] github.com/docker/docker/client [2022-01-31T14:10:52.366Z] github.com/docker/docker/cmd/docker-proxy [2022-01-31T14:10:52.366Z] github.com/docker/docker/cmd/dockerd [2022-01-31T14:10:52.366Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-31T14:10:52.366Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-31T14:10:52.366Z] github.com/docker/docker/container [2022-01-31T14:10:52.366Z] github.com/docker/docker/container/stream [2022-01-31T14:10:52.366Z] github.com/docker/docker/contrib/apparmor [2022-01-31T14:10:52.366Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-31T14:10:52.366Z] github.com/docker/docker/contrib/httpserver [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/cluster [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/cluster/convert [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/cluster/executor [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/cluster/provider [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/config [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/events [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/events/testutils [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/exec [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/images [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/initlayer [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/links [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/listeners [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/gelf [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/journald [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/local [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/logentries [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/splunk [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/syslog [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/logger/templates [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/names [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/network [2022-01-31T14:10:52.366Z] github.com/docker/docker/daemon/stats [2022-01-31T14:10:52.366Z] github.com/docker/docker/distribution [2022-01-31T14:10:52.366Z] github.com/docker/docker/distribution/metadata [2022-01-31T14:10:52.366Z] github.com/docker/docker/distribution/utils [2022-01-31T14:10:52.366Z] github.com/docker/docker/distribution/xfer [2022-01-31T14:10:52.366Z] github.com/docker/docker/dockerversion [2022-01-31T14:10:52.366Z] github.com/docker/docker/errdefs [2022-01-31T14:10:52.366Z] github.com/docker/docker/image [2022-01-31T14:10:52.366Z] github.com/docker/docker/image/cache [2022-01-31T14:10:52.366Z] github.com/docker/docker/image/tarexport [2022-01-31T14:10:52.366Z] github.com/docker/docker/image/v1 [2022-01-31T14:10:52.366Z] github.com/docker/docker/internal/test/suite [2022-01-31T14:10:52.366Z] github.com/docker/docker/layer [2022-01-31T14:10:52.366Z] github.com/docker/docker/libcontainerd [2022-01-31T14:10:52.366Z] github.com/docker/docker/libcontainerd/queue [2022-01-31T14:10:52.366Z] github.com/docker/docker/libcontainerd/remote [2022-01-31T14:10:52.366Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-31T14:10:52.366Z] github.com/docker/docker/libcontainerd/types [2022-01-31T14:10:52.366Z] github.com/docker/docker/oci [2022-01-31T14:10:52.366Z] github.com/docker/docker/oci/caps [2022-01-31T14:10:52.366Z] github.com/docker/docker/opts [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/aaparser [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/archive [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/authorization [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/broadcaster [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/capabilities [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/chrootarchive [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/containerfs [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/devicemapper [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/directory [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/dmesg [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/filenotify [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/fileutils [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/fsutils [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/homedir [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/idtools [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/ioutils [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/jsonmessage [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/locker [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/longpath [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/loopback [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/mount [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/namesgenerator [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/parsers [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/pidfile [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/platform [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugingetter [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugins [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/plugins/transport [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/pools [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/progress [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/pubsub [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/reexec [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/signal [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/stack [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/stdcopy [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/streamformatter [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/stringid [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/symlink [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/sysinfo [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/system [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/tailfile [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/tarsum [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/term [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/term/windows [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/truncindex [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/urlutil [2022-01-31T14:10:52.366Z] github.com/docker/docker/pkg/useragent [2022-01-31T14:10:52.366Z] github.com/docker/docker/plugin [2022-01-31T14:10:52.366Z] github.com/docker/docker/plugin/executor/containerd [2022-01-31T14:10:52.366Z] github.com/docker/docker/plugin/v2 [2022-01-31T14:10:52.366Z] github.com/docker/docker/profiles/apparmor [2022-01-31T14:10:52.366Z] github.com/docker/docker/profiles/seccomp [2022-01-31T14:10:52.366Z] github.com/docker/docker/quota [2022-01-31T14:10:52.366Z] github.com/docker/docker/reference [2022-01-31T14:10:52.366Z] github.com/docker/docker/registry [2022-01-31T14:10:52.366Z] github.com/docker/docker/registry/resumable [2022-01-31T14:10:52.366Z] github.com/docker/docker/restartmanager [2022-01-31T14:10:52.366Z] github.com/docker/docker/rootless [2022-01-31T14:10:52.366Z] github.com/docker/docker/rootless/specconv [2022-01-31T14:10:52.366Z] github.com/docker/docker/runconfig [2022-01-31T14:10:52.366Z] github.com/docker/docker/runconfig/opts [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/daemon [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/environment [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fakecontext [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fakegit [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fakestorage [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fixtures/load [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/registry [2022-01-31T14:10:52.366Z] github.com/docker/docker/testutil/request [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/drivers [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/local [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/mounts [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/service [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/service/opts [2022-01-31T14:10:52.366Z] github.com/docker/docker/volume/testutils' [2022-01-31T14:10:52.366Z] ++ grep --fixed-strings /libnetwork [2022-01-31T14:10:52.366Z] ++ echo 'github.com/docker/docker/api [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/backend/build [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/httputils [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/middleware [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/build [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/container [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/debug [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/distribution [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/grpc [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/image [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/network [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/plugin [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/session [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/swarm [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/system [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/server/router/volume [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/backend [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/blkiodev [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/container [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/events [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/filters [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/image [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/mount [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/network [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/registry [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/strslice [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/swarm [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/time [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/versions [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-31T14:10:52.366Z] github.com/docker/docker/api/types/volume [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-31T14:10:52.366Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-31T14:10:52.367Z] github.com/docker/docker/builder/builder-next/worker [2022-01-31T14:10:52.367Z] github.com/docker/docker/builder/dockerfile [2022-01-31T14:10:52.367Z] github.com/docker/docker/builder/dockerignore [2022-01-31T14:10:52.367Z] github.com/docker/docker/builder/remotecontext [2022-01-31T14:10:52.367Z] github.com/docker/docker/builder/remotecontext/git [2022-01-31T14:10:52.367Z] github.com/docker/docker/cli [2022-01-31T14:10:52.367Z] github.com/docker/docker/cli/config [2022-01-31T14:10:52.367Z] github.com/docker/docker/cli/debug [2022-01-31T14:10:52.367Z] github.com/docker/docker/client [2022-01-31T14:10:52.367Z] github.com/docker/docker/cmd/docker-proxy [2022-01-31T14:10:52.367Z] github.com/docker/docker/cmd/dockerd [2022-01-31T14:10:52.367Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-31T14:10:52.367Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-31T14:10:52.367Z] github.com/docker/docker/container [2022-01-31T14:10:52.367Z] github.com/docker/docker/container/stream [2022-01-31T14:10:52.367Z] github.com/docker/docker/contrib/apparmor [2022-01-31T14:10:52.367Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-31T14:10:52.367Z] github.com/docker/docker/contrib/httpserver [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/cluster [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/cluster/convert [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/cluster/executor [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/cluster/provider [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/config [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/events [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/events/testutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/exec [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/images [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/initlayer [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/links [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/listeners [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/gelf [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/journald [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/local [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/logentries [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/splunk [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/syslog [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/logger/templates [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/names [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/network [2022-01-31T14:10:52.367Z] github.com/docker/docker/daemon/stats [2022-01-31T14:10:52.367Z] github.com/docker/docker/distribution [2022-01-31T14:10:52.367Z] github.com/docker/docker/distribution/metadata [2022-01-31T14:10:52.367Z] github.com/docker/docker/distribution/utils [2022-01-31T14:10:52.367Z] github.com/docker/docker/distribution/xfer [2022-01-31T14:10:52.367Z] github.com/docker/docker/dockerversion [2022-01-31T14:10:52.367Z] github.com/docker/docker/errdefs [2022-01-31T14:10:52.367Z] github.com/docker/docker/image [2022-01-31T14:10:52.367Z] github.com/docker/docker/image/cache [2022-01-31T14:10:52.367Z] github.com/docker/docker/image/tarexport [2022-01-31T14:10:52.367Z] github.com/docker/docker/image/v1 [2022-01-31T14:10:52.367Z] github.com/docker/docker/internal/test/suite [2022-01-31T14:10:52.367Z] github.com/docker/docker/layer [2022-01-31T14:10:52.367Z] github.com/docker/docker/libcontainerd [2022-01-31T14:10:52.367Z] github.com/docker/docker/libcontainerd/queue [2022-01-31T14:10:52.367Z] github.com/docker/docker/libcontainerd/remote [2022-01-31T14:10:52.367Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-31T14:10:52.367Z] github.com/docker/docker/libcontainerd/types [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/config [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/idm [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ns [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/options [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/osl [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/types [2022-01-31T14:10:52.367Z] github.com/docker/docker/oci [2022-01-31T14:10:52.367Z] github.com/docker/docker/oci/caps [2022-01-31T14:10:52.367Z] github.com/docker/docker/opts [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/aaparser [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/archive [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/authorization [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/broadcaster [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/capabilities [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/chrootarchive [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/containerfs [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/devicemapper [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/directory [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/dmesg [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/filenotify [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/fileutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/fsutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/homedir [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/idtools [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/ioutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/jsonmessage [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/locker [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/longpath [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/loopback [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/mount [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/namesgenerator [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/parsers [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/pidfile [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/platform [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/plugingetter [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/plugins [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/plugins/transport [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/pools [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/progress [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/pubsub [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/reexec [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/signal [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/stack [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/stdcopy [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/streamformatter [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/stringid [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/symlink [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/sysinfo [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/system [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/tailfile [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/tarsum [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/term [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/term/windows [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/truncindex [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/urlutil [2022-01-31T14:10:52.367Z] github.com/docker/docker/pkg/useragent [2022-01-31T14:10:52.367Z] github.com/docker/docker/plugin [2022-01-31T14:10:52.367Z] github.com/docker/docker/plugin/executor/containerd [2022-01-31T14:10:52.367Z] github.com/docker/docker/plugin/v2 [2022-01-31T14:10:52.367Z] github.com/docker/docker/profiles/apparmor [2022-01-31T14:10:52.367Z] github.com/docker/docker/profiles/seccomp [2022-01-31T14:10:52.367Z] github.com/docker/docker/quota [2022-01-31T14:10:52.367Z] github.com/docker/docker/reference [2022-01-31T14:10:52.367Z] github.com/docker/docker/registry [2022-01-31T14:10:52.367Z] github.com/docker/docker/registry/resumable [2022-01-31T14:10:52.367Z] github.com/docker/docker/restartmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/rootless [2022-01-31T14:10:52.367Z] github.com/docker/docker/rootless/specconv [2022-01-31T14:10:52.367Z] github.com/docker/docker/runconfig [2022-01-31T14:10:52.367Z] github.com/docker/docker/runconfig/opts [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil/daemon [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil/environment [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil/fakecontext [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil/fakegit [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil/fakestorage [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil/fixtures/load [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil/registry [2022-01-31T14:10:52.367Z] github.com/docker/docker/testutil/request [2022-01-31T14:10:52.367Z] github.com/docker/docker/volume [2022-01-31T14:10:52.367Z] github.com/docker/docker/volume/drivers [2022-01-31T14:10:52.367Z] github.com/docker/docker/volume/local [2022-01-31T14:10:52.367Z] github.com/docker/docker/volume/mounts [2022-01-31T14:10:52.367Z] github.com/docker/docker/volume/service [2022-01-31T14:10:52.367Z] github.com/docker/docker/volume/service/opts [2022-01-31T14:10:52.367Z] github.com/docker/docker/volume/testutils' [2022-01-31T14:10:52.367Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/config [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/idm [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ns [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/options [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/osl [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/types' [2022-01-31T14:10:52.367Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-01-31T14:10:52.367Z] + echo 'github.com/docker/docker/libnetwork [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/config [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/idm [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T14:10:52.367Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/ns [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/options [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/osl [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/types' [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T14:10:52.368Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T14:10:52.368Z] + type docker-proxy [2022-01-31T14:10:52.368Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-01-31T14:10:52.368Z] + hack/make.sh binary-proxy install-proxy [2022-01-31T14:10:52.368Z] [2022-01-31T14:10:52.368Z] Removing bundles/ [2022-01-31T14:10:52.368Z] [2022-01-31T14:10:52.368Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-01-31T14:10:52.368Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-01-31T14:10:52.368Z] GOOS="" GOARCH="" GOARM="" [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-31T14:10:53.297Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-01-31T14:10:53.297Z] === RUN TestDockerSuite/TestExecTTY [2022-01-31T14:10:53.297Z] --- PASS: TestServiceUpdateSecrets (14.87s) [2022-01-31T14:10:53.297Z] === RUN TestServiceUpdateConfigs [2022-01-31T14:10:53.297Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-01-31T14:10:53.523Z] + bundleName=arm64-integration [2022-01-31T14:10:53.523Z] + echo Creating arm64-integration-bundles.tar.gz [2022-01-31T14:10:53.523Z] Creating arm64-integration-bundles.tar.gz [2022-01-31T14:10:53.523Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-01-31T14:10:53.523Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-01-31T14:10:53.534Z] Archiving artifacts [2022-01-31T14:10:53.858Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-01-31T14:10:54.464Z] === RUN TestDockerSuite/TestExecUlimits [2022-01-31T14:10:55.027Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-01-31T14:10:55.027Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-01-31T14:10:55.027Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-01-31T14:10:55.084Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43199/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-31T14:10:55.389Z] + make clean [2022-01-31T14:10:55.389Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-31T14:10:55.389Z] docker-dev-cache [2022-01-31T14:10:55.389Z] docker-mod-cache [Pipeline] deleteDir [2022-01-31T14:10:56.391Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-01-31T14:10:56.952Z] === RUN TestDockerSuite/TestExecWithPrivileged [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-31T14:10:57.513Z] === RUN TestDockerSuite/TestExecWithTERM [2022-01-31T14:10:58.074Z] === RUN TestDockerSuite/TestExecWithUser [2022-01-31T14:10:58.635Z] === RUN TestDockerSuite/TestGetContainerStats [2022-01-31T14:10:58.963Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-01-31T14:10:58.963Z] [2022-01-31T14:10:58.963Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-01-31T14:10:58.963Z] Installing docker-proxy to /usr/local/bin/ [2022-01-31T14:10:58.963Z] [2022-01-31T14:10:58.963Z] + mkdir -p bundles [2022-01-31T14:10:58.963Z] + '[' -n 'github.com/docker/docker/api [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/backend/build [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/httputils [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/middleware [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/build [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/container [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/debug [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/distribution [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/grpc [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/image [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/network [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/plugin [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/session [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/swarm [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/system [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/server/router/volume [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/backend [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/blkiodev [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/container [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/events [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/filters [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/image [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/mount [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/network [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/registry [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/strslice [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/swarm [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/time [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/versions [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-31T14:10:58.963Z] github.com/docker/docker/api/types/volume [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/builder-next [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/builder-next/worker [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/dockerfile [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/dockerignore [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/remotecontext [2022-01-31T14:10:58.963Z] github.com/docker/docker/builder/remotecontext/git [2022-01-31T14:10:58.963Z] github.com/docker/docker/cli [2022-01-31T14:10:58.963Z] github.com/docker/docker/cli/config [2022-01-31T14:10:58.963Z] github.com/docker/docker/cli/debug [2022-01-31T14:10:58.963Z] github.com/docker/docker/client [2022-01-31T14:10:58.963Z] github.com/docker/docker/cmd/docker-proxy [2022-01-31T14:10:58.963Z] github.com/docker/docker/cmd/dockerd [2022-01-31T14:10:58.963Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-31T14:10:58.963Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-31T14:10:58.963Z] github.com/docker/docker/container [2022-01-31T14:10:58.963Z] github.com/docker/docker/container/stream [2022-01-31T14:10:58.963Z] github.com/docker/docker/contrib/apparmor [2022-01-31T14:10:58.963Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-31T14:10:58.963Z] github.com/docker/docker/contrib/httpserver [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/cluster [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/cluster/convert [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/cluster/executor [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/cluster/provider [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/config [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/events [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/events/testutils [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/exec [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/images [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/initlayer [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/links [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/listeners [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/gelf [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/journald [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/local [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/logentries [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/splunk [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/syslog [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/logger/templates [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/names [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/network [2022-01-31T14:10:58.963Z] github.com/docker/docker/daemon/stats [2022-01-31T14:10:58.963Z] github.com/docker/docker/distribution [2022-01-31T14:10:58.963Z] github.com/docker/docker/distribution/metadata [2022-01-31T14:10:58.963Z] github.com/docker/docker/distribution/utils [2022-01-31T14:10:58.963Z] github.com/docker/docker/distribution/xfer [2022-01-31T14:10:58.963Z] github.com/docker/docker/dockerversion [2022-01-31T14:10:58.963Z] github.com/docker/docker/errdefs [2022-01-31T14:10:58.963Z] github.com/docker/docker/image [2022-01-31T14:10:58.963Z] github.com/docker/docker/image/cache [2022-01-31T14:10:58.963Z] github.com/docker/docker/image/tarexport [2022-01-31T14:10:58.963Z] github.com/docker/docker/image/v1 [2022-01-31T14:10:58.963Z] github.com/docker/docker/internal/test/suite [2022-01-31T14:10:58.963Z] github.com/docker/docker/layer [2022-01-31T14:10:58.963Z] github.com/docker/docker/libcontainerd [2022-01-31T14:10:58.963Z] github.com/docker/docker/libcontainerd/queue [2022-01-31T14:10:58.963Z] github.com/docker/docker/libcontainerd/remote [2022-01-31T14:10:58.963Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-31T14:10:58.963Z] github.com/docker/docker/libcontainerd/types [2022-01-31T14:10:58.963Z] github.com/docker/docker/oci [2022-01-31T14:10:58.963Z] github.com/docker/docker/oci/caps [2022-01-31T14:10:58.963Z] github.com/docker/docker/opts [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/aaparser [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/archive [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/authorization [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/broadcaster [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/capabilities [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/chrootarchive [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/containerfs [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/devicemapper [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/directory [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/dmesg [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/filenotify [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/fileutils [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/fsutils [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/homedir [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/idtools [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/ioutils [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/jsonmessage [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/locker [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/longpath [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/loopback [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/mount [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/namesgenerator [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/parsers [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/pidfile [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/platform [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/plugingetter [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/plugins [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/plugins/transport [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/pools [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/progress [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/pubsub [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/reexec [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/signal [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/stack [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/stdcopy [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/streamformatter [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/stringid [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/symlink [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/sysinfo [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/system [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/tailfile [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/tarsum [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/term [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/term/windows [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/truncindex [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/urlutil [2022-01-31T14:10:58.963Z] github.com/docker/docker/pkg/useragent [2022-01-31T14:10:58.963Z] github.com/docker/docker/plugin [2022-01-31T14:10:58.963Z] github.com/docker/docker/plugin/executor/containerd [2022-01-31T14:10:58.963Z] github.com/docker/docker/plugin/v2 [2022-01-31T14:10:58.963Z] github.com/docker/docker/profiles/apparmor [2022-01-31T14:10:58.963Z] github.com/docker/docker/profiles/seccomp [2022-01-31T14:10:58.963Z] github.com/docker/docker/quota [2022-01-31T14:10:58.963Z] github.com/docker/docker/reference [2022-01-31T14:10:58.963Z] github.com/docker/docker/registry [2022-01-31T14:10:58.963Z] github.com/docker/docker/registry/resumable [2022-01-31T14:10:58.963Z] github.com/docker/docker/restartmanager [2022-01-31T14:10:58.963Z] github.com/docker/docker/rootless [2022-01-31T14:10:58.963Z] github.com/docker/docker/rootless/specconv [2022-01-31T14:10:58.963Z] github.com/docker/docker/runconfig [2022-01-31T14:10:58.963Z] github.com/docker/docker/runconfig/opts [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil/daemon [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil/environment [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil/fakecontext [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil/fakegit [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil/fakestorage [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil/fixtures/load [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil/registry [2022-01-31T14:10:58.963Z] github.com/docker/docker/testutil/request [2022-01-31T14:10:58.963Z] github.com/docker/docker/volume [2022-01-31T14:10:58.963Z] github.com/docker/docker/volume/drivers [2022-01-31T14:10:58.963Z] github.com/docker/docker/volume/local [2022-01-31T14:10:58.963Z] github.com/docker/docker/volume/mounts [2022-01-31T14:10:58.963Z] github.com/docker/docker/volume/service [2022-01-31T14:10:58.963Z] github.com/docker/docker/volume/service/opts [2022-01-31T14:10:58.963Z] github.com/docker/docker/volume/testutils' ']' [2022-01-31T14:10:58.964Z] + 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/namesgenerator/cmd/names-generator 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-01-31T14:10:59.906Z] ? github.com/docker/docker/api [no test files] [2022-01-31T14:11:00.803Z] Removing intermediate container fec5205381f0 [2022-01-31T14:11:00.803Z] ---> 670e178650e7 [2022-01-31T14:11:00.803Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-01-31T14:11:00.803Z] ---> Running in aa5fe23b2cd3 [2022-01-31T14:11:00.803Z] Removing intermediate container aa5fe23b2cd3 [2022-01-31T14:11:00.803Z] ---> 702d361b9a57 [2022-01-31T14:11:00.803Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-01-31T14:11:00.803Z] ---> Running in 2c0e491a4ce2 [2022-01-31T14:11:00.803Z] Removing intermediate container 2c0e491a4ce2 [2022-01-31T14:11:00.803Z] ---> e75fc9b362f4 [2022-01-31T14:11:00.803Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-01-31T14:11:02.371Z] [2022-01-31T14:11:02.840Z] ---> c849947d639b [2022-01-31T14:11:02.840Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-01-31T14:11:02.840Z] ---> Running in db8340934e26 [2022-01-31T14:11:03.870Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-01-31T14:11:08.049Z] --- PASS: TestServiceUpdateConfigs (14.69s) [2022-01-31T14:11:08.049Z] === RUN TestServiceUpdateNetwork [2022-01-31T14:11:08.049Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-01-31T14:11:08.975Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-01-31T14:11:14.253Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-01-31T14:11:14.253Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-01-31T14:11:14.253Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-01-31T14:11:14.509Z] === RUN TestDockerSuite/TestHealth [2022-01-31T14:11:14.819Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2022-01-31T14:11:21.080Z] --- PASS: TestServiceUpdateNetwork (12.81s) [2022-01-31T14:11:21.080Z] === RUN TestServiceUpdatePidsLimit [2022-01-31T14:11:21.337Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-01-31T14:11:22.745Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-01-31T14:11:28.026Z] check_test.go:379: [db66959deda7b] daemon is not started [2022-01-31T14:11:28.026Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-01-31T14:11:28.192Z] Removing intermediate container db8340934e26 [2022-01-31T14:11:28.192Z] ---> 7fa6dc9abe69 [2022-01-31T14:11:28.192Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-01-31T14:11:28.192Z] ---> Running in 578d5689d5b7 [2022-01-31T14:11:28.192Z] [2022-01-31T14:11:28.192Z] SUCCESS: Specified value was saved. [2022-01-31T14:11:29.389Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-01-31T14:11:30.315Z] docker_api_swarm_test.go:802: [dca63aa0486fa] joining swarm manager [db1af95320981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:11:31.155Z] Removing intermediate container 578d5689d5b7 [2022-01-31T14:11:31.155Z] ---> e534b30bb4b5 [2022-01-31T14:11:31.155Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-01-31T14:11:31.155Z] ---> Running in 5071e1f19460 [2022-01-31T14:11:31.678Z] docker_api_swarm_test.go:802: [dcbdfc417f814] joining swarm manager [db1af95320981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:11:33.040Z] docker_api_swarm_test.go:802: [d715eb6a8b4d5] joining swarm manager [db1af95320981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-01-31T14:11:33.600Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-01-31T14:11:33.600Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-01-31T14:11:33.600Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-01-31T14:11:33.600Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-01-31T14:11:34.161Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-01-31T14:11:34.161Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-01-31T14:11:35.086Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-01-31T14:11:35.086Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-01-31T14:11:35.086Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-01-31T14:11:35.086Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-01-31T14:11:35.086Z] docker_api_swarm_test.go:802: [d57d963b9c079] joining swarm manager [db1af95320981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-01-31T14:11:35.352Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-01-31T14:11:35.611Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-01-31T14:11:35.876Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-01-31T14:11:35.876Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-01-31T14:11:36.438Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-01-31T14:11:36.693Z] docker_api_swarm_test.go:810: [d66204e80f701] joining swarm manager [db1af95320981]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-01-31T14:11:36.693Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-01-31T14:11:36.949Z] --- PASS: TestServiceUpdatePidsLimit (16.84s) [2022-01-31T14:11:36.949Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.06s) [2022-01-31T14:11:36.949Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-01-31T14:11:36.949Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.92s) [2022-01-31T14:11:36.949Z] PASS [2022-01-31T14:11:36.949Z] [2022-01-31T14:11:36.949Z] === Skipped [2022-01-31T14:11:36.949Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-01-31T14:11:36.949Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-31T14:11:36.949Z] [2022-01-31T14:11:36.949Z] DONE 27 tests, 1 skipped in 193.773s [2022-01-31T14:11:36.949Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-01-31T14:11:36.949Z] ++ 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-01-31T14:11:36.949Z] ++ set -e [2022-01-31T14:11:36.949Z] ++ '[' -n 0 ']' [2022-01-31T14:11:36.949Z] ++ set -x [2022-01-31T14:11:36.949Z] ++ 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-01-31T14:11:36.949Z] INFO: Testing against a local daemon [2022-01-31T14:11:36.949Z] === RUN TestSessionCreate [2022-01-31T14:11:37.249Z] --- PASS: TestSessionCreate (0.04s) [2022-01-31T14:11:37.249Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-31T14:11:37.249Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2022-01-31T14:11:37.249Z] PASS [2022-01-31T14:11:37.249Z] [2022-01-31T14:11:37.249Z] DONE 2 tests in 0.166s [2022-01-31T14:11:37.249Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-01-31T14:11:37.249Z] ++ 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-01-31T14:11:37.249Z] ++ set -e [2022-01-31T14:11:37.249Z] ++ '[' -n 0 ']' [2022-01-31T14:11:37.249Z] ++ set -x [2022-01-31T14:11:37.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-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-01-31T14:11:37.249Z] INFO: Testing against a local daemon [2022-01-31T14:11:37.249Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-31T14:11:37.249Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-31T14:11:37.249Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T14:11:37.249Z] === RUN TestDiskUsage [2022-01-31T14:11:37.249Z] === PAUSE TestDiskUsage [2022-01-31T14:11:37.249Z] === RUN TestEventsExecDie [2022-01-31T14:11:37.509Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-01-31T14:11:38.115Z] --- PASS: TestEventsExecDie (0.71s) [2022-01-31T14:11:38.115Z] === RUN TestEventsBackwardsCompatible [2022-01-31T14:11:38.115Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-01-31T14:11:38.115Z] === RUN TestEventsVolumeCreate [2022-01-31T14:11:38.115Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-01-31T14:11:38.115Z] === RUN TestInfoBinaryCommits [2022-01-31T14:11:38.115Z] === RUN TestDockerSuite/TestImagesFormat [2022-01-31T14:11:38.115Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-01-31T14:11:38.115Z] === RUN TestInfoAPIVersioned [2022-01-31T14:11:38.115Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-01-31T14:11:38.115Z] === RUN TestInfoAPI [2022-01-31T14:11:38.115Z] --- PASS: TestInfoAPI (0.03s) [2022-01-31T14:11:38.115Z] === RUN TestInfoAPIWarnings [2022-01-31T14:11:38.115Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-01-31T14:11:38.318Z] Cannot create a file when that file already exists. [2022-01-31T14:11:38.675Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-01-31T14:11:41.227Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-01-31T14:11:41.227Z] === RUN TestDockerSuite/TestImportBadURL [2022-01-31T14:11:41.227Z] === RUN TestDockerSuite/TestImportDisplay [2022-01-31T14:11:42.592Z] === RUN TestDockerSuite/TestImportFile [2022-01-31T14:11:43.957Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-01-31T14:11:43.957Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-01-31T14:11:44.200Z] Removing intermediate container 5071e1f19460 [2022-01-31T14:11:44.200Z] ---> 3ae2d17fa580 [2022-01-31T14:11:44.200Z] Step 13/13 : CMD ["sh"] [2022-01-31T14:11:44.200Z] ---> Running in b6e521f0c02e [2022-01-31T14:11:44.200Z] Removing intermediate container b6e521f0c02e [2022-01-31T14:11:44.200Z] ---> fc0ce401748d [2022-01-31T14:11:44.200Z] Successfully built fc0ce401748d [2022-01-31T14:11:44.200Z] Successfully tagged busybox:latest [2022-01-31T14:11:44.200Z] INFO: Docker images of the daemon under test [2022-01-31T14:11:44.200Z] [2022-01-31T14:11:44.200Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-31T14:11:44.200Z] busybox latest fc0ce401748d Less than a second ago 5.77GB [2022-01-31T14:11:44.200Z] microsoft/windowsservercore latest 60d6f56ecebd 13 days ago 5.75GB [2022-01-31T14:11:44.200Z] mcr.microsoft.com/windows/servercore ltsc2019 60d6f56ecebd 13 days ago 5.75GB [2022-01-31T14:11:44.200Z] [2022-01-31T14:11:44.200Z] INFO: Running integration tests at 01/31/2022 14:11:43... [2022-01-31T14:11:44.200Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-01-31T14:11:44.200Z] INFO: Integration API tests being run from the host: [2022-01-31T14:11:44.200Z] INFO: make.ps1 starting at 01/31/2022 14:11:43 [2022-01-31T14:11:44.926Z] === RUN TestDockerSuite/TestImportGzipped [2022-01-31T14:11:45.189Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-01-31T14:11:45.852Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-01-31T14:11:46.778Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-01-31T14:11:47.338Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-01-31T14:11:47.898Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-01-31T14:11:48.458Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-01-31T14:11:48.458Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-01-31T14:11:48.458Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-01-31T14:11:48.713Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-01-31T14:11:49.273Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-01-31T14:11:49.833Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-01-31T14:11:50.090Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-01-31T14:11:50.651Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-01-31T14:11:50.906Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-01-31T14:11:50.906Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-01-31T14:11:52.268Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-01-31T14:11:52.524Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-01-31T14:11:53.084Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-01-31T14:11:53.084Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-01-31T14:11:53.339Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-01-31T14:11:53.339Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-01-31T14:11:53.339Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-01-31T14:11:54.310Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-01-31T14:11:54.565Z] --- PASS: TestInfoAPIWarnings (16.40s) [2022-01-31T14:11:54.565Z] === RUN TestInfoDebug [2022-01-31T14:11:54.565Z] === RUN TestDockerSuite/TestInspectDefault [2022-01-31T14:11:55.134Z] --- PASS: TestInfoDebug (0.57s) [2022-01-31T14:11:55.134Z] === RUN TestInfoInsecureRegistries [2022-01-31T14:11:55.696Z] === RUN TestDockerSuite/TestInspectHistory [2022-01-31T14:11:55.696Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-01-31T14:11:55.696Z] === RUN TestInfoRegistryMirrors [2022-01-31T14:11:56.257Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-01-31T14:11:56.257Z] === RUN TestLoginFailsWithBadCredentials [2022-01-31T14:11:56.257Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s) [2022-01-31T14:11:56.257Z] === RUN TestPingCacheHeaders [2022-01-31T14:11:56.257Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-01-31T14:11:56.257Z] === RUN TestPingGet [2022-01-31T14:11:56.257Z] --- PASS: TestPingGet (0.02s) [2022-01-31T14:11:56.257Z] === RUN TestPingHead [2022-01-31T14:11:56.512Z] --- PASS: TestPingHead (0.02s) [2022-01-31T14:11:56.512Z] === RUN TestVersion [2022-01-31T14:11:56.512Z] --- PASS: TestVersion (0.03s) [2022-01-31T14:11:56.512Z] === CONT TestDiskUsage [2022-01-31T14:11:56.512Z] === RUN TestDockerSuite/TestInspectImage [2022-01-31T14:11:56.512Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-01-31T14:11:56.512Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-01-31T14:11:56.512Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-01-31T14:11:56.512Z] === RUN TestDockerSuite/TestInspectInt64 [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty/container_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty/image_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty/volume_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty/build-cache_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox [2022-01-31T14:11:57.072Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-01-31T14:11:57.072Z] === RUN TestDiskUsage/after_container.Run [2022-01-31T14:11:57.633Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-01-31T14:11:57.633Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-01-31T14:11:57.633Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-01-31T14:11:57.633Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-01-31T14:11:57.633Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-01-31T14:11:57.633Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-01-31T14:11:57.633Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-01-31T14:11:57.633Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-01-31T14:11:57.633Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-01-31T14:11:57.633Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-01-31T14:11:57.633Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-01-31T14:11:57.633Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage (1.41s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.27s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run (0.45s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-01-31T14:11:57.889Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-01-31T14:11:57.889Z] PASS [2022-01-31T14:11:57.889Z] [2022-01-31T14:11:57.889Z] === Skipped [2022-01-31T14:11:57.889Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T14:11:57.889Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-31T14:11:57.889Z] [2022-01-31T14:11:57.889Z] DONE 50 tests, 1 skipped in 20.682s [2022-01-31T14:11:57.889Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-01-31T14:11:57.889Z] ++ 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-01-31T14:11:57.889Z] ++ set -e [2022-01-31T14:11:57.889Z] ++ '[' -n 0 ']' [2022-01-31T14:11:57.889Z] ++ set -x [2022-01-31T14:11:57.889Z] ++ 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-01-31T14:11:57.889Z] INFO: Testing against a local daemon [2022-01-31T14:11:57.889Z] === RUN TestVolumesCreateAndList [2022-01-31T14:11:57.889Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-01-31T14:11:57.889Z] === RUN TestVolumesRemove [2022-01-31T14:11:58.145Z] --- PASS: TestVolumesRemove (0.07s) [2022-01-31T14:11:58.145Z] === RUN TestVolumesInspect [2022-01-31T14:11:58.145Z] --- PASS: TestVolumesInspect (0.03s) [2022-01-31T14:11:58.145Z] === RUN TestVolumesInvalidJSON [2022-01-31T14:11:58.145Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-31T14:11:58.145Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-31T14:11:58.145Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-31T14:11:58.145Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-01-31T14:11:58.145Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-31T14:11:58.145Z] PASS [2022-01-31T14:11:58.145Z] [2022-01-31T14:11:58.145Z] DONE 5 tests in 0.235s [2022-01-31T14:11:58.145Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-31T14:11:58.145Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-01-31T14:11:58.401Z] ++++ cat bundles/test-integration/docker.pid [2022-01-31T14:11:58.401Z] +++ kill 6125 [2022-01-31T14:11:58.657Z] +++ /etc/init.d/apparmor stop [2022-01-31T14:11:58.657Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-31T14:11:58.657Z] [2022-01-31T14:11:58.657Z] Unloading profiles will leave already running processes permanently [2022-01-31T14:11:58.657Z] unconfined, which can lead to unexpected situations. [2022-01-31T14:11:58.657Z] [2022-01-31T14:11:58.657Z] To set a process to complain mode, use the command line tool [2022-01-31T14:11:58.657Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-31T14:11:58.657Z] +++ true [2022-01-31T14:11:58.657Z] exiting test-integration [2022-01-31T14:11:58.657Z] ++ exit 0 [2022-01-31T14:11:58.657Z] [2022-01-31T14:11:58.913Z] === RUN TestDockerSuite/TestInspectPlugin [2022-01-31T14:11:59.167Z] + for job in $(jobs -p) [2022-01-31T14:11:59.167Z] + wait 6436 [2022-01-31T14:12:01.052Z] === RUN TestDockerSuite/TestInspectRootFS [2022-01-31T14:12:01.052Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-01-31T14:12:01.308Z] === RUN TestDockerSuite/TestInspectStatus [2022-01-31T14:12:01.870Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-01-31T14:12:02.797Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-01-31T14:12:03.358Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-01-31T14:12:03.613Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-01-31T14:12:04.174Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-01-31T14:12:04.735Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-01-31T14:12:04.992Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-01-31T14:12:05.553Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-01-31T14:12:05.553Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-01-31T14:12:06.916Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-01-31T14:12:07.843Z] === RUN TestDockerSuite/TestLinksEnvs [2022-01-31T14:12:08.769Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-01-31T14:12:08.769Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-01-31T14:12:09.005Z] --- PASS: TestBuildWithHugeFile (138.54s) [2022-01-31T14:12:09.005Z] === RUN TestBuildWCOWSandboxSize [2022-01-31T14:12:09.005Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T14:12:09.005Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestBuildWithEmptyDockerfile [2022-01-31T14:12:09.006Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:12:09.006Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:12:09.006Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:12:09.006Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:12:09.006Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:12:09.006Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:12:09.006Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:12:09.006Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:12:09.006Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:12:09.006Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2022-01-31T14:12:09.006Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-01-31T14:12:09.006Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-01-31T14:12:09.006Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-01-31T14:12:09.006Z] === RUN TestBuildPreserveOwnership [2022-01-31T14:12:09.006Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:12:09.006Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestBuildPlatformInvalid [2022-01-31T14:12:09.006Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2022-01-31T14:12:09.006Z] PASS [2022-01-31T14:12:09.006Z] ok github.com/docker/docker/integration/build 238.951s [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === Skipped [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-01-31T14:12:09.006Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-01-31T14:12:09.006Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-01-31T14:12:09.006Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-01-31T14:12:09.006Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-01-31T14:12:09.006Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-01-31T14:12:09.006Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] DONE 29 tests, 6 skipped in 274.694s [2022-01-31T14:12:09.006Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-01-31T14:12:09.006Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:12:09.006Z] INFO: Testing against a local daemon [2022-01-31T14:12:09.006Z] === RUN TestConfigInspect [2022-01-31T14:12:09.006Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] --- SKIP: TestConfigInspect (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestConfigList [2022-01-31T14:12:09.006Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] --- SKIP: TestConfigList (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestConfigsCreateAndDelete [2022-01-31T14:12:09.006Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestConfigsUpdate [2022-01-31T14:12:09.006Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestTemplatedConfig [2022-01-31T14:12:09.006Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestConfigCreateResolve [2022-01-31T14:12:09.006Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:12:09.006Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-01-31T14:12:09.006Z] PASS [2022-01-31T14:12:09.006Z] ok github.com/docker/docker/integration/config 0.132s [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === Skipped [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-01-31T14:12:09.006Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-01-31T14:12:09.006Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-01-31T14:12:09.006Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-01-31T14:12:09.006Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-01-31T14:12:09.006Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-01-31T14:12:09.006Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:12:09.006Z] [2022-01-31T14:12:09.006Z] DONE 6 tests, 6 skipped in 2.634s [2022-01-31T14:12:09.006Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-01-31T14:12:09.006Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:12:09.006Z] INFO: Testing against a local daemon [2022-01-31T14:12:09.006Z] === RUN TestCheckpoint [2022-01-31T14:12:09.006Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T14:12:09.006Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestContainerInvalidJSON [2022-01-31T14:12:09.006Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:12:09.006Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:12:09.006Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:12:09.006Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:12:09.006Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:12:09.006Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:12:09.006Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-01-31T14:12:09.006Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-01-31T14:12:09.006Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-01-31T14:12:09.006Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-31T14:12:09.006Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-01-31T14:12:09.006Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-31T14:12:09.006Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.30s) [2022-01-31T14:12:09.006Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-31T14:12:09.006Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.29s) [2022-01-31T14:12:09.006Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-31T14:12:09.006Z] --- PASS: TestCopyToContainerPathIsNotDir (0.34s) [2022-01-31T14:12:09.006Z] === RUN TestCopyFromContainer [2022-01-31T14:12:09.006Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-31T14:12:09.006Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:12:09.006Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:12:09.006Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:12:09.006Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:12:09.006Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:12:09.006Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:12:09.006Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:12:09.006Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:12:09.006Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:12:09.006Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-01-31T14:12:09.006Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-31T14:12:09.006Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-31T14:12:09.006Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestCreateWithInvalidEnv [2022-01-31T14:12:09.006Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-31T14:12:09.006Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-31T14:12:09.006Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-31T14:12:09.006Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-31T14:12:09.006Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-31T14:12:09.006Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-31T14:12:09.006Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-31T14:12:09.006Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-31T14:12:09.006Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-31T14:12:09.006Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateWithInvalidEnv/2 (0.02s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateWithInvalidEnv/1 (0.02s) [2022-01-31T14:12:09.006Z] === RUN TestCreateTmpfsMountsTarget [2022-01-31T14:12:09.006Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-31T14:12:09.006Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:12:09.006Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-31T14:12:09.006Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:12:09.006Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-31T14:12:09.006Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:12:09.006Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:12:09.006Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:12:09.006Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:12:09.006Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:12:09.006Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:12:09.006Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:12:09.006Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:12:09.006Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:12:09.006Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:12:09.006Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:12:09.006Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:12:09.006Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:12:09.006Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:12:09.006Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:12:09.006Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-31T14:12:09.006Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-31T14:12:09.006Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-31T14:12:09.006Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestCreateDifferentPlatform [2022-01-31T14:12:09.006Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-31T14:12:09.006Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-31T14:12:09.006Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-01-31T14:12:09.006Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-31T14:12:09.006Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.22s) [2022-01-31T14:12:09.006Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-31T14:12:09.006Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-31T14:12:09.006Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-01-31T14:12:09.006Z] === RUN TestContainerKillOnDaemonStart [2022-01-31T14:12:09.006Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:09.006Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestDiff [2022-01-31T14:12:09.006Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-31T14:12:09.006Z] --- SKIP: TestDiff (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestExecWithCloseStdin [2022-01-31T14:12:09.006Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-01-31T14:12:09.006Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-01-31T14:12:09.006Z] === RUN TestExec [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-01-31T14:12:09.986Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-01-31T14:12:09.986Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-01-31T14:12:09.986Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-01-31T14:12:09.986Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-01-31T14:12:09.986Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-01-31T14:12:09.986Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-01-31T14:12:09.986Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-01-31T14:12:09.986Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-31T14:12:09.986Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-01-31T14:12:10.131Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-01-31T14:12:11.494Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-01-31T14:12:12.859Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-01-31T14:12:12.859Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-01-31T14:12:14.269Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-01-31T14:12:14.269Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-01-31T14:12:14.879Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-01-31T14:12:15.860Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-01-31T14:12:15.860Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T14:12:15.860Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-01-31T14:12:15.860Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-31T14:12:15.860Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-01-31T14:12:17.814Z] --- PASS: TestExec (8.13s) [2022-01-31T14:12:17.814Z] === RUN TestExecUser [2022-01-31T14:12:17.814Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-31T14:12:17.814Z] --- SKIP: TestExecUser (0.01s) [2022-01-31T14:12:17.814Z] === RUN TestExportContainerAndImportImage [2022-01-31T14:12:17.814Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:17.814Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-01-31T14:12:17.814Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-31T14:12:17.814Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:17.814Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-01-31T14:12:17.814Z] === RUN TestHealthCheckWorkdir [2022-01-31T14:12:17.814Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-31T14:12:17.814Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-01-31T14:12:17.814Z] === RUN TestHealthKillContainer [2022-01-31T14:12:17.814Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-31T14:12:17.814Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-01-31T14:12:17.814Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-31T14:12:17.814Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-31T14:12:17.814Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-01-31T14:12:17.814Z] === RUN TestKillContainerInvalidSignal [2022-01-31T14:12:18.812Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-01-31T14:12:20.816Z] --- PASS: TestKillContainerInvalidSignal (4.16s) [2022-01-31T14:12:20.816Z] === RUN TestKillContainer [2022-01-31T14:12:20.816Z] === RUN TestKillContainer/no_signal [2022-01-31T14:12:21.048Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-01-31T14:12:21.048Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-31T14:12:21.048Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-01-31T14:12:21.048Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-31T14:12:21.048Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-01-31T14:12:21.048Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-31T14:12:21.048Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-01-31T14:12:21.048Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-31T14:12:21.048Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-01-31T14:12:21.469Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-01-31T14:12:21.768Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:12:21.768Z] INFO: Testing against a local daemon [2022-01-31T14:12:21.768Z] === RUN TestBuildWithSession [2022-01-31T14:12:21.768Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T14:12:21.768Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-31T14:12:21.768Z] === RUN TestBuildSquashParent [2022-01-31T14:12:21.768Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:21.768Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-01-31T14:12:21.768Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-31T14:12:21.768Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:12:21.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:12:21.768Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:12:21.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:12:21.768Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:12:21.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:12:21.768Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:12:21.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:12:21.768Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:12:21.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:12:21.768Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:12:21.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:12:21.768Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-31T14:12:21.768Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-31T14:12:21.768Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-31T14:12:21.768Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-31T14:12:22.874Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-01-31T14:12:23.801Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-01-31T14:12:24.361Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-01-31T14:12:24.836Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-01-31T14:12:24.837Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-31T14:12:24.837Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-01-31T14:12:24.837Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T14:12:24.837Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-01-31T14:12:25.641Z] === RUN TestKillContainer/non_killing_signal [2022-01-31T14:12:25.641Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-31T14:12:25.641Z] === RUN TestKillContainer/killing_signal [2022-01-31T14:12:25.725Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-01-31T14:12:25.725Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-01-31T14:12:25.981Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-01-31T14:12:25.981Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-01-31T14:12:25.981Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-01-31T14:12:26.583Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-01-31T14:12:26.838Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-01-31T14:12:27.094Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-01-31T14:12:29.502Z] --- PASS: TestKillContainer (8.49s) [2022-01-31T14:12:29.502Z] --- PASS: TestKillContainer/no_signal (4.33s) [2022-01-31T14:12:29.502Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-31T14:12:29.502Z] --- PASS: TestKillContainer/killing_signal (4.09s) [2022-01-31T14:12:29.502Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-31T14:12:29.502Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:12:29.502Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-31T14:12:29.502Z] === RUN TestKillStoppedContainer [2022-01-31T14:12:29.502Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:12:29.502Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-01-31T14:12:29.502Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-31T14:12:29.502Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:12:29.502Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-31T14:12:29.502Z] === RUN TestKillDifferentUserContainer [2022-01-31T14:12:29.502Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-31T14:12:29.502Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-01-31T14:12:29.502Z] === RUN TestInspectOomKilledTrue [2022-01-31T14:12:29.502Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:29.502Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-31T14:12:29.502Z] === RUN TestInspectOomKilledFalse [2022-01-31T14:12:29.502Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:12:29.502Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-01-31T14:12:29.502Z] === RUN TestLogsFollowTailEmpty [2022-01-31T14:12:30.355Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-01-31T14:12:30.914Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-01-31T14:12:31.993Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-01-31T14:12:33.353Z] --- PASS: TestLogsFollowTailEmpty (4.13s) [2022-01-31T14:12:33.353Z] === RUN TestNetworkNat [2022-01-31T14:12:33.353Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-31T14:12:33.353Z] --- SKIP: TestNetworkNat (0.00s) [2022-01-31T14:12:33.353Z] === RUN TestNetworkLocalhostTCPNat [2022-01-31T14:12:35.159Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-01-31T14:12:35.720Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-01-31T14:12:35.720Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-01-31T14:12:36.419Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2022-01-31T14:12:36.419Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-01-31T14:12:36.419Z] ok github.com/docker/docker/api/server/router/swarm 0.020s coverage: 5.7% of statements [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/container [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/events [no test files] [2022-01-31T14:12:36.419Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2022-01-31T14:12:36.419Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/image [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/network [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-01-31T14:12:36.419Z] ok github.com/docker/docker/api/types/time 0.016s coverage: 100.0% of statements [2022-01-31T14:12:36.419Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 77.3% of statements [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/builder [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-01-31T14:12:36.419Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-01-31T14:12:36.419Z] ok github.com/docker/docker/builder/remotecontext 0.115s coverage: 13.7% of statements [2022-01-31T14:12:36.420Z] ok github.com/docker/docker/builder/dockerfile 0.205s coverage: 49.0% of statements [2022-01-31T14:12:36.420Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-01-31T14:12:36.420Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-01-31T14:12:36.420Z] ok github.com/docker/docker/builder/remotecontext/git 1.414s coverage: 86.3% of statements [2022-01-31T14:12:36.420Z] ? github.com/docker/docker/cli [no test files] [2022-01-31T14:12:36.420Z] ? github.com/docker/docker/cli/config [no test files] [2022-01-31T14:12:36.647Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-01-31T14:12:36.771Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-31T14:12:37.253Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-01-31T14:12:37.369Z] ok github.com/docker/docker/cmd/docker-proxy 0.126s coverage: 67.6% of statements [2022-01-31T14:12:38.168Z] --- PASS: TestNetworkLocalhostTCPNat (4.88s) [2022-01-31T14:12:38.168Z] === RUN TestNetworkLoopbackNat [2022-01-31T14:12:38.168Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-31T14:12:38.168Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-01-31T14:12:38.168Z] === RUN TestPause [2022-01-31T14:12:38.168Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-31T14:12:38.168Z] --- SKIP: TestPause (0.00s) [2022-01-31T14:12:38.168Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-31T14:12:38.219Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-01-31T14:12:39.145Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-01-31T14:12:39.705Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-01-31T14:12:39.730Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-31T14:12:39.917Z] ok github.com/docker/docker/client 0.092s coverage: 75.6% of statements [2022-01-31T14:12:41.682Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-01-31T14:12:41.937Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-01-31T14:12:42.192Z] === RUN TestDockerSuite/TestLogsSince [2022-01-31T14:12:44.106Z] --- PASS: TestPauseFailsOnWindowsServerContainers (5.38s) [2022-01-31T14:12:44.106Z] === RUN TestPauseStopPausedContainer [2022-01-31T14:12:44.106Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:12:44.106Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-01-31T14:12:44.106Z] === RUN TestPsFilter [2022-01-31T14:12:44.106Z] --- PASS: TestPsFilter (0.45s) [2022-01-31T14:12:44.106Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-31T14:12:48.429Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-01-31T14:12:48.429Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.36s) [2022-01-31T14:12:48.429Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (17.98s) [2022-01-31T14:12:48.429Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (18.28s) [2022-01-31T14:12:48.429Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (18.40s) [2022-01-31T14:12:48.429Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.55s) [2022-01-31T14:12:48.429Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.49s) [2022-01-31T14:12:48.429Z] === RUN TestBuildMultiStageCopy [2022-01-31T14:12:48.429Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-31T14:12:48.767Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-01-31T14:12:48.767Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-01-31T14:12:50.054Z] --- PASS: TestRemoveContainerWithRemovedVolume (5.45s) [2022-01-31T14:12:50.054Z] === RUN TestRemoveContainerWithVolume [2022-01-31T14:12:52.030Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-01-31T14:12:53.899Z] --- PASS: TestRemoveContainerWithVolume (4.04s) [2022-01-31T14:12:53.899Z] === RUN TestRemoveContainerRunning [2022-01-31T14:12:54.541Z] docker_api_swarm_service_test.go:395: [d058eeb8c9f9d] joining swarm manager [d7f2bf8eba17d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:12:54.541Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-01-31T14:12:54.796Z] === RUN TestDockerSuite/TestLogsTail [2022-01-31T14:12:54.796Z] docker_api_swarm_service_test.go:395: [d1508f4dfee58] joining swarm manager [d7f2bf8eba17d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:12:55.358Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-01-31T14:12:56.285Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-01-31T14:12:56.541Z] === RUN TestDockerSuite/TestMountIntoProc [2022-01-31T14:12:57.102Z] === RUN TestDockerSuite/TestMountIntoSys [2022-01-31T14:12:57.664Z] === RUN TestDockerSuite/TestNetHostname [2022-01-31T14:12:57.742Z] --- PASS: TestRemoveContainerRunning (4.19s) [2022-01-31T14:12:57.742Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-31T14:12:58.867Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-31T14:12:58.867Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-31T14:12:59.594Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-01-31T14:12:59.594Z] === RUN TestDockerSuite/TestNetworkEvents [2022-01-31T14:12:59.858Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-31T14:13:01.429Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-31T14:13:02.562Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.96s) [2022-01-31T14:13:02.562Z] === RUN TestRemoveInvalidContainer [2022-01-31T14:13:02.562Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-01-31T14:13:02.562Z] === RUN TestRenameLinkedContainer [2022-01-31T14:13:02.562Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-31T14:13:02.562Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-01-31T14:13:02.562Z] === RUN TestRenameStoppedContainer [2022-01-31T14:13:02.998Z] --- PASS: TestBuildMultiStageCopy (15.17s) [2022-01-31T14:13:02.998Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.05s) [2022-01-31T14:13:02.998Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.96s) [2022-01-31T14:13:02.998Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.15s) [2022-01-31T14:13:02.998Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.37s) [2022-01-31T14:13:02.998Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.63s) [2022-01-31T14:13:02.998Z] === RUN TestBuildMultiStageParentConfig [2022-01-31T14:13:05.954Z] --- PASS: TestBuildMultiStageParentConfig (3.18s) [2022-01-31T14:13:05.954Z] === RUN TestBuildLabelWithTargets [2022-01-31T14:13:05.954Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:13:05.954Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-01-31T14:13:05.954Z] === RUN TestBuildWithEmptyLayers [2022-01-31T14:13:06.128Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-01-31T14:13:06.402Z] --- PASS: TestRenameStoppedContainer (4.08s) [2022-01-31T14:13:06.402Z] === RUN TestRenameRunningContainerAndReuse [2022-01-31T14:13:06.689Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-01-31T14:13:06.944Z] === RUN TestDockerSuite/TestPluginActive [2022-01-31T14:13:08.173Z] --- PASS: TestBuildWithEmptyLayers (1.61s) [2022-01-31T14:13:08.173Z] === RUN TestBuildMultiStageOnBuild [2022-01-31T14:13:08.829Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-01-31T14:13:10.200Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-01-31T14:13:12.713Z] docker_api_swarm_service_test.go:343: [d0fe5c4b922ee] joining swarm manager [d565c95c2c646]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:13:13.639Z] docker_api_swarm_service_test.go:343: [dd217e59eaadb] joining swarm manager [d565c95c2c646]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:13:16.924Z] --- PASS: TestRenameRunningContainerAndReuse (10.77s) [2022-01-31T14:13:16.925Z] === RUN TestRenameInvalidName [2022-01-31T14:13:16.946Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-01-31T14:13:16.946Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-01-31T14:13:16.946Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-01-31T14:13:17.872Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-01-31T14:13:18.665Z] ok github.com/docker/docker/cmd/dockerd 0.080s coverage: 29.1% of statements [2022-01-31T14:13:18.666Z] ok github.com/docker/docker/container 0.115s coverage: 34.8% of statements [2022-01-31T14:13:19.236Z] ok github.com/docker/docker/cmd/dockerd/trap 2.539s coverage: 0.0% of statements [2022-01-31T14:13:19.236Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-01-31T14:13:19.236Z] ? github.com/docker/docker/container/stream [no test files] [2022-01-31T14:13:19.236Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-01-31T14:13:19.236Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-01-31T14:13:19.236Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-01-31T14:13:21.131Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-01-31T14:13:21.738Z] --- PASS: TestRenameInvalidName (4.95s) [2022-01-31T14:13:21.738Z] === RUN TestRenameAnonymousContainer [2022-01-31T14:13:22.494Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-01-31T14:13:25.007Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-01-31T14:13:27.375Z] ok github.com/docker/docker/daemon/cluster 0.068s coverage: 0.5% of statements [2022-01-31T14:13:27.946Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2022-01-31T14:13:28.267Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-01-31T14:13:28.888Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-01-31T14:13:29.419Z] --- PASS: TestBuildMultiStageOnBuild (19.39s) [2022-01-31T14:13:29.419Z] === RUN TestBuildUncleanTarFilenames [2022-01-31T14:13:29.419Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:13:29.419Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-01-31T14:13:29.419Z] === RUN TestBuildMultiStageLayerLeak [2022-01-31T14:13:29.631Z] docker_api_swarm_service_test.go:490: [df226255301b2] joining swarm manager [d1b847406ac1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:13:30.192Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-01-31T14:13:30.798Z] docker_api_swarm_service_test.go:490: [dcb23303b5be8] joining swarm manager [d1b847406ac1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:13:31.726Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-01-31T14:13:33.090Z] === RUN TestDockerSuite/TestPortHostBinding [2022-01-31T14:13:34.047Z] === RUN TestDockerSuite/TestPortList [2022-01-31T14:13:36.797Z] --- PASS: TestRenameAnonymousContainer (14.83s) [2022-01-31T14:13:36.797Z] === RUN TestRenameContainerWithSameName [2022-01-31T14:13:37.020Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.8% of statements [2022-01-31T14:13:37.020Z] ok github.com/docker/docker/daemon/config 0.025s coverage: 81.0% of statements [2022-01-31T14:13:37.281Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-01-31T14:13:37.852Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-01-31T14:13:38.423Z] ok github.com/docker/docker/daemon 10.121s coverage: 17.1% of statements [2022-01-31T14:13:38.423Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-01-31T14:13:38.423Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-01-31T14:13:38.423Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-01-31T14:13:38.423Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-01-31T14:13:39.365Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.726s coverage: 74.6% of statements [2022-01-31T14:13:39.857Z] --- PASS: TestBuildMultiStageLayerLeak (12.62s) [2022-01-31T14:13:39.857Z] === RUN TestBuildWithHugeFile [2022-01-31T14:13:40.628Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-01-31T14:13:40.628Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-01-31T14:13:40.641Z] --- PASS: TestRenameContainerWithSameName (3.83s) [2022-01-31T14:13:40.641Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-31T14:13:40.641Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-31T14:13:40.641Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-01-31T14:13:40.641Z] === RUN TestResize [2022-01-31T14:13:40.752Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.404s coverage: 56.2% of statements [2022-01-31T14:13:40.753Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-01-31T14:13:42.670Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.8% of statements [2022-01-31T14:13:43.138Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-01-31T14:13:44.062Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.338s coverage: 50.5% of statements [2022-01-31T14:13:45.007Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.604s coverage: 45.9% of statements [2022-01-31T14:13:45.007Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-01-31T14:13:45.456Z] --- PASS: TestResize (4.98s) [2022-01-31T14:13:45.456Z] === RUN TestResizeWithInvalidSize [2022-01-31T14:13:46.393Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.656s coverage: 58.0% of statements [2022-01-31T14:13:46.393Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-01-31T14:13:46.393Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-01-31T14:13:46.393Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.8% of statements [2022-01-31T14:13:47.302Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-01-31T14:13:47.302Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-01-31T14:13:47.302Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-01-31T14:13:47.302Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-01-31T14:13:47.302Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-01-31T14:13:47.557Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-01-31T14:13:47.557Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-01-31T14:13:47.777Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-01-31T14:13:48.037Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-01-31T14:13:48.484Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-01-31T14:13:48.484Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-01-31T14:13:48.608Z] ok github.com/docker/docker/daemon/images 0.018s coverage: 6.6% of statements [2022-01-31T14:13:48.608Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-01-31T14:13:48.608Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-01-31T14:13:48.739Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-01-31T14:13:49.299Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-01-31T14:13:49.299Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-01-31T14:13:49.309Z] --- PASS: TestResizeWithInvalidSize (4.02s) [2022-01-31T14:13:49.309Z] === RUN TestResizeWhenContainerNotStarted [2022-01-31T14:13:49.550Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 43.5% of statements [2022-01-31T14:13:50.122Z] ok github.com/docker/docker/daemon/logger/awslogs 0.176s coverage: 79.9% of statements [2022-01-31T14:13:50.384Z] ok github.com/docker/docker/daemon/logger/fluentd 0.013s coverage: 33.6% of statements [2022-01-31T14:13:50.384Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-01-31T14:13:50.645Z] ok github.com/docker/docker/daemon/logger/gelf 0.016s coverage: 67.0% of statements [2022-01-31T14:13:50.703Z] docker_api_swarm_service_test.go:128: [d6cc4947b2a1f] joining swarm manager [dc19e865b42e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:13:51.218Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2022-01-31T14:13:51.479Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.013s coverage: 69.9% of statements [2022-01-31T14:13:51.479Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2022-01-31T14:13:51.629Z] docker_api_swarm_service_test.go:129: [dacd52a6b7c9b] joining swarm manager [dc19e865b42e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:13:51.629Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-01-31T14:13:52.420Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 78.7% of statements [2022-01-31T14:13:52.420Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-01-31T14:13:52.680Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.033s coverage: 54.7% of statements [2022-01-31T14:13:52.940Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 31.5% of statements [2022-01-31T14:13:53.036Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-01-31T14:13:53.155Z] --- PASS: TestResizeWhenContainerNotStarted (3.68s) [2022-01-31T14:13:53.155Z] === RUN TestDaemonRestartKillContainers [2022-01-31T14:13:53.155Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:13:53.155Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-01-31T14:13:53.155Z] === RUN TestStats [2022-01-31T14:13:53.155Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-31T14:13:53.155Z] --- SKIP: TestStats (0.00s) [2022-01-31T14:13:53.155Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-31T14:13:53.291Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-01-31T14:13:53.546Z] === RUN TestDockerSuite/TestPsByOrder [2022-01-31T14:13:53.546Z] docker_api_swarm_service_test.go:137: [d860db79b50c9] joining swarm manager [dc19e865b42e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-01-31T14:13:53.880Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-01-31T14:13:54.141Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-01-31T14:13:54.473Z] docker_api_swarm_service_test.go:138: [d20279f9ac752] joining swarm manager [dc19e865b42e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-01-31T14:13:54.712Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-01-31T14:13:55.654Z] ok github.com/docker/docker/daemon/logger/splunk 1.628s coverage: 82.5% of statements [2022-01-31T14:13:55.654Z] ? github.com/docker/docker/daemon/names [no test files] [2022-01-31T14:13:55.654Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-01-31T14:13:55.838Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-01-31T14:13:56.255Z] ok github.com/docker/docker/distribution 0.095s coverage: 26.3% of statements [2022-01-31T14:13:56.765Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-01-31T14:13:56.843Z] ok github.com/docker/docker/distribution/metadata 0.057s coverage: 48.2% of statements [2022-01-31T14:13:56.843Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-01-31T14:13:57.413Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2022-01-31T14:13:57.984Z] ok github.com/docker/docker/image 0.015s coverage: 86.6% of statements [2022-01-31T14:13:58.554Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-01-31T14:13:58.650Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-01-31T14:13:58.815Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-01-31T14:13:59.075Z] ok github.com/docker/docker/distribution/xfer 1.895s coverage: 85.4% of statements [2022-01-31T14:13:59.075Z] ? github.com/docker/docker/dockerversion [no test files] [2022-01-31T14:13:59.335Z] ok github.com/docker/docker/image/v1 0.013s coverage: 25.0% of statements [2022-01-31T14:13:59.335Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-01-31T14:13:59.596Z] ok github.com/docker/docker/libcontainerd/queue 0.031s coverage: 100.0% of statements [2022-01-31T14:14:00.537Z] ok github.com/docker/docker/oci 0.019s coverage: 43.3% of statements [2022-01-31T14:14:01.479Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2022-01-31T14:14:01.479Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-01-31T14:14:02.013Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-01-31T14:14:02.013Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-01-31T14:14:03.391Z] ok github.com/docker/docker/pkg/archive 0.317s coverage: 82.6% of statements [2022-01-31T14:14:03.651Z] ok github.com/docker/docker/pkg/authorization 0.132s coverage: 68.3% of statements [2022-01-31T14:14:03.899Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-01-31T14:14:03.912Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-01-31T14:14:03.912Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-01-31T14:14:05.865Z] --- PASS: TestStopContainerWithRestartPolicyAlways (11.35s) [2022-01-31T14:14:05.865Z] === RUN TestStopContainerWithTimeout [2022-01-31T14:14:05.865Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-31T14:14:05.865Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-01-31T14:14:05.865Z] === RUN TestUpdateRestartPolicy [2022-01-31T14:14:07.206Z] ok github.com/docker/docker/pkg/chrootarchive 2.469s coverage: 43.5% of statements [2022-01-31T14:14:07.206Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-01-31T14:14:07.207Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-01-31T14:14:08.146Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-01-31T14:14:08.146Z] ok github.com/docker/docker/layer 7.181s coverage: 68.8% of statements [2022-01-31T14:14:08.146Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-01-31T14:14:08.146Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-01-31T14:14:08.147Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-01-31T14:14:08.147Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-01-31T14:14:08.147Z] ? github.com/docker/docker/oci/caps [no test files] [2022-01-31T14:14:08.147Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-01-31T14:14:08.147Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-01-31T14:14:08.407Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-01-31T14:14:08.669Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-01-31T14:14:08.669Z] ok github.com/docker/docker/pkg/fsutils 0.167s coverage: 85.1% of statements [2022-01-31T14:14:10.054Z] ok github.com/docker/docker/pkg/idtools 0.548s coverage: 69.5% of statements [2022-01-31T14:14:10.054Z] ok github.com/docker/docker/pkg/ioutils 0.436s coverage: 69.7% of statements [2022-01-31T14:14:10.315Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-01-31T14:14:10.315Z] ok github.com/docker/docker/pkg/jsonmessage 0.021s coverage: 91.7% of statements [2022-01-31T14:14:10.315Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-01-31T14:14:10.315Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-01-31T14:14:10.315Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-01-31T14:14:10.432Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-01-31T14:14:10.577Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-01-31T14:14:10.577Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-01-31T14:14:10.577Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-01-31T14:14:10.837Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-01-31T14:14:10.993Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-01-31T14:14:11.098Z] ok github.com/docker/docker/pkg/pidfile 0.010s coverage: 82.4% of statements [2022-01-31T14:14:11.098Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2022-01-31T14:14:11.098Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-01-31T14:14:11.098Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-01-31T14:14:11.668Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2022-01-31T14:14:12.238Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-01-31T14:14:12.238Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-01-31T14:14:12.499Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-01-31T14:14:12.881Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-01-31T14:14:13.457Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-01-31T14:14:13.457Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-01-31T14:14:13.457Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-01-31T14:14:13.457Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-01-31T14:14:13.457Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-01-31T14:14:13.483Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-01-31T14:14:13.879Z] ok github.com/docker/docker/pkg/pubsub 1.037s coverage: 75.0% of statements [2022-01-31T14:14:13.879Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-01-31T14:14:14.140Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-01-31T14:14:14.140Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-01-31T14:14:14.400Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-01-31T14:14:14.409Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-01-31T14:14:14.661Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-01-31T14:14:14.921Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 51.2% of statements [2022-01-31T14:14:15.492Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2022-01-31T14:14:15.671Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-01-31T14:14:15.752Z] ok github.com/docker/docker/pkg/tailfile 0.050s coverage: 88.6% of statements [2022-01-31T14:14:15.816Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-01-31T14:14:16.418Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-01-31T14:14:16.418Z] coverage: [no statements] [2022-01-31T14:14:16.418Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-01-31T14:14:16.686Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2022-01-31T14:14:16.686Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-01-31T14:14:16.743Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-01-31T14:14:16.952Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-01-31T14:14:16.999Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-01-31T14:14:17.236Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-01-31T14:14:17.236Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-31T14:14:17.236Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-01-31T14:14:17.236Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-31T14:14:17.236Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-01-31T14:14:17.236Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-01-31T14:14:17.926Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-01-31T14:14:18.183Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-01-31T14:14:18.744Z] === RUN TestDockerSuite/TestPsRightTagName [2022-01-31T14:14:18.863Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-01-31T14:14:18.863Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-01-31T14:14:19.124Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-01-31T14:14:19.305Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-01-31T14:14:20.190Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-01-31T14:14:20.509Z] ok github.com/docker/docker/quota 0.241s coverage: 71.4% of statements [2022-01-31T14:14:20.509Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-01-31T14:14:20.669Z] === RUN TestDockerSuite/TestPsShowMounts [2022-01-31T14:14:21.452Z] ok github.com/docker/docker/registry 0.039s coverage: 58.3% of statements [2022-01-31T14:14:21.595Z] docker_api_swarm_service_test.go:304: [d2b4e64ca7314] joining swarm manager [d233ec4c47e0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:14:21.713Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-01-31T14:14:21.973Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-01-31T14:14:22.520Z] docker_api_swarm_service_test.go:304: [d1c3acb4990b9] joining swarm manager [d233ec4c47e0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:14:22.520Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-01-31T14:14:22.545Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-01-31T14:14:22.545Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-01-31T14:14:23.125Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-01-31T14:14:23.125Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-01-31T14:14:23.125Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-01-31T14:14:23.381Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-01-31T14:14:23.381Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-01-31T14:14:23.381Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-01-31T14:14:24.331Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-01-31T14:14:25.087Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-01-31T14:14:25.255Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-01-31T14:14:25.658Z] ok github.com/docker/docker/volume/local 0.100s coverage: 76.4% of statements [2022-01-31T14:14:25.918Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-01-31T14:14:26.182Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-01-31T14:14:26.439Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-01-31T14:14:27.301Z] ok github.com/docker/docker/volume/service 0.012s coverage: 72.3% of statements [2022-01-31T14:14:32.974Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-01-31T14:14:33.229Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-01-31T14:14:34.592Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-01-31T14:14:34.592Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-01-31T14:14:34.592Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-01-31T14:14:34.849Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-01-31T14:14:35.332Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-01-31T14:14:36.153Z] --- PASS: TestUpdateRestartPolicy (31.22s) [2022-01-31T14:14:36.153Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-31T14:14:36.780Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-01-31T14:14:37.705Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-01-31T14:14:39.123Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-01-31T14:14:39.152Z] --- PASS: TestUpdateRestartWithAutoRemove (3.68s) [2022-01-31T14:14:39.152Z] === RUN TestWaitNonBlocked [2022-01-31T14:14:39.152Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:14:39.152Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:14:39.152Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:14:39.152Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:14:39.152Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:14:39.152Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:14:39.591Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-01-31T14:14:40.109Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-01-31T14:14:40.109Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-31T14:14:40.109Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-01-31T14:14:40.559Z] === RUN TestDockerSuite/TestRmiBlank [2022-01-31T14:14:40.559Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-01-31T14:14:40.559Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-01-31T14:14:41.923Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-01-31T14:14:42.851Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-01-31T14:14:43.059Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-01-31T14:14:43.413Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-01-31T14:14:43.669Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-01-31T14:14:44.229Z] docker_api_swarm_service_test.go:100: [dac0317cfee82] joining swarm manager [db6732cc1e37b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:14:44.789Z] docker_api_swarm_service_test.go:101: [df7151d7070e1] joining swarm manager [db6732cc1e37b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:14:44.789Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-01-31T14:14:45.101Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-01-31T14:14:45.101Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.96s) [2022-01-31T14:14:45.101Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (5.27s) [2022-01-31T14:14:45.101Z] === RUN TestWaitBlocked [2022-01-31T14:14:45.101Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:14:45.101Z] --- SKIP: TestWaitBlocked (0.00s) [2022-01-31T14:14:45.101Z] PASS [2022-01-31T14:14:45.101Z] ok github.com/docker/docker/integration/container 157.833s [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === Skipped [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-01-31T14:14:45.101Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-01-31T14:14:45.101Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-01-31T14:14:45.101Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-01-31T14:14:45.101Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-01-31T14:14:45.101Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-31T14:14:45.101Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-31T14:14:45.101Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-01-31T14:14:45.101Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-01-31T14:14:45.101Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-01-31T14:14:45.101Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-01-31T14:14:45.101Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.01s) [2022-01-31T14:14:45.101Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-01-31T14:14:45.101Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-01-31T14:14:45.101Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-01-31T14:14:45.101Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-01-31T14:14:45.101Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-01-31T14:14:45.101Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-01-31T14:14:45.101Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-31T14:14:45.101Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-31T14:14:45.101Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-01-31T14:14:45.101Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-31T14:14:45.101Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-01-31T14:14:45.101Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-01-31T14:14:45.101Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-01-31T14:14:45.101Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-01-31T14:14:45.101Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-01-31T14:14:45.101Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-01-31T14:14:45.101Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-01-31T14:14:45.101Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-01-31T14:14:45.101Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-01-31T14:14:45.101Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-01-31T14:14:45.101Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-01-31T14:14:45.101Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-01-31T14:14:45.101Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-01-31T14:14:45.101Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:14:45.101Z] [2022-01-31T14:14:45.101Z] DONE 87 tests, 34 skipped in 160.900s [2022-01-31T14:14:45.101Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-01-31T14:14:45.272Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-01-31T14:14:45.715Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-01-31T14:14:47.081Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-01-31T14:14:48.015Z] === RUN TestDockerSuite/TestRmiTag [2022-01-31T14:14:48.274Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-01-31T14:14:49.204Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-01-31T14:14:49.254Z] ok github.com/docker/docker/pkg/plugins 33.638s coverage: 76.3% of statements [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/pkg/term [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/rootless [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/testutil/request [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/volume [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-01-31T14:14:49.254Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === Skipped [2022-01-31T14:14:49.254Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-01-31T14:14:49.254Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-01-31T14:14:49.254Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-01-31T14:14:49.254Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-01-31T14:14:49.254Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:71: No driver to put! [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-01-31T14:14:49.254Z] time="2022-01-31T14:13:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-01-31T14:14:49.254Z] time="2022-01-31T14:13:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-01-31T14:14:49.254Z] time="2022-01-31T14:13:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-01-31T14:14:49.254Z] time="2022-01-31T14:13:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-01-31T14:14:49.254Z] time="2022-01-31T14:13:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:71: No driver to put! [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-01-31T14:14:49.254Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-01-31T14:14:49.254Z] overlay_test.go:50: Fails to compute changes intermittently [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-01-31T14:14:49.254Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-31T14:14:49.254Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-01-31T14:14:49.254Z] graphtest_unix.go:71: No driver to put! [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-01-31T14:14:49.254Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-01-31T14:14:49.254Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-01-31T14:14:49.254Z] [2022-01-31T14:14:49.254Z] DONE 2314 tests, 28 skipped in 226.717s [2022-01-31T14:14:49.254Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/bitseq [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/cluster [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/config [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/datastore [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/driverapi [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/etchosts [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/idm [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/ipam [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/iptables [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/netlabel [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/netutils [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/networkdb [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/ns [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/options [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/osl [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/portallocator [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/portmapper [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/testutils [2022-01-31T14:14:49.254Z] github.com/docker/docker/libnetwork/types' ']' [2022-01-31T14:14:49.254Z] + 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-01-31T14:14:50.024Z] === RUN TestDockerSuite/TestBuildAddScript [2022-01-31T14:14:50.024Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-31T14:14:50.024Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-01-31T14:14:50.024Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-31T14:14:50.024Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-01-31T14:14:50.024Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-31T14:14:50.024Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-01-31T14:14:50.024Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-31T14:14:50.024Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-01-31T14:14:51.013Z] === RUN TestDockerSuite/TestBuildAddTar [2022-01-31T14:14:51.759Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-01-31T14:14:52.320Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-01-31T14:14:52.880Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-01-31T14:14:53.136Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-01-31T14:14:54.064Z] === RUN TestDockerSuite/TestRunAddHost [2022-01-31T14:14:54.322Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-01-31T14:14:54.578Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-01-31T14:14:55.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-01-31T14:14:55.140Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-01-31T14:14:55.701Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-01-31T14:14:56.629Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-01-31T14:14:57.189Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-01-31T14:14:57.750Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-01-31T14:14:58.320Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-01-31T14:14:59.247Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-01-31T14:15:00.214Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-01-31T14:15:00.775Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-01-31T14:15:01.336Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-01-31T14:15:01.899Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-01-31T14:15:02.459Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-01-31T14:15:03.020Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-01-31T14:15:03.947Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-01-31T14:15:04.877Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-01-31T14:15:05.802Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-01-31T14:15:06.362Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-01-31T14:15:06.362Z] check_test.go:379: [dac0317cfee82] daemon is not started [2022-01-31T14:15:06.953Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-01-31T14:15:06.953Z] === RUN TestDockerSuite/TestRunBindMounts [2022-01-31T14:15:08.318Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-01-31T14:15:08.573Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-01-31T14:15:09.134Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-01-31T14:15:09.694Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-01-31T14:15:09.950Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-01-31T14:15:09.950Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-01-31T14:15:10.511Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-01-31T14:15:10.766Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-01-31T14:15:11.326Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-01-31T14:15:11.888Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-01-31T14:15:11.888Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-01-31T14:15:12.143Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-01-31T14:15:12.143Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-01-31T14:15:12.705Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-01-31T14:15:12.705Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-01-31T14:15:13.633Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-01-31T14:15:14.195Z] docker_api_swarm_service_test.go:533: [dc46ccd78752a] joining swarm manager [de37621d66b85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:15:14.195Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-01-31T14:15:14.756Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-01-31T14:15:15.317Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-01-31T14:15:15.317Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-01-31T14:15:15.317Z] docker_api_swarm_service_test.go:534: [d0e4a00ccfb7d] joining swarm manager [de37621d66b85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:15:15.404Z] === RUN TestConfigDaemonLibtrustID [2022-01-31T14:15:15.404Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-31T14:15:15.404Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-01-31T14:15:15.404Z] === RUN TestDaemonConfigValidation [2022-01-31T14:15:15.404Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-31T14:15:15.404Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-01-31T14:15:15.404Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-31T14:15:15.404Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-31T14:15:15.404Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-01-31T14:15:15.404Z] === RUN TestDaemonProxy [2022-01-31T14:15:15.404Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-31T14:15:15.404Z] --- SKIP: TestDaemonProxy (0.00s) [2022-01-31T14:15:15.404Z] PASS [2022-01-31T14:15:15.404Z] ok github.com/docker/docker/integration/daemon 0.113s [2022-01-31T14:15:15.404Z] [2022-01-31T14:15:15.404Z] === Skipped [2022-01-31T14:15:15.404Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-01-31T14:15:15.404Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-31T14:15:15.404Z] [2022-01-31T14:15:15.404Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-01-31T14:15:15.404Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-31T14:15:15.404Z] [2022-01-31T14:15:15.404Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-01-31T14:15:15.404Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-31T14:15:15.404Z] [2022-01-31T14:15:15.404Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-01-31T14:15:15.404Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-31T14:15:15.404Z] [2022-01-31T14:15:15.404Z] DONE 4 tests, 4 skipped in 27.740s [2022-01-31T14:15:15.404Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-01-31T14:15:15.921Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-01-31T14:15:16.851Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-01-31T14:15:17.701Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:17.701Z] INFO: Testing against a local daemon [2022-01-31T14:15:17.701Z] === RUN TestCommitInheritsEnv [2022-01-31T14:15:17.701Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:15:17.701Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-01-31T14:15:17.701Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-31T14:15:17.701Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:15:17.701Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-01-31T14:15:17.701Z] === RUN TestImportWithCustomPlatform [2022-01-31T14:15:17.701Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:15:17.701Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-01-31T14:15:17.701Z] === RUN TestImagesFilterMultiReference [2022-01-31T14:15:17.701Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-01-31T14:15:17.701Z] === RUN TestImagePullPlatformInvalid [2022-01-31T14:15:17.701Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-01-31T14:15:17.701Z] === RUN TestRemoveImageOrphaning [2022-01-31T14:15:18.262Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-01-31T14:15:19.298Z] --- PASS: TestRemoveImageOrphaning (1.54s) [2022-01-31T14:15:19.298Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-31T14:15:19.298Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2022-01-31T14:15:19.298Z] === RUN TestTagInvalidReference [2022-01-31T14:15:19.298Z] --- PASS: TestTagInvalidReference (0.05s) [2022-01-31T14:15:19.298Z] === RUN TestTagValidPrefixedRepo [2022-01-31T14:15:19.298Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-01-31T14:15:19.298Z] === RUN TestTagExistedNameWithoutForce [2022-01-31T14:15:19.298Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-01-31T14:15:19.298Z] === RUN TestTagOfficialNames [2022-01-31T14:15:19.710Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-01-31T14:15:19.776Z] --- PASS: TestTagOfficialNames (0.18s) [2022-01-31T14:15:19.777Z] === RUN TestTagMatchesDigest [2022-01-31T14:15:19.777Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-01-31T14:15:19.777Z] PASS [2022-01-31T14:15:19.777Z] ok github.com/docker/docker/integration/image 2.241s [2022-01-31T14:15:19.777Z] [2022-01-31T14:15:19.777Z] === Skipped [2022-01-31T14:15:19.777Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-01-31T14:15:19.777Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:15:19.777Z] [2022-01-31T14:15:19.777Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-01-31T14:15:19.777Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:15:19.777Z] [2022-01-31T14:15:19.777Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-01-31T14:15:19.777Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:15:19.777Z] [2022-01-31T14:15:19.777Z] DONE 12 tests, 3 skipped in 7.147s [2022-01-31T14:15:19.777Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-01-31T14:15:20.271Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-01-31T14:15:20.834Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-01-31T14:15:21.395Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-01-31T14:15:21.956Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-01-31T14:15:22.517Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-01-31T14:15:22.777Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:22.777Z] INFO: Testing against a local daemon [2022-01-31T14:15:22.777Z] === RUN TestNetworkCreateDelete [2022-01-31T14:15:22.777Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:22.777Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-01-31T14:15:22.777Z] === RUN TestDockerNetworkDeletePreferID [2022-01-31T14:15:22.777Z] 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-01-31T14:15:22.777Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2022-01-31T14:15:22.777Z] === RUN TestDaemonDNSFallback [2022-01-31T14:15:22.777Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:22.777Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-01-31T14:15:22.777Z] === RUN TestInspectNetwork [2022-01-31T14:15:22.777Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-31T14:15:22.777Z] --- SKIP: TestInspectNetwork (0.00s) [2022-01-31T14:15:22.777Z] === RUN TestRunContainerWithBridgeNone [2022-01-31T14:15:22.777Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:22.777Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-01-31T14:15:22.777Z] === RUN TestNetworkInvalidJSON [2022-01-31T14:15:22.778Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-31T14:15:22.778Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-31T14:15:22.778Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:15:22.778Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:15:22.778Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:15:22.778Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:15:22.778Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-31T14:15:22.778Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:15:22.778Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:15:22.778Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-01-31T14:15:22.778Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-01-31T14:15:22.778Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-01-31T14:15:22.778Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-01-31T14:15:22.778Z] === RUN TestNetworkList [2022-01-31T14:15:22.778Z] === RUN TestNetworkList//networks [2022-01-31T14:15:22.778Z] === PAUSE TestNetworkList//networks [2022-01-31T14:15:22.778Z] === RUN TestNetworkList//networks/ [2022-01-31T14:15:22.778Z] === PAUSE TestNetworkList//networks/ [2022-01-31T14:15:22.778Z] === CONT TestNetworkList//networks [2022-01-31T14:15:22.778Z] === CONT TestNetworkList//networks/ [2022-01-31T14:15:22.778Z] --- PASS: TestNetworkList (0.05s) [2022-01-31T14:15:22.778Z] --- PASS: TestNetworkList//networks/ (0.01s) [2022-01-31T14:15:22.778Z] --- PASS: TestNetworkList//networks (0.01s) [2022-01-31T14:15:22.778Z] === RUN TestHostIPv4BridgeLabel [2022-01-31T14:15:22.778Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-31T14:15:22.778Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-01-31T14:15:22.778Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-31T14:15:22.778Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-31T14:15:22.778Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-01-31T14:15:22.778Z] === RUN TestDaemonDefaultNetworkPools [2022-01-31T14:15:22.778Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-31T14:15:22.778Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-01-31T14:15:22.778Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-31T14:15:22.778Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-31T14:15:22.778Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-31T14:15:22.778Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-31T14:15:22.778Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-31T14:15:22.778Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-31T14:15:22.778Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-31T14:15:22.778Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-31T14:15:22.778Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-31T14:15:22.778Z] === RUN TestServiceWithPredefinedNetwork [2022-01-31T14:15:22.778Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-31T14:15:22.778Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-01-31T14:15:22.778Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-31T14:15:22.778Z] service_test.go:243: FLAKY_TEST [2022-01-31T14:15:22.778Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T14:15:22.778Z] === RUN TestServiceWithDataPathPortInit [2022-01-31T14:15:22.778Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-31T14:15:22.778Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-01-31T14:15:22.778Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-31T14:15:22.778Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-31T14:15:22.778Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-31T14:15:22.778Z] PASS [2022-01-31T14:15:22.778Z] ok github.com/docker/docker/integration/network 0.210s [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === Skipped [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-01-31T14:15:23.254Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2022-01-31T14:15:23.254Z] 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-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-01-31T14:15:23.254Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-01-31T14:15:23.254Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-01-31T14:15:23.254Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-01-31T14:15:23.254Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-01-31T14:15:23.254Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-01-31T14:15:23.254Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-31T14:15:23.254Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-31T14:15:23.254Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-31T14:15:23.254Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-01-31T14:15:23.254Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T14:15:23.254Z] service_test.go:243: FLAKY_TEST [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-01-31T14:15:23.254Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-31T14:15:23.254Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-31T14:15:23.254Z] [2022-01-31T14:15:23.254Z] DONE 22 tests, 15 skipped in 3.034s [2022-01-31T14:15:23.254Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-01-31T14:15:23.443Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-01-31T14:15:24.259Z] testing: warning: no tests to run [2022-01-31T14:15:24.259Z] PASS [2022-01-31T14:15:24.259Z] ok github.com/docker/docker/integration/network/ipvlan 0.093s [2022-01-31T14:15:24.259Z] [2022-01-31T14:15:24.259Z] DONE 0 tests in 0.948s [2022-01-31T14:15:24.259Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-01-31T14:15:25.264Z] testing: warning: no tests to run [2022-01-31T14:15:25.264Z] PASS [2022-01-31T14:15:25.264Z] ok github.com/docker/docker/integration/network/macvlan 0.104s [2022-01-31T14:15:25.264Z] [2022-01-31T14:15:25.264Z] DONE 0 tests in 0.906s [2022-01-31T14:15:25.264Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-01-31T14:15:25.331Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-01-31T14:15:25.331Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-01-31T14:15:25.920Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-01-31T14:15:26.279Z] testing: warning: no tests to run [2022-01-31T14:15:26.279Z] PASS [2022-01-31T14:15:26.279Z] ok github.com/docker/docker/integration/plugin 0.119s [2022-01-31T14:15:26.279Z] [2022-01-31T14:15:26.279Z] DONE 0 tests in 0.901s [2022-01-31T14:15:26.279Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-01-31T14:15:26.870Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-01-31T14:15:26.870Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-31T14:15:26.870Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-01-31T14:15:26.871Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-31T14:15:26.871Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-01-31T14:15:27.286Z] testing: warning: no tests to run [2022-01-31T14:15:27.286Z] PASS [2022-01-31T14:15:27.286Z] ok github.com/docker/docker/integration/plugin/authz 0.093s [2022-01-31T14:15:27.286Z] [2022-01-31T14:15:27.286Z] DONE 0 tests in 0.879s [2022-01-31T14:15:27.286Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-01-31T14:15:27.325Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-01-31T14:15:27.994Z] ok github.com/docker/docker/libnetwork 37.348s coverage: 40.7% of statements [2022-01-31T14:15:27.994Z] ok github.com/docker/docker/libnetwork/bitseq 0.124s coverage: 84.4% of statements [2022-01-31T14:15:27.994Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-01-31T14:15:28.688Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-01-31T14:15:28.955Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-01-31T14:15:29.218Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-01-31T14:15:29.218Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-01-31T14:15:29.218Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-01-31T14:15:29.218Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-01-31T14:15:29.479Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-01-31T14:15:29.479Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-01-31T14:15:29.739Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-01-31T14:15:30.095Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-01-31T14:15:30.309Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-01-31T14:15:30.309Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-01-31T14:15:30.309Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-01-31T14:15:30.309Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-01-31T14:15:31.980Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-01-31T14:15:31.980Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2022-01-31T14:15:31.980Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-01-31T14:15:31.981Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2022-01-31T14:15:31.981Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-01-31T14:15:32.236Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-01-31T14:15:32.852Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.399s coverage: 59.9% of statements [2022-01-31T14:15:33.112Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-01-31T14:15:33.112Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-01-31T14:15:33.169Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-01-31T14:15:33.257Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:33.257Z] INFO: Testing against a local daemon [2022-01-31T14:15:33.257Z] === RUN TestPluginInvalidJSON [2022-01-31T14:15:33.257Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:15:33.257Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:15:33.257Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:15:33.257Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-01-31T14:15:33.257Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-31T14:15:33.257Z] === RUN TestPluginInstall [2022-01-31T14:15:33.257Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-31T14:15:33.257Z] --- SKIP: TestPluginInstall (0.00s) [2022-01-31T14:15:33.257Z] === RUN TestPluginsWithRuntimes [2022-01-31T14:15:33.257Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-31T14:15:33.257Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-01-31T14:15:33.257Z] === RUN TestPluginBackCompatMediaTypes [2022-01-31T14:15:33.257Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-31T14:15:33.257Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-01-31T14:15:33.257Z] PASS [2022-01-31T14:15:33.257Z] ok github.com/docker/docker/integration/plugin/common 0.138s [2022-01-31T14:15:33.257Z] [2022-01-31T14:15:33.257Z] === Skipped [2022-01-31T14:15:33.257Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-01-31T14:15:33.257Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-31T14:15:33.257Z] [2022-01-31T14:15:33.257Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-01-31T14:15:33.257Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-31T14:15:33.257Z] [2022-01-31T14:15:33.257Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-01-31T14:15:33.257Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-31T14:15:33.257Z] [2022-01-31T14:15:33.257Z] DONE 5 tests, 3 skipped in 5.457s [2022-01-31T14:15:33.257Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-01-31T14:15:34.053Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.182s coverage: 4.0% of statements [2022-01-31T14:15:34.053Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-01-31T14:15:34.096Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-01-31T14:15:34.096Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-01-31T14:15:34.313Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-01-31T14:15:34.314Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-01-31T14:15:34.574Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-01-31T14:15:35.459Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-01-31T14:15:35.512Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:35.512Z] INFO: Testing against a local daemon [2022-01-31T14:15:35.512Z] === RUN TestExternalGraphDriver [2022-01-31T14:15:35.512Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-31T14:15:35.512Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-01-31T14:15:35.512Z] === RUN TestGraphdriverPluginV2 [2022-01-31T14:15:35.512Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-31T14:15:35.512Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-01-31T14:15:35.512Z] PASS [2022-01-31T14:15:35.512Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.135s [2022-01-31T14:15:35.988Z] [2022-01-31T14:15:35.988Z] === Skipped [2022-01-31T14:15:35.988Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-01-31T14:15:35.988Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-31T14:15:35.988Z] [2022-01-31T14:15:35.988Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-01-31T14:15:35.988Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-31T14:15:35.988Z] [2022-01-31T14:15:35.988Z] DONE 2 tests, 2 skipped in 2.823s [2022-01-31T14:15:35.988Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-01-31T14:15:36.020Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-01-31T14:15:36.277Z] docker_api_swarm_service_test.go:148: [d468192fc539d] joining swarm manager [d40cb935c356a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:15:37.205Z] docker_api_swarm_service_test.go:148: [de4a7613180ef] joining swarm manager [d40cb935c356a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:15:37.205Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-01-31T14:15:37.767Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-01-31T14:15:37.767Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-01-31T14:15:37.767Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-01-31T14:15:38.695Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-01-31T14:15:39.017Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:39.017Z] INFO: Testing against a local daemon [2022-01-31T14:15:39.017Z] === RUN TestReadPluginNoRead [2022-01-31T14:15:39.017Z] read_test.go:21: no unix domain sockets on Windows [2022-01-31T14:15:39.017Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-01-31T14:15:39.017Z] PASS [2022-01-31T14:15:39.017Z] ok github.com/docker/docker/integration/plugin/logging 0.109s [2022-01-31T14:15:39.017Z] [2022-01-31T14:15:39.017Z] === Skipped [2022-01-31T14:15:39.017Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-01-31T14:15:39.017Z] read_test.go:21: no unix domain sockets on Windows [2022-01-31T14:15:39.017Z] [2022-01-31T14:15:39.017Z] DONE 1 tests, 1 skipped in 2.733s [2022-01-31T14:15:39.017Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-01-31T14:15:39.621Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-01-31T14:15:39.621Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-01-31T14:15:40.022Z] testing: warning: no tests to run [2022-01-31T14:15:40.022Z] PASS [2022-01-31T14:15:40.022Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.097s [2022-01-31T14:15:40.022Z] [2022-01-31T14:15:40.022Z] DONE 0 tests in 1.328s [2022-01-31T14:15:40.182Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-01-31T14:15:40.500Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-01-31T14:15:40.745Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-01-31T14:15:41.306Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-01-31T14:15:41.561Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-01-31T14:15:41.561Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-01-31T14:15:42.122Z] === RUN TestDockerSuite/TestRunEnvironment [2022-01-31T14:15:42.378Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-01-31T14:15:42.752Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:42.752Z] INFO: Testing against a local daemon [2022-01-31T14:15:42.752Z] === RUN TestPluginWithDevMounts [2022-01-31T14:15:42.752Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:42.752Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-01-31T14:15:42.752Z] PASS [2022-01-31T14:15:42.752Z] ok github.com/docker/docker/integration/plugin/volumes 0.119s [2022-01-31T14:15:42.938Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-01-31T14:15:43.499Z] === RUN TestDockerSuite/TestRunExitCode [2022-01-31T14:15:43.756Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-01-31T14:15:43.757Z] [2022-01-31T14:15:43.757Z] === Skipped [2022-01-31T14:15:43.757Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-01-31T14:15:43.757Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:43.757Z] [2022-01-31T14:15:43.757Z] DONE 1 tests, 1 skipped in 3.195s [2022-01-31T14:15:43.757Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-01-31T14:15:44.318Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-01-31T14:15:44.565Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.729s coverage: 7.2% of statements [2022-01-31T14:15:44.565Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-01-31T14:15:44.565Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-01-31T14:15:44.565Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.008s coverage: 57.4% of statements [2022-01-31T14:15:44.565Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-01-31T14:15:44.565Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-01-31T14:15:44.565Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-01-31T14:15:44.613Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-01-31T14:15:44.674Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-01-31T14:15:44.674Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-31T14:15:44.674Z] === RUN TestDockerSuite/TestBuildBlankName [2022-01-31T14:15:44.674Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-01-31T14:15:44.825Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-01-31T14:15:44.825Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-01-31T14:15:45.085Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-01-31T14:15:45.182Z] === RUN TestDockerSuite/TestRunExposePort [2022-01-31T14:15:45.182Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-01-31T14:15:45.345Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-01-31T14:15:45.443Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-01-31T14:15:46.003Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-01-31T14:15:46.021Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:46.021Z] INFO: Testing against a local daemon [2022-01-31T14:15:46.021Z] === RUN TestSecretInspect [2022-01-31T14:15:46.021Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:46.021Z] --- SKIP: TestSecretInspect (0.00s) [2022-01-31T14:15:46.021Z] === RUN TestSecretList [2022-01-31T14:15:46.021Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:46.021Z] --- SKIP: TestSecretList (0.00s) [2022-01-31T14:15:46.021Z] === RUN TestSecretsCreateAndDelete [2022-01-31T14:15:46.021Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:46.021Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-01-31T14:15:46.021Z] === RUN TestSecretsUpdate [2022-01-31T14:15:46.021Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:46.021Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-01-31T14:15:46.021Z] === RUN TestTemplatedSecret [2022-01-31T14:15:46.021Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:46.021Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-01-31T14:15:46.021Z] === RUN TestSecretCreateResolve [2022-01-31T14:15:46.021Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:46.021Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-01-31T14:15:46.021Z] PASS [2022-01-31T14:15:46.021Z] ok github.com/docker/docker/integration/secret 0.128s [2022-01-31T14:15:46.021Z] [2022-01-31T14:15:46.021Z] === Skipped [2022-01-31T14:15:46.021Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-01-31T14:15:46.021Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:46.021Z] [2022-01-31T14:15:46.021Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-01-31T14:15:46.021Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:46.021Z] [2022-01-31T14:15:46.021Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-01-31T14:15:46.021Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:46.021Z] [2022-01-31T14:15:46.021Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-01-31T14:15:46.021Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:46.021Z] [2022-01-31T14:15:46.021Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-01-31T14:15:46.021Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:46.021Z] [2022-01-31T14:15:46.021Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-01-31T14:15:46.021Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:46.021Z] [2022-01-31T14:15:46.021Z] DONE 6 tests, 6 skipped in 2.346s [2022-01-31T14:15:46.021Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-01-31T14:15:47.367Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-01-31T14:15:47.367Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-31T14:15:47.367Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-31T14:15:47.367Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-01-31T14:15:49.297Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-01-31T14:15:49.858Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-01-31T14:15:49.890Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:49.890Z] INFO: Testing against a local daemon [2022-01-31T14:15:49.890Z] === RUN TestServiceCreateInit [2022-01-31T14:15:49.890Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-31T14:15:49.890Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-31T14:15:49.890Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- PASS: TestServiceCreateInit (0.06s) [2022-01-31T14:15:49.890Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T14:15:49.890Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestCreateServiceMultipleTimes [2022-01-31T14:15:49.890Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-01-31T14:15:49.890Z] === RUN TestCreateServiceConflict [2022-01-31T14:15:49.890Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestCreateServiceMaxReplicas [2022-01-31T14:15:49.890Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-01-31T14:15:49.890Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-31T14:15:49.890Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestCreateServiceSecretFileMode [2022-01-31T14:15:49.890Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestCreateServiceConfigFileMode [2022-01-31T14:15:49.890Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestCreateServiceSysctls [2022-01-31T14:15:49.890Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestCreateServiceSysctls (0.06s) [2022-01-31T14:15:49.890Z] === RUN TestCreateServiceCapabilities [2022-01-31T14:15:49.890Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-01-31T14:15:49.890Z] === RUN TestInspect [2022-01-31T14:15:49.890Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestInspect (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestCreateJob [2022-01-31T14:15:49.890Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestCreateJob (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestReplicatedJob [2022-01-31T14:15:49.890Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestReplicatedJob (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestUpdateReplicatedJob [2022-01-31T14:15:49.890Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestServiceListWithStatuses [2022-01-31T14:15:49.890Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestDockerNetworkConnectAlias [2022-01-31T14:15:49.890Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestDockerNetworkReConnect [2022-01-31T14:15:49.890Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestServicePlugin [2022-01-31T14:15:49.890Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestServicePlugin (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestServiceUpdateLabel [2022-01-31T14:15:49.890Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:49.890Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestServiceUpdateSecrets [2022-01-31T14:15:49.890Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:49.890Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestServiceUpdateConfigs [2022-01-31T14:15:49.890Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:49.890Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-01-31T14:15:49.890Z] === RUN TestServiceUpdateNetwork [2022-01-31T14:15:49.890Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:49.890Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-01-31T14:15:49.890Z] === RUN TestServiceUpdatePidsLimit [2022-01-31T14:15:49.890Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:49.890Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-01-31T14:15:49.890Z] PASS [2022-01-31T14:15:49.890Z] ok github.com/docker/docker/integration/service 0.334s [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === Skipped [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T14:15:49.890Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T14:15:49.890Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s) [2022-01-31T14:15:49.890Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-01-31T14:15:49.890Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-01-31T14:15:49.890Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-31T14:15:49.890Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-01-31T14:15:49.890Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-01-31T14:15:49.890Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.06s) [2022-01-31T14:15:49.890Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-01-31T14:15:49.890Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-01-31T14:15:49.890Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-01-31T14:15:49.890Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-01-31T14:15:49.890Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-01-31T14:15:49.890Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-01-31T14:15:49.890Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-01-31T14:15:49.890Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-01-31T14:15:49.890Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-01-31T14:15:49.890Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-01-31T14:15:49.890Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-01-31T14:15:49.890Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-01-31T14:15:49.890Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s) [2022-01-31T14:15:49.890Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-01-31T14:15:49.890Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:15:49.890Z] [2022-01-31T14:15:49.890Z] DONE 24 tests, 23 skipped in 3.465s [2022-01-31T14:15:49.890Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-01-31T14:15:50.537Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-01-31T14:15:50.537Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-31T14:15:51.522Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-01-31T14:15:52.142Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:52.142Z] INFO: Testing against a local daemon [2022-01-31T14:15:52.142Z] === RUN TestSessionCreate [2022-01-31T14:15:52.142Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-31T14:15:52.142Z] --- SKIP: TestSessionCreate (0.00s) [2022-01-31T14:15:52.142Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-31T14:15:52.142Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-31T14:15:52.142Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-01-31T14:15:52.142Z] PASS [2022-01-31T14:15:52.142Z] ok github.com/docker/docker/integration/session 0.118s [2022-01-31T14:15:52.142Z] [2022-01-31T14:15:52.142Z] === Skipped [2022-01-31T14:15:52.142Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-01-31T14:15:52.142Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-31T14:15:52.142Z] [2022-01-31T14:15:52.142Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-01-31T14:15:52.142Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-31T14:15:52.142Z] [2022-01-31T14:15:52.142Z] DONE 2 tests, 2 skipped in 2.273s [2022-01-31T14:15:52.142Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-01-31T14:15:55.149Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:55.149Z] INFO: Testing against a local daemon [2022-01-31T14:15:55.149Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-31T14:15:55.149Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:55.149Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T14:15:55.149Z] === RUN TestDiskUsage [2022-01-31T14:15:55.149Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-31T14:15:55.149Z] --- SKIP: TestDiskUsage (0.00s) [2022-01-31T14:15:55.149Z] === RUN TestEventsExecDie [2022-01-31T14:15:55.149Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-31T14:15:55.149Z] --- SKIP: TestEventsExecDie (0.00s) [2022-01-31T14:15:55.149Z] === RUN TestEventsBackwardsCompatible [2022-01-31T14:15:55.149Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-31T14:15:55.149Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-01-31T14:15:55.149Z] === RUN TestEventsVolumeCreate [2022-01-31T14:15:55.149Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-31T14:15:55.149Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-01-31T14:15:55.149Z] === RUN TestInfoAPI [2022-01-31T14:15:55.149Z] --- PASS: TestInfoAPI (0.07s) [2022-01-31T14:15:55.149Z] === RUN TestInfoAPIWarnings [2022-01-31T14:15:55.149Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:15:55.149Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-01-31T14:15:55.149Z] === RUN TestInfoDebug [2022-01-31T14:15:55.149Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:15:55.149Z] --- SKIP: TestInfoDebug (0.00s) [2022-01-31T14:15:55.149Z] === RUN TestInfoInsecureRegistries [2022-01-31T14:15:55.149Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:15:55.149Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-01-31T14:15:55.149Z] === RUN TestInfoRegistryMirrors [2022-01-31T14:15:55.149Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:15:55.149Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-01-31T14:15:55.149Z] === RUN TestLoginFailsWithBadCredentials [2022-01-31T14:15:55.340Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.007s coverage: 100.0% of statements [2022-01-31T14:15:55.626Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s) [2022-01-31T14:15:55.626Z] === RUN TestPingCacheHeaders [2022-01-31T14:15:55.626Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-01-31T14:15:55.626Z] === RUN TestPingGet [2022-01-31T14:15:56.103Z] --- PASS: TestPingGet (0.05s) [2022-01-31T14:15:56.104Z] === RUN TestPingHead [2022-01-31T14:15:56.104Z] --- PASS: TestPingHead (0.06s) [2022-01-31T14:15:56.104Z] === RUN TestVersion [2022-01-31T14:15:56.104Z] --- PASS: TestVersion (0.05s) [2022-01-31T14:15:56.104Z] PASS [2022-01-31T14:15:56.104Z] ok github.com/docker/docker/integration/system 1.372s [2022-01-31T14:15:56.104Z] [2022-01-31T14:15:56.104Z] === Skipped [2022-01-31T14:15:56.104Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T14:15:56.104Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:15:56.104Z] [2022-01-31T14:15:56.104Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-01-31T14:15:56.104Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-31T14:15:56.104Z] [2022-01-31T14:15:56.104Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-01-31T14:15:56.104Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-31T14:15:56.104Z] [2022-01-31T14:15:56.104Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-01-31T14:15:56.104Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-31T14:15:56.104Z] [2022-01-31T14:15:56.104Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-01-31T14:15:56.104Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-31T14:15:56.104Z] [2022-01-31T14:15:56.104Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-01-31T14:15:56.104Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:15:56.104Z] [2022-01-31T14:15:56.104Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-01-31T14:15:56.104Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:15:56.104Z] [2022-01-31T14:15:56.104Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-01-31T14:15:56.104Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:15:56.104Z] [2022-01-31T14:15:56.104Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-01-31T14:15:56.104Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:15:56.104Z] [2022-01-31T14:15:56.104Z] DONE 15 tests, 9 skipped in 3.811s [2022-01-31T14:15:56.104Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-01-31T14:15:56.270Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-01-31T14:15:58.360Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:15:58.360Z] INFO: Testing against a local daemon [2022-01-31T14:15:58.360Z] === RUN TestVolumesCreateAndList [2022-01-31T14:15:58.360Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-01-31T14:15:58.360Z] === RUN TestVolumesRemove [2022-01-31T14:15:58.836Z] --- PASS: TestVolumesRemove (0.21s) [2022-01-31T14:15:58.836Z] === RUN TestVolumesInspect [2022-01-31T14:15:58.836Z] --- PASS: TestVolumesInspect (0.05s) [2022-01-31T14:15:58.836Z] === RUN TestVolumesInvalidJSON [2022-01-31T14:15:58.836Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-31T14:15:58.836Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-31T14:15:58.836Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-31T14:15:58.836Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-01-31T14:15:58.836Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-31T14:15:58.836Z] PASS [2022-01-31T14:15:58.836Z] ok github.com/docker/docker/integration/volume 0.414s [2022-01-31T14:15:58.836Z] [2022-01-31T14:15:58.836Z] DONE 5 tests in 2.777s [2022-01-31T14:15:59.314Z] INFO: make.ps1 ended at 01/31/2022 14:15:58 [2022-01-31T14:15:59.314Z] INFO: Integration CLI tests being run from the host: [2022-01-31T14:15:59.314Z] 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-01-31T14:16:02.059Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-01-31T14:16:02.059Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-01-31T14:16:02.619Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-01-31T14:16:02.619Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-01-31T14:16:02.619Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-01-31T14:16:02.619Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-01-31T14:16:03.179Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-01-31T14:16:04.924Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-01-31T14:16:05.065Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-01-31T14:16:05.626Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-01-31T14:16:06.551Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-01-31T14:16:10.249Z] ok github.com/docker/docker/libnetwork/ipam 13.933s coverage: 85.3% of statements [2022-01-31T14:16:10.249Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-01-31T14:16:10.249Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-01-31T14:16:10.249Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-01-31T14:16:10.510Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-01-31T14:16:10.510Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-01-31T14:16:10.771Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-01-31T14:16:11.342Z] ok github.com/docker/docker/libnetwork/ipamutils 0.255s coverage: 74.0% of statements [2022-01-31T14:16:11.914Z] ok github.com/docker/docker/libnetwork/iptables 0.158s coverage: 45.1% of statements [2022-01-31T14:16:11.914Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-01-31T14:16:12.175Z] ok github.com/docker/docker/libnetwork/netutils 0.021s coverage: 44.1% of statements [2022-01-31T14:16:13.080Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-01-31T14:16:13.080Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-01-31T14:16:13.080Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-01-31T14:16:13.080Z] === RUN TestDockerSuite/TestRunModeHostname [2022-01-31T14:16:13.578Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-01-31T14:16:13.578Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-31T14:16:13.578Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-01-31T14:16:13.641Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-01-31T14:16:13.641Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-01-31T14:16:13.641Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-01-31T14:16:14.727Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-31T14:16:14.727Z] INFO: Testing against a local daemon [2022-01-31T14:16:14.727Z] === RUN TestDockerSuite [2022-01-31T14:16:14.727Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-01-31T14:16:14.727Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-01-31T14:16:14.727Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T14:16:14.727Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-01-31T14:16:14.727Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-01-31T14:16:14.727Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-01-31T14:16:14.727Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-01-31T14:16:14.727Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-31T14:16:14.727Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-01-31T14:16:14.727Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-01-31T14:16:14.727Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-01-31T14:16:15.046Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-01-31T14:16:15.204Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-01-31T14:16:15.974Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-01-31T14:16:16.213Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-01-31T14:16:16.213Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-01-31T14:16:17.341Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-01-31T14:16:17.341Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-01-31T14:16:17.341Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-01-31T14:16:18.272Z] === RUN TestDockerSuite/TestRunMount [2022-01-31T14:16:19.438Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-01-31T14:16:19.438Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-31T14:16:19.438Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-01-31T14:16:19.438Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-31T14:16:19.438Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-01-31T14:16:22.245Z] --- PASS: TestBuildWithHugeFile (157.55s) [2022-01-31T14:16:22.245Z] === RUN TestBuildWCOWSandboxSize [2022-01-31T14:16:22.245Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T14:16:22.245Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-31T14:16:22.245Z] === RUN TestBuildWithEmptyDockerfile [2022-01-31T14:16:22.245Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:16:22.245Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:16:22.245Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:16:22.245Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:16:22.245Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:16:22.245Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:16:22.245Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-31T14:16:22.245Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-31T14:16:22.245Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-31T14:16:22.245Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-01-31T14:16:22.245Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-01-31T14:16:22.245Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-01-31T14:16:22.245Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-01-31T14:16:22.245Z] === RUN TestBuildPreserveOwnership [2022-01-31T14:16:22.245Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:16:22.245Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-01-31T14:16:22.245Z] === RUN TestBuildPlatformInvalid [2022-01-31T14:16:22.245Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-01-31T14:16:22.245Z] PASS [2022-01-31T14:16:22.245Z] ok github.com/docker/docker/integration/build 236.257s [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.245Z] === Skipped [2022-01-31T14:16:22.245Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-01-31T14:16:22.245Z] build_session_test.go:25: TODO: BuildKit [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.245Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-01-31T14:16:22.245Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.245Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-01-31T14:16:22.245Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.245Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-01-31T14:16:22.245Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.245Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-01-31T14:16:22.245Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.245Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-01-31T14:16:22.245Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.245Z] DONE 29 tests, 6 skipped in 272.499s [2022-01-31T14:16:22.245Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-01-31T14:16:22.245Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:16:22.245Z] INFO: Testing against a local daemon [2022-01-31T14:16:22.245Z] === RUN TestConfigInspect [2022-01-31T14:16:22.245Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.245Z] --- SKIP: TestConfigInspect (0.00s) [2022-01-31T14:16:22.245Z] === RUN TestConfigList [2022-01-31T14:16:22.245Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.245Z] --- SKIP: TestConfigList (0.00s) [2022-01-31T14:16:22.245Z] === RUN TestConfigsCreateAndDelete [2022-01-31T14:16:22.245Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.245Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-01-31T14:16:22.245Z] === RUN TestConfigsUpdate [2022-01-31T14:16:22.245Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.245Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-01-31T14:16:22.245Z] === RUN TestTemplatedConfig [2022-01-31T14:16:22.245Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.245Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-01-31T14:16:22.245Z] === RUN TestConfigCreateResolve [2022-01-31T14:16:22.245Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:16:22.245Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-01-31T14:16:22.245Z] PASS [2022-01-31T14:16:22.245Z] ok github.com/docker/docker/integration/config 0.109s [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.245Z] === Skipped [2022-01-31T14:16:22.245Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-01-31T14:16:22.245Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.245Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-01-31T14:16:22.245Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.245Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-01-31T14:16:22.245Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.245Z] [2022-01-31T14:16:22.246Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-01-31T14:16:22.246Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.246Z] [2022-01-31T14:16:22.246Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-01-31T14:16:22.246Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:22.246Z] [2022-01-31T14:16:22.246Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-01-31T14:16:22.246Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:16:22.246Z] [2022-01-31T14:16:22.246Z] DONE 6 tests, 6 skipped in 2.173s [2022-01-31T14:16:22.246Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-01-31T14:16:22.437Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-01-31T14:16:22.999Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-01-31T14:16:23.233Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:16:23.233Z] INFO: Testing against a local daemon [2022-01-31T14:16:23.233Z] === RUN TestCheckpoint [2022-01-31T14:16:23.233Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T14:16:23.233Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-31T14:16:23.233Z] === RUN TestContainerInvalidJSON [2022-01-31T14:16:23.233Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:16:23.233Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:16:23.233Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:16:23.233Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:16:23.233Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-31T14:16:23.233Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-31T14:16:23.233Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-01-31T14:16:23.233Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-01-31T14:16:23.233Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-01-31T14:16:23.233Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-31T14:16:23.233Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s) [2022-01-31T14:16:23.233Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-31T14:16:23.562Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-01-31T14:16:23.703Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-01-31T14:16:23.703Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-31T14:16:23.703Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2022-01-31T14:16:23.703Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-31T14:16:24.173Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s) [2022-01-31T14:16:24.173Z] === RUN TestCopyFromContainer [2022-01-31T14:16:24.173Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:24.173Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-01-31T14:16:24.173Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-31T14:16:24.173Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:16:24.173Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:16:24.173Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:16:24.173Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:16:24.173Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:16:24.173Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:16:24.173Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-31T14:16:24.173Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-31T14:16:24.173Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-31T14:16:24.173Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-01-31T14:16:24.173Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-31T14:16:24.173Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-31T14:16:24.173Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-01-31T14:16:24.173Z] === RUN TestCreateWithInvalidEnv [2022-01-31T14:16:24.173Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-31T14:16:24.173Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-31T14:16:24.173Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-31T14:16:24.173Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-31T14:16:24.173Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-31T14:16:24.173Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-31T14:16:24.173Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-31T14:16:24.173Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-31T14:16:24.173Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-31T14:16:24.173Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-01-31T14:16:24.173Z] === RUN TestCreateTmpfsMountsTarget [2022-01-31T14:16:24.173Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:24.173Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-01-31T14:16:24.173Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-31T14:16:24.173Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:16:24.173Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-01-31T14:16:24.173Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-31T14:16:24.173Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:16:24.173Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-31T14:16:24.173Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-31T14:16:24.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:16:24.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:16:24.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:16:24.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:16:24.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:16:24.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:16:24.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:16:24.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:16:24.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:16:24.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:16:24.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-31T14:16:24.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-31T14:16:24.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-31T14:16:24.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-31T14:16:24.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-31T14:16:24.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-01-31T14:16:24.173Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-31T14:16:24.173Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-31T14:16:24.173Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-31T14:16:24.173Z] === RUN TestCreateDifferentPlatform [2022-01-31T14:16:24.173Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-31T14:16:24.173Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-31T14:16:24.173Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-01-31T14:16:24.173Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-31T14:16:24.173Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-31T14:16:24.173Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2022-01-31T14:16:24.173Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-31T14:16:24.173Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-31T14:16:24.173Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-01-31T14:16:24.173Z] === RUN TestContainerKillOnDaemonStart [2022-01-31T14:16:24.173Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:24.173Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-01-31T14:16:24.173Z] === RUN TestDiff [2022-01-31T14:16:24.173Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-31T14:16:24.173Z] --- SKIP: TestDiff (0.00s) [2022-01-31T14:16:24.173Z] === RUN TestExecWithCloseStdin [2022-01-31T14:16:24.497Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-01-31T14:16:25.298Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-01-31T14:16:25.298Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-31T14:16:25.298Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-01-31T14:16:25.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-01-31T14:16:25.765Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-31T14:16:25.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-01-31T14:16:25.765Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-31T14:16:25.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-01-31T14:16:26.384Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-01-31T14:16:27.126Z] --- PASS: TestExecWithCloseStdin (2.88s) [2022-01-31T14:16:27.126Z] === RUN TestExec [2022-01-31T14:16:28.313Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-01-31T14:16:29.677Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-01-31T14:16:30.080Z] --- PASS: TestExec (2.51s) [2022-01-31T14:16:30.080Z] === RUN TestExecUser [2022-01-31T14:16:30.080Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-31T14:16:30.080Z] --- SKIP: TestExecUser (0.00s) [2022-01-31T14:16:30.080Z] === RUN TestExportContainerAndImportImage [2022-01-31T14:16:30.080Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:30.080Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-01-31T14:16:30.080Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-31T14:16:30.080Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:30.080Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-01-31T14:16:30.080Z] === RUN TestHealthCheckWorkdir [2022-01-31T14:16:30.080Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-31T14:16:30.080Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-01-31T14:16:30.080Z] === RUN TestHealthKillContainer [2022-01-31T14:16:30.080Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-31T14:16:30.080Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-01-31T14:16:30.080Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-31T14:16:30.080Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-31T14:16:30.080Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-01-31T14:16:30.080Z] === RUN TestKillContainerInvalidSignal [2022-01-31T14:16:31.645Z] --- PASS: TestKillContainerInvalidSignal (2.16s) [2022-01-31T14:16:31.645Z] === RUN TestKillContainer [2022-01-31T14:16:31.645Z] === RUN TestKillContainer/no_signal [2022-01-31T14:16:31.649Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-01-31T14:16:33.013Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-01-31T14:16:33.864Z] === RUN TestKillContainer/non_killing_signal [2022-01-31T14:16:33.864Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-31T14:16:33.864Z] === RUN TestKillContainer/killing_signal [2022-01-31T14:16:33.940Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-01-31T14:16:33.940Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-01-31T14:16:34.501Z] === RUN TestDockerSuite/TestRunNetHost [2022-01-31T14:16:35.065Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-01-31T14:16:35.993Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-01-31T14:16:36.555Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-01-31T14:16:36.810Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-01-31T14:16:36.819Z] --- PASS: TestKillContainer (4.57s) [2022-01-31T14:16:36.819Z] --- PASS: TestKillContainer/no_signal (2.11s) [2022-01-31T14:16:36.819Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-31T14:16:36.819Z] --- PASS: TestKillContainer/killing_signal (2.40s) [2022-01-31T14:16:36.819Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-31T14:16:36.819Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:16:36.819Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-31T14:16:36.819Z] === RUN TestKillStoppedContainer [2022-01-31T14:16:36.819Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:16:36.819Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-01-31T14:16:36.819Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-31T14:16:36.819Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:16:36.819Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-31T14:16:36.819Z] === RUN TestKillDifferentUserContainer [2022-01-31T14:16:36.819Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-31T14:16:36.819Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-01-31T14:16:36.819Z] === RUN TestInspectOomKilledTrue [2022-01-31T14:16:36.819Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:36.819Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-31T14:16:36.819Z] === RUN TestInspectOomKilledFalse [2022-01-31T14:16:36.819Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:16:36.819Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-01-31T14:16:36.819Z] === RUN TestLogsFollowTailEmpty [2022-01-31T14:16:38.219Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-01-31T14:16:38.399Z] --- PASS: TestLogsFollowTailEmpty (2.09s) [2022-01-31T14:16:38.400Z] === RUN TestNetworkNat [2022-01-31T14:16:38.400Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-31T14:16:38.400Z] --- SKIP: TestNetworkNat (0.00s) [2022-01-31T14:16:38.400Z] === RUN TestNetworkLocalhostTCPNat [2022-01-31T14:16:39.643Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-01-31T14:16:41.352Z] --- PASS: TestNetworkLocalhostTCPNat (2.49s) [2022-01-31T14:16:41.352Z] === RUN TestNetworkLoopbackNat [2022-01-31T14:16:41.352Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-31T14:16:41.352Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-01-31T14:16:41.352Z] === RUN TestPause [2022-01-31T14:16:41.352Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-31T14:16:41.352Z] --- SKIP: TestPause (0.00s) [2022-01-31T14:16:41.352Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-31T14:16:42.162Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-01-31T14:16:43.092Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-01-31T14:16:43.570Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.18s) [2022-01-31T14:16:43.570Z] === RUN TestPauseStopPausedContainer [2022-01-31T14:16:43.570Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:16:43.570Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-01-31T14:16:43.570Z] === RUN TestPsFilter [2022-01-31T14:16:43.570Z] --- PASS: TestPsFilter (0.22s) [2022-01-31T14:16:43.570Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-31T14:16:43.654Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-01-31T14:16:43.654Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-01-31T14:16:44.581Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-01-31T14:16:44.581Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-01-31T14:16:44.581Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-01-31T14:16:45.145Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-01-31T14:16:45.401Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-01-31T14:16:45.658Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-01-31T14:16:45.789Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.46s) [2022-01-31T14:16:45.789Z] === RUN TestRemoveContainerWithVolume [2022-01-31T14:16:46.266Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-01-31T14:16:47.628Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-01-31T14:16:48.758Z] --- PASS: TestRemoveContainerWithVolume (2.52s) [2022-01-31T14:16:48.758Z] === RUN TestRemoveContainerRunning [2022-01-31T14:16:50.141Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-01-31T14:16:50.976Z] --- PASS: TestRemoveContainerRunning (2.19s) [2022-01-31T14:16:50.976Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-31T14:16:51.038Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-01-31T14:16:52.067Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-01-31T14:16:52.067Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-01-31T14:16:52.067Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-01-31T14:16:52.323Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-01-31T14:16:52.542Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.14s) [2022-01-31T14:16:52.542Z] === RUN TestRemoveInvalidContainer [2022-01-31T14:16:52.542Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-01-31T14:16:52.542Z] === RUN TestRenameLinkedContainer [2022-01-31T14:16:52.542Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-31T14:16:52.542Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-01-31T14:16:52.542Z] === RUN TestRenameStoppedContainer [2022-01-31T14:16:52.579Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-01-31T14:16:53.141Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-01-31T14:16:53.983Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-01-31T14:16:53.983Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-31T14:16:54.450Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-01-31T14:16:54.450Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T14:16:54.504Z] === RUN TestDockerSuite/TestRunPortInUse [2022-01-31T14:16:54.917Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-01-31T14:16:55.107Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-01-31T14:16:55.107Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-01-31T14:16:55.363Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-01-31T14:16:55.363Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-01-31T14:16:55.495Z] --- PASS: TestRenameStoppedContainer (2.45s) [2022-01-31T14:16:55.495Z] === RUN TestRenameRunningContainerAndReuse [2022-01-31T14:16:55.924Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-01-31T14:16:56.479Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-01-31T14:16:56.479Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-31T14:16:56.479Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-01-31T14:16:56.485Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-01-31T14:16:57.049Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-01-31T14:16:57.610Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-31T14:16:57.610Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2022-01-31T14:16:57.610Z] === RUN TestDockerSuite/TestRunPublishPort [2022-01-31T14:16:58.172Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-01-31T14:16:59.097Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-01-31T14:16:59.097Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2022-01-31T14:16:59.097Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-01-31T14:16:59.097Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-01-31T14:16:59.352Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-01-31T14:17:00.257Z] --- PASS: TestRenameRunningContainerAndReuse (4.41s) [2022-01-31T14:17:00.257Z] === RUN TestRenameInvalidName [2022-01-31T14:17:00.282Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-01-31T14:17:00.282Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2022-01-31T14:17:00.282Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-01-31T14:17:01.224Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-01-31T14:17:01.824Z] --- PASS: TestRenameInvalidName (2.21s) [2022-01-31T14:17:01.824Z] === RUN TestRenameAnonymousContainer [2022-01-31T14:17:02.208Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-01-31T14:17:02.208Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-31T14:17:02.208Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-01-31T14:17:02.208Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-31T14:17:02.208Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-01-31T14:17:03.543Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-01-31T14:17:03.544Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-01-31T14:17:03.771Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-01-31T14:17:04.105Z] === RUN TestDockerSuite/TestRunRm [2022-01-31T14:17:04.666Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-01-31T14:17:04.755Z] === RUN TestDockerSuite/TestBuildCmd [2022-01-31T14:17:05.224Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-01-31T14:17:05.693Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-01-31T14:17:06.161Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-01-31T14:17:08.915Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-01-31T14:17:08.915Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-01-31T14:17:09.170Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-01-31T14:17:10.576Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-01-31T14:17:10.835Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-01-31T14:17:12.104Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-01-31T14:17:13.345Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-01-31T14:17:14.316Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-01-31T14:17:14.316Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-31T14:17:14.316Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-01-31T14:17:15.301Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-01-31T14:17:15.301Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-31T14:17:15.301Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-01-31T14:17:15.769Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-01-31T14:17:15.859Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-01-31T14:17:15.859Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-01-31T14:17:16.420Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-01-31T14:17:16.675Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-01-31T14:17:16.763Z] --- PASS: TestRenameAnonymousContainer (14.73s) [2022-01-31T14:17:16.763Z] === RUN TestRenameContainerWithSameName [2022-01-31T14:17:17.235Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-01-31T14:17:17.492Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-01-31T14:17:17.982Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-01-31T14:17:18.052Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-01-31T14:17:18.307Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-01-31T14:17:18.450Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-01-31T14:17:18.869Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-01-31T14:17:18.918Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-01-31T14:17:18.918Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-31T14:17:18.918Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-01-31T14:17:18.985Z] --- PASS: TestRenameContainerWithSameName (2.13s) [2022-01-31T14:17:18.985Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-31T14:17:18.985Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-31T14:17:18.985Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-01-31T14:17:18.985Z] === RUN TestResize [2022-01-31T14:17:19.473Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-01-31T14:17:19.905Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-01-31T14:17:20.891Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-01-31T14:17:20.891Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-31T14:17:20.891Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-01-31T14:17:20.891Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-31T14:17:20.891Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-01-31T14:17:21.212Z] --- PASS: TestResize (2.38s) [2022-01-31T14:17:21.212Z] === RUN TestResizeWithInvalidSize [2022-01-31T14:17:21.986Z] === RUN TestDockerSuite/TestRunState [2022-01-31T14:17:22.546Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-01-31T14:17:23.125Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-01-31T14:17:23.430Z] --- PASS: TestResizeWithInvalidSize (2.15s) [2022-01-31T14:17:23.430Z] === RUN TestResizeWhenContainerNotStarted [2022-01-31T14:17:23.688Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-01-31T14:17:23.688Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-01-31T14:17:23.688Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-01-31T14:17:23.688Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-01-31T14:17:24.249Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-01-31T14:17:24.505Z] === RUN TestDockerSuite/TestRunSysctls [2022-01-31T14:17:25.472Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-01-31T14:17:25.472Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-01-31T14:17:25.472Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-01-31T14:17:25.647Z] --- PASS: TestResizeWhenContainerNotStarted (2.41s) [2022-01-31T14:17:25.647Z] === RUN TestDaemonRestartKillContainers [2022-01-31T14:17:25.647Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:17:25.647Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-01-31T14:17:25.647Z] === RUN TestStats [2022-01-31T14:17:25.647Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-31T14:17:25.647Z] --- SKIP: TestStats (0.01s) [2022-01-31T14:17:25.647Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-31T14:17:26.034Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-01-31T14:17:26.755Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-01-31T14:17:27.001Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-01-31T14:17:27.929Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-01-31T14:17:28.490Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-01-31T14:17:29.897Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-01-31T14:17:32.455Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-01-31T14:17:35.716Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-01-31T14:17:35.716Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-01-31T14:17:35.971Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-01-31T14:17:36.086Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.56s) [2022-01-31T14:17:36.086Z] === RUN TestStopContainerWithTimeout [2022-01-31T14:17:36.086Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-31T14:17:36.086Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-01-31T14:17:36.086Z] === RUN TestUpdateRestartPolicy [2022-01-31T14:17:36.227Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-01-31T14:17:36.829Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-01-31T14:17:38.715Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-01-31T14:17:39.276Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-01-31T14:17:39.838Z] === RUN TestDockerSuite/TestRunUserByID [2022-01-31T14:17:40.398Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-01-31T14:17:40.398Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-01-31T14:17:40.654Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-01-31T14:17:40.910Z] === RUN TestDockerSuite/TestRunUserByName [2022-01-31T14:17:41.514Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-01-31T14:17:42.075Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-01-31T14:17:42.075Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-01-31T14:17:42.075Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-01-31T14:17:42.330Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-01-31T14:17:42.585Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-01-31T14:17:45.142Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-01-31T14:17:45.397Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-01-31T14:17:46.323Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-01-31T14:17:47.687Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-01-31T14:17:48.247Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-01-31T14:17:49.611Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-01-31T14:17:50.974Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-01-31T14:17:51.536Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-01-31T14:17:51.536Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2022-01-31T14:17:51.536Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-01-31T14:17:51.536Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2022-01-31T14:17:51.536Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-01-31T14:17:51.536Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2022-01-31T14:17:51.536Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-01-31T14:17:51.536Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-01-31T14:17:51.536Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-01-31T14:17:51.536Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-01-31T14:17:52.464Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-01-31T14:17:52.464Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-01-31T14:17:53.025Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-01-31T14:17:53.952Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-01-31T14:17:54.514Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-01-31T14:17:55.439Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-01-31T14:17:55.439Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-01-31T14:17:55.439Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-01-31T14:17:55.695Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-01-31T14:17:55.695Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-01-31T14:17:55.695Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-01-31T14:17:55.950Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-01-31T14:17:55.950Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-01-31T14:17:55.950Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-01-31T14:17:55.950Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-01-31T14:17:55.950Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-01-31T14:17:55.950Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-01-31T14:17:55.950Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-01-31T14:17:55.950Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-01-31T14:17:55.950Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-01-31T14:17:55.950Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-01-31T14:17:55.950Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-01-31T14:17:55.950Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-01-31T14:17:56.511Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-01-31T14:17:56.767Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-01-31T14:17:56.767Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-01-31T14:17:57.327Z] --- PASS: TestUpdateRestartPolicy (21.42s) [2022-01-31T14:17:57.327Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-31T14:17:57.693Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-01-31T14:17:57.932Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-01-31T14:17:57.932Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-01-31T14:17:57.932Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-01-31T14:17:57.932Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-01-31T14:17:57.932Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-01-31T14:17:57.932Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-01-31T14:17:57.932Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-01-31T14:17:57.932Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-01-31T14:17:57.932Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-01-31T14:17:57.932Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-01-31T14:17:57.932Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-01-31T14:17:57.932Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-01-31T14:17:57.932Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-01-31T14:17:57.932Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-01-31T14:17:57.932Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-01-31T14:17:57.932Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-31T14:17:57.932Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-01-31T14:17:57.949Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-01-31T14:17:58.205Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-01-31T14:17:58.460Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-01-31T14:17:58.460Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-01-31T14:17:58.894Z] --- PASS: TestUpdateRestartWithAutoRemove (2.17s) [2022-01-31T14:17:58.894Z] === RUN TestWaitNonBlocked [2022-01-31T14:17:58.894Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:17:58.894Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:17:58.894Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:17:58.894Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:17:58.894Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-31T14:17:58.894Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-31T14:17:59.023Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-01-31T14:17:59.278Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-01-31T14:17:59.534Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-01-31T14:17:59.534Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-01-31T14:18:00.095Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-01-31T14:18:00.655Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-01-31T14:18:01.215Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-01-31T14:18:01.776Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-01-31T14:18:01.776Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-01-31T14:18:01.776Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-01-31T14:18:01.850Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-01-31T14:18:01.850Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.94s) [2022-01-31T14:18:01.850Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.03s) [2022-01-31T14:18:01.850Z] === RUN TestWaitBlocked [2022-01-31T14:18:01.850Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:01.850Z] --- SKIP: TestWaitBlocked (0.00s) [2022-01-31T14:18:01.850Z] PASS [2022-01-31T14:18:01.850Z] ok github.com/docker/docker/integration/container 98.951s [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === Skipped [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-01-31T14:18:01.850Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-01-31T14:18:01.850Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-01-31T14:18:01.850Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-01-31T14:18:01.850Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-01-31T14:18:01.850Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-31T14:18:01.850Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-31T14:18:01.850Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-01-31T14:18:01.850Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-01-31T14:18:01.850Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-01-31T14:18:01.850Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-01-31T14:18:01.850Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-01-31T14:18:01.850Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-01-31T14:18:01.850Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-01-31T14:18:01.850Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-01-31T14:18:01.850Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-01-31T14:18:01.850Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-01-31T14:18:01.850Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-31T14:18:01.850Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-31T14:18:01.850Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-01-31T14:18:01.850Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-31T14:18:01.850Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-01-31T14:18:01.850Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-01-31T14:18:01.850Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:01.850Z] [2022-01-31T14:18:01.850Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-01-31T14:18:01.851Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-01-31T14:18:01.851Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-01-31T14:18:01.851Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-01-31T14:18:01.851Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-01-31T14:18:01.851Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-01-31T14:18:01.851Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-01-31T14:18:01.851Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-01-31T14:18:01.851Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.01s) [2022-01-31T14:18:01.851Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-01-31T14:18:01.851Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-01-31T14:18:01.851Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:01.851Z] [2022-01-31T14:18:01.851Z] DONE 87 tests, 33 skipped in 101.540s [2022-01-31T14:18:01.851Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-01-31T14:18:02.033Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-01-31T14:18:02.033Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-01-31T14:18:02.634Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-01-31T14:18:02.634Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-01-31T14:18:02.634Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-01-31T14:18:03.462Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-01-31T14:18:03.676Z] ok github.com/docker/docker/libnetwork/networkdb 103.722s coverage: 60.0% of statements [2022-01-31T14:18:03.676Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-01-31T14:18:03.676Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-01-31T14:18:03.676Z] ok github.com/docker/docker/libnetwork/osl 4.331s coverage: 39.7% of statements [2022-01-31T14:18:03.676Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-01-31T14:18:03.676Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-01-31T14:18:03.676Z] ok github.com/docker/docker/libnetwork/portmapper 0.220s coverage: 48.6% of statements [2022-01-31T14:18:03.676Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-01-31T14:18:03.676Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-01-31T14:18:03.718Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-01-31T14:18:03.879Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-01-31T14:18:03.879Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-31T14:18:03.879Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-01-31T14:18:03.879Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T14:18:03.879Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-01-31T14:18:03.936Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-01-31T14:18:03.936Z] [2022-01-31T14:18:03.936Z] === Skipped [2022-01-31T14:18:03.936Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-01-31T14:18:03.936Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-31T14:18:03.936Z] [2022-01-31T14:18:03.936Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-01-31T14:18:03.936Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-31T14:18:03.936Z] [2022-01-31T14:18:03.936Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-01-31T14:18:03.936Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-31T14:18:03.936Z] [2022-01-31T14:18:03.936Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-01-31T14:18:03.936Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:18:03.936Z] [2022-01-31T14:18:03.936Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-01-31T14:18:03.936Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:18:03.936Z] [2022-01-31T14:18:03.936Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-01-31T14:18:03.936Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:18:03.936Z] [2022-01-31T14:18:03.936Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-01-31T14:18:03.936Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:18:03.936Z] [2022-01-31T14:18:03.936Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-01-31T14:18:03.936Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-31T14:18:03.937Z] [2022-01-31T14:18:03.937Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-01-31T14:18:03.937Z] firewalld_test.go:14: firewalld is not running [2022-01-31T14:18:03.937Z] [2022-01-31T14:18:03.937Z] DONE 326 tests, 9 skipped in 198.145s [2022-01-31T14:18:03.973Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit Post stage [Pipeline] junit [2022-01-31T14:18:04.525Z] Recording test results [2022-01-31T14:18:04.940Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-01-31T14:18:05.286Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43199/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=af819bf623a8d414289b24f9817c6317cf3f96d5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:af819bf623a8d414289b24f9817c6317cf3f96d5 hack/validate/vendor [2022-01-31T14:18:05.949Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-01-31T14:18:06.204Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-01-31T14:18:06.204Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-01-31T14:18:06.204Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-01-31T14:18:06.226Z] go: downloading github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2022-01-31T14:18:06.226Z] go: downloading github.com/pkg/errors v0.9.1 [2022-01-31T14:18:06.486Z] go: downloading google.golang.org/grpc v1.27.1 [2022-01-31T14:18:06.486Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-01-31T14:18:06.486Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-01-31T14:18:06.486Z] go: downloading gotest.tools/v3 v3.0.3 [2022-01-31T14:18:06.486Z] go: downloading github.com/docker/go-units v0.4.0 [2022-01-31T14:18:06.747Z] go: downloading github.com/containerd/containerd v1.5.8 [2022-01-31T14:18:06.747Z] go: downloading github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 [2022-01-31T14:18:06.747Z] go: downloading github.com/moby/sys/signal v0.6.0 [2022-01-31T14:18:06.747Z] go: downloading github.com/opencontainers/image-spec v1.0.2 [2022-01-31T14:18:06.747Z] go: downloading golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 [2022-01-31T14:18:06.765Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-01-31T14:18:07.007Z] go: downloading github.com/moby/buildkit v0.8.2-0.20210615162540-9f254e18360a [2022-01-31T14:18:07.007Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-01-31T14:18:07.007Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-01-31T14:18:07.020Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-01-31T14:18:07.268Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-01-31T14:18:07.268Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-01-31T14:18:07.268Z] go: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e [2022-01-31T14:18:07.268Z] go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 [2022-01-31T14:18:07.387Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-01-31T14:18:07.387Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-31T14:18:07.387Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-01-31T14:18:07.387Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-31T14:18:07.529Z] go: downloading go.etcd.io/bbolt v1.3.5 [2022-01-31T14:18:07.529Z] go: downloading github.com/containerd/continuity v0.1.0 [2022-01-31T14:18:07.529Z] go: downloading github.com/tonistiigi/go-immutable-radix v0.0.0-20170803185627-826af9ccf0fe [2022-01-31T14:18:07.529Z] go: downloading github.com/tonistiigi/fsutil v0.0.0-20210609172227-d72af97c0eaf [2022-01-31T14:18:07.529Z] go: downloading github.com/moby/sys/symlink v0.2.0 [2022-01-31T14:18:07.529Z] go: downloading golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 [2022-01-31T14:18:07.529Z] go: downloading github.com/google/go-cmp v0.2.0 [2022-01-31T14:18:07.529Z] go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 [2022-01-31T14:18:07.529Z] go: downloading github.com/spf13/cobra v1.1.3 [2022-01-31T14:18:07.529Z] go: downloading github.com/Microsoft/go-winio v0.5.1 [2022-01-31T14:18:07.789Z] go: downloading github.com/docker/go-metrics v0.0.1 [2022-01-31T14:18:07.789Z] go: downloading github.com/opencontainers/runc v1.0.3 [2022-01-31T14:18:07.789Z] go: downloading github.com/ishidawataru/sctp v0.0.0-20210226210310-f2269e66cdee [2022-01-31T14:18:07.789Z] go: downloading github.com/Microsoft/hcsshim v0.8.23 [2022-01-31T14:18:07.789Z] go: downloading github.com/containerd/cgroups v1.0.1 [2022-01-31T14:18:07.789Z] go: downloading github.com/coreos/go-systemd/v22 v22.3.2 [2022-01-31T14:18:07.789Z] go: downloading github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 [2022-01-31T14:18:07.789Z] go: downloading github.com/docker/swarmkit v1.12.1-0.20210726173615-3629f50980f6 [2022-01-31T14:18:07.855Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-01-31T14:18:07.855Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-31T14:18:07.855Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-01-31T14:18:07.998Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-01-31T14:18:08.049Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-01-31T14:18:08.309Z] go: downloading github.com/hashicorp/go-memdb v0.0.0-20161216180745-cb9a474f84cc [2022-01-31T14:18:08.309Z] go: downloading github.com/moby/sys/mount v0.3.0 [2022-01-31T14:18:08.309Z] go: downloading github.com/opencontainers/selinux v1.9.1 [2022-01-31T14:18:08.309Z] go: downloading github.com/google/uuid v1.1.1 [2022-01-31T14:18:08.309Z] go: downloading github.com/vishvananda/netlink v1.1.0 [2022-01-31T14:18:08.309Z] go: downloading github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2022-01-31T14:18:08.309Z] go: downloading github.com/moby/locker v1.0.1 [2022-01-31T14:18:08.309Z] go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-01-31T14:18:08.309Z] go: downloading github.com/prometheus/client_golang v1.6.0 [2022-01-31T14:18:08.309Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-01-31T14:18:08.309Z] go: downloading github.com/vbatts/tar-split v0.11.2 [2022-01-31T14:18:08.309Z] go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible [2022-01-31T14:18:08.309Z] go: downloading github.com/containerd/fifo v1.0.0 [2022-01-31T14:18:08.309Z] go: downloading github.com/aws/aws-sdk-go v1.28.11 [2022-01-31T14:18:08.840Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-01-31T14:18:08.840Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-31T14:18:08.840Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-01-31T14:18:08.926Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-01-31T14:18:08.926Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-01-31T14:18:09.852Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-01-31T14:18:10.412Z] === RUN TestDockerSuite/TestSaveImageId [2022-01-31T14:18:10.412Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-01-31T14:18:10.876Z] go: downloading github.com/fluent/fluent-logger-golang v1.9.0 [2022-01-31T14:18:10.876Z] go: downloading cloud.google.com/go v0.59.0 [2022-01-31T14:18:10.876Z] go: downloading cloud.google.com/go/logging v1.0.1-0.20190813144457-ceeb313ad77b [2022-01-31T14:18:10.876Z] go: downloading google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9 [2022-01-31T14:18:10.876Z] go: downloading github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 [2022-01-31T14:18:10.876Z] go: downloading github.com/bsphere/le_go v0.0.0-20170215134836-7a984a84b549 [2022-01-31T14:18:10.876Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-31T14:18:10.876Z] go: downloading github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 [2022-01-31T14:18:10.876Z] go: downloading github.com/containerd/typeurl v1.0.2 [2022-01-31T14:18:10.973Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-01-31T14:18:11.136Z] go: downloading github.com/pelletier/go-toml v1.8.1 [2022-01-31T14:18:11.136Z] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c [2022-01-31T14:18:11.136Z] go: downloading github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3 [2022-01-31T14:18:11.136Z] go: downloading github.com/miekg/dns v1.1.27 [2022-01-31T14:18:11.136Z] go: downloading github.com/moby/ipvs v1.0.1 [2022-01-31T14:18:11.136Z] go: downloading github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae [2022-01-31T14:18:11.136Z] go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5 [2022-01-31T14:18:11.707Z] go: downloading github.com/creack/pty v1.1.11 [2022-01-31T14:18:11.707Z] go: downloading github.com/hashicorp/serf v0.7.1-0.20160317193612-598c54895cc5 [2022-01-31T14:18:11.945Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents1880957475 [2022-01-31T14:18:11.967Z] go: downloading github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9 [2022-01-31T14:18:11.967Z] go: downloading github.com/godbus/dbus/v5 v5.0.4 [2022-01-31T14:18:11.967Z] go: downloading github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8 [2022-01-31T14:18:11.967Z] go: downloading github.com/hashicorp/memberlist v0.2.4 [2022-01-31T14:18:11.967Z] go: downloading github.com/klauspost/compress v1.11.13 [2022-01-31T14:18:11.967Z] go: downloading github.com/morikuni/aec v1.0.0 [2022-01-31T14:18:11.967Z] go: downloading github.com/tchap/go-patricia v2.3.0+incompatible [2022-01-31T14:18:12.203Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-01-31T14:18:12.458Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-01-31T14:18:12.458Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-01-31T14:18:13.350Z] go: downloading github.com/stretchr/testify v1.3.0 [2022-01-31T14:18:13.350Z] go: downloading github.com/golang/protobuf v1.3.5 [2022-01-31T14:18:13.350Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-31T14:18:13.350Z] go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 [2022-01-31T14:18:13.350Z] go: downloading github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2022-01-31T14:18:13.350Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2022-01-31T14:18:13.350Z] go: downloading golang.org/x/crypto v0.0.0-20211202192323-5770296d904e [2022-01-31T14:18:13.350Z] go: downloading github.com/mitchellh/hashstructure v1.0.0 [2022-01-31T14:18:13.350Z] go: downloading github.com/containerd/console v1.0.2 [2022-01-31T14:18:13.350Z] go: downloading github.com/containerd/go-runc v1.0.0 [2022-01-31T14:18:13.350Z] go: downloading github.com/gogo/googleapis v1.3.2 [2022-01-31T14:18:13.350Z] go: downloading github.com/opentracing-contrib/go-stdlib v1.0.0 [2022-01-31T14:18:13.611Z] go: downloading github.com/hashicorp/golang-lru v0.5.3 [2022-01-31T14:18:13.611Z] go: downloading github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2022-01-31T14:18:13.611Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2022-01-31T14:18:13.611Z] go: downloading github.com/containerd/ttrpc v1.1.0 [2022-01-31T14:18:13.611Z] go: downloading github.com/coreos/etcd v3.3.27+incompatible [2022-01-31T14:18:13.611Z] go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e [2022-01-31T14:18:13.611Z] go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 [2022-01-31T14:18:13.611Z] go: downloading github.com/cyphar/filepath-securejoin v0.2.2 [2022-01-31T14:18:13.611Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-01-31T14:18:13.611Z] go: downloading github.com/cespare/xxhash/v2 v2.1.1 [2022-01-31T14:18:13.611Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-01-31T14:18:13.611Z] go: downloading github.com/prometheus/common v0.9.1 [2022-01-31T14:18:13.866Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-01-31T14:18:13.866Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-01-31T14:18:13.866Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-01-31T14:18:13.871Z] go: downloading github.com/prometheus/procfs v0.0.11 [2022-01-31T14:18:13.871Z] go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee [2022-01-31T14:18:13.871Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-01-31T14:18:13.871Z] go: downloading github.com/tinylib/msgp v1.1.0 [2022-01-31T14:18:13.871Z] go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2022-01-31T14:18:13.871Z] go: downloading google.golang.org/api v0.8.0 [2022-01-31T14:18:14.399Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-01-31T14:18:15.232Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-01-31T14:18:15.253Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5 [2022-01-31T14:18:15.253Z] go: downloading go.opencensus.io v0.22.3 [2022-01-31T14:18:15.253Z] go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d [2022-01-31T14:18:15.515Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-01-31T14:18:15.515Z] go: downloading github.com/google/certificate-transparency-go v1.0.20 [2022-01-31T14:18:15.515Z] go: downloading github.com/armon/go-metrics v0.0.0-20150106224455-eb0af217e5e9 [2022-01-31T14:18:15.515Z] go: downloading github.com/hashicorp/go-msgpack v0.0.0-20140221154404-71c2886f5a67 [2022-01-31T14:18:15.515Z] go: downloading github.com/google/btree v1.0.1 [2022-01-31T14:18:15.515Z] go: downloading github.com/hashicorp/go-multierror v1.0.0 [2022-01-31T14:18:15.515Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-01-31T14:18:15.775Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-01-31T14:18:15.775Z] go: downloading github.com/cilium/ebpf v0.6.2 [2022-01-31T14:18:15.775Z] go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 [2022-01-31T14:18:15.775Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-01-31T14:18:15.775Z] go: downloading golang.org/x/text v0.3.3 [2022-01-31T14:18:15.794Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-01-31T14:18:16.346Z] go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2022-01-31T14:18:16.346Z] go: downloading github.com/gofrs/flock v0.7.3 [2022-01-31T14:18:16.346Z] go: downloading code.cloudfoundry.org/clock v1.0.0 [2022-01-31T14:18:16.346Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-01-31T14:18:16.346Z] go: downloading github.com/jmespath/go-jmespath v0.3.0 [2022-01-31T14:18:16.346Z] go: downloading github.com/philhofer/fwd v1.0.0 [2022-01-31T14:18:16.346Z] go: downloading github.com/kr/pretty v0.2.1 [2022-01-31T14:18:16.346Z] go: downloading github.com/jstemmer/go-junit-report v0.9.1 [2022-01-31T14:18:16.346Z] go: downloading golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 [2022-01-31T14:18:16.346Z] go: downloading golang.org/x/tools v0.1.0 [2022-01-31T14:18:16.346Z] go: downloading cloud.google.com/go/bigquery v1.0.0 [2022-01-31T14:18:16.608Z] go: downloading cloud.google.com/go/datastore v1.1.0 [2022-01-31T14:18:16.608Z] go: downloading cloud.google.com/go/pubsub v1.3.1 [2022-01-31T14:18:16.608Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-01-31T14:18:16.608Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-01-31T14:18:16.608Z] go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible [2022-01-31T14:18:16.608Z] go: downloading labix.org/v2/mgo v0.0.0-20140701140051-000000000287 [2022-01-31T14:18:16.719Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-01-31T14:18:16.868Z] go: downloading github.com/frankban/quicktest v1.11.3 [2022-01-31T14:18:16.868Z] go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2022-01-31T14:18:16.868Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2022-01-31T14:18:16.868Z] go: downloading github.com/onsi/ginkgo v1.8.0 [2022-01-31T14:18:16.868Z] go: downloading github.com/onsi/gomega v1.5.0 [2022-01-31T14:18:16.868Z] go: downloading github.com/kr/text v0.1.0 [2022-01-31T14:18:16.868Z] go: downloading google.golang.org/appengine v1.6.7 [2022-01-31T14:18:16.975Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-01-31T14:18:17.129Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-31T14:18:17.129Z] go: downloading github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea [2022-01-31T14:18:17.129Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-01-31T14:18:17.129Z] go: downloading golang.org/x/mod v0.4.1 [2022-01-31T14:18:17.129Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-01-31T14:18:17.129Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-31T14:18:17.129Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2022-01-31T14:18:17.129Z] No vendor changes in diff. [2022-01-31T14:18:17.231Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-01-31T14:18:17.231Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-01-31T14:18:17.231Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-01-31T14:18:18.205Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-01-31T14:18:20.091Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-01-31T14:18:20.745Z] + echo Ensuring container killed. [2022-01-31T14:18:20.745Z] Ensuring container killed. [2022-01-31T14:18:20.745Z] + docker rm -vf docker-pr4 [2022-01-31T14:18:20.745Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-01-31T14:18:21.034Z] + echo Chowning /workspace to jenkins user [2022-01-31T14:18:21.034Z] Chowning /workspace to jenkins user [2022-01-31T14:18:21.034Z] + id -u [2022-01-31T14:18:21.034Z] + id -g [2022-01-31T14:18:21.034Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43199:/workspace busybox chown -R 1000:1000 /workspace [2022-01-31T14:18:21.454Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-31T14:18:21.916Z] + bundleName=unit [2022-01-31T14:18:21.916Z] + echo Creating unit-bundles.tar.gz [2022-01-31T14:18:21.916Z] Creating unit-bundles.tar.gz [2022-01-31T14:18:21.916Z] + 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-01-31T14:18:21.916Z] bundles/junit-report-libnetwork.xml [2022-01-31T14:18:21.916Z] bundles/junit-report.xml [2022-01-31T14:18:21.916Z] bundles/go-test-report-libnetwork.json [2022-01-31T14:18:21.916Z] bundles/go-test-report.json [2022-01-31T14:18:21.916Z] bundles/profile-libnetwork.out [2022-01-31T14:18:21.916Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-01-31T14:18:21.929Z] Archiving artifacts [2022-01-31T14:18:22.381Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43199/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-31T14:18:22.692Z] + make clean [2022-01-31T14:18:22.692Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-31T14:18:22.692Z] docker-dev-cache [2022-01-31T14:18:22.692Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-31T14:18:24.735Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-01-31T14:18:26.621Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-01-31T14:18:26.621Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-01-31T14:18:27.159Z] === RUN TestConfigDaemonLibtrustID [2022-01-31T14:18:27.159Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-31T14:18:27.159Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-01-31T14:18:27.159Z] === RUN TestDaemonConfigValidation [2022-01-31T14:18:27.159Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-31T14:18:27.159Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-01-31T14:18:27.159Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-31T14:18:27.159Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-31T14:18:27.159Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-01-31T14:18:27.159Z] === RUN TestDaemonProxy [2022-01-31T14:18:27.159Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-31T14:18:27.159Z] --- SKIP: TestDaemonProxy (0.00s) [2022-01-31T14:18:27.159Z] PASS [2022-01-31T14:18:27.159Z] ok github.com/docker/docker/integration/daemon 0.123s [2022-01-31T14:18:27.159Z] [2022-01-31T14:18:27.159Z] === Skipped [2022-01-31T14:18:27.159Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-01-31T14:18:27.159Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-31T14:18:27.159Z] [2022-01-31T14:18:27.159Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-01-31T14:18:27.159Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-31T14:18:27.159Z] [2022-01-31T14:18:27.159Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-01-31T14:18:27.159Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-31T14:18:27.159Z] [2022-01-31T14:18:27.159Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-01-31T14:18:27.159Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-31T14:18:27.159Z] [2022-01-31T14:18:27.159Z] DONE 4 tests, 4 skipped in 22.311s [2022-01-31T14:18:27.159Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-01-31T14:18:27.183Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-01-31T14:18:28.547Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-01-31T14:18:28.725Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:18:28.725Z] INFO: Testing against a local daemon [2022-01-31T14:18:28.725Z] === RUN TestCommitInheritsEnv [2022-01-31T14:18:28.725Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:18:28.725Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-01-31T14:18:28.725Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-31T14:18:28.725Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:18:28.725Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-01-31T14:18:28.725Z] === RUN TestImportWithCustomPlatform [2022-01-31T14:18:28.725Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:18:28.725Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-01-31T14:18:28.725Z] === RUN TestImagesFilterMultiReference [2022-01-31T14:18:28.725Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-01-31T14:18:28.725Z] === RUN TestImagePullPlatformInvalid [2022-01-31T14:18:29.196Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-01-31T14:18:29.196Z] === RUN TestRemoveImageOrphaning [2022-01-31T14:18:30.185Z] --- PASS: TestRemoveImageOrphaning (1.10s) [2022-01-31T14:18:30.185Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-31T14:18:30.185Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-01-31T14:18:30.185Z] === RUN TestTagInvalidReference [2022-01-31T14:18:30.185Z] --- PASS: TestTagInvalidReference (0.04s) [2022-01-31T14:18:30.185Z] === RUN TestTagValidPrefixedRepo [2022-01-31T14:18:30.185Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-01-31T14:18:30.185Z] === RUN TestTagExistedNameWithoutForce [2022-01-31T14:18:30.185Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-01-31T14:18:30.185Z] === RUN TestTagOfficialNames [2022-01-31T14:18:30.185Z] --- PASS: TestTagOfficialNames (0.11s) [2022-01-31T14:18:30.185Z] === RUN TestTagMatchesDigest [2022-01-31T14:18:30.655Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-01-31T14:18:30.655Z] PASS [2022-01-31T14:18:30.655Z] ok github.com/docker/docker/integration/image 1.699s [2022-01-31T14:18:30.655Z] [2022-01-31T14:18:30.655Z] === Skipped [2022-01-31T14:18:30.655Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-01-31T14:18:30.655Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:18:30.655Z] [2022-01-31T14:18:30.655Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-01-31T14:18:30.655Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:18:30.655Z] [2022-01-31T14:18:30.655Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-01-31T14:18:30.655Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-01-31T14:18:30.655Z] [2022-01-31T14:18:30.655Z] DONE 12 tests, 3 skipped in 6.102s [2022-01-31T14:18:30.655Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-01-31T14:18:31.057Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-01-31T14:18:32.421Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-01-31T14:18:32.873Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:18:32.873Z] INFO: Testing against a local daemon [2022-01-31T14:18:32.873Z] === RUN TestNetworkCreateDelete [2022-01-31T14:18:32.873Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:32.873Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestDockerNetworkDeletePreferID [2022-01-31T14:18:32.873Z] 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-01-31T14:18:32.873Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestDaemonDNSFallback [2022-01-31T14:18:32.873Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:32.873Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestInspectNetwork [2022-01-31T14:18:32.873Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:32.873Z] --- SKIP: TestInspectNetwork (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestRunContainerWithBridgeNone [2022-01-31T14:18:32.873Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:32.873Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestNetworkInvalidJSON [2022-01-31T14:18:32.873Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-31T14:18:32.873Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-31T14:18:32.873Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:18:32.873Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:18:32.873Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:18:32.873Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:18:32.873Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-31T14:18:32.873Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-31T14:18:32.873Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-31T14:18:32.873Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-01-31T14:18:32.873Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-01-31T14:18:32.873Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-01-31T14:18:32.873Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-01-31T14:18:32.873Z] === RUN TestNetworkList [2022-01-31T14:18:32.873Z] === RUN TestNetworkList//networks [2022-01-31T14:18:32.873Z] === PAUSE TestNetworkList//networks [2022-01-31T14:18:32.873Z] === RUN TestNetworkList//networks/ [2022-01-31T14:18:32.873Z] === PAUSE TestNetworkList//networks/ [2022-01-31T14:18:32.873Z] === CONT TestNetworkList//networks [2022-01-31T14:18:32.873Z] === CONT TestNetworkList//networks/ [2022-01-31T14:18:32.873Z] --- PASS: TestNetworkList (0.05s) [2022-01-31T14:18:32.873Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-31T14:18:32.873Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestHostIPv4BridgeLabel [2022-01-31T14:18:32.873Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-31T14:18:32.873Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-31T14:18:32.873Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-31T14:18:32.873Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestDaemonDefaultNetworkPools [2022-01-31T14:18:32.873Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-31T14:18:32.873Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-31T14:18:32.873Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-31T14:18:32.873Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-31T14:18:32.873Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-31T14:18:32.873Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-31T14:18:32.873Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-31T14:18:32.873Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestServiceWithPredefinedNetwork [2022-01-31T14:18:32.873Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-31T14:18:32.873Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-31T14:18:32.873Z] service_test.go:243: FLAKY_TEST [2022-01-31T14:18:32.873Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestServiceWithDataPathPortInit [2022-01-31T14:18:32.873Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-31T14:18:32.873Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-01-31T14:18:32.873Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-31T14:18:32.873Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-31T14:18:32.873Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-31T14:18:32.873Z] PASS [2022-01-31T14:18:32.873Z] ok github.com/docker/docker/integration/network 0.199s [2022-01-31T14:18:32.982Z] === RUN TestDockerSuite/TestStartRecordError [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === Skipped [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-01-31T14:18:33.343Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-01-31T14:18:33.343Z] 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-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-01-31T14:18:33.343Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-01-31T14:18:33.343Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-01-31T14:18:33.343Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-01-31T14:18:33.343Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-01-31T14:18:33.343Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-01-31T14:18:33.343Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-31T14:18:33.343Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-31T14:18:33.343Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-31T14:18:33.343Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-01-31T14:18:33.343Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-31T14:18:33.343Z] service_test.go:243: FLAKY_TEST [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-01-31T14:18:33.343Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-31T14:18:33.343Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-31T14:18:33.343Z] [2022-01-31T14:18:33.343Z] DONE 22 tests, 15 skipped in 2.452s [2022-01-31T14:18:33.343Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-01-31T14:18:34.132Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-01-31T14:18:34.132Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-01-31T14:18:34.132Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-31T14:18:34.132Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-01-31T14:18:34.336Z] testing: warning: no tests to run [2022-01-31T14:18:34.336Z] PASS [2022-01-31T14:18:34.336Z] ok github.com/docker/docker/integration/network/ipvlan 0.100s [2022-01-31T14:18:34.336Z] [2022-01-31T14:18:34.336Z] DONE 0 tests in 0.812s [2022-01-31T14:18:34.336Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-01-31T14:18:34.347Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-01-31T14:18:35.323Z] testing: warning: no tests to run [2022-01-31T14:18:35.323Z] PASS [2022-01-31T14:18:35.323Z] ok github.com/docker/docker/integration/network/macvlan 0.093s [2022-01-31T14:18:35.323Z] [2022-01-31T14:18:35.323Z] DONE 0 tests in 0.788s [2022-01-31T14:18:35.323Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-01-31T14:18:35.708Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-01-31T14:18:35.795Z] testing: warning: no tests to run [2022-01-31T14:18:35.795Z] PASS [2022-01-31T14:18:35.795Z] ok github.com/docker/docker/integration/plugin 0.085s [2022-01-31T14:18:35.795Z] [2022-01-31T14:18:35.795Z] DONE 0 tests in 0.794s [2022-01-31T14:18:36.264Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-01-31T14:18:36.634Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-01-31T14:18:36.735Z] testing: warning: no tests to run [2022-01-31T14:18:36.735Z] PASS [2022-01-31T14:18:36.735Z] ok github.com/docker/docker/integration/plugin/authz 0.094s [2022-01-31T14:18:36.735Z] [2022-01-31T14:18:36.735Z] DONE 0 tests in 0.803s [2022-01-31T14:18:37.205Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-01-31T14:18:39.233Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-01-31T14:18:39.489Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-01-31T14:18:41.970Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:18:41.970Z] INFO: Testing against a local daemon [2022-01-31T14:18:41.970Z] === RUN TestPluginInvalidJSON [2022-01-31T14:18:41.970Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:18:41.970Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:18:41.970Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-31T14:18:41.970Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-01-31T14:18:41.970Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-31T14:18:41.970Z] === RUN TestPluginInstall [2022-01-31T14:18:41.970Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-31T14:18:41.970Z] --- SKIP: TestPluginInstall (0.00s) [2022-01-31T14:18:41.970Z] === RUN TestPluginsWithRuntimes [2022-01-31T14:18:41.970Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-31T14:18:41.970Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-01-31T14:18:41.970Z] === RUN TestPluginBackCompatMediaTypes [2022-01-31T14:18:41.970Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-31T14:18:41.970Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-01-31T14:18:41.970Z] PASS [2022-01-31T14:18:41.970Z] ok github.com/docker/docker/integration/plugin/common 0.113s [2022-01-31T14:18:41.970Z] [2022-01-31T14:18:41.970Z] === Skipped [2022-01-31T14:18:41.970Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-01-31T14:18:41.970Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-31T14:18:41.970Z] [2022-01-31T14:18:41.970Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-01-31T14:18:41.970Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-31T14:18:41.970Z] [2022-01-31T14:18:41.970Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-01-31T14:18:41.970Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-31T14:18:41.970Z] [2022-01-31T14:18:41.970Z] DONE 5 tests, 3 skipped in 4.912s [2022-01-31T14:18:41.970Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-01-31T14:18:42.752Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-01-31T14:18:43.721Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-01-31T14:18:44.940Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:18:44.940Z] INFO: Testing against a local daemon [2022-01-31T14:18:44.940Z] === RUN TestExternalGraphDriver [2022-01-31T14:18:44.940Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-31T14:18:44.940Z] --- SKIP: TestExternalGraphDriver (0.01s) [2022-01-31T14:18:44.940Z] === RUN TestGraphdriverPluginV2 [2022-01-31T14:18:44.940Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-31T14:18:44.940Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-01-31T14:18:44.940Z] PASS [2022-01-31T14:18:44.940Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.130s [2022-01-31T14:18:44.940Z] [2022-01-31T14:18:44.940Z] === Skipped [2022-01-31T14:18:44.940Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2022-01-31T14:18:44.940Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-31T14:18:44.940Z] [2022-01-31T14:18:44.940Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-01-31T14:18:44.940Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-31T14:18:44.940Z] [2022-01-31T14:18:44.940Z] DONE 2 tests, 2 skipped in 2.696s [2022-01-31T14:18:44.940Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-01-31T14:18:45.605Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-01-31T14:18:46.531Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-01-31T14:18:47.160Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:18:47.160Z] INFO: Testing against a local daemon [2022-01-31T14:18:47.160Z] === RUN TestReadPluginNoRead [2022-01-31T14:18:47.160Z] read_test.go:21: no unix domain sockets on Windows [2022-01-31T14:18:47.160Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-01-31T14:18:47.160Z] PASS [2022-01-31T14:18:47.160Z] ok github.com/docker/docker/integration/plugin/logging 0.115s [2022-01-31T14:18:47.160Z] [2022-01-31T14:18:47.160Z] === Skipped [2022-01-31T14:18:47.160Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-01-31T14:18:47.160Z] read_test.go:21: no unix domain sockets on Windows [2022-01-31T14:18:47.160Z] [2022-01-31T14:18:47.160Z] DONE 1 tests, 1 skipped in 2.381s [2022-01-31T14:18:47.632Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-01-31T14:18:48.425Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-01-31T14:18:48.621Z] testing: warning: no tests to run [2022-01-31T14:18:48.621Z] PASS [2022-01-31T14:18:48.621Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.095s [2022-01-31T14:18:48.621Z] [2022-01-31T14:18:48.622Z] DONE 0 tests in 1.198s [2022-01-31T14:18:48.622Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-01-31T14:18:50.856Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:18:50.856Z] INFO: Testing against a local daemon [2022-01-31T14:18:50.856Z] === RUN TestPluginWithDevMounts [2022-01-31T14:18:50.856Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:50.856Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-01-31T14:18:50.856Z] PASS [2022-01-31T14:18:50.856Z] ok github.com/docker/docker/integration/plugin/volumes 0.108s [2022-01-31T14:18:51.325Z] [2022-01-31T14:18:51.325Z] === Skipped [2022-01-31T14:18:51.325Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-01-31T14:18:51.325Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:51.325Z] [2022-01-31T14:18:51.325Z] DONE 1 tests, 1 skipped in 2.272s [2022-01-31T14:18:51.325Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-01-31T14:18:51.689Z] === RUN TestDockerSuite/TestStatsNoStream [2022-01-31T14:18:51.940Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-01-31T14:18:52.407Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-01-31T14:18:52.615Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-01-31T14:18:53.392Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-01-31T14:18:53.542Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:18:53.542Z] INFO: Testing against a local daemon [2022-01-31T14:18:53.542Z] === RUN TestSecretInspect [2022-01-31T14:18:53.542Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:53.542Z] --- SKIP: TestSecretInspect (0.00s) [2022-01-31T14:18:53.542Z] === RUN TestSecretList [2022-01-31T14:18:53.542Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:53.542Z] --- SKIP: TestSecretList (0.00s) [2022-01-31T14:18:53.542Z] === RUN TestSecretsCreateAndDelete [2022-01-31T14:18:53.542Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:53.542Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-01-31T14:18:53.542Z] === RUN TestSecretsUpdate [2022-01-31T14:18:53.542Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:53.542Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-01-31T14:18:53.542Z] === RUN TestTemplatedSecret [2022-01-31T14:18:53.542Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:53.542Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-01-31T14:18:53.542Z] === RUN TestSecretCreateResolve [2022-01-31T14:18:53.542Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:53.542Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-01-31T14:18:53.542Z] PASS [2022-01-31T14:18:53.542Z] ok github.com/docker/docker/integration/secret 0.130s [2022-01-31T14:18:53.542Z] [2022-01-31T14:18:53.542Z] === Skipped [2022-01-31T14:18:53.542Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-01-31T14:18:53.542Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:53.542Z] [2022-01-31T14:18:53.542Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-01-31T14:18:53.542Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:53.542Z] [2022-01-31T14:18:53.542Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-01-31T14:18:53.542Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:53.542Z] [2022-01-31T14:18:53.542Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-01-31T14:18:53.542Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:53.542Z] [2022-01-31T14:18:53.542Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-01-31T14:18:53.542Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:53.542Z] [2022-01-31T14:18:53.542Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-01-31T14:18:53.542Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:53.542Z] [2022-01-31T14:18:53.542Z] DONE 6 tests, 6 skipped in 2.082s [2022-01-31T14:18:53.542Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-01-31T14:18:54.501Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-01-31T14:18:55.768Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:18:55.768Z] INFO: Testing against a local daemon [2022-01-31T14:18:55.768Z] === RUN TestServiceCreateInit [2022-01-31T14:18:55.768Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-31T14:18:55.768Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:55.768Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-31T14:18:55.768Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:55.768Z] --- PASS: TestServiceCreateInit (0.06s) [2022-01-31T14:18:55.768Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T14:18:55.768Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T14:18:55.768Z] === RUN TestCreateServiceMultipleTimes [2022-01-31T14:18:55.768Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:55.768Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-01-31T14:18:55.768Z] === RUN TestCreateServiceConflict [2022-01-31T14:18:55.768Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:55.768Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-01-31T14:18:55.768Z] === RUN TestCreateServiceMaxReplicas [2022-01-31T14:18:55.768Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:55.768Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-01-31T14:18:55.769Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-31T14:18:55.769Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:55.769Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-31T14:18:55.769Z] === RUN TestCreateServiceSecretFileMode [2022-01-31T14:18:55.769Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:55.769Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-01-31T14:18:55.769Z] === RUN TestCreateServiceConfigFileMode [2022-01-31T14:18:55.769Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:55.769Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-01-31T14:18:55.769Z] === RUN TestCreateServiceSysctls [2022-01-31T14:18:55.769Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:55.769Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-01-31T14:18:55.769Z] === RUN TestCreateServiceCapabilities [2022-01-31T14:18:55.905Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-01-31T14:18:55.905Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-01-31T14:18:56.204Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-01-31T14:18:56.238Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-01-31T14:18:56.238Z] === RUN TestInspect [2022-01-31T14:18:56.238Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestInspect (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestCreateJob [2022-01-31T14:18:56.238Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestCreateJob (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestReplicatedJob [2022-01-31T14:18:56.238Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestReplicatedJob (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestUpdateReplicatedJob [2022-01-31T14:18:56.238Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestServiceListWithStatuses [2022-01-31T14:18:56.238Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestDockerNetworkConnectAlias [2022-01-31T14:18:56.238Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestDockerNetworkReConnect [2022-01-31T14:18:56.238Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestServicePlugin [2022-01-31T14:18:56.238Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestServicePlugin (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestServiceUpdateLabel [2022-01-31T14:18:56.238Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:56.238Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestServiceUpdateSecrets [2022-01-31T14:18:56.238Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:56.238Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestServiceUpdateConfigs [2022-01-31T14:18:56.238Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:56.238Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestServiceUpdateNetwork [2022-01-31T14:18:56.238Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:56.238Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-01-31T14:18:56.238Z] === RUN TestServiceUpdatePidsLimit [2022-01-31T14:18:56.238Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:56.238Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-01-31T14:18:56.238Z] PASS [2022-01-31T14:18:56.238Z] ok github.com/docker/docker/integration/service 0.262s [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === Skipped [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T14:18:56.238Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T14:18:56.238Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-01-31T14:18:56.238Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-01-31T14:18:56.238Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-01-31T14:18:56.238Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-31T14:18:56.238Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-01-31T14:18:56.238Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-01-31T14:18:56.238Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-01-31T14:18:56.238Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-01-31T14:18:56.238Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-01-31T14:18:56.238Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-01-31T14:18:56.238Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-01-31T14:18:56.238Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-01-31T14:18:56.238Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-01-31T14:18:56.238Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-01-31T14:18:56.238Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-01-31T14:18:56.238Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-01-31T14:18:56.238Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-01-31T14:18:56.238Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-01-31T14:18:56.238Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-01-31T14:18:56.238Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-01-31T14:18:56.238Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2022-01-31T14:18:56.238Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-31T14:18:56.238Z] [2022-01-31T14:18:56.238Z] DONE 24 tests, 23 skipped in 2.742s [2022-01-31T14:18:56.238Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-01-31T14:18:56.764Z] === RUN TestDockerSuite/TestTopPrivileged [2022-01-31T14:18:57.181Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-01-31T14:18:57.691Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-01-31T14:18:57.691Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-01-31T14:18:57.691Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-01-31T14:18:58.252Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-01-31T14:18:58.460Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:18:58.460Z] INFO: Testing against a local daemon [2022-01-31T14:18:58.460Z] === RUN TestSessionCreate [2022-01-31T14:18:58.460Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:58.460Z] --- SKIP: TestSessionCreate (0.00s) [2022-01-31T14:18:58.460Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-31T14:18:58.460Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:58.460Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-01-31T14:18:58.460Z] PASS [2022-01-31T14:18:58.460Z] ok github.com/docker/docker/integration/session 0.097s [2022-01-31T14:18:58.460Z] [2022-01-31T14:18:58.460Z] === Skipped [2022-01-31T14:18:58.460Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-01-31T14:18:58.460Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:58.460Z] [2022-01-31T14:18:58.460Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-01-31T14:18:58.460Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-31T14:18:58.460Z] [2022-01-31T14:18:58.460Z] DONE 2 tests, 2 skipped in 1.941s [2022-01-31T14:18:58.460Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-01-31T14:19:00.132Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-01-31T14:19:00.681Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:19:00.681Z] INFO: Testing against a local daemon [2022-01-31T14:19:00.681Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-31T14:19:00.681Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:19:00.681Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T14:19:00.681Z] === RUN TestDiskUsage [2022-01-31T14:19:00.681Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-31T14:19:00.681Z] --- SKIP: TestDiskUsage (0.00s) [2022-01-31T14:19:00.681Z] === RUN TestEventsExecDie [2022-01-31T14:19:00.681Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-31T14:19:00.681Z] --- SKIP: TestEventsExecDie (0.00s) [2022-01-31T14:19:00.681Z] === RUN TestEventsBackwardsCompatible [2022-01-31T14:19:00.681Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-31T14:19:00.681Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-01-31T14:19:00.681Z] === RUN TestEventsVolumeCreate [2022-01-31T14:19:00.681Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-31T14:19:00.681Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-01-31T14:19:00.681Z] === RUN TestInfoAPI [2022-01-31T14:19:00.681Z] --- PASS: TestInfoAPI (0.06s) [2022-01-31T14:19:00.681Z] === RUN TestInfoAPIWarnings [2022-01-31T14:19:00.681Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:19:00.681Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-01-31T14:19:00.681Z] === RUN TestInfoDebug [2022-01-31T14:19:00.681Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:19:00.681Z] --- SKIP: TestInfoDebug (0.00s) [2022-01-31T14:19:00.681Z] === RUN TestInfoInsecureRegistries [2022-01-31T14:19:00.681Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:19:00.681Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-01-31T14:19:00.681Z] === RUN TestInfoRegistryMirrors [2022-01-31T14:19:00.681Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:19:00.681Z] --- SKIP: TestInfoRegistryMirrors (0.01s) [2022-01-31T14:19:00.681Z] === RUN TestLoginFailsWithBadCredentials [2022-01-31T14:19:00.765Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-01-31T14:19:01.670Z] --- PASS: TestLoginFailsWithBadCredentials (1.06s) [2022-01-31T14:19:01.670Z] === RUN TestPingCacheHeaders [2022-01-31T14:19:01.670Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-01-31T14:19:01.670Z] === RUN TestPingGet [2022-01-31T14:19:01.670Z] --- PASS: TestPingGet (0.04s) [2022-01-31T14:19:01.670Z] === RUN TestPingHead [2022-01-31T14:19:01.670Z] --- PASS: TestPingHead (0.04s) [2022-01-31T14:19:01.670Z] === RUN TestVersion [2022-01-31T14:19:01.670Z] --- PASS: TestVersion (0.04s) [2022-01-31T14:19:01.670Z] PASS [2022-01-31T14:19:01.670Z] ok github.com/docker/docker/integration/system 1.357s [2022-01-31T14:19:01.670Z] [2022-01-31T14:19:01.670Z] === Skipped [2022-01-31T14:19:01.670Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-31T14:19:01.670Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-31T14:19:01.670Z] [2022-01-31T14:19:01.670Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-01-31T14:19:01.670Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-31T14:19:01.670Z] [2022-01-31T14:19:01.670Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-01-31T14:19:01.670Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-31T14:19:01.670Z] [2022-01-31T14:19:01.670Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-01-31T14:19:01.670Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-31T14:19:01.670Z] [2022-01-31T14:19:01.670Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-01-31T14:19:01.670Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-31T14:19:01.670Z] [2022-01-31T14:19:01.670Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-01-31T14:19:01.670Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-31T14:19:01.670Z] [2022-01-31T14:19:01.670Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-01-31T14:19:01.670Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:19:01.670Z] [2022-01-31T14:19:01.670Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-01-31T14:19:01.670Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:19:01.670Z] [2022-01-31T14:19:01.670Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.01s) [2022-01-31T14:19:01.670Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-31T14:19:01.670Z] [2022-01-31T14:19:01.670Z] DONE 15 tests, 9 skipped in 3.308s [2022-01-31T14:19:01.670Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-01-31T14:19:03.083Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-01-31T14:19:03.888Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:19:03.888Z] INFO: Testing against a local daemon [2022-01-31T14:19:03.888Z] === RUN TestVolumesCreateAndList [2022-01-31T14:19:03.888Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-01-31T14:19:03.888Z] === RUN TestVolumesRemove [2022-01-31T14:19:03.888Z] --- PASS: TestVolumesRemove (0.12s) [2022-01-31T14:19:03.888Z] === RUN TestVolumesInspect [2022-01-31T14:19:03.888Z] --- PASS: TestVolumesInspect (0.05s) [2022-01-31T14:19:03.888Z] === RUN TestVolumesInvalidJSON [2022-01-31T14:19:03.888Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-31T14:19:03.888Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-31T14:19:03.888Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-31T14:19:03.888Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-01-31T14:19:03.888Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-31T14:19:03.888Z] PASS [2022-01-31T14:19:03.888Z] ok github.com/docker/docker/integration/volume 0.335s [2022-01-31T14:19:04.026Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-01-31T14:19:04.026Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-01-31T14:19:04.282Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-01-31T14:19:04.282Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-01-31T14:19:04.282Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-01-31T14:19:04.282Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-01-31T14:19:04.282Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-01-31T14:19:04.357Z] [2022-01-31T14:19:04.357Z] DONE 5 tests in 2.236s [2022-01-31T14:19:04.357Z] INFO: make.ps1 ended at 01/31/2022 14:19:03 [2022-01-31T14:19:04.357Z] INFO: Integration CLI tests being run from the host: [2022-01-31T14:19:04.357Z] 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-01-31T14:19:05.208Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-01-31T14:19:05.769Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-01-31T14:19:06.373Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-01-31T14:19:07.298Z] === RUN TestDockerSuite/TestUpdateStats [2022-01-31T14:19:08.659Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-01-31T14:19:11.233Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-01-31T14:19:11.796Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-01-31T14:19:11.796Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-01-31T14:19:11.796Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-01-31T14:19:12.358Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-01-31T14:19:12.965Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-01-31T14:19:14.796Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-31T14:19:14.796Z] INFO: Testing against a local daemon [2022-01-31T14:19:14.796Z] === RUN TestDockerSuite [2022-01-31T14:19:14.796Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-01-31T14:19:14.796Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-01-31T14:19:14.796Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T14:19:14.796Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-01-31T14:19:14.796Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-01-31T14:19:14.796Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-01-31T14:19:14.796Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-01-31T14:19:14.796Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-31T14:19:14.796Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-01-31T14:19:14.796Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-01-31T14:19:14.851Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-01-31T14:19:15.266Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-01-31T14:19:15.266Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-01-31T14:19:16.253Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-01-31T14:19:16.722Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-01-31T14:19:17.365Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-01-31T14:19:19.293Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-01-31T14:19:20.657Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-01-31T14:19:20.913Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-01-31T14:19:23.473Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-01-31T14:19:23.473Z] docker_cli_service_logs_test.go:246: checking task mfjiq09gs5xt [2022-01-31T14:19:23.473Z] docker_cli_service_logs_test.go:251: checking messages for mfjiq09gs5xt [2022-01-31T14:19:23.473Z] docker_cli_service_logs_test.go:246: checking task fatzxl6g5fif [2022-01-31T14:19:23.473Z] docker_cli_service_logs_test.go:251: checking messages for fatzxl6g5fif [2022-01-31T14:19:25.986Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-01-31T14:19:26.913Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-01-31T14:19:28.276Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-01-31T14:19:29.203Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-01-31T14:19:30.327Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-01-31T14:19:31.350Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-01-31T14:19:32.736Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-01-31T14:19:34.104Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-01-31T14:19:34.360Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-01-31T14:19:35.287Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-01-31T14:19:37.173Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-01-31T14:19:37.173Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-01-31T14:19:52.042Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-01-31T14:19:52.042Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-01-31T14:19:52.042Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-01-31T14:19:52.968Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-01-31T14:19:52.968Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-01-31T14:19:52.968Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-01-31T14:19:52.968Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-01-31T14:19:53.224Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-01-31T14:19:53.479Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-01-31T14:19:53.479Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-01-31T14:19:53.927Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-01-31T14:19:54.040Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-01-31T14:19:54.296Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-01-31T14:19:54.296Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-01-31T14:19:54.296Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-01-31T14:19:54.296Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-01-31T14:19:55.661Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-01-31T14:19:55.917Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-01-31T14:19:56.174Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-01-31T14:19:56.174Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-01-31T14:19:56.174Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-01-31T14:19:56.174Z] === RUN TestDockerSuite/TestVolumeEvents [2022-01-31T14:19:58.062Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-01-31T14:19:58.682Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-01-31T14:19:58.682Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-31T14:19:58.682Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-01-31T14:19:59.989Z] docker_cli_swarm_test.go:1895: [d6cd2dcd465c9] joining swarm manager [de666638d4ab2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:20:01.352Z] docker_cli_swarm_test.go:1896: [d9461a42e960f] joining swarm manager [de666638d4ab2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:20:01.958Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-01-31T14:20:03.331Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-01-31T14:20:03.331Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-01-31T14:20:03.601Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-01-31T14:20:05.530Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-01-31T14:20:08.045Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-01-31T14:20:08.045Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite (1268.48s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.85s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.09s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.67s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.13s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.34s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.28s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.98s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.80s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.78s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.31s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.38s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.87s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.52s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.60s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.61s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.74s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.66s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAttachDetach (0.98s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.88s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.81s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.88s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.61s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (0.96s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.64s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.11s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.95s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.08s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.76s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.12s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.50s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.15s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.19s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.61s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.79s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.29s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.83s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.68s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.27s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.63s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.50s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.85s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.35s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.16s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.68s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.75s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.90s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.70s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.34s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.67s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.59s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.82s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.29s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.21s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.34s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.28s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.31s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.63s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.45s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.82s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.59s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.44s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.83s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.17s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.08s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.51s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.71s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.01s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.37s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.04s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.32s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.92s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.02s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.09s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.88s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.68s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.30s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.28s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.83s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.88s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.29s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.95s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.60s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.53s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCmd (0.32s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.20s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.22s) [2022-01-31T14:20:08.045Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.08s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.86s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.05s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.00s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.23s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.46s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.27s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.20s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.89s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.70s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.38s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.39s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.70s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.06s) [2022-01-31T14:20:08.045Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-01-31T14:20:08.045Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-01-31T14:20:08.045Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-01-31T14:20:08.045Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.54s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.36s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.77s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.37s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.93s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.51s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.30s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.69s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.48s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.33s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.03s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.93s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.05s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.54s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.27s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.62s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.84s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.96s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.11s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.09s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.23s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.45s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.16s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.14s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (13.82s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.13s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.50s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.40s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.39s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.82s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.12s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.34s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.12s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.48s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.80s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnv (1.58s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.40s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.18s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.38s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.43s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.83s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.69s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.79s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.57s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.63s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.41s) [2022-01-31T14:20:08.045Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.44s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (7.99s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildExpose (0.32s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.66s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.49s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.31s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFails (0.83s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.11s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.88s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.59s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.45s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.31s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.87s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.56s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.84s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.27s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.83s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.07s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.77s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildHistory (3.59s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.68s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.55s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.49s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.97s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLabel (0.40s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.41s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.40s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.30s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLabels (0.40s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.00s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.67s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.71s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.89s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.27s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.60s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.34s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.45s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.47s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.53s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.20s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.26s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.80s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.66s) [2022-01-31T14:20:08.045Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.98s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.27s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.18s) [2022-01-31T14:20:08.045Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.28s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.51s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.51s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.83s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.64s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.20s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.32s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.29s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.52s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.40s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.45s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.73s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.31s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.38s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.14s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.95s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.24s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (1.99s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildPATH (1.42s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.59s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.63s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (5.90s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.50s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.65s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildRm (1.80s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.60s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.75s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.34s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.37s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.88s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.89s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.76s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.58s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.16s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.33s) [2022-01-31T14:20:08.046Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.44s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.70s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildStderr (0.67s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.21s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.91s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.95s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.41s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.75s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.97s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildUser (1.42s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.38s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.45s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.56s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.19s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.63s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.67s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.98s) [2022-01-31T14:20:08.046Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-01-31T14:20:08.046Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-01-31T14:20:08.046Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-01-31T14:20:08.046Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.25s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.50s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.54s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.55s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.14s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.85s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.37s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.06s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.52s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.59s) [2022-01-31T14:20:08.046Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.78s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.31s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2022-01-31T14:20:08.046Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.80s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.90s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCommitChange (0.82s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.74s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.18s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.56s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCommitTTY (0.97s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.52s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.89s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.52s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.20s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.01s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.44s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.44s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.43s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.43s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.40s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.42s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.06s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.48s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.47s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.45s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.48s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.44s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.47s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.46s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.46s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.45s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.48s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.47s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.57s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.13s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.54s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.55s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.29s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.46s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.62s) [2022-01-31T14:20:08.046Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.57s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.67s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.84s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (2.88s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.48s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.09s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.08s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.86s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.43s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.53s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.30s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.46s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c50be8_} (1.61s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13082010691_/foo_false____} (1.47s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13082010691_/foo_true____} (1.42s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-34191673957_/foo_false____} (1.36s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-34191673957_/foo_true____} (1.35s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-34191673957_/foo_true__0xc000c50c18__} (1.34s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c50c30_} (1.39s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c50c48_} (1.32s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c50c60_} (0.70s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c50c78_} (1.34s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.23s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.24s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.38s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.84s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.69s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.17s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.15s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.59s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.68s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.70s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.62s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.62s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.84s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.67s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.73s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.83s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.70s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.66s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.83s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.66s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.83s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.92s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.77s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.81s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.62s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.05s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.69s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.55s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.17s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.54s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.70s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.76s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToCaseE (1.96s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.44s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.95s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.07s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.53s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.31s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.86s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToDot (0.65s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.87s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.86s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToStdout (0.47s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.76s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.17s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.78s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.77s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.32s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.45s) [2022-01-31T14:20:08.046Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.43s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.22s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-01-31T14:20:08.046Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.28s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.65s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.12s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.18s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.68s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.03s) [2022-01-31T14:20:08.046Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.69s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.95s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.14s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.74s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.83s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.48s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.73s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.51s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.94s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.39s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.57s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.60s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.13s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.63s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsAttach (0.53s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsCommit (0.59s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.45s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.43s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.43s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.49s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.12s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.41s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.17s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsCopy (0.97s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.23s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.46s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.28s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.85s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.30s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.18s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.58s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.25s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFilters (1.17s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFormat (1.32s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.82s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.26s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.68s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-01-31T14:20:08.047Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-01-31T14:20:08.047Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.94s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.58s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsRename (0.90s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsResize (0.88s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.54s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.06s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.81s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.66s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsTop (0.57s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.73s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExec (0.64s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.46s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.43s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.54s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.03s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.49s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.48s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.50s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.50s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.49s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.54s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.19s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecCgroup (1.09s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecEnv (0.55s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.09s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.57s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecInspectID (1.61s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecInteractive (0.59s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.61s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.62s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecParseError (0.78s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.52s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.50s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.35s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.53s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecStartFails (0.54s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.71s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.64s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecTTY (0.56s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.66s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.66s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecUlimits (0.67s) [2022-01-31T14:20:08.047Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.18s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.70s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.51s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestExecWithUser (0.58s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.46s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.48s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.58s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.74s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.54s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestHealth (19.23s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.54s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.61s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.11s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.30s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.03s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.72s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.08s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.79s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.69s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesFormat (0.08s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.52s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImportBadURL (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImportDisplay (1.37s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImportFile (1.05s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImportGzipped (1.10s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.05s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.49s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.42s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.46s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.40s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.41s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.41s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.12s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.42s) [2022-01-31T14:20:08.047Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.64s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.62s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectDefault (0.87s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectHistory (0.87s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2022-01-31T14:20:08.047Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.47s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.63s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.56s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.66s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.94s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.46s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectStatus (0.57s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.89s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.43s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.43s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.43s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.38s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.92s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.87s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.05s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.40s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.49s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.30s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.50s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.44s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.33s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.56s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.46s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.25s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.43s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.44s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.54s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.43s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.46s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.44s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.81s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.77s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.76s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.88s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.71s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.75s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.43s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.44s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsSince (6.50s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.52s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.49s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsTail (0.55s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.77s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.49s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.35s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.62s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestNetHostname (1.81s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.27s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.74s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.17s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.40s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPluginActive (1.93s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.77s) [2022-01-31T14:20:08.047Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.23s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.83s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.86s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.48s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.94s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.55s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.30s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.93s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPortList (5.89s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.83s) [2022-01-31T14:20:08.047Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.16s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.44s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.70s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.03s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.31s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.21s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.21s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsByOrder (2.34s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.68s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.02s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.91s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.19s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.36s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.94s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.39s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.85s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.83s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.42s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.99s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.16s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.67s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.64s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.93s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.63s) [2022-01-31T14:20:08.048Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.25s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.63s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.91s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.95s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.76s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.35s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.18s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.92s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.83s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.85s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.89s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.07s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.26s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.64s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.29s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.26s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.66s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.47s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.99s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiTag (0.33s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.93s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.58s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.43s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.56s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.25s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.84s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAddHost (0.43s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.07s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.60s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.59s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.90s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.87s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.64s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.63s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.59s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.52s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.61s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.09s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.80s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.78s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.63s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.65s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.30s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.46s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.44s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.43s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.46s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.40s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.46s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.46s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.49s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.76s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.72s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.49s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.45s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.93s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.51s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.53s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.53s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.55s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.72s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.46s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.94s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.90s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.44s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.30s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.52s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.58s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.46s) [2022-01-31T14:20:08.048Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-01-31T14:20:08.048Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.47s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.05s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.85s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.37s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.56s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.22s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.55s) [2022-01-31T14:20:08.048Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.73s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.11s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.62s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.46s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.42s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.42s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.46s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunExitCode (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.42s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.47s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.44s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.47s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.05s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s) [2022-01-31T14:20:08.048Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.98s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.45s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.92s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.77s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.15s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.47s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.78s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.90s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.86s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.34s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.35s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.75s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.29s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.27s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.92s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunMount (4.17s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.52s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.93s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.65s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.17s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.39s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.07s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.16s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNetHost (0.77s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.64s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.67s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.45s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.76s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.50s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.66s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.15s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.44s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.49s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.84s) [2022-01-31T14:20:08.048Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.67s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.15s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.75s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.47s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.49s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.61s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.61s) [2022-01-31T14:20:08.048Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.65s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.64s) [2022-01-31T14:20:08.048Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.52s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.00s) [2022-01-31T14:20:08.048Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.79s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.01s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunRm (0.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.59s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.45s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.39s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.32s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.44s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.08s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.52s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.39s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.43s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.43s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.45s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.46s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.43s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunState (0.92s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.44s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.50s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.14s) [2022-01-31T14:20:08.048Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.43s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunSysctls (0.93s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.97s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.42s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.48s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.62s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.86s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.57s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.41s) [2022-01-31T14:20:08.048Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.50s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.66s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.31s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunUserByID (0.54s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.48s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunUserByName (0.60s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.47s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.42s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.43s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.41s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.65s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.27s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.82s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.36s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.46s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.43s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.16s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.76s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.45s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.01s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.71s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.66s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.50s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.08s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.47s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.47s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.05s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.83s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.23s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.52s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.49s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.43s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.59s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.18s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.53s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.31s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.32s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.55s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.56s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.64s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.04s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.84s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.73s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.99s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.08s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.50s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveImageId (0.09s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.44s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.41s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.22s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.61s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.37s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.11s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.70s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.93s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.86s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.77s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.69s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.02s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.77s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.43s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.48s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStartRecordError (1.08s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.58s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.13s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.51s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.26s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.11s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.53s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.61s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.49s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.74s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.59s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.45s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.81s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.59s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.54s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUpdateStats (3.47s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.85s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.68s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.52s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.14s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.19s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.94s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.40s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.55s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.70s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.24s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.28s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.83s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.84s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.28s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.26s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.38s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.46s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.66s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.63s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.08s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.08s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.57s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.64s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.65s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.51s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.58s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.07s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.71s) [2022-01-31T14:20:08.049Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.33s) [2022-01-31T14:20:08.049Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-01-31T14:20:08.049Z] === RUN TestDockerRegistrySuite [2022-01-31T14:20:08.049Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-01-31T14:20:08.610Z] check_test.go:195: [d0193f4441a5c] daemon is not started [2022-01-31T14:20:08.610Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-01-31T14:20:09.538Z] check_test.go:195: [d3b8c5eebf57a] daemon is not started [2022-01-31T14:20:09.538Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-01-31T14:20:10.901Z] check_test.go:195: [d6b3dc6b550e7] daemon is not started [2022-01-31T14:20:10.901Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-01-31T14:20:10.901Z] check_test.go:195: [dd3c398159319] daemon is not started [2022-01-31T14:20:10.901Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-01-31T14:20:11.319Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-01-31T14:20:11.320Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-31T14:20:11.320Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-01-31T14:20:11.320Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-01-31T14:20:11.320Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-01-31T14:20:14.163Z] check_test.go:195: [dcb393573c32f] daemon is not started [2022-01-31T14:20:14.163Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-01-31T14:20:17.358Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-01-31T14:20:18.368Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-01-31T14:20:18.368Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-31T14:20:18.368Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-01-31T14:20:18.368Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-31T14:20:18.368Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-01-31T14:20:18.368Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-31T14:20:18.368Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-01-31T14:20:18.846Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-01-31T14:20:19.401Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-01-31T14:20:19.401Z] check_test.go:195: [d021e3de3c704] daemon is not started [2022-01-31T14:20:19.401Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-01-31T14:20:19.850Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-01-31T14:20:21.917Z] check_test.go:195: [dcbd496dac4ec] daemon is not started [2022-01-31T14:20:21.917Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-01-31T14:20:22.477Z] check_test.go:195: [d5d97a279287f] daemon is not started [2022-01-31T14:20:22.478Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-01-31T14:20:23.402Z] check_test.go:195: [d089dc29ed42f] daemon is not started [2022-01-31T14:20:23.402Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-01-31T14:20:23.690Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-01-31T14:20:24.327Z] check_test.go:195: [d390b74a06573] daemon is not started [2022-01-31T14:20:24.327Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-01-31T14:20:25.255Z] check_test.go:195: [d90789f9fda93] daemon is not started [2022-01-31T14:20:25.511Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-01-31T14:20:25.939Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-01-31T14:20:25.939Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-31T14:20:25.939Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-01-31T14:20:25.939Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-31T14:20:25.939Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-01-31T14:20:25.939Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-01-31T14:20:26.437Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-01-31T14:20:26.437Z] check_test.go:195: [d0af74a680f8f] daemon is not started [2022-01-31T14:20:26.437Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-01-31T14:20:27.374Z] check_test.go:195: [dfcf7e3100fc6] daemon is not started [2022-01-31T14:20:27.375Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-01-31T14:20:28.752Z] check_test.go:195: [d82bafcdac2bc] daemon is not started [2022-01-31T14:20:28.752Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-01-31T14:20:29.051Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-01-31T14:20:29.612Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:776d1060ed2a9537d48c2d5bd3217d98679f49ae5b848a9403d9e055e96437ba [2022-01-31T14:20:29.786Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-01-31T14:20:30.221Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:366e34f8481acb79db475cd2f29e034c6b8ec8a72bb7f6cdcd120f377e913b3e [2022-01-31T14:20:30.477Z] check_test.go:195: [d37f222913b80] daemon is not started [2022-01-31T14:20:30.477Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-01-31T14:20:31.842Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:07d5910db66e633be115a939b092fa01280db43a55e58aca9c72a98c78e15c32 [2022-01-31T14:20:32.401Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:824bd8032432b6c54c763069c07bad3b6d7b8c2e898283c601ece001bc07fc94 [2022-01-31T14:20:32.401Z] check_test.go:195: [df706da4ff13c] daemon is not started [2022-01-31T14:20:32.401Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-01-31T14:20:33.326Z] check_test.go:195: [de62d801aeb6b] daemon is not started [2022-01-31T14:20:33.326Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-01-31T14:20:35.212Z] check_test.go:195: [d8192861c052d] daemon is not started [2022-01-31T14:20:35.468Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-01-31T14:20:36.393Z] check_test.go:195: [dafdb0a7825aa] daemon is not started [2022-01-31T14:20:36.393Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-01-31T14:20:36.393Z] check_test.go:195: [d2c8987d75f19] daemon is not started [2022-01-31T14:20:36.393Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-01-31T14:20:37.319Z] check_test.go:195: [d2ccb8a5b4a24] daemon is not started [2022-01-31T14:20:37.319Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-01-31T14:20:38.246Z] check_test.go:195: [dc2a5a7a4e251] daemon is not started [2022-01-31T14:20:38.246Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-01-31T14:20:39.214Z] check_test.go:195: [d8e33ce52b522] daemon is not started [2022-01-31T14:20:39.214Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-01-31T14:20:41.770Z] check_test.go:195: [d4f53f78640da] daemon is not started [2022-01-31T14:20:41.770Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-01-31T14:20:41.770Z] check_test.go:195: [d6601534803d6] daemon is not started [2022-01-31T14:20:41.770Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-01-31T14:20:42.740Z] check_test.go:195: [d1d50d252aa6b] daemon is not started [2022-01-31T14:20:42.740Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-01-31T14:20:42.995Z] check_test.go:195: [d9eb3eedcceca] daemon is not started [2022-01-31T14:20:42.995Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-01-31T14:20:42.995Z] check_test.go:195: [dd42370d021d1] daemon is not started [2022-01-31T14:20:42.995Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-01-31T14:20:43.250Z] check_test.go:195: [d05cdeca6e971] daemon is not started [2022-01-31T14:20:43.250Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-01-31T14:20:43.506Z] check_test.go:195: [d57cfb7a041cb] daemon is not started [2022-01-31T14:20:43.506Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-01-31T14:20:43.761Z] check_test.go:195: [df98b9c0e46ea] daemon is not started [2022-01-31T14:20:43.761Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-01-31T14:20:44.016Z] check_test.go:195: [de4850525b9d0] daemon is not started [2022-01-31T14:20:44.016Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-01-31T14:20:44.942Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-01-31T14:20:45.197Z] check_test.go:195: [d1756095e1b6b] daemon is not started [2022-01-31T14:20:45.197Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-01-31T14:20:47.127Z] check_test.go:195: [d21ffa3a53e49] daemon is not started [2022-01-31T14:20:47.127Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-01-31T14:20:47.127Z] docker_cli_swarm_test.go:1796: [dc21179e2db5f] joining swarm manager [d393aa887f66b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:20:47.692Z] check_test.go:195: [d369d18747f75] daemon is not started [2022-01-31T14:20:47.692Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-01-31T14:20:47.727Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-01-31T14:20:48.260Z] docker_cli_swarm_test.go:1797: [da0a19b61fdfe] joining swarm manager [d393aa887f66b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:20:48.820Z] check_test.go:195: [d1f3c81ae0ada] daemon is not started [2022-01-31T14:20:48.820Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-01-31T14:20:49.745Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite (43.04s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.06s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.95s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.19s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.84s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.87s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.94s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.96s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.94s) [2022-01-31T14:20:50.669Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.04s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.14s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.93s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.08s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.05s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.93s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.91s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (1.94s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.88s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.92s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.95s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.16s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.94s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.35s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.23s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.26s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.72s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.83s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.14s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s) [2022-01-31T14:20:50.670Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-01-31T14:20:50.670Z] === RUN TestDockerSchema1RegistrySuite [2022-01-31T14:20:50.670Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-01-31T14:20:50.670Z] check_test.go:222: [d67d28cb675c4] daemon is not started [2022-01-31T14:20:50.670Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-01-31T14:20:53.270Z] check_test.go:222: [d4def8bec49ae] daemon is not started [2022-01-31T14:20:53.270Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-01-31T14:20:54.964Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-01-31T14:20:55.440Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-01-31T14:20:55.440Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-31T14:20:55.440Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-01-31T14:20:56.619Z] check_test.go:222: [dec856d813890] daemon is not started [2022-01-31T14:20:56.619Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-01-31T14:20:57.544Z] check_test.go:222: [d7f0bcf00d681] daemon is not started [2022-01-31T14:20:57.544Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-01-31T14:20:57.544Z] check_test.go:222: [d3989c29c87be] daemon is not started [2022-01-31T14:20:57.544Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-01-31T14:20:58.473Z] check_test.go:222: [d54935ae45a5f] daemon is not started [2022-01-31T14:20:58.473Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-01-31T14:20:59.280Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-01-31T14:20:59.383Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-01-31T14:20:59.383Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-01-31T14:20:59.383Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-01-31T14:20:59.398Z] check_test.go:222: [da489a562af1a] daemon is not started [2022-01-31T14:20:59.398Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-01-31T14:21:00.324Z] check_test.go:222: [dcba532ca8e92] daemon is not started [2022-01-31T14:21:00.324Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-01-31T14:21:01.529Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-01-31T14:21:02.835Z] check_test.go:222: [d1ef4169d6d13] daemon is not started [2022-01-31T14:21:02.835Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-01-31T14:21:02.835Z] check_test.go:222: [d1f00decc3260] daemon is not started [2022-01-31T14:21:02.835Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-01-31T14:21:03.407Z] check_test.go:222: [d0df4117a3b93] daemon is not started [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite (12.66s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.53s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (3.25s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.92s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.85s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.86s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.26s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2022-01-31T14:21:03.407Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.36s) [2022-01-31T14:21:03.407Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-01-31T14:21:03.407Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-01-31T14:21:04.013Z] check_test.go:251: [dac22368226e7] daemon is not started [2022-01-31T14:21:04.013Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-01-31T14:21:04.013Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-01-31T14:21:04.575Z] check_test.go:251: [d9566a050f00c] daemon is not started [2022-01-31T14:21:04.575Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-01-31T14:21:04.873Z] check_test.go:251: [dfa3288817bb1] daemon is not started [2022-01-31T14:21:04.873Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-01-31T14:21:06.236Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-01-31T14:21:06.843Z] check_test.go:251: [d90d02a067696] daemon is not started [2022-01-31T14:21:06.843Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-01-31T14:21:07.404Z] check_test.go:251: [db364fc8fe978] daemon is not started [2022-01-31T14:21:07.404Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-01-31T14:21:08.329Z] check_test.go:251: [d8603fb42a257] daemon is not started [2022-01-31T14:21:08.329Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-01-31T14:21:08.329Z] check_test.go:251: [d079cb2b9e9ab] daemon is not started [2022-01-31T14:21:08.329Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.08s) [2022-01-31T14:21:08.329Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.67s) [2022-01-31T14:21:08.329Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.60s) [2022-01-31T14:21:08.329Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.20s) [2022-01-31T14:21:08.329Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.59s) [2022-01-31T14:21:08.329Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-01-31T14:21:08.329Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2022-01-31T14:21:08.329Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2022-01-31T14:21:08.329Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-01-31T14:21:08.329Z] === RUN TestDockerRegistryAuthTokenSuite [2022-01-31T14:21:08.329Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-01-31T14:21:08.764Z] === RUN TestDockerSuite/TestBuildAddScript [2022-01-31T14:21:08.764Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-31T14:21:08.764Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-01-31T14:21:08.764Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-31T14:21:08.764Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-01-31T14:21:08.764Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-31T14:21:08.764Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-01-31T14:21:08.764Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-31T14:21:08.764Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-01-31T14:21:08.764Z] === RUN TestDockerSuite/TestBuildAddTar [2022-01-31T14:21:12.492Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-01-31T14:21:13.419Z] check_test.go:278: [db8ed43aec10e] daemon is not started [2022-01-31T14:21:13.419Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-01-31T14:21:13.674Z] check_test.go:278: [d9a903e6e9cc6] daemon is not started [2022-01-31T14:21:13.674Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-01-31T14:21:13.930Z] check_test.go:278: [d0a48b6349fb1] daemon is not started [2022-01-31T14:21:13.930Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-01-31T14:21:13.930Z] check_test.go:278: [daf0bbcb35e20] daemon is not started [2022-01-31T14:21:13.930Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-01-31T14:21:14.185Z] docker_cli_swarm_test.go:1315: [df7dcd524137a] joining swarm manager [d9a0fc9231a5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:21:14.185Z] check_test.go:278: [d6378fcf62556] daemon is not started [2022-01-31T14:21:14.185Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.86s) [2022-01-31T14:21:14.185Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-01-31T14:21:14.185Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.17s) [2022-01-31T14:21:14.185Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.17s) [2022-01-31T14:21:14.185Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.19s) [2022-01-31T14:21:14.185Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2022-01-31T14:21:14.185Z] === RUN TestDockerNetworkSuite [2022-01-31T14:21:14.186Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-01-31T14:21:15.112Z] docker_cli_network_unix_test.go:46: [de367521cea8d] daemon is not started [2022-01-31T14:21:15.369Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-01-31T14:21:15.369Z] docker_cli_swarm_test.go:1316: [d1c368358ff2e] joining swarm manager [d9a0fc9231a5c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:21:15.625Z] docker_cli_network_unix_test.go:46: [d1ddbd35c357e] daemon is not started [2022-01-31T14:21:16.187Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-01-31T14:21:17.189Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-01-31T14:21:18.074Z] docker_cli_network_unix_test.go:46: [d4bd060af6d7d] daemon is not started [2022-01-31T14:21:18.634Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-01-31T14:21:19.996Z] docker_cli_network_unix_test.go:46: [dfaabe1a04f31] daemon is not started [2022-01-31T14:21:19.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-01-31T14:21:20.253Z] docker_cli_network_unix_test.go:1233: [df1e7b8d92595] daemon is not started [2022-01-31T14:21:22.765Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-01-31T14:21:23.326Z] docker_cli_network_unix_test.go:46: [dcd57c3c1eca2] daemon is not started [2022-01-31T14:21:23.887Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-01-31T14:21:25.840Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-01-31T14:21:28.051Z] docker_cli_network_unix_test.go:46: [d507039cd43f4] daemon is not started [2022-01-31T14:21:28.652Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-01-31T14:21:28.652Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-01-31T14:21:28.652Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-01-31T14:21:28.653Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-01-31T14:21:28.653Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-01-31T14:21:28.653Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-01-31T14:21:28.653Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-01-31T14:21:28.653Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-01-31T14:21:28.653Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-01-31T14:21:28.653Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-01-31T14:21:28.653Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-01-31T14:21:28.653Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-01-31T14:21:28.653Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-01-31T14:21:28.653Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-01-31T14:21:28.653Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-01-31T14:21:29.121Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-01-31T14:21:29.121Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-31T14:21:29.121Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-01-31T14:21:29.121Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-31T14:21:29.121Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-01-31T14:21:29.121Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-31T14:21:29.121Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-01-31T14:21:29.121Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-31T14:21:29.121Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-01-31T14:21:30.539Z] docker_cli_network_unix_test.go:46: [d0c30cc982392] daemon is not started [2022-01-31T14:21:30.796Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-01-31T14:21:32.158Z] docker_cli_network_unix_test.go:46: [d46f80e3ab11a] daemon is not started [2022-01-31T14:21:32.158Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-01-31T14:21:32.412Z] docker_cli_network_unix_test.go:46: [dd263fe263047] daemon is not started [2022-01-31T14:21:32.412Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-01-31T14:21:32.674Z] docker_cli_network_unix_test.go:46: [d4ff5a59cb512] daemon is not started [2022-01-31T14:21:32.916Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-01-31T14:21:32.916Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-31T14:21:32.916Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-01-31T14:21:32.916Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T14:21:32.916Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-01-31T14:21:32.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-01-31T14:21:33.514Z] docker_cli_network_unix_test.go:46: [d94f70deb28a1] daemon is not started [2022-01-31T14:21:33.769Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-01-31T14:21:34.329Z] docker_cli_network_unix_test.go:46: [dcf6b2f05d0a6] daemon is not started [2022-01-31T14:21:34.585Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-01-31T14:21:34.840Z] docker_cli_network_unix_test.go:46: [d30cdfe2e3218] daemon is not started [2022-01-31T14:21:34.840Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-01-31T14:21:35.095Z] docker_cli_network_unix_test.go:46: [dbd375c655a21] daemon is not started [2022-01-31T14:21:35.095Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-01-31T14:21:35.656Z] docker_cli_network_unix_test.go:46: [d30a8e47961bf] daemon is not started [2022-01-31T14:21:35.656Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-01-31T14:21:35.911Z] docker_cli_network_unix_test.go:46: [d150526c5da7b] daemon is not started [2022-01-31T14:21:35.911Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-01-31T14:21:35.911Z] docker_cli_network_unix_test.go:46: [d2413f1831218] daemon is not started [2022-01-31T14:21:35.911Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-01-31T14:21:36.167Z] docker_cli_network_unix_test.go:46: [d4ba7b078e161] daemon is not started [2022-01-31T14:21:36.167Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-01-31T14:21:36.252Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-01-31T14:21:36.769Z] docker_cli_network_unix_test.go:46: [ddb3eaa202be2] daemon is not started [2022-01-31T14:21:36.769Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-01-31T14:21:37.330Z] docker_cli_network_unix_test.go:46: [d3f9d6454bb08] daemon is not started [2022-01-31T14:21:37.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-01-31T14:21:37.892Z] docker_cli_network_unix_test.go:46: [d778847a1f1da] daemon is not started [2022-01-31T14:21:37.892Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-01-31T14:21:38.148Z] docker_cli_network_unix_test.go:46: [d56b06ab53a25] daemon is not started [2022-01-31T14:21:38.148Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-01-31T14:21:38.148Z] docker_cli_network_unix_test.go:46: [d02dfc2f2bc34] daemon is not started [2022-01-31T14:21:38.148Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-01-31T14:21:39.554Z] docker_cli_network_unix_test.go:968: [d6fcb2f026d57] daemon is not started [2022-01-31T14:21:40.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-01-31T14:21:41.408Z] docker_cli_network_unix_test.go:46: [d7c420736d1f9] daemon is not started [2022-01-31T14:21:41.408Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-01-31T14:21:41.575Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-01-31T14:21:43.924Z] docker_cli_network_unix_test.go:1116: [d7e2182329e6d] daemon is not started [2022-01-31T14:21:47.187Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-01-31T14:21:47.187Z] docker_cli_network_unix_test.go:46: [d6d748f5da105] daemon is not started [2022-01-31T14:21:47.187Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-01-31T14:21:47.748Z] docker_cli_network_unix_test.go:46: [dfb89351d625c] daemon is not started [2022-01-31T14:21:47.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-01-31T14:21:47.748Z] docker_cli_network_unix_test.go:46: [d1ebcdda71640] daemon is not started [2022-01-31T14:21:47.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-01-31T14:21:47.748Z] docker_cli_network_unix_test.go:46: [daf730d1032a3] daemon is not started [2022-01-31T14:21:47.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-01-31T14:21:48.004Z] docker_cli_network_unix_test.go:46: [da2716db4f443] daemon is not started [2022-01-31T14:21:48.004Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-01-31T14:21:48.260Z] docker_cli_network_unix_test.go:46: [dcd4e007678dc] daemon is not started [2022-01-31T14:21:48.260Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-01-31T14:21:48.260Z] docker_cli_network_unix_test.go:46: [d32716ccf53e0] daemon is not started [2022-01-31T14:21:48.260Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-01-31T14:21:49.625Z] docker_cli_network_unix_test.go:46: [d8ddaf8c877b4] daemon is not started [2022-01-31T14:21:50.552Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-01-31T14:21:50.552Z] docker_cli_network_unix_test.go:46: [d6eece66988a4] daemon is not started [2022-01-31T14:21:50.552Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-01-31T14:21:50.552Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-01-31T14:21:50.552Z] docker_cli_network_unix_test.go:46: [dcaca967b1b6a] daemon is not started [2022-01-31T14:21:50.552Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-01-31T14:21:51.111Z] docker_cli_network_unix_test.go:46: [dcff8ff734d1d] daemon is not started [2022-01-31T14:21:51.366Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-01-31T14:21:54.693Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-01-31T14:21:56.097Z] docker_cli_network_unix_test.go:1084: [d6cbd15f8022f] daemon is not started [2022-01-31T14:21:57.984Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-01-31T14:21:57.984Z] docker_cli_network_unix_test.go:46: [d43ae86ce1c58] daemon is not started [2022-01-31T14:21:57.984Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-01-31T14:21:57.984Z] docker_cli_network_unix_test.go:46: [dfb44046149fc] daemon is not started [2022-01-31T14:21:58.239Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-01-31T14:21:59.605Z] docker_cli_network_unix_test.go:46: [da4ea65b584c3] daemon is not started [2022-01-31T14:21:59.860Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-01-31T14:21:59.860Z] docker_cli_network_unix_test.go:46: [dc991606f296d] daemon is not started [2022-01-31T14:21:59.860Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-01-31T14:22:00.421Z] docker_cli_network_unix_test.go:46: [daad36583bae7] daemon is not started [2022-01-31T14:22:00.421Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-01-31T14:22:00.983Z] docker_cli_network_unix_test.go:46: [da00f205ad4f3] daemon is not started [2022-01-31T14:22:00.983Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-01-31T14:22:01.551Z] docker_cli_network_unix_test.go:46: [d4fb5133e82ae] daemon is not started [2022-01-31T14:22:01.807Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-01-31T14:22:06.344Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-01-31T14:22:08.376Z] docker_cli_network_unix_test.go:46: [d6b54ba64af36] daemon is not started [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite (53.83s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.07s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.75s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.65s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.39s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.42s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.40s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.86s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.12s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.08s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.55s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.86s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.67s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.66s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.00s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.20s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.08s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.14s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.05s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.35s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2022-01-31T14:22:08.376Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.71s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.26s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.10s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.70s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.49s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.66s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.87s) [2022-01-31T14:22:08.376Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.16s) [2022-01-31T14:22:08.376Z] === RUN TestDockerHubPullSuite [2022-01-31T14:22:08.376Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-01-31T14:22:09.658Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-01-31T14:22:09.658Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-31T14:22:09.658Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-01-31T14:22:09.658Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-31T14:22:09.658Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-01-31T14:22:09.738Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-01-31T14:22:12.249Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-01-31T14:22:12.504Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-01-31T14:22:13.867Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-01-31T14:22:14.164Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-01-31T14:22:14.164Z] --- PASS: TestDockerHubPullSuite (6.21s) [2022-01-31T14:22:14.164Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.72s) [2022-01-31T14:22:14.164Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2022-01-31T14:22:14.164Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.65s) [2022-01-31T14:22:14.164Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.33s) [2022-01-31T14:22:14.164Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2022-01-31T14:22:14.164Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-01-31T14:22:14.164Z] PASS [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === Skipped [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_sni_test.go:18: Flakey test [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-01-31T14:22:14.164Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-01-31T14:22:14.164Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-01-31T14:22:14.164Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-01-31T14:22:14.164Z] [2022-01-31T14:22:14.164Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-01-31T14:22:14.165Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-01-31T14:22:14.165Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-01-31T14:22:14.165Z] [2022-01-31T14:22:14.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-01-31T14:22:14.165Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-01-31T14:22:14.165Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-01-31T14:22:14.165Z] [2022-01-31T14:22:14.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-01-31T14:22:14.165Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-01-31T14:22:14.165Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-01-31T14:22:14.165Z] [2022-01-31T14:22:14.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2022-01-31T14:22:14.165Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-01-31T14:22:14.165Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2022-01-31T14:22:14.165Z] [2022-01-31T14:22:14.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-01-31T14:22:14.165Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-01-31T14:22:14.165Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-01-31T14:22:14.165Z] [2022-01-31T14:22:14.165Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-01-31T14:22:14.165Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-01-31T14:22:14.165Z] docker_cli_network_unix_test.go:46: [dcaca967b1b6a] daemon is not started [2022-01-31T14:22:14.165Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-01-31T14:22:14.165Z] [2022-01-31T14:22:14.165Z] DONE 1262 tests, 51 skipped in 1400.282s [2022-01-31T14:22:14.165Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-31T14:22:14.165Z] ++++ cat bundles/test-integration/docker.pid [2022-01-31T14:22:14.165Z] +++ kill 8345 [2022-01-31T14:22:14.165Z] +++ /etc/init.d/apparmor stop [2022-01-31T14:22:14.165Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-31T14:22:14.165Z] [2022-01-31T14:22:14.165Z] Unloading profiles will leave already running processes permanently [2022-01-31T14:22:14.165Z] unconfined, which can lead to unexpected situations. [2022-01-31T14:22:14.165Z] [2022-01-31T14:22:14.165Z] To set a process to complain mode, use the command line tool [2022-01-31T14:22:14.165Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-31T14:22:14.165Z] +++ true [2022-01-31T14:22:14.420Z] exiting test-integration [2022-01-31T14:22:14.420Z] ++ exit 0 [2022-01-31T14:22:14.420Z] [2022-01-31T14:22:14.420Z] + for job in $(jobs -p) [2022-01-31T14:22:14.420Z] + wait 6437 [2022-01-31T14:22:15.147Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-01-31T14:22:25.559Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-01-31T14:22:27.734Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-01-31T14:22:27.734Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-31T14:22:28.740Z] === RUN TestDockerSuite/TestBuildBlankName [2022-01-31T14:22:29.747Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-01-31T14:22:42.353Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-01-31T14:22:42.353Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-31T14:22:42.353Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-01-31T14:22:46.532Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-01-31T14:22:47.458Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-01-31T14:22:51.104Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-01-31T14:22:54.117Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-01-31T14:22:59.399Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-01-31T14:23:01.284Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-01-31T14:23:03.699Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-01-31T14:23:04.548Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-01-31T14:23:07.063Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-01-31T14:23:10.350Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-01-31T14:23:10.350Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-01-31T14:23:10.350Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-01-31T14:23:15.588Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-01-31T14:23:15.848Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-01-31T14:23:16.294Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-01-31T14:23:16.294Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-31T14:23:16.773Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-01-31T14:23:16.775Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-01-31T14:23:18.661Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-01-31T14:23:24.008Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-01-31T14:23:24.008Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-31T14:23:24.008Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-01-31T14:23:24.008Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-31T14:23:24.008Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-01-31T14:23:32.749Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-01-31T14:23:32.749Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-31T14:23:32.749Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-01-31T14:23:33.227Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-01-31T14:23:33.227Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-31T14:23:33.227Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-01-31T14:23:33.227Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-31T14:23:33.227Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-01-31T14:23:51.834Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-01-31T14:23:51.834Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-01-31T14:23:51.834Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-31T14:23:51.834Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-01-31T14:23:51.834Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-31T14:23:51.834Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-01-31T14:23:51.834Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-01-31T14:23:51.834Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-01-31T14:23:51.834Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-31T14:23:51.834Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-01-31T14:23:51.834Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-01-31T14:23:51.834Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-01-31T14:23:51.834Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-01-31T14:23:52.303Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-01-31T14:23:53.502Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-01-31T14:23:53.502Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-31T14:23:53.502Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-01-31T14:23:57.296Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-01-31T14:23:57.296Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-01-31T14:23:58.165Z] === RUN TestDockerSuite/TestBuildEnv [2022-01-31T14:23:58.165Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-31T14:23:58.165Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-01-31T14:23:58.165Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-31T14:23:58.165Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-01-31T14:23:58.165Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-31T14:23:58.165Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-01-31T14:23:58.165Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-31T14:23:58.165Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-01-31T14:23:58.165Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-31T14:23:58.165Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-01-31T14:24:01.950Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-01-31T14:24:01.950Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T14:24:01.950Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-01-31T14:24:01.950Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T14:24:01.950Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-01-31T14:24:01.950Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T14:24:01.950Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-01-31T14:24:02.061Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-01-31T14:24:02.936Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-01-31T14:24:03.640Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-01-31T14:24:03.640Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-31T14:24:03.640Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-01-31T14:24:03.640Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-31T14:24:03.640Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-01-31T14:24:03.640Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-31T14:24:03.640Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-01-31T14:24:03.640Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-01-31T14:24:05.212Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-01-31T14:24:07.686Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-01-31T14:24:09.006Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-01-31T14:24:09.250Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-01-31T14:24:10.574Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-01-31T14:24:10.574Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-31T14:24:10.574Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-01-31T14:24:10.574Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-31T14:24:10.574Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-01-31T14:24:10.574Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-01-31T14:24:14.368Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-01-31T14:24:14.852Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-01-31T14:24:14.852Z] docker_cli_swarm_test.go:1180: [d5f42862292fd] joining swarm manager [df8ade94adce3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:24:16.486Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-01-31T14:24:16.486Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-31T14:24:17.490Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-01-31T14:24:17.490Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T14:24:17.966Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-01-31T14:24:20.218Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-01-31T14:24:20.218Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-31T14:24:20.218Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-01-31T14:24:21.407Z] docker_cli_swarm_test.go:1189: [d4ce8569ab60b] joining swarm manager [df8ade94adce3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:24:22.605Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-01-31T14:24:22.606Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-01-31T14:24:22.606Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-31T14:24:22.606Z] === RUN TestDockerSuite/TestBuildExpose [2022-01-31T14:24:22.606Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-31T14:24:22.606Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-01-31T14:24:22.606Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-31T14:24:22.606Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-01-31T14:24:22.606Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-31T14:24:22.606Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-01-31T14:24:22.606Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-31T14:24:22.606Z] === RUN TestDockerSuite/TestBuildFails [2022-01-31T14:24:24.168Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-01-31T14:24:24.168Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-01-31T14:24:27.475Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-01-31T14:24:29.066Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-01-31T14:24:29.066Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-31T14:24:29.066Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-01-31T14:24:29.066Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-31T14:24:29.066Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-01-31T14:24:29.320Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-01-31T14:24:30.032Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-01-31T14:24:31.311Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-01-31T14:24:32.316Z] === RUN TestDockerSuite/TestBuildCmd [2022-01-31T14:24:32.791Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-01-31T14:24:33.794Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-01-31T14:24:34.082Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-01-31T14:24:34.270Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-01-31T14:24:34.550Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-01-31T14:24:34.551Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-31T14:24:34.551Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-01-31T14:24:37.181Z] === RUN TestDockerSuite/TestBuildForceRm [2022-01-31T14:24:38.345Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-01-31T14:24:39.913Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-01-31T14:24:43.029Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-01-31T14:24:43.043Z] === RUN TestDockerSuite/TestBuildFromGit [2022-01-31T14:24:46.022Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-01-31T14:24:46.022Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-31T14:24:46.022Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-01-31T14:24:47.618Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-01-31T14:24:47.618Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-31T14:24:47.618Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-01-31T14:24:48.623Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-01-31T14:24:48.902Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-01-31T14:24:49.888Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-01-31T14:24:50.343Z] === RUN TestDockerSuite/TestBuildAddScript [2022-01-31T14:24:50.343Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-31T14:24:50.343Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-01-31T14:24:50.343Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-31T14:24:50.343Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-01-31T14:24:50.343Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-31T14:24:50.343Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-01-31T14:24:50.343Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-31T14:24:50.343Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-01-31T14:24:50.812Z] === RUN TestDockerSuite/TestBuildAddTar [2022-01-31T14:24:52.473Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-01-31T14:24:53.482Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-01-31T14:24:53.959Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-01-31T14:24:53.959Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-31T14:24:53.959Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-01-31T14:24:55.555Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-01-31T14:24:55.745Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-01-31T14:24:55.745Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-31T14:24:55.745Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-01-31T14:24:55.745Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-01-31T14:24:56.030Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-01-31T14:24:56.030Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-31T14:24:56.213Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-01-31T14:24:56.213Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-31T14:24:56.213Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-01-31T14:24:56.506Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-01-31T14:24:56.506Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-31T14:24:56.506Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-01-31T14:25:03.920Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-01-31T14:25:04.867Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-01-31T14:25:04.867Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T14:25:04.867Z] === RUN TestDockerSuite/TestBuildHistory [2022-01-31T14:25:08.050Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-01-31T14:25:13.287Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-01-31T14:25:17.349Z] === RUN TestDockerSuite/TestBuildIidFile [2022-01-31T14:25:17.349Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-01-31T14:25:17.448Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-01-31T14:25:18.810Z] docker_cli_swarm_test.go:1112: [deeee84a82d39] joining swarm manager [ddb6518b12359]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:25:19.561Z] === RUN TestDockerSuite/TestBuildInheritance [2022-01-31T14:25:19.561Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-31T14:25:19.561Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-01-31T14:25:19.736Z] docker_cli_swarm_test.go:1113: [d7a08a5e8b735] joining swarm manager [ddb6518b12359]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:25:20.548Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-01-31T14:25:20.548Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-01-31T14:25:25.297Z] === RUN TestDockerSuite/TestBuildLabel [2022-01-31T14:25:26.282Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-01-31T14:25:26.749Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-01-31T14:25:27.735Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-01-31T14:25:28.202Z] === RUN TestDockerSuite/TestBuildLabels [2022-01-31T14:25:29.186Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-01-31T14:25:30.748Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-01-31T14:25:36.613Z] === RUN TestDockerSuite/TestBuildLastModified [2022-01-31T14:25:36.613Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T14:25:36.613Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-01-31T14:25:36.613Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-31T14:25:36.613Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-01-31T14:25:36.613Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-01-31T14:25:37.082Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-01-31T14:25:37.082Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-01-31T14:25:37.082Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-01-31T14:25:37.549Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-01-31T14:25:38.017Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-01-31T14:25:43.880Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-01-31T14:26:01.680Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-01-31T14:26:01.680Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-31T14:26:01.680Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-01-31T14:26:02.147Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-01-31T14:26:03.125Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-01-31T14:26:03.125Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-31T14:26:03.125Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-01-31T14:26:03.125Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-31T14:26:03.125Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-01-31T14:26:04.735Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-01-31T14:26:04.735Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-01-31T14:26:04.735Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-01-31T14:26:05.214Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-01-31T14:26:05.214Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-31T14:26:05.690Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-01-31T14:26:05.690Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-31T14:26:06.166Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-01-31T14:26:06.166Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-31T14:26:06.166Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-01-31T14:26:07.170Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-01-31T14:26:07.170Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-31T14:26:07.170Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-01-31T14:26:24.364Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-01-31T14:26:24.364Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-31T14:26:24.364Z] === RUN TestDockerSuite/TestBuildBlankName [2022-01-31T14:26:24.364Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-01-31T14:26:33.036Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-01-31T14:26:33.036Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-31T14:26:33.505Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-01-31T14:26:37.980Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-01-31T14:26:39.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-01-31T14:26:41.170Z] docker_cli_swarm_test.go:1166: [d6ec3a80a616a] joining swarm manager [ddb6518b12359]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-01-31T14:26:43.176Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-01-31T14:26:43.176Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-01-31T14:26:43.176Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-31T14:26:43.176Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-01-31T14:26:49.812Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-01-31T14:26:50.496Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-01-31T14:26:55.286Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-01-31T14:27:00.238Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-01-31T14:27:00.238Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-31T14:27:00.238Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-01-31T14:27:02.432Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-01-31T14:27:04.530Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-01-31T14:27:05.006Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-01-31T14:27:06.014Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-01-31T14:27:07.183Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-01-31T14:27:07.656Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-01-31T14:27:07.912Z] docker_cli_swarm_test.go:1447: [d07e4f9e3d3d4] joining swarm manager [d8dd970507819]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:27:08.838Z] docker_cli_swarm_test.go:1448: [d9745385b3df0] joining swarm manager [d8dd970507819]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-31T14:27:10.662Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-01-31T14:27:10.662Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-31T14:27:10.662Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-01-31T14:27:10.662Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-31T14:27:10.662Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-01-31T14:27:10.833Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-01-31T14:27:15.647Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-01-31T14:27:19.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-01-31T14:27:19.337Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-31T14:27:19.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-01-31T14:27:19.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-01-31T14:27:19.337Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-31T14:27:19.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-01-31T14:27:19.337Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-31T14:27:19.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-01-31T14:27:19.486Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-01-31T14:27:20.994Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-01-31T14:27:20.994Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-01-31T14:27:20.994Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-01-31T14:27:20.994Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-01-31T14:27:20.994Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-01-31T14:27:21.554Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-01-31T14:27:23.455Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-01-31T14:27:24.983Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-01-31T14:27:24.983Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-31T14:27:24.983Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-01-31T14:27:26.719Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-01-31T14:27:29.231Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-01-31T14:27:31.117Z] docker_cli_swarm_unix_test.go:63: [dac608ae04ed3] joining swarm manager [dc7dd0a2bf4a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:27:33.641Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-01-31T14:27:33.641Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-01-31T14:27:33.641Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-31T14:27:33.641Z] === RUN TestDockerSuite/TestBuildNetNone [2022-01-31T14:27:33.641Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-31T14:27:33.641Z] === RUN TestDockerSuite/TestBuildNoContext [2022-01-31T14:27:36.590Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-01-31T14:27:41.342Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-01-31T14:27:44.292Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-01-31T14:27:44.292Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-01-31T14:27:44.292Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-01-31T14:27:47.244Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-01-31T14:27:48.229Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-01-31T14:27:49.794Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-01-31T14:28:00.210Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-01-31T14:28:00.678Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-01-31T14:28:10.227Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-01-31T14:28:11.096Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-01-31T14:28:14.045Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-01-31T14:28:14.999Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-01-31T14:28:14.999Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-31T14:28:15.987Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-01-31T14:28:15.987Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T14:28:16.457Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-01-31T14:28:18.024Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-01-31T14:28:18.024Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-31T14:28:18.024Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-01-31T14:28:22.704Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-01-31T14:28:23.903Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-01-31T14:28:24.893Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-01-31T14:28:24.893Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-31T14:28:25.363Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-01-31T14:28:25.363Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-31T14:28:25.363Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-01-31T14:28:26.932Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-01-31T14:28:27.351Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-01-31T14:28:27.351Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-01-31T14:28:27.351Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-01-31T14:28:27.454Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-01-31T14:28:28.276Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-01-31T14:28:28.500Z] === RUN TestDockerSuite/TestBuildCmd [2022-01-31T14:28:28.970Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-01-31T14:28:29.600Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-01-31T14:28:30.591Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-01-31T14:28:31.590Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-01-31T14:28:31.983Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-01-31T14:28:31.984Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-01-31T14:28:31.984Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-31T14:28:31.984Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-01-31T14:28:32.393Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-01-31T14:28:33.381Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-01-31T14:28:33.381Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-31T14:28:33.381Z] === RUN TestDockerSuite/TestBuildPATH [2022-01-31T14:28:33.381Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-31T14:28:33.381Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-01-31T14:28:34.195Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-01-31T14:28:35.558Z] docker_api_swarm_test.go:962: [de1923e9b1a7b] joining swarm manager [d16d74c8b85e0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-31T14:28:35.608Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-01-31T14:28:35.608Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-31T14:28:35.608Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-01-31T14:28:36.477Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-01-31T14:28:39.434Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-01-31T14:28:39.434Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-31T14:28:39.434Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-01-31T14:28:41.001Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-01-31T14:28:41.001Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-31T14:28:41.001Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-01-31T14:28:41.470Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-01-31T14:28:43.690Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-01-31T14:28:45.260Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-01-31T14:28:45.731Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-01-31T14:28:45.731Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-31T14:28:45.731Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-01-31T14:28:46.721Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-01-31T14:28:47.711Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-01-31T14:28:47.711Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-31T14:28:47.711Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-01-31T14:28:47.711Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-31T14:28:47.711Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-01-31T14:28:53.628Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-01-31T14:29:00.221Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-01-31T14:29:05.785Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-01-31T14:29:07.147Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-01-31T14:29:09.659Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-01-31T14:29:12.177Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-01-31T14:29:18.317Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-01-31T14:29:18.711Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-01-31T14:29:23.947Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-01-31T14:29:25.832Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-01-31T14:29:28.345Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-01-31T14:29:30.901Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-01-31T14:29:33.414Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-01-31T14:29:36.121Z] === RUN TestDockerSuite/TestBuildRm [2022-01-31T14:29:36.676Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-01-31T14:29:38.575Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-01-31T14:29:42.941Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-01-31T14:29:42.941Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-01-31T14:29:42.941Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-01-31T14:29:43.930Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-01-31T14:29:43.930Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-31T14:29:44.399Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-01-31T14:29:44.399Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-31T14:29:44.488Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-01-31T14:29:44.488Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-01-31T14:29:44.488Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-01-31T14:29:44.868Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-01-31T14:29:44.868Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-31T14:29:44.868Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-01-31T14:29:45.856Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-01-31T14:29:45.856Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-31T14:29:45.856Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-01-31T14:29:48.610Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-01-31T14:29:50.821Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-01-31T14:29:50.821Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-31T14:29:50.821Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-01-31T14:29:50.821Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-31T14:29:50.821Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-01-31T14:29:52.384Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-01-31T14:29:56.172Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-01-31T14:29:59.959Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-01-31T14:30:04.735Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-01-31T14:30:09.910Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-01-31T14:30:22.497Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-01-31T14:30:22.540Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-01-31T14:30:22.540Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-01-31T14:30:22.540Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-01-31T14:30:29.024Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-01-31T14:30:29.024Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-01-31T14:30:29.024Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-31T14:30:29.024Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-01-31T14:30:31.195Z] === RUN TestDockerSuite/TestBuildSpaces [2022-01-31T14:30:31.196Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-01-31T14:30:34.727Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-01-31T14:30:37.084Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-01-31T14:30:37.084Z] === RUN TestDockerSuite/TestBuildStderr [2022-01-31T14:30:37.541Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-01-31T14:30:41.842Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-01-31T14:30:49.639Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-01-31T14:30:59.146Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-01-31T14:30:59.146Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-01-31T14:30:59.616Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-01-31T14:31:03.074Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-01-31T14:31:03.074Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-31T14:31:03.074Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-01-31T14:31:04.061Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-01-31T14:31:04.376Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite (1595.62s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.11s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.99s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.77s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.33s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.06s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.14s) [2022-01-31T14:31:04.556Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.37s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.76s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.33s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (42.11s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.05s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.94s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.86s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.42s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.59s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.67s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.27s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.60s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.20s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (59.57s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (58.87s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.25s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.89s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.17s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.39s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.44s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.47s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.10s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.50s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.62s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.12s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.03s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.39s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.39s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.15s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.54s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.95s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.36s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.62s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.63s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.03s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.33s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.69s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.68s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.62s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.87s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.97s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.00s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.49s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.12s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.00s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.13s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.48s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.28s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.60s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.01s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.21s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.61s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.27s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.89s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.43s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.88s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.78s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.45s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.43s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.56s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.45s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.51s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.26s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.50s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.89s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.55s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.85s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.20s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.97s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (92.13s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.42s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.55s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.72s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.14s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.70s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.15s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.52s) [2022-01-31T14:31:04.556Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.83s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.12s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.47s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.65s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.87s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.08s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (109.24s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.20s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.10s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.26s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.09s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.29s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.09s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.95s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.13s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.97s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.41s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.92s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.16s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.23s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.15s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.72s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.87s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.48s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.42s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.61s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.58s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.37s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.90s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.10s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.95s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.20s) [2022-01-31T14:31:04.556Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.18s) [2022-01-31T14:31:04.556Z] === RUN TestDockerExternalVolumeSuite [2022-01-31T14:31:04.556Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-01-31T14:31:04.811Z] docker_cli_external_volume_driver_test.go:52: [d419e7d3ccd8a] daemon is not started [2022-01-31T14:31:05.045Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-01-31T14:31:07.329Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-01-31T14:31:09.792Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-01-31T14:31:10.283Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-01-31T14:31:13.552Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-01-31T14:31:14.542Z] === RUN TestDockerSuite/TestBuildUser [2022-01-31T14:31:14.542Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-31T14:31:14.542Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-01-31T14:31:14.542Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-31T14:31:14.542Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-01-31T14:31:14.542Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-31T14:31:14.542Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-01-31T14:31:19.289Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-01-31T14:31:19.289Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-01-31T14:31:22.235Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-01-31T14:31:22.235Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-31T14:31:22.235Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-01-31T14:31:22.235Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-31T14:31:22.235Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-01-31T14:31:22.889Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-01-31T14:31:26.141Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-01-31T14:31:38.734Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-01-31T14:31:47.500Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-01-31T14:31:47.500Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-01-31T14:31:54.647Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-01-31T14:31:59.397Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-01-31T14:31:59.397Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-31T14:31:59.397Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-01-31T14:31:59.397Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-31T14:31:59.865Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-01-31T14:32:02.076Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-01-31T14:32:02.076Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-31T14:32:02.543Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-01-31T14:32:13.035Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-01-31T14:32:17.779Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-01-31T14:32:17.779Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-01-31T14:32:30.516Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-01-31T14:32:32.708Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-01-31T14:32:32.708Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-31T14:32:32.708Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-01-31T14:32:32.708Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-31T14:32:32.708Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-01-31T14:32:32.708Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-31T14:32:32.708Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-01-31T14:32:33.175Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-01-31T14:32:36.758Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-01-31T14:32:36.758Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-01-31T14:32:36.758Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-31T14:32:36.758Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-01-31T14:32:37.041Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-01-31T14:32:41.825Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-01-31T14:32:43.387Z] === RUN TestDockerSuite/TestBuildXZHost [2022-01-31T14:32:43.387Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-31T14:32:43.853Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-01-31T14:32:43.853Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-31T14:32:43.853Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-01-31T14:32:43.853Z] docker_cli_sni_test.go:18: Flakey test [2022-01-31T14:32:43.853Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-01-31T14:32:46.061Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-01-31T14:32:50.807Z] === RUN TestDockerSuite/TestCommitChange [2022-01-31T14:32:51.977Z] docker_cli_external_volume_driver_test.go:52: [dc2c1e55c262e] daemon is not started [2022-01-31T14:32:55.556Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-01-31T14:33:00.302Z] === RUN TestDockerSuite/TestCommitHardlink [2022-01-31T14:33:00.302Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-31T14:33:00.302Z] === RUN TestDockerSuite/TestCommitNewFile [2022-01-31T14:33:06.813Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-01-31T14:33:07.452Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-01-31T14:33:07.452Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-31T14:33:07.452Z] === RUN TestDockerSuite/TestCommitTTY [2022-01-31T14:33:14.599Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-01-31T14:33:19.345Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-01-31T14:33:19.345Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T14:33:19.345Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-01-31T14:33:19.345Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-31T14:33:19.345Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-01-31T14:33:19.345Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-31T14:33:19.345Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-01-31T14:33:19.345Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-31T14:33:19.345Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-01-31T14:33:19.345Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-31T14:33:19.345Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-01-31T14:33:19.345Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-31T14:33:19.345Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-01-31T14:33:19.345Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T14:33:19.345Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-01-31T14:33:19.811Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-01-31T14:33:20.428Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-01-31T14:33:20.428Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-01-31T14:33:20.428Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-31T14:33:20.428Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-01-31T14:33:20.428Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-31T14:33:20.428Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-01-31T14:33:20.428Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-01-31T14:33:20.428Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-01-31T14:33:20.428Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-31T14:33:20.428Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-01-31T14:33:20.428Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-01-31T14:33:21.428Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-01-31T14:33:24.842Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-01-31T14:33:26.959Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-01-31T14:33:30.185Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-01-31T14:33:34.023Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-01-31T14:33:34.102Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-01-31T14:33:34.102Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-31T14:33:34.102Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-01-31T14:33:37.049Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-01-31T14:33:37.049Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-31T14:33:37.049Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-01-31T14:33:37.049Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-31T14:33:37.049Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-01-31T14:33:37.049Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-31T14:33:37.049Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-01-31T14:33:39.261Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-01-31T14:33:39.261Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-31T14:33:39.261Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-01-31T14:33:39.261Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-01-31T14:33:39.669Z] docker_cli_external_volume_driver_test.go:52: [dec88498727ed] daemon is not started [2022-01-31T14:33:39.961Z] === RUN TestDockerSuite/TestBuildEnv [2022-01-31T14:33:39.961Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-31T14:33:39.961Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-01-31T14:33:39.961Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-31T14:33:40.436Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-01-31T14:33:40.436Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-31T14:33:40.436Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-01-31T14:33:40.436Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-31T14:33:40.436Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-01-31T14:33:40.436Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-31T14:33:40.436Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-01-31T14:33:42.207Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-01-31T14:33:42.207Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-01-31T14:33:42.207Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-31T14:33:42.207Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-01-31T14:33:42.207Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-31T14:33:42.207Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-01-31T14:33:42.207Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T14:33:42.207Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-01-31T14:33:45.151Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-01-31T14:33:45.252Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-01-31T14:33:45.252Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T14:33:45.252Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-01-31T14:33:45.252Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T14:33:45.252Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-01-31T14:33:45.252Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T14:33:45.252Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-01-31T14:33:46.253Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-01-31T14:33:47.361Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-01-31T14:33:49.577Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-01-31T14:33:49.577Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-01-31T14:33:49.577Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-31T14:33:49.577Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-01-31T14:33:51.804Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-01-31T14:33:51.804Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-01-31T14:33:53.537Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-01-31T14:33:54.498Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-01-31T14:33:54.498Z] docker_cli_external_volume_driver_test.go:52: [d12f039cbe4ee] daemon is not started [2022-01-31T14:33:54.750Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-01-31T14:33:54.750Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T14:33:54.750Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-01-31T14:33:54.750Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T14:33:54.750Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-01-31T14:33:57.698Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-01-31T14:33:57.698Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-01-31T14:33:59.261Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-01-31T14:33:59.261Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-31T14:33:59.261Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-01-31T14:34:02.324Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-01-31T14:34:02.324Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-01-31T14:34:05.272Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-01-31T14:34:09.059Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-01-31T14:34:09.323Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-01-31T14:34:11.464Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-01-31T14:34:11.464Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-01-31T14:34:11.464Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-31T14:34:11.464Z] === RUN TestDockerSuite/TestBuildExpose [2022-01-31T14:34:11.464Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-31T14:34:11.464Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-01-31T14:34:11.464Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-31T14:34:11.464Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-01-31T14:34:11.464Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-31T14:34:11.464Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-01-31T14:34:11.464Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-31T14:34:11.464Z] === RUN TestDockerSuite/TestBuildFails [2022-01-31T14:34:12.845Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-01-31T14:34:12.845Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-01-31T14:34:12.845Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-01-31T14:34:12.845Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-01-31T14:34:12.845Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-01-31T14:34:15.297Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-01-31T14:34:15.297Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-01-31T14:34:15.791Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-01-31T14:34:15.791Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-31T14:34:15.791Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-01-31T14:34:18.006Z] === RUN TestDockerSuite/TestContainerAPITop [2022-01-31T14:34:18.006Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T14:34:18.006Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-01-31T14:34:20.218Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-01-31T14:34:20.218Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-01-31T14:34:24.027Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-01-31T14:34:24.965Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-01-31T14:34:26.528Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-01-31T14:34:26.528Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-31T14:34:26.528Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-01-31T14:34:26.528Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-31T14:34:26.528Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-01-31T14:34:26.528Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-31T14:34:26.528Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-01-31T14:34:26.528Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-31T14:34:26.528Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-01-31T14:34:26.528Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-31T14:34:26.528Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-01-31T14:34:28.737Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-01-31T14:34:28.737Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-01-31T14:34:30.958Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-01-31T14:34:32.761Z] === RUN TestDockerSuite/TestBuildForceRm [2022-01-31T14:34:33.481Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-01-31T14:34:33.481Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-01-31T14:34:33.481Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-01-31T14:34:33.907Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-01-31T14:34:36.122Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-01-31T14:34:39.073Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000100330_} [2022-01-31T14:34:41.285Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11987267935_c:\foo_false____} [2022-01-31T14:34:41.330Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-01-31T14:34:41.502Z] === RUN TestDockerSuite/TestBuildFromGit [2022-01-31T14:34:44.231Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11987267935_c:\foo_true____} [2022-01-31T14:34:46.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-01-31T14:34:46.447Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-31T14:34:46.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-01-31T14:34:46.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-01-31T14:34:46.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-01-31T14:34:46.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-01-31T14:34:46.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-01-31T14:34:46.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-01-31T14:34:46.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-01-31T14:34:46.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-01-31T14:34:46.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-01-31T14:34:46.914Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-01-31T14:34:46.914Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-01-31T14:34:46.914Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-01-31T14:34:46.914Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-31T14:34:46.914Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-01-31T14:34:46.914Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-31T14:34:46.914Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-01-31T14:34:46.914Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-31T14:34:46.914Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-01-31T14:34:46.914Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-31T14:34:46.914Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-01-31T14:34:46.914Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-31T14:34:46.914Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-01-31T14:34:48.724Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-01-31T14:34:49.724Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-01-31T14:34:49.859Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-01-31T14:34:49.859Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-01-31T14:34:49.859Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T14:34:49.859Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-01-31T14:34:52.811Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-01-31T14:34:52.811Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-01-31T14:34:52.811Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-31T14:34:52.811Z] === RUN TestDockerSuite/TestCpRelativePath [2022-01-31T14:34:55.024Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-01-31T14:34:55.024Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-31T14:34:55.024Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-01-31T14:34:55.024Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-31T14:34:55.024Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-01-31T14:34:55.024Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-31T14:34:55.024Z] === RUN TestDockerSuite/TestCpToCaseA [2022-01-31T14:34:56.235Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-01-31T14:34:56.948Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-01-31T14:34:56.948Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-31T14:34:56.948Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-01-31T14:34:57.951Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-01-31T14:34:58.425Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-01-31T14:34:58.425Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-31T14:34:58.425Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-01-31T14:34:58.786Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-01-31T14:34:59.773Z] === RUN TestDockerSuite/TestCpToCaseB [2022-01-31T14:35:01.985Z] === RUN TestDockerSuite/TestCpToCaseC [2022-01-31T14:35:01.985Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T14:35:01.985Z] === RUN TestDockerSuite/TestCpToCaseD [2022-01-31T14:35:01.985Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-31T14:35:01.985Z] === RUN TestDockerSuite/TestCpToCaseE [2022-01-31T14:35:11.004Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-01-31T14:35:11.004Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T14:35:11.004Z] === RUN TestDockerSuite/TestBuildHistory [2022-01-31T14:35:11.061Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-01-31T14:35:12.398Z] === RUN TestDockerSuite/TestCpToCaseF [2022-01-31T14:35:12.398Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-31T14:35:12.398Z] === RUN TestDockerSuite/TestCpToCaseG [2022-01-31T14:35:12.398Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T14:35:12.398Z] === RUN TestDockerSuite/TestCpToCaseH [2022-01-31T14:35:13.719Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-01-31T14:35:21.065Z] === RUN TestDockerSuite/TestCpToCaseI [2022-01-31T14:35:21.065Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-31T14:35:21.065Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-01-31T14:35:21.065Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-31T14:35:21.065Z] === RUN TestDockerSuite/TestCpToDot [2022-01-31T14:35:24.014Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-01-31T14:35:24.014Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-31T14:35:24.014Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-01-31T14:35:24.014Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-31T14:35:24.014Z] === RUN TestDockerSuite/TestCpToStdout [2022-01-31T14:35:26.031Z] === RUN TestDockerSuite/TestBuildIidFile [2022-01-31T14:35:26.031Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-01-31T14:35:26.228Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-01-31T14:35:26.228Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:35:26.228Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-01-31T14:35:26.228Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-31T14:35:26.228Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-01-31T14:35:26.228Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-31T14:35:26.228Z] === RUN TestDockerSuite/TestCpVolumePath [2022-01-31T14:35:26.228Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-31T14:35:26.228Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-01-31T14:35:26.696Z] === RUN TestDockerSuite/TestCreateArgs [2022-01-31T14:35:26.696Z] === RUN TestDockerSuite/TestCreateByImageID [2022-01-31T14:35:28.283Z] === RUN TestDockerSuite/TestBuildInheritance [2022-01-31T14:35:28.283Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-31T14:35:28.283Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-01-31T14:35:28.758Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-01-31T14:35:28.908Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-01-31T14:35:29.234Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-01-31T14:35:31.121Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-01-31T14:35:31.555Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-01-31T14:35:31.590Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-01-31T14:35:31.590Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-01-31T14:35:33.803Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-01-31T14:35:34.271Z] === RUN TestDockerSuite/TestCreateLabels [2022-01-31T14:35:34.738Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-01-31T14:35:34.738Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-31T14:35:34.738Z] === RUN TestDockerSuite/TestCreateRM [2022-01-31T14:35:35.172Z] === RUN TestDockerSuite/TestBuildLabel [2022-01-31T14:35:35.206Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-01-31T14:35:35.206Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-31T14:35:35.206Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-01-31T14:35:35.206Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-01-31T14:35:35.673Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-01-31T14:35:36.173Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-01-31T14:35:37.176Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-01-31T14:35:38.180Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-01-31T14:35:38.657Z] === RUN TestDockerSuite/TestBuildLabels [2022-01-31T14:35:40.246Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-01-31T14:35:41.835Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-01-31T14:35:44.333Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-01-31T14:35:44.333Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-01-31T14:35:44.800Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-01-31T14:35:47.750Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-01-31T14:35:47.750Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-01-31T14:35:47.750Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-31T14:35:47.750Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-01-31T14:35:49.063Z] === RUN TestDockerSuite/TestBuildLastModified [2022-01-31T14:35:49.063Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T14:35:49.063Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-01-31T14:35:49.063Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-31T14:35:49.063Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-01-31T14:35:49.063Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-01-31T14:35:49.063Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-01-31T14:35:49.538Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-01-31T14:35:49.538Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-01-31T14:35:50.014Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-01-31T14:35:50.699Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-01-31T14:35:50.699Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-01-31T14:35:50.700Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-01-31T14:35:50.700Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-01-31T14:35:50.700Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-01-31T14:35:50.700Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-01-31T14:35:50.700Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-01-31T14:35:50.700Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-01-31T14:35:50.700Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-01-31T14:35:50.700Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDevicePermissions [2022-01-31T14:35:50.700Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDockerFails [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-01-31T14:35:50.700Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-01-31T14:35:50.700Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-01-31T14:35:50.700Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestEventsAttach [2022-01-31T14:35:50.700Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestEventsCommit [2022-01-31T14:35:50.700Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-31T14:35:50.700Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-01-31T14:35:51.015Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-01-31T14:35:53.662Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-01-31T14:35:56.612Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-01-31T14:35:57.661Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-01-31T14:35:58.248Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-01-31T14:35:58.825Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-01-31T14:36:09.241Z] === RUN TestDockerSuite/TestEventsCopy [2022-01-31T14:36:13.029Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-01-31T14:36:15.688Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-01-31T14:36:17.783Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-01-31T14:36:19.606Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-01-31T14:36:19.606Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-31T14:36:19.606Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-01-31T14:36:20.731Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-01-31T14:36:21.194Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-01-31T14:36:21.199Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-01-31T14:36:22.520Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-01-31T14:36:25.949Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-01-31T14:36:26.416Z] === RUN TestDockerSuite/TestEventsFilterType [2022-01-31T14:36:27.403Z] === RUN TestDockerSuite/TestEventsFilters [2022-01-31T14:36:33.265Z] === RUN TestDockerSuite/TestEventsFormat [2022-01-31T14:36:37.056Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-01-31T14:36:37.511Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-01-31T14:36:37.525Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-01-31T14:36:37.525Z] === RUN TestDockerSuite/TestEventsImageImport [2022-01-31T14:36:37.525Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T14:36:37.525Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-01-31T14:36:37.525Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-31T14:36:37.525Z] === RUN TestDockerSuite/TestEventsImagePull [2022-01-31T14:36:37.525Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-31T14:36:37.525Z] === RUN TestDockerSuite/TestEventsImageTag [2022-01-31T14:36:38.510Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-01-31T14:36:38.510Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-31T14:36:38.510Z] === RUN TestDockerSuite/TestEventsRename [2022-01-31T14:36:41.461Z] === RUN TestDockerSuite/TestEventsResize [2022-01-31T14:36:47.719Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-01-31T14:36:50.058Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-01-31T14:36:50.114Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-01-31T14:36:51.676Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-01-31T14:36:53.888Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-01-31T14:36:59.747Z] === RUN TestDockerSuite/TestEventsTop [2022-01-31T14:36:59.747Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-31T14:36:59.747Z] === RUN TestDockerSuite/TestEventsUntag [2022-01-31T14:37:01.959Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-01-31T14:37:04.055Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-01-31T14:37:06.754Z] === RUN TestDockerSuite/TestExec [2022-01-31T14:37:06.754Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:37:06.754Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-01-31T14:37:06.754Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-31T14:37:06.754Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-01-31T14:37:08.317Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-01-31T14:37:10.531Z] === RUN TestDockerSuite/TestExecAPIStart [2022-01-31T14:37:10.531Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:37:10.531Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-01-31T14:37:10.531Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T14:37:10.531Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-01-31T14:37:10.531Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-31T14:37:10.531Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-01-31T14:37:12.097Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-01-31T14:37:14.312Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-01-31T14:37:16.637Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-01-31T14:37:18.203Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-01-31T14:37:19.853Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-01-31T14:37:22.959Z] === RUN TestDockerSuite/TestExecCgroup [2022-01-31T14:37:22.959Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-31T14:37:22.959Z] === RUN TestDockerSuite/TestExecEnv [2022-01-31T14:37:22.959Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T14:37:22.959Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-01-31T14:37:22.959Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-31T14:37:22.959Z] === RUN TestDockerSuite/TestExecExitStatus [2022-01-31T14:37:25.175Z] === RUN TestDockerSuite/TestExecInspectID [2022-01-31T14:37:25.412Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-01-31T14:37:29.922Z] === RUN TestDockerSuite/TestExecInteractive [2022-01-31T14:37:29.922Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-31T14:37:29.922Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-01-31T14:37:29.922Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-31T14:37:29.922Z] === RUN TestDockerSuite/TestExecParseError [2022-01-31T14:37:29.922Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T14:37:29.922Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-01-31T14:37:29.922Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-31T14:37:29.922Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-01-31T14:37:29.922Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-31T14:37:29.922Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-01-31T14:37:31.348Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-01-31T14:37:32.136Z] === RUN TestDockerSuite/TestExecSetEnv [2022-01-31T14:37:32.136Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-31T14:37:32.136Z] === RUN TestDockerSuite/TestExecStartFails [2022-01-31T14:37:32.136Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T14:37:32.136Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-01-31T14:37:32.136Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-31T14:37:32.136Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-01-31T14:37:32.136Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-31T14:37:32.136Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-01-31T14:37:32.136Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-31T14:37:32.136Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-01-31T14:37:34.352Z] === RUN TestDockerSuite/TestExecUlimits [2022-01-31T14:37:34.352Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-31T14:37:34.352Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-01-31T14:37:34.720Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-01-31T14:37:40.101Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-01-31T14:37:40.258Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-01-31T14:37:40.258Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-31T14:37:40.258Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-01-31T14:37:40.258Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-31T14:37:40.258Z] === RUN TestDockerSuite/TestExecWithUser [2022-01-31T14:37:40.258Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T14:37:40.258Z] === RUN TestDockerSuite/TestGetContainerStats [2022-01-31T14:37:46.116Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-01-31T14:37:48.842Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-01-31T14:37:51.979Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-01-31T14:37:52.772Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-01-31T14:37:52.772Z] docker_cli_external_volume_driver_test.go:484: [dfef39ba9b670] daemon is not started [2022-01-31T14:37:54.928Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-01-31T14:38:00.792Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-01-31T14:38:00.792Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:38:00.792Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-01-31T14:38:00.792Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-01-31T14:38:00.792Z] === RUN TestDockerSuite/TestHealth [2022-01-31T14:38:00.792Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-31T14:38:00.792Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-01-31T14:38:00.792Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-01-31T14:38:00.792Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-01-31T14:38:01.259Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-01-31T14:38:06.009Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-01-31T14:38:06.009Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-01-31T14:38:06.009Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-31T14:38:06.009Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-01-31T14:38:06.009Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-01-31T14:38:06.009Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-01-31T14:38:06.009Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-01-31T14:38:06.477Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-01-31T14:38:06.477Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T14:38:06.477Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-01-31T14:38:07.641Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-01-31T14:38:07.641Z] docker_cli_external_volume_driver_test.go:52: [d0b7ad46f0245] daemon is not started [2022-01-31T14:38:08.042Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-01-31T14:38:08.042Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-01-31T14:38:09.606Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-01-31T14:38:10.074Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-01-31T14:38:12.287Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-01-31T14:38:14.254Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-01-31T14:38:14.254Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-31T14:38:14.254Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-01-31T14:38:15.238Z] === RUN TestDockerSuite/TestImagesFormat [2022-01-31T14:38:15.238Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-01-31T14:38:15.238Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T14:38:15.238Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-01-31T14:38:19.024Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-01-31T14:38:19.024Z] === RUN TestDockerSuite/TestImportBadURL [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestImportDisplay [2022-01-31T14:38:19.025Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestImportFile [2022-01-31T14:38:19.025Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-01-31T14:38:19.025Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestImportGzipped [2022-01-31T14:38:19.025Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-01-31T14:38:19.025Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-01-31T14:38:19.025Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-01-31T14:38:19.025Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-01-31T14:38:19.025Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-01-31T14:38:19.025Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-01-31T14:38:19.025Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T14:38:19.025Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-01-31T14:38:21.479Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-01-31T14:38:21.954Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-01-31T14:38:21.954Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-31T14:38:21.954Z] === RUN TestDockerSuite/TestBuildNetNone [2022-01-31T14:38:21.954Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-31T14:38:21.954Z] === RUN TestDockerSuite/TestBuildNoContext [2022-01-31T14:38:21.973Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite (436.83s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.51s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.64s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.16s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.21s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.17s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.17s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.57s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) [2022-01-31T14:38:22.551Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-01-31T14:38:22.551Z] PASS [2022-01-31T14:38:22.551Z] [2022-01-31T14:38:22.551Z] === Skipped [2022-01-31T14:38:22.551Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-01-31T14:38:22.551Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-01-31T14:38:22.551Z] check_test.go:308: [d60a5ed64c1c7] daemon is not started [2022-01-31T14:38:22.552Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-01-31T14:38:22.552Z] [2022-01-31T14:38:22.552Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-01-31T14:38:22.552Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-01-31T14:38:22.552Z] check_test.go:308: [d2d481712b7cc] daemon is not started [2022-01-31T14:38:22.552Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-01-31T14:38:22.552Z] [2022-01-31T14:38:22.552Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-01-31T14:38:22.552Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-01-31T14:38:22.552Z] check_test.go:308: [d53224f565b90] daemon is not started [2022-01-31T14:38:22.552Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-01-31T14:38:22.552Z] [2022-01-31T14:38:22.552Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-01-31T14:38:22.552Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-01-31T14:38:22.552Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-01-31T14:38:22.552Z] [2022-01-31T14:38:22.552Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-01-31T14:38:22.552Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-01-31T14:38:22.552Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-01-31T14:38:22.552Z] [2022-01-31T14:38:22.552Z] DONE 271 tests, 5 skipped in 2365.670s [2022-01-31T14:38:22.552Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-31T14:38:22.552Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/defc871bf9c89/docker.pid [2022-01-31T14:38:22.552Z] +++ kill 6941 [2022-01-31T14:38:22.552Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6941 is not a child of this shell [2022-01-31T14:38:22.552Z] warning: PID 6941 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/defc871bf9c89/docker.pid had a nonzero exit code [2022-01-31T14:38:22.552Z] ++++ cat bundles/test-integration/docker.pid [2022-01-31T14:38:22.552Z] +++ kill 8342 [2022-01-31T14:38:22.552Z] +++ /etc/init.d/apparmor stop [2022-01-31T14:38:22.552Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-31T14:38:22.552Z] [2022-01-31T14:38:22.552Z] Unloading profiles will leave already running processes permanently [2022-01-31T14:38:22.552Z] unconfined, which can lead to unexpected situations. [2022-01-31T14:38:22.552Z] [2022-01-31T14:38:22.552Z] To set a process to complain mode, use the command line tool [2022-01-31T14:38:22.552Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-31T14:38:22.552Z] +++ true [2022-01-31T14:38:22.552Z] exiting test-integration [2022-01-31T14:38:22.552Z] ++ exit 0 [2022-01-31T14:38:22.552Z] [2022-01-31T14:38:22.552Z] + exit 0 [2022-01-31T14:38:22.552Z] ++ jobs -p [2022-01-31T14:38:22.552Z] + pids= [2022-01-31T14:38:22.552Z] + echo 'Remaining pids to kill: []' [2022-01-31T14:38:22.552Z] Remaining pids to kill: [] [2022-01-31T14:38:22.552Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-01-31T14:38:22.565Z] Recording test results [2022-01-31T14:38:24.186Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-01-31T14:38:24.186Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T14:38:24.186Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-01-31T14:38:24.186Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-31T14:38:24.186Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-01-31T14:38:24.186Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-01-31T14:38:24.186Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-31T14:38:24.186Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-01-31T14:38:24.265Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-01-31T14:38:24.599Z] + echo Ensuring container killed. [2022-01-31T14:38:24.599Z] Ensuring container killed. [2022-01-31T14:38:24.599Z] + docker ps -aq -f name=docker-pr4-* [2022-01-31T14:38:24.599Z] + cids=fc95acba3616 [2022-01-31T14:38:24.599Z] cd33efd35615 [2022-01-31T14:38:24.599Z] de6b0f7c1003 [2022-01-31T14:38:24.599Z] + [ -n fc95acba3616 [2022-01-31T14:38:24.599Z] cd33efd35615 [2022-01-31T14:38:24.599Z] de6b0f7c1003 ] [2022-01-31T14:38:24.599Z] + docker rm -vf fc95acba3616 cd33efd35615 de6b0f7c1003 [2022-01-31T14:38:25.170Z] fc95acba3616 [2022-01-31T14:38:25.170Z] cd33efd35615 [2022-01-31T14:38:25.170Z] de6b0f7c1003 [Pipeline] sh [2022-01-31T14:38:25.446Z] + echo Chowning /workspace to jenkins user [2022-01-31T14:38:25.446Z] Chowning /workspace to jenkins user [2022-01-31T14:38:25.446Z] + id -u [2022-01-31T14:38:25.446Z] + id -g [2022-01-31T14:38:25.446Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43199:/workspace busybox chown -R 1000:1000 /workspace [2022-01-31T14:38:26.765Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-01-31T14:38:27.135Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-01-31T14:38:27.135Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-31T14:38:28.286Z] + bundleName=amd64 [2022-01-31T14:38:28.286Z] + echo Creating amd64-bundles.tar.gz [2022-01-31T14:38:28.286Z] Creating amd64-bundles.tar.gz [2022-01-31T14:38:28.286Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-01-31T14:38:28.286Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-01-31T14:38:29.221Z] Archiving artifacts [2022-01-31T14:38:29.354Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-01-31T14:38:29.354Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-31T14:38:29.354Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-01-31T14:38:29.354Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-31T14:38:29.354Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-01-31T14:38:29.354Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-31T14:38:29.354Z] === RUN TestDockerSuite/TestInspectDefault [2022-01-31T14:38:31.036Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43199/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-31T14:38:31.383Z] + make clean [2022-01-31T14:38:31.383Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-31T14:38:31.383Z] docker-dev-cache [2022-01-31T14:38:31.383Z] docker-mod-cache [Pipeline] deleteDir [2022-01-31T14:38:32.306Z] === RUN TestDockerSuite/TestInspectHistory [2022-01-31T14:38:32.726Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-31T14:38:35.734Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-01-31T14:38:35.734Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-01-31T14:38:35.734Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-01-31T14:38:37.057Z] === RUN TestDockerSuite/TestInspectImage [2022-01-31T14:38:37.057Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:38:37.057Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-01-31T14:38:37.057Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T14:38:37.057Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-01-31T14:38:37.057Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T14:38:37.057Z] === RUN TestDockerSuite/TestInspectInt64 [2022-01-31T14:38:38.724Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-01-31T14:38:39.275Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-01-31T14:38:40.312Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-01-31T14:38:41.489Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-01-31T14:38:41.489Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-01-31T14:38:41.902Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-01-31T14:38:44.438Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-01-31T14:38:46.002Z] === RUN TestDockerSuite/TestInspectPlugin [2022-01-31T14:38:46.002Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-31T14:38:46.002Z] === RUN TestDockerSuite/TestInspectRootFS [2022-01-31T14:38:46.469Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-01-31T14:38:48.680Z] === RUN TestDockerSuite/TestInspectStatus [2022-01-31T14:38:51.628Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-01-31T14:38:54.492Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-01-31T14:38:55.418Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-01-31T14:38:55.494Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-01-31T14:38:57.631Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-01-31T14:39:00.579Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-01-31T14:39:02.144Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-01-31T14:39:05.093Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-01-31T14:39:07.307Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-01-31T14:39:08.086Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksEnvs [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-01-31T14:39:10.255Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-01-31T14:39:10.255Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-01-31T14:39:10.255Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-01-31T14:39:10.255Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-01-31T14:39:12.468Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-01-31T14:39:12.922Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-01-31T14:39:14.035Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-01-31T14:39:17.309Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-01-31T14:39:17.309Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-01-31T14:39:17.309Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-31T14:39:17.309Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-01-31T14:39:17.309Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-31T14:39:17.309Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-01-31T14:39:17.309Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-01-31T14:39:17.309Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-01-31T14:39:17.309Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-31T14:39:17.309Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-01-31T14:39:17.309Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-01-31T14:39:17.309Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-01-31T14:39:17.309Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-01-31T14:39:18.306Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-01-31T14:39:19.895Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-01-31T14:39:22.842Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-01-31T14:39:22.842Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-31T14:39:22.842Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-01-31T14:39:24.209Z] === RUN TestDockerSuite/TestBuildEnv [2022-01-31T14:39:24.209Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-31T14:39:24.209Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-01-31T14:39:24.209Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-31T14:39:24.209Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-01-31T14:39:24.209Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-31T14:39:24.209Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-01-31T14:39:24.209Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-31T14:39:24.209Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-01-31T14:39:24.209Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-31T14:39:24.209Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-01-31T14:39:25.066Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-01-31T14:39:25.066Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-01-31T14:39:25.512Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-01-31T14:39:29.003Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-01-31T14:39:29.003Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T14:39:29.003Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-01-31T14:39:29.003Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T14:39:29.003Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-01-31T14:39:29.003Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T14:39:29.003Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-01-31T14:39:29.997Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-01-31T14:39:31.441Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-01-31T14:39:32.211Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-01-31T14:39:35.898Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-01-31T14:39:37.372Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-01-31T14:39:38.067Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-01-31T14:39:38.959Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-01-31T14:39:38.959Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-31T14:39:38.959Z] === RUN TestDockerSuite/TestBuildPATH [2022-01-31T14:39:38.959Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-31T14:39:38.959Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-01-31T14:39:42.796Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-01-31T14:39:42.796Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-31T14:39:42.796Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-01-31T14:39:45.214Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-01-31T14:39:46.776Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-01-31T14:39:49.724Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-01-31T14:39:49.724Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-31T14:39:49.724Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-01-31T14:39:51.938Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-01-31T14:39:54.883Z] === RUN TestDockerSuite/TestLogsSince [2022-01-31T14:40:01.252Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-01-31T14:40:01.252Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-01-31T14:40:01.252Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-31T14:40:01.252Z] === RUN TestDockerSuite/TestBuildExpose [2022-01-31T14:40:01.252Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-31T14:40:01.252Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-01-31T14:40:01.252Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-31T14:40:01.252Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-01-31T14:40:01.252Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-31T14:40:01.252Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-01-31T14:40:01.252Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-31T14:40:01.252Z] === RUN TestDockerSuite/TestBuildFails [2022-01-31T14:40:03.528Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-01-31T14:40:03.528Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-31T14:40:03.528Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-01-31T14:40:03.528Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-31T14:40:03.528Z] === RUN TestDockerSuite/TestLogsTail [2022-01-31T14:40:06.476Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-01-31T14:40:08.447Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-01-31T14:40:08.447Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-01-31T14:40:09.420Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestMountIntoProc [2022-01-31T14:40:11.633Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestMountIntoSys [2022-01-31T14:40:11.633Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestNetHostname [2022-01-31T14:40:11.633Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-01-31T14:40:11.633Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-01-31T14:40:11.633Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-01-31T14:40:11.633Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPluginActive [2022-01-31T14:40:11.633Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-01-31T14:40:11.633Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-01-31T14:40:11.633Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-01-31T14:40:11.633Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-01-31T14:40:11.633Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-01-31T14:40:11.633Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-01-31T14:40:11.633Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-01-31T14:40:11.633Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-01-31T14:40:11.633Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPortHostBinding [2022-01-31T14:40:11.633Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPortList [2022-01-31T14:40:11.633Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-31T14:40:11.633Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-01-31T14:40:17.491Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-01-31T14:40:17.491Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:40:17.491Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-01-31T14:40:17.491Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-01-31T14:40:17.491Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-31T14:40:17.491Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-01-31T14:40:17.491Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-31T14:40:17.491Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-01-31T14:40:17.491Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T14:40:17.491Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-01-31T14:40:17.491Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-31T14:40:17.491Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-01-31T14:40:17.491Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-31T14:40:17.491Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-01-31T14:40:17.491Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-31T14:40:17.491Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-01-31T14:40:17.491Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T14:40:17.491Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-01-31T14:40:18.913Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-01-31T14:40:22.243Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-01-31T14:40:22.243Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-31T14:40:22.243Z] === RUN TestDockerSuite/TestPsByOrder [2022-01-31T14:40:26.100Z] === RUN TestDockerSuite/TestBuildForceRm [2022-01-31T14:40:30.895Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-01-31T14:40:30.895Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-31T14:40:30.895Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-01-31T14:40:38.594Z] === RUN TestDockerSuite/TestBuildFromGit [2022-01-31T14:40:39.551Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-01-31T14:40:43.592Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-01-31T14:40:51.091Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-01-31T14:40:51.091Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-01-31T14:40:54.474Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-01-31T14:40:54.474Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-01-31T14:40:54.474Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-31T14:40:54.474Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-01-31T14:40:58.252Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-01-31T14:40:58.252Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-31T14:40:58.252Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-01-31T14:40:58.721Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-01-31T14:40:59.190Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-01-31T14:40:59.190Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-31T14:40:59.190Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-01-31T14:41:01.555Z] === RUN TestDockerSuite/TestBuildRm [2022-01-31T14:41:06.955Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-01-31T14:41:10.740Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-01-31T14:41:14.126Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-01-31T14:41:14.126Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T14:41:14.126Z] === RUN TestDockerSuite/TestBuildHistory [2022-01-31T14:41:16.583Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-01-31T14:41:19.396Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-01-31T14:41:21.417Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-01-31T14:41:21.417Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-31T14:41:21.417Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-01-31T14:41:21.417Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-31T14:41:21.417Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-01-31T14:41:23.004Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-01-31T14:41:23.184Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-01-31T14:41:23.184Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-31T14:41:23.184Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-01-31T14:41:23.184Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-31T14:41:23.184Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-01-31T14:41:27.813Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-01-31T14:41:27.930Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-01-31T14:41:27.930Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T14:41:27.930Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-01-31T14:41:27.930Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-31T14:41:27.930Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-01-31T14:41:27.930Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-31T14:41:27.930Z] === RUN TestDockerSuite/TestPsRightTagName [2022-01-31T14:41:27.930Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-31T14:41:27.930Z] === RUN TestDockerSuite/TestPsShowMounts [2022-01-31T14:41:29.080Z] === RUN TestDockerSuite/TestBuildIidFile [2022-01-31T14:41:29.081Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-01-31T14:41:31.301Z] === RUN TestDockerSuite/TestBuildInheritance [2022-01-31T14:41:31.301Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-31T14:41:31.301Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-01-31T14:41:32.289Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-01-31T14:41:32.289Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-01-31T14:41:33.745Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-01-31T14:41:35.102Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-01-31T14:41:35.102Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-31T14:41:35.102Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-01-31T14:41:37.318Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-01-31T14:41:37.318Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-31T14:41:37.318Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-01-31T14:41:38.157Z] === RUN TestDockerSuite/TestBuildLabel [2022-01-31T14:41:38.303Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-01-31T14:41:39.144Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-01-31T14:41:39.286Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-01-31T14:41:39.286Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-31T14:41:39.286Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-01-31T14:41:39.613Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-01-31T14:41:39.680Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-01-31T14:41:41.181Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-01-31T14:41:41.650Z] === RUN TestDockerSuite/TestBuildLabels [2022-01-31T14:41:42.639Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-01-31T14:41:44.033Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-01-31T14:41:44.857Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-01-31T14:41:47.817Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-01-31T14:41:50.028Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-01-31T14:41:52.027Z] === RUN TestDockerSuite/TestBuildLastModified [2022-01-31T14:41:52.027Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T14:41:52.027Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-01-31T14:41:52.027Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-31T14:41:52.027Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-01-31T14:41:52.027Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-01-31T14:41:52.027Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-01-31T14:41:52.027Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-01-31T14:41:52.496Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-01-31T14:41:52.965Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-01-31T14:41:53.955Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-01-31T14:41:59.820Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-01-31T14:42:01.027Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-01-31T14:42:02.029Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-01-31T14:42:02.508Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-01-31T14:42:15.127Z] === RUN TestDockerSuite/TestBuildSpaces [2022-01-31T14:42:15.127Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-01-31T14:42:20.200Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-01-31T14:42:20.200Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:42:20.200Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-01-31T14:42:21.055Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-01-31T14:42:21.055Z] === RUN TestDockerSuite/TestBuildStderr [2022-01-31T14:42:23.982Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-01-31T14:42:23.982Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-01-31T14:42:23.982Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-01-31T14:42:24.967Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-01-31T14:42:25.118Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-01-31T14:42:25.118Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-31T14:42:25.118Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-01-31T14:42:25.118Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-01-31T14:42:26.995Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-01-31T14:42:28.756Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-01-31T14:42:33.504Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-01-31T14:42:33.504Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:42:33.504Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-01-31T14:42:38.252Z] === RUN TestDockerSuite/TestRmiBlank [2022-01-31T14:42:38.252Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-01-31T14:42:38.719Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-01-31T14:42:53.641Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-01-31T14:42:55.203Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-01-31T14:42:56.189Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-01-31T14:42:57.231Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-01-31T14:42:57.231Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-31T14:42:57.231Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-01-31T14:42:58.826Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-01-31T14:43:00.417Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-01-31T14:43:01.139Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-01-31T14:43:02.049Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-01-31T14:43:06.356Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-01-31T14:43:07.910Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-01-31T14:43:13.595Z] === RUN TestDockerSuite/TestBuildUser [2022-01-31T14:43:13.595Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-31T14:43:13.595Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-01-31T14:43:13.595Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-31T14:43:13.595Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-01-31T14:43:13.595Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-31T14:43:13.595Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-01-31T14:43:16.562Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-01-31T14:43:19.508Z] === RUN TestDockerSuite/TestRmiTag [2022-01-31T14:43:19.521Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-01-31T14:43:19.975Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-01-31T14:43:19.996Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-01-31T14:43:22.923Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-01-31T14:43:24.803Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-01-31T14:43:24.803Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-31T14:43:24.803Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-01-31T14:43:24.803Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-31T14:43:24.803Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-01-31T14:43:36.994Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-01-31T14:43:38.562Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-01-31T14:43:40.725Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-01-31T14:43:42.292Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-01-31T14:43:48.197Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-01-31T14:43:48.664Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-01-31T14:43:48.664Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-31T14:43:48.664Z] === RUN TestDockerSuite/TestRunAddHost [2022-01-31T14:43:48.664Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-31T14:43:48.664Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-01-31T14:43:48.664Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-31T14:43:48.664Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-01-31T14:43:48.664Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-31T14:43:48.664Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-01-31T14:43:48.664Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-31T14:43:48.664Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-01-31T14:43:48.664Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-31T14:43:48.664Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-01-31T14:43:48.664Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-31T14:43:48.664Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-01-31T14:43:51.066Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-01-31T14:43:51.611Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-01-31T14:43:51.611Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-31T14:43:51.611Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-01-31T14:43:51.611Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-31T14:43:51.611Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-01-31T14:43:55.052Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-01-31T14:43:55.052Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-01-31T14:43:56.359Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-01-31T14:43:56.940Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-01-31T14:43:59.309Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-01-31T14:44:01.523Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-01-31T14:44:03.735Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-01-31T14:44:05.563Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-01-31T14:44:06.683Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-01-31T14:44:06.683Z] === RUN TestDockerSuite/TestRunBindMounts [2022-01-31T14:44:11.428Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-01-31T14:44:11.428Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.411Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-01-31T14:44:12.411Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.411Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-01-31T14:44:12.544Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-31T14:44:12.544Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-01-31T14:44:14.754Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-01-31T14:44:14.754Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-31T14:44:14.754Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-01-31T14:44:16.192Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-01-31T14:44:16.193Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-31T14:44:16.660Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-01-31T14:44:17.699Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-01-31T14:44:17.699Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-31T14:44:17.699Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-01-31T14:44:17.699Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-31T14:44:17.699Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-01-31T14:44:18.181Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-01-31T14:44:18.181Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-31T14:44:18.181Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-01-31T14:44:19.912Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-01-31T14:44:19.912Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-31T14:44:19.912Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-01-31T14:44:19.912Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-31T14:44:19.912Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-01-31T14:44:19.912Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-31T14:44:19.912Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-01-31T14:44:19.912Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-31T14:44:19.912Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-01-31T14:44:19.912Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-31T14:44:19.912Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-01-31T14:44:19.912Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-31T14:44:19.912Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-01-31T14:44:19.912Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-31T14:44:19.912Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-01-31T14:44:21.473Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-01-31T14:44:24.421Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-01-31T14:44:25.349Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-01-31T14:44:25.819Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-01-31T14:44:25.819Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-31T14:44:25.819Z] === RUN TestDockerSuite/TestBuildNetNone [2022-01-31T14:44:25.819Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-31T14:44:25.819Z] === RUN TestDockerSuite/TestBuildNoContext [2022-01-31T14:44:26.632Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-01-31T14:44:26.632Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-31T14:44:26.632Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-01-31T14:44:26.632Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-31T14:44:26.632Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-01-31T14:44:26.632Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-31T14:44:26.632Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-01-31T14:44:28.772Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-01-31T14:44:29.578Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-01-31T14:44:29.578Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-31T14:44:29.578Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-01-31T14:44:29.578Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T14:44:29.578Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-01-31T14:44:29.578Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-31T14:44:29.578Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-01-31T14:44:29.578Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T14:44:29.578Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-01-31T14:44:31.141Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-01-31T14:44:31.585Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-01-31T14:44:35.890Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-01-31T14:44:35.890Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-31T14:44:35.890Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-01-31T14:44:35.890Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-31T14:44:35.890Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-01-31T14:44:35.890Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-31T14:44:35.890Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-01-31T14:44:35.890Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T14:44:36.356Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-01-31T14:44:36.356Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-31T14:44:36.356Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-01-31T14:44:36.356Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-31T14:44:36.356Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-01-31T14:44:37.447Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-01-31T14:44:37.915Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-01-31T14:44:38.567Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-01-31T14:44:38.567Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-31T14:44:38.567Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-01-31T14:44:39.034Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-01-31T14:44:39.034Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-31T14:44:39.034Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-01-31T14:44:39.200Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-01-31T14:44:41.245Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-01-31T14:44:44.190Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-01-31T14:44:44.190Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-31T14:44:44.190Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-01-31T14:44:46.362Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-01-31T14:44:46.402Z] === RUN TestDockerSuite/TestRunEnvironment [2022-01-31T14:44:46.402Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-31T14:44:46.402Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-01-31T14:44:46.402Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-31T14:44:46.402Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-01-31T14:44:46.402Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-31T14:44:46.402Z] === RUN TestDockerSuite/TestRunExitCode [2022-01-31T14:44:46.829Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-01-31T14:44:46.830Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-01-31T14:44:49.347Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-01-31T14:44:49.786Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-01-31T14:44:51.353Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-01-31T14:44:51.558Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-01-31T14:44:52.920Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-01-31T14:44:53.771Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-01-31T14:44:55.717Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-01-31T14:44:55.718Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-31T14:44:55.718Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-01-31T14:44:55.718Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-31T14:44:56.185Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-01-31T14:44:56.185Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-31T14:44:56.185Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-01-31T14:44:56.719Z] === RUN TestDockerSuite/TestRunExposePort [2022-01-31T14:44:56.719Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-01-31T14:44:56.719Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-31T14:44:56.719Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-01-31T14:44:56.719Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-31T14:44:56.719Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-01-31T14:44:56.719Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-31T14:44:56.719Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-01-31T14:44:56.719Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-31T14:44:56.719Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-31T14:44:56.719Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-31T14:44:56.719Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-01-31T14:44:56.719Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-31T14:44:56.719Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-01-31T14:44:56.719Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-31T14:44:56.719Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-01-31T14:44:57.749Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-01-31T14:45:01.462Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-01-31T14:45:01.462Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-31T14:45:01.462Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-01-31T14:45:01.462Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-01-31T14:45:01.462Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T14:45:01.462Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-01-31T14:45:01.462Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-31T14:45:01.462Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-01-31T14:45:01.462Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-31T14:45:01.462Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-01-31T14:45:01.462Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-31T14:45:01.462Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-01-31T14:45:07.858Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-01-31T14:45:08.706Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-01-31T14:45:08.706Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-31T14:45:08.706Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-01-31T14:45:10.083Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-01-31T14:45:10.243Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunModeHostname [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunMount [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-01-31T14:45:10.922Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-31T14:45:10.922Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-01-31T14:45:11.230Z] === RUN TestDockerSuite/TestBuildXZHost [2022-01-31T14:45:11.230Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-31T14:45:11.698Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-01-31T14:45:11.698Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-31T14:45:11.698Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-01-31T14:45:11.698Z] docker_cli_sni_test.go:18: Flakey test [2022-01-31T14:45:11.698Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-01-31T14:45:14.671Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-01-31T14:45:14.672Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-31T14:45:14.672Z] === RUN TestDockerSuite/TestCommitChange [2022-01-31T14:45:19.578Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-01-31T14:45:19.578Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-31T14:45:19.578Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-01-31T14:45:19.578Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-31T14:45:19.578Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-01-31T14:45:19.578Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-31T14:45:19.578Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-01-31T14:45:21.825Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-01-31T14:45:24.324Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-01-31T14:45:27.687Z] === RUN TestDockerSuite/TestCommitHardlink [2022-01-31T14:45:27.687Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-31T14:45:27.687Z] === RUN TestDockerSuite/TestCommitNewFile [2022-01-31T14:45:27.900Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-01-31T14:45:29.072Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-01-31T14:45:29.073Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-31T14:45:29.073Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-01-31T14:45:29.073Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-31T14:45:29.073Z] === RUN TestDockerSuite/TestRunNetHost [2022-01-31T14:45:29.073Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-31T14:45:29.073Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-01-31T14:45:29.073Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-31T14:45:29.073Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-01-31T14:45:29.073Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-31T14:45:29.073Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-01-31T14:45:29.073Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-31T14:45:29.073Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-01-31T14:45:29.073Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-31T14:45:29.073Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-01-31T14:45:29.073Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-31T14:45:29.073Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-01-31T14:45:29.073Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-31T14:45:29.073Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-01-31T14:45:29.539Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-01-31T14:45:30.114Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-01-31T14:45:31.101Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-01-31T14:45:32.667Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-01-31T14:45:34.875Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-01-31T14:45:35.949Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-01-31T14:45:38.165Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-01-31T14:45:38.209Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-01-31T14:45:38.209Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-31T14:45:38.209Z] === RUN TestDockerSuite/TestCommitTTY [2022-01-31T14:45:38.632Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-31T14:45:38.632Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-01-31T14:45:38.632Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-31T14:45:38.632Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-01-31T14:45:38.632Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-31T14:45:38.632Z] === RUN TestDockerSuite/TestRunPortInUse [2022-01-31T14:45:38.632Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-31T14:45:38.632Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-01-31T14:45:38.632Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-31T14:45:38.632Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-01-31T14:45:38.632Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-31T14:45:38.632Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-01-31T14:45:38.632Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-31T14:45:38.632Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-01-31T14:45:38.632Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-31T14:45:38.632Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-31T14:45:40.544Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-01-31T14:45:42.415Z] === RUN TestDockerSuite/TestRunPublishPort [2022-01-31T14:45:42.415Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-31T14:45:42.415Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-01-31T14:45:42.415Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-31T14:45:42.415Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-01-31T14:45:42.415Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-31T14:45:42.415Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-01-31T14:45:42.415Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-31T14:45:42.415Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-01-31T14:45:42.415Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T14:45:42.415Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-01-31T14:45:47.701Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-01-31T14:45:48.638Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-01-31T14:45:52.464Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-01-31T14:45:52.827Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-01-31T14:45:52.827Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-31T14:45:52.827Z] === RUN TestDockerSuite/TestRunRm [2022-01-31T14:45:53.811Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-01-31T14:45:54.029Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-01-31T14:45:54.029Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-31T14:45:54.029Z] === RUN TestDockerSuite/TestBuildPATH [2022-01-31T14:45:54.029Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-31T14:45:54.029Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-01-31T14:45:54.513Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-01-31T14:45:54.513Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T14:45:54.513Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-01-31T14:45:54.513Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-31T14:45:54.513Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-01-31T14:45:54.513Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-31T14:45:54.513Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-01-31T14:45:54.513Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-31T14:45:54.513Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-01-31T14:45:54.513Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-31T14:45:54.513Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-01-31T14:45:54.513Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-31T14:45:54.513Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-01-31T14:45:54.513Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T14:45:54.513Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-01-31T14:45:54.513Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-01-31T14:45:56.244Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-01-31T14:45:56.244Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-31T14:45:56.244Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-01-31T14:45:59.667Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-01-31T14:46:01.933Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-01-31T14:46:03.286Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-01-31T14:46:04.144Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-01-31T14:46:06.353Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-01-31T14:46:09.301Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-01-31T14:46:09.301Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-31T14:46:09.302Z] === RUN TestDockerSuite/TestRunState [2022-01-31T14:46:09.302Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-31T14:46:09.302Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-01-31T14:46:11.519Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-01-31T14:46:11.519Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T14:46:11.519Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-01-31T14:46:13.757Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-01-31T14:46:13.757Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-31T14:46:13.757Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-01-31T14:46:14.467Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-01-31T14:46:14.467Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-31T14:46:14.467Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-01-31T14:46:14.467Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-31T14:46:14.467Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-01-31T14:46:14.467Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-01-31T14:46:14.467Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-01-31T14:46:14.467Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-31T14:46:14.467Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-01-31T14:46:16.751Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-01-31T14:46:16.751Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-31T14:46:16.751Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-01-31T14:46:16.751Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-31T14:46:16.751Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-01-31T14:46:16.751Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-31T14:46:16.751Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-01-31T14:46:19.215Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-01-31T14:46:19.215Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-01-31T14:46:19.215Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-01-31T14:46:19.215Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-01-31T14:46:19.215Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUserByID [2022-01-31T14:46:19.215Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-01-31T14:46:19.215Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-01-31T14:46:19.215Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-01-31T14:46:19.215Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUserByName [2022-01-31T14:46:19.215Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-31T14:46:19.215Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-01-31T14:46:20.590Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-01-31T14:46:20.590Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-31T14:46:20.590Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-01-31T14:46:20.590Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-01-31T14:46:22.167Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-01-31T14:46:22.167Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-31T14:46:22.167Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-01-31T14:46:23.582Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-01-31T14:46:23.582Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-01-31T14:46:23.582Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-31T14:46:23.582Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-01-31T14:46:23.582Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-31T14:46:23.582Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-01-31T14:46:23.582Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T14:46:23.582Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-01-31T14:46:24.384Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-01-31T14:46:24.384Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-31T14:46:24.384Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-01-31T14:46:24.384Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-31T14:46:24.384Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-01-31T14:46:27.491Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-01-31T14:46:28.534Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-01-31T14:46:32.389Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-01-31T14:46:36.142Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-01-31T14:46:36.226Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-01-31T14:46:36.226Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-01-31T14:46:36.226Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-31T14:46:36.226Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-01-31T14:46:40.318Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-01-31T14:46:40.318Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-01-31T14:46:40.946Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-01-31T14:46:44.155Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-01-31T14:46:44.155Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T14:46:44.155Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-01-31T14:46:44.155Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T14:46:44.155Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-01-31T14:46:47.195Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-01-31T14:46:47.195Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-31T14:46:47.195Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-01-31T14:46:47.195Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-01-31T14:46:47.553Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-01-31T14:46:47.553Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-01-31T14:46:50.142Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-01-31T14:46:51.392Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-01-31T14:46:51.392Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-31T14:46:51.392Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-01-31T14:46:52.354Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-01-31T14:46:54.383Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-01-31T14:46:54.860Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-01-31T14:46:55.304Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-01-31T14:46:55.304Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-31T14:46:55.304Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-01-31T14:46:55.304Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-01-31T14:46:55.304Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-01-31T14:46:55.304Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T14:46:55.304Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-01-31T14:46:55.304Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-31T14:46:55.304Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-01-31T14:46:55.304Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-31T14:46:55.304Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-01-31T14:46:55.304Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-31T14:46:55.304Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-01-31T14:46:55.304Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-31T14:46:55.304Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-01-31T14:46:56.890Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-01-31T14:46:58.706Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-01-31T14:46:59.093Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-01-31T14:47:00.656Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-01-31T14:47:02.219Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-01-31T14:47:05.937Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-01-31T14:47:08.084Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-01-31T14:47:08.084Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-01-31T14:47:08.084Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-01-31T14:47:08.084Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-01-31T14:47:08.084Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveImageId [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-01-31T14:47:08.084Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-31T14:47:08.084Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-01-31T14:47:10.294Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-01-31T14:47:10.294Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-01-31T14:47:10.761Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-01-31T14:47:10.761Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-01-31T14:47:12.974Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-01-31T14:47:13.175Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-01-31T14:47:13.175Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-01-31T14:47:13.175Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-01-31T14:47:13.175Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-01-31T14:47:13.175Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-01-31T14:47:16.174Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-01-31T14:47:16.174Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-31T14:47:16.174Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-01-31T14:47:20.018Z] === RUN TestDockerSuite/TestContainerAPITop [2022-01-31T14:47:20.018Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T14:47:20.018Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-01-31T14:47:20.125Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-01-31T14:47:20.125Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-31T14:47:20.125Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-01-31T14:47:22.195Z] === RUN TestDockerSuite/TestBuildRm [2022-01-31T14:47:24.829Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-01-31T14:47:24.829Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-01-31T14:47:28.777Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-01-31T14:47:28.777Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T14:47:28.777Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-01-31T14:47:29.649Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-01-31T14:47:32.628Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-01-31T14:47:32.628Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-31T14:47:32.628Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-01-31T14:47:32.628Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T14:47:32.628Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-01-31T14:47:32.628Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-31T14:47:32.628Z] === RUN TestDockerSuite/TestStartRecordError [2022-01-31T14:47:32.628Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-31T14:47:32.628Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-01-31T14:47:34.473Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-01-31T14:47:34.473Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-31T14:47:34.473Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-01-31T14:47:34.473Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-31T14:47:34.473Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-01-31T14:47:34.473Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-31T14:47:34.473Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-01-31T14:47:34.473Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-31T14:47:34.473Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-01-31T14:47:34.473Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-31T14:47:34.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-01-31T14:47:37.136Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-01-31T14:47:37.463Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-01-31T14:47:37.463Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-01-31T14:47:39.781Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-01-31T14:47:39.781Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T14:47:39.781Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-01-31T14:47:39.781Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-31T14:47:39.781Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-01-31T14:47:39.781Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T14:47:39.781Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-01-31T14:47:39.781Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T14:47:39.781Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-01-31T14:47:39.781Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-31T14:47:39.781Z] === RUN TestDockerSuite/TestStatsNoStream [2022-01-31T14:47:39.781Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T14:47:39.781Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-01-31T14:47:40.093Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-01-31T14:47:40.093Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-31T14:47:40.093Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-01-31T14:47:40.093Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-31T14:47:40.562Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-01-31T14:47:41.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-01-31T14:47:41.345Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-01-31T14:47:42.785Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-01-31T14:47:43.558Z] === RUN TestDockerSuite/TestTopPrivileged [2022-01-31T14:47:43.558Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-31T14:47:43.558Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-01-31T14:47:45.156Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-01-31T14:47:45.772Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-01-31T14:47:45.772Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-31T14:47:45.772Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-01-31T14:47:45.772Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-31T14:47:45.772Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-01-31T14:47:45.772Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T14:47:45.772Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-01-31T14:47:45.772Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-31T14:47:45.772Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-01-31T14:47:45.772Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T14:47:45.772Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-01-31T14:47:45.772Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-31T14:47:45.772Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-01-31T14:47:46.580Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-01-31T14:47:48.152Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-01-31T14:47:51.993Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0003fe5d0_} [2022-01-31T14:47:55.837Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12028102253_c:\foo_false____} [2022-01-31T14:47:57.070Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-01-31T14:47:59.676Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12028102253_c:\foo_true____} [2022-01-31T14:48:00.864Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-01-31T14:48:03.580Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-01-31T14:48:03.580Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-01-31T14:48:03.580Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-01-31T14:48:03.580Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-31T14:48:03.580Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-01-31T14:48:03.580Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-01-31T14:48:03.580Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-01-31T14:48:03.580Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-01-31T14:48:03.595Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-01-31T14:48:03.595Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-01-31T14:48:03.595Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-01-31T14:48:03.595Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-01-31T14:48:03.595Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-01-31T14:48:03.595Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-31T14:48:03.595Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-01-31T14:48:04.565Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-01-31T14:48:05.033Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-01-31T14:48:07.958Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-01-31T14:48:08.384Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-01-31T14:48:08.384Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.384Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-01-31T14:48:08.384Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.384Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-01-31T14:48:08.384Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.384Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-01-31T14:48:08.384Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.384Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-01-31T14:48:08.384Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.385Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-01-31T14:48:08.385Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.385Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-01-31T14:48:08.385Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.385Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-01-31T14:48:08.385Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.385Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-01-31T14:48:08.385Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.385Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-01-31T14:48:08.385Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.385Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-01-31T14:48:08.385Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.385Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-01-31T14:48:08.385Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.385Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-01-31T14:48:08.385Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T14:48:08.385Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-01-31T14:48:08.414Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-01-31T14:48:08.869Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-01-31T14:48:08.869Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-01-31T14:48:08.869Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-01-31T14:48:12.157Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-01-31T14:48:12.157Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-01-31T14:48:12.157Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-31T14:48:12.157Z] === RUN TestDockerSuite/TestCpRelativePath [2022-01-31T14:48:16.884Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-01-31T14:48:16.884Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-31T14:48:16.884Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-01-31T14:48:16.884Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-31T14:48:16.884Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-01-31T14:48:16.884Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-31T14:48:16.884Z] === RUN TestDockerSuite/TestCpToCaseA [2022-01-31T14:48:17.402Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-01-31T14:48:17.402Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T14:48:17.402Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-01-31T14:48:17.857Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-01-31T14:48:17.857Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-01-31T14:48:17.857Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-31T14:48:17.857Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-01-31T14:48:23.998Z] === RUN TestDockerSuite/TestCpToCaseB [2022-01-31T14:48:26.388Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-01-31T14:48:26.388Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-01-31T14:48:26.388Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-01-31T14:48:27.767Z] === RUN TestDockerSuite/TestCpToCaseC [2022-01-31T14:48:27.767Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T14:48:27.767Z] === RUN TestDockerSuite/TestCpToCaseD [2022-01-31T14:48:27.767Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-31T14:48:27.767Z] === RUN TestDockerSuite/TestCpToCaseE [2022-01-31T14:48:30.883Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-01-31T14:48:30.883Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-01-31T14:48:30.883Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-01-31T14:48:36.671Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-01-31T14:48:36.671Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-31T14:48:36.671Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite (2275.81s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.79s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.73s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (84.69s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.74s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.57s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.28s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.72s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.24s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.21s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (87.40s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.05s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.23s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.93s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.94s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.40s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.68s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.03s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.06s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.59s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.08s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.29s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.72s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.17s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddTar (33.84s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.46s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.05s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.81s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.64s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.73s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.15s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.50s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.80s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.52s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.43s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.08s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.40s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.59s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-01-31T14:48:37.126Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-01-31T14:48:37.126Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (23.46s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.38s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.46s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.39s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.23s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.40s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.48s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.95s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCmd (0.60s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.57s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.57s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.42s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.20s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.18s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.49s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.89s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.98s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.52s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.96s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.67s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.57s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.25s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.68s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.63s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.28s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.32s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.66s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.46s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.79s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.91s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.79s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.02s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.06s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignore (49.30s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.84s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (54.18s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.68s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.88s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.16s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.74s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.31s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.36s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.87s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.11s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (75.82s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.51s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.40s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.56s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.10s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.55s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.94s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.04s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.93s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.40s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.75s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.96s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.53s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.62s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.61s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildFails (2.53s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.95s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.08s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.60s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.82s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.35s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.07s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.65s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.57s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.57s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildHistory (11.41s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.98s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.42s) [2022-01-31T14:48:37.127Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.73s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.62s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildLabel (0.95s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.64s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.95s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.58s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildLabels (0.97s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.47s) [2022-01-31T14:48:37.127Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.80s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.58s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.60s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.45s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.89s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.58s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (32.28s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (15.15s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.74s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.64s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.41s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.66s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.93s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.63s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.98s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.58s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.74s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.82s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.03s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.31s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.27s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.68s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.32s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.95s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.23s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.28s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.60s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.27s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.19s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (40.87s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.72s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildRm (12.12s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.32s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.44s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.81s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.88s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.71s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.63s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.83s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.69s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.87s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.63s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildStderr (4.85s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.35s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.42s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.31s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.48s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.05s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.04s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.52s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.02s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.52s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.94s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.87s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.51s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.49s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.36s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.42s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.48s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.50s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.42s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.20s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.04s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.99s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.86s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.63s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCommitChange (5.22s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.75s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.21s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCommitTTY (7.12s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.69s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.17s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.30s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.48s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.53s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.60s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.28s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.21s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.18s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.27s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.68s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.63s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.13s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.71s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.26s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.61s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.91s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.86s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.51s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.57s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.06s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.45s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.00s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.78s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.00s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.56s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.59s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.52s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.56s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000100330_} (2.56s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11987267935_c:\foo_false____} (2.56s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11987267935_c:\foo_true____} (2.62s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.41s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.62s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.63s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.61s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-01-31T14:48:37.584Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-01-31T14:48:37.584Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.75s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.28s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.28s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.37s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCpToDot (2.65s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCpToStdout (2.69s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.05s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.57s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.21s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.98s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.74s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateRM (0.42s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.40s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.17s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.24s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.53s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.82s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.63s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.66s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.63s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.68s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.96s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsCopy (4.68s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.53s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.55s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.77s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.35s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.68s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.94s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsFilters (5.30s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsFormat (4.72s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsRename (2.68s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsResize (7.86s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.54s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.39s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.99s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.40s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.96s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.97s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.04s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.05s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.03s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.63s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.25s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecInspectID (4.44s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.39s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.22s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.30s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.91s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.00s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.91s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.43s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.66s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.08s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.81s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.06s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.82s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.70s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.47s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.55s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.49s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.46s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectDefault (2.56s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectHistory (4.68s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.45s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.30s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.22s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.52s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.05s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.03s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectStatus (3.21s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.02s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.17s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.51s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.04s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.50s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.49s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.51s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.94s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.05s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.82s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.57s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.13s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.55s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.52s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.53s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.54s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.39s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.65s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.53s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsSince (9.06s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsTail (2.84s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.67s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.17s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.06s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-01-31T14:48:37.585Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-01-31T14:48:37.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.04s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPsByOrder (8.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.12s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.16s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.32s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.15s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.84s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.00s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.70s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.76s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.20s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.75s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.11s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.22s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.63s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.28s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.94s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.78s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.18s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.70s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.56s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.32s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.73s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.10s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.65s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.18s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.21s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.12s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiTag (0.59s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.66s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.79s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.84s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.11s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.16s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.37s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.99s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.63s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.47s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.55s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.47s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.33s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.50s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.86s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.32s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.92s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.61s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.49s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.52s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.79s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.91s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.54s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.46s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.56s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.46s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunExitCode (2.51s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.51s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.54s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.62s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.54s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.33s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.10s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.06s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunMount (0.03s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.95s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.40s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.53s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.40s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.89s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.84s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.43s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.75s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.94s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunRm (2.58s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.52s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.53s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.14s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.03s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.61s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.49s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.69s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-01-31T14:48:37.586Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.84s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-01-31T14:48:37.586Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.58s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.49s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.31s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.59s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.09s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.44s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.54s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.48s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.74s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.69s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.76s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.94s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.29s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.68s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.10s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.18s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.49s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.92s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.02s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.22s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.25s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.78s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.19s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.33s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.35s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.24s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.62s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.62s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.93s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.21s) [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-01-31T14:48:37.587Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] --- PASS: TestDockerRegistrySuite (0.15s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-01-31T14:48:37.587Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T14:48:37.587Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-01-31T14:48:37.587Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-01-31T14:48:37.587Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-01-31T14:48:37.587Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-01-31T14:48:37.587Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.587Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-01-31T14:48:37.587Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-01-31T14:48:37.588Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-01-31T14:48:37.588Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-01-31T14:48:37.588Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-31T14:48:37.588Z] === RUN TestDockerRegistryAuthTokenSuite [2022-01-31T14:48:37.588Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-01-31T14:48:37.588Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-01-31T14:48:37.588Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-01-31T14:48:37.588Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-01-31T14:48:37.588Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-01-31T14:48:37.588Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-31T14:48:37.588Z] === RUN TestDockerDaemonSuite [2022-01-31T14:48:37.588Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-01-31T14:48:37.588Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-01-31T14:48:37.588Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-01-31T14:48:37.588Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-31T14:48:37.588Z] === RUN TestDockerSwarmSuite [2022-01-31T14:48:37.588Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-01-31T14:48:37.588Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-31T14:48:37.588Z] === RUN TestDockerExternalVolumeSuite [2022-01-31T14:48:37.588Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-01-31T14:48:37.588Z] === RUN TestDockerNetworkSuite [2022-01-31T14:48:37.588Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-01-31T14:48:37.588Z] === RUN TestDockerHubPullSuite [2022-01-31T14:48:37.588Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-01-31T14:48:37.588Z] PASS [2022-01-31T14:48:37.588Z] ok github.com/docker/docker/integration-cli 2276.177s [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === Skipped [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-31T14:48:37.588Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-31T14:48:37.588Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-31T14:48:37.588Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-31T14:48:37.588Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-31T14:48:37.588Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-31T14:48:37.588Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-31T14:48:37.588Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-01-31T14:48:37.588Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-01-31T14:48:37.588Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-31T14:48:37.588Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-31T14:48:37.588Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-01-31T14:48:37.588Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-01-31T14:48:37.588Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-31T14:48:37.588Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-31T14:48:37.588Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-01-31T14:48:37.588Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-31T14:48:37.588Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-31T14:48:37.588Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2022-01-31T14:48:37.588Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.46s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.46s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.81s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.81s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.15s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.15s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.43s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.43s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.83s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.46s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.46s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-01-31T14:48:37.588Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-31T14:48:37.588Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-01-31T14:48:37.588Z] [2022-01-31T14:48:37.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-01-31T14:48:37.588Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.40s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.40s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.40s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.40s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.43s) [2022-01-31T14:48:37.589Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.41s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.42s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.42s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s) [2022-01-31T14:48:37.589Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.589Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-01-31T14:48:37.589Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-31T14:48:37.590Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-31T14:48:37.590Z] docker_cli_sni_test.go:18: Flakey test [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-31T14:48:37.590Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-01-31T14:48:37.590Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-01-31T14:48:37.590Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-01-31T14:48:37.590Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-01-31T14:48:37.590Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-01-31T14:48:37.590Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-01-31T14:48:37.590Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-31T14:48:37.590Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-01-31T14:48:37.590Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-01-31T14:48:37.590Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-01-31T14:48:37.590Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-01-31T14:48:37.590Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-31T14:48:37.590Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-01-31T14:48:37.590Z] [2022-01-31T14:48:37.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-01-31T14:48:38.047Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-31T14:48:38.047Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-31T14:48:38.047Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-31T14:48:38.047Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.047Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-31T14:48:38.047Z] [2022-01-31T14:48:38.047Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-01-31T14:48:38.048Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-31T14:48:38.048Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-31T14:48:38.048Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-31T14:48:38.048Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-31T14:48:38.048Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-01-31T14:48:38.048Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-01-31T14:48:38.048Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-01-31T14:48:38.048Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-01-31T14:48:38.048Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-01-31T14:48:38.048Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-01-31T14:48:38.048Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-31T14:48:38.048Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-01-31T14:48:38.048Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-01-31T14:48:38.048Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-01-31T14:48:38.048Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-31T14:48:38.048Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-01-31T14:48:38.048Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-31T14:48:38.048Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-01-31T14:48:38.048Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-01-31T14:48:38.048Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-01-31T14:48:38.048Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.048Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-01-31T14:48:38.048Z] [2022-01-31T14:48:38.048Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-01-31T14:48:38.049Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-01-31T14:48:38.049Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-31T14:48:38.049Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-31T14:48:38.049Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-31T14:48:38.049Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-01-31T14:48:38.049Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-01-31T14:48:38.049Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-01-31T14:48:38.049Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-01-31T14:48:38.049Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-01-31T14:48:38.049Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-31T14:48:38.049Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-31T14:48:38.049Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-31T14:48:38.049Z] [2022-01-31T14:48:38.049Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-31T14:48:38.049Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.049Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-01-31T14:48:38.050Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-01-31T14:48:38.050Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-31T14:48:38.050Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-01-31T14:48:38.050Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-31T14:48:38.050Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-31T14:48:38.050Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-01-31T14:48:38.050Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-01-31T14:48:38.050Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-31T14:48:38.050Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-01-31T14:48:38.050Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-01-31T14:48:38.050Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-01-31T14:48:38.050Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-01-31T14:48:38.050Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-31T14:48:38.050Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-31T14:48:38.050Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-31T14:48:38.050Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-01-31T14:48:38.050Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-01-31T14:48:38.050Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-31T14:48:38.050Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-01-31T14:48:38.050Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-31T14:48:38.050Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-31T14:48:38.050Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-31T14:48:38.050Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-01-31T14:48:38.050Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.050Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-01-31T14:48:38.050Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-01-31T14:48:38.051Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.051Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-01-31T14:48:38.051Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.06s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.06s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.03s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunMount (0.03s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-01-31T14:48:38.052Z] [2022-01-31T14:48:38.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-01-31T14:48:38.052Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.052Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-31T14:48:38.053Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.053Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-01-31T14:48:38.053Z] [2022-01-31T14:48:38.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-01-31T14:48:38.053Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-31T14:48:38.054Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-31T14:48:38.054Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-01-31T14:48:38.054Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-31T14:48:38.054Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.054Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-31T14:48:38.054Z] [2022-01-31T14:48:38.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-01-31T14:48:38.055Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.055Z] DONE 1085 tests, 539 skipped in 2286.704s [2022-01-31T14:48:38.055Z] INFO: Integration tests ended at 01/31/2022 14:48:37. Duration:00:38:06.7936348 [2022-01-31T14:48:38.055Z] INFO: Docker info of the daemon under test at end of run [2022-01-31T14:48:38.055Z] [2022-01-31T14:48:38.511Z] Containers: 2 [2022-01-31T14:48:38.511Z] Running: 0 [2022-01-31T14:48:38.511Z] Paused: 0 [2022-01-31T14:48:38.511Z] Stopped: 2 [2022-01-31T14:48:38.511Z] Images: 18 [2022-01-31T14:48:38.511Z] Server Version: 0.0.0-dev [2022-01-31T14:48:38.511Z] Storage Driver: windowsfilter [2022-01-31T14:48:38.511Z] Windows: [2022-01-31T14:48:38.511Z] Logging Driver: json-file [2022-01-31T14:48:38.511Z] Plugins: [2022-01-31T14:48:38.511Z] Volume: local [2022-01-31T14:48:38.511Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T14:48:38.511Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T14:48:38.511Z] Swarm: inactive [2022-01-31T14:48:38.511Z] Default Isolation: process [2022-01-31T14:48:38.511Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-31T14:48:38.511Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-31T14:48:38.511Z] OSType: windows [2022-01-31T14:48:38.511Z] Architecture: x86_64 [2022-01-31T14:48:38.511Z] CPUs: 4 [2022-01-31T14:48:38.511Z] Total Memory: 32GiB [2022-01-31T14:48:38.511Z] Name: azwin-2-045ec0 [2022-01-31T14:48:38.511Z] ID: K3NX:BS4Q:OXI2:DGLB:F33X:PEV2:7GJZ:IID4:FYCH:ME6T:QD7S:GYG3 [2022-01-31T14:48:38.511Z] Docker Root Dir: D:\CI\PR-43199\4\daemon [2022-01-31T14:48:38.511Z] Debug Mode (client): false [2022-01-31T14:48:38.511Z] Debug Mode (server): true [2022-01-31T14:48:38.511Z] File Descriptors: -1 [2022-01-31T14:48:38.511Z] Goroutines: 17 [2022-01-31T14:48:38.511Z] System Time: 2022-01-31T14:48:38.0348309Z [2022-01-31T14:48:38.511Z] EventsListeners: 0 [2022-01-31T14:48:38.511Z] Registry: https://index.docker.io/v1/ [2022-01-31T14:48:38.511Z] Labels: [2022-01-31T14:48:38.511Z] Experimental: false [2022-01-31T14:48:38.511Z] Insecure Registries: [2022-01-31T14:48:38.511Z] 127.0.0.0/8 [2022-01-31T14:48:38.511Z] Live Restore Enabled: false [2022-01-31T14:48:38.511Z] [2022-01-31T14:48:38.511Z] [2022-01-31T14:48:38.511Z] INFO: Stopping daemon under test [2022-01-31T14:48:38.511Z] SUCCESS: The process with PID 5824 (child process of PID 5140) has been terminated. [2022-01-31T14:48:38.511Z] SUCCESS: The process with PID 5140 (child process of PID 1580) has been terminated. [2022-01-31T14:48:38.511Z] INFO: Stop tailing logs of the daemon under tests [2022-01-31T14:48:38.511Z] INFO: executeCI.ps1 Completed successfully at 01/31/2022 14:48:38. [2022-01-31T14:48:38.511Z] INFO: Tidying up at end of run [2022-01-31T14:48:38.511Z] INFO: Saving daemon under test log (d:\CI\PR-43199\4\dut.out) to bundles\CIDUT.out [2022-01-31T14:48:38.511Z] INFO: Saving daemon under test log (d:\CI\PR-43199\4\dut.err) to bundles\CIDUT.err [2022-01-31T14:48:38.511Z] INFO: Saving containerd logs to bundles [2022-01-31T14:48:38.511Z] INFO: Nuke-Everything... [2022-01-31T14:48:38.511Z] INFO: Container count on control daemon to delete is 2 [2022-01-31T14:48:38.967Z] 27b12c5c65c7 [2022-01-31T14:48:38.967Z] be58e0ce5be8 [2022-01-31T14:48:38.967Z] INFO: Tidying pidfile d:\CI\PR-43199\4\docker.pid [2022-01-31T14:48:38.967Z] INFO: Nuking d:\CI [2022-01-31T14:48:43.230Z] === RUN TestDockerSuite/TestBuildSpaces [2022-01-31T14:48:43.230Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-01-31T14:48:45.525Z] === RUN TestDockerSuite/TestCpToCaseF [2022-01-31T14:48:45.525Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-31T14:48:45.525Z] === RUN TestDockerSuite/TestCpToCaseG [2022-01-31T14:48:45.525Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T14:48:45.525Z] === RUN TestDockerSuite/TestCpToCaseH [2022-01-31T14:48:47.902Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-01-31T14:48:47.902Z] === RUN TestDockerSuite/TestBuildStderr [2022-01-31T14:48:53.685Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-01-31T14:48:57.989Z] === RUN TestDockerSuite/TestCpToCaseI [2022-01-31T14:48:57.989Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-31T14:48:57.989Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-01-31T14:48:57.989Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-31T14:48:57.989Z] === RUN TestDockerSuite/TestCpToDot [2022-01-31T14:49:01.757Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-01-31T14:49:01.757Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-31T14:49:01.757Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-01-31T14:49:01.757Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-31T14:49:01.757Z] === RUN TestDockerSuite/TestCpToStdout [2022-01-31T14:49:04.047Z] INFO: Zapped successfully [2022-01-31T14:49:04.047Z] [2022-01-31T14:49:04.047Z] INFO: executeCI.ps1 exiting at Mon Jan 31 14:49:01 CUT 2022. Duration 01:02:20.5385168 [2022-01-31T14:49:04.047Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-01-31T14:49:04.284Z] Recording test results [2022-01-31T14:49:05.526Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-01-31T14:49:05.526Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:49:05.526Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-01-31T14:49:05.526Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-31T14:49:05.526Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-01-31T14:49:05.526Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-31T14:49:05.526Z] === RUN TestDockerSuite/TestCpVolumePath [2022-01-31T14:49:05.526Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-31T14:49:05.526Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-01-31T14:49:05.526Z] === RUN TestDockerSuite/TestCreateArgs [2022-01-31T14:49:05.526Z] === RUN TestDockerSuite/TestCreateByImageID [2022-01-31T14:49:08.455Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-01-31T14:49:11.109Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-01-31T14:49:12.228Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-01-31T14:49:12.574Z] Creating win-2022-integration-bundles.zip [2022-01-31T14:49:12.696Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-01-31T14:49:12.696Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [Pipeline] archiveArtifacts [2022-01-31T14:49:14.307Z] Archiving artifacts [2022-01-31T14:49:16.459Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-01-31T14:49:17.438Z] === RUN TestDockerSuite/TestCreateLabels [2022-01-31T14:49:17.906Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-01-31T14:49:17.906Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-31T14:49:17.906Z] === RUN TestDockerSuite/TestCreateRM [2022-01-31T14:49:18.371Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-01-31T14:49:18.371Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-31T14:49:18.371Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-01-31T14:49:18.371Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-01-31T14:49:18.787Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-01-31T14:49:18.787Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-31T14:49:18.787Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-01-31T14:49:19.352Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-01-31T14:49:20.315Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-01-31T14:49:21.847Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-01-31T14:49:27.618Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-01-31T14:49:28.010Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43199/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-31T14:49:28.936Z] + make clean [2022-01-31T14:49:30.465Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-31T14:49:30.465Z] docker-dev-cache [2022-01-31T14:49:30.465Z] docker-mod-cache [Pipeline] deleteDir [2022-01-31T14:49:31.793Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-01-31T14:49:31.793Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-01-31T14:49:31.793Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-31T14:49:33.388Z] === RUN TestDockerSuite/TestBuildUser [2022-01-31T14:49:33.388Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-31T14:49:33.388Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-01-31T14:49:33.388Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-31T14:49:33.388Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-01-31T14:49:33.388Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-31T14:49:33.388Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-01-31T14:49:35.567Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-01-31T14:49:35.567Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-01-31T14:49:35.567Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-31T14:49:35.567Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-01-31T14:49:38.098Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-01-31T14:49:38.555Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-01-31T14:49:39.333Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-01-31T14:49:39.333Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-01-31T14:49:39.333Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-01-31T14:49:39.333Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-01-31T14:49:39.333Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-01-31T14:49:39.333Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-01-31T14:49:39.333Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-01-31T14:49:39.333Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-01-31T14:49:39.333Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDevicePermissions [2022-01-31T14:49:39.333Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.333Z] === RUN TestDockerSuite/TestDockerFails [2022-01-31T14:49:39.800Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-01-31T14:49:39.800Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.800Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-01-31T14:49:39.800Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.800Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-01-31T14:49:39.800Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.800Z] === RUN TestDockerSuite/TestEventsAttach [2022-01-31T14:49:39.800Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.800Z] === RUN TestDockerSuite/TestEventsCommit [2022-01-31T14:49:39.800Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-31T14:49:39.800Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-01-31T14:49:43.566Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-01-31T14:49:46.497Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-01-31T14:49:47.107Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-01-31T14:49:47.107Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-31T14:49:47.107Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-01-31T14:49:47.107Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-31T14:49:47.107Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-01-31T14:49:50.261Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-01-31T14:50:02.709Z] === RUN TestDockerSuite/TestEventsCopy [2022-01-31T14:50:08.548Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-01-31T14:50:12.210Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-01-31T14:50:13.200Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-01-31T14:50:17.282Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-01-31T14:50:19.535Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-01-31T14:50:20.537Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-01-31T14:50:23.632Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-01-31T14:50:26.517Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-01-31T14:50:27.518Z] === RUN TestDockerSuite/TestEventsFilterType [2022-01-31T14:50:28.520Z] === RUN TestDockerSuite/TestEventsFilters [2022-01-31T14:50:30.797Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-01-31T14:50:30.797Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-31T14:50:30.797Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-01-31T14:50:30.797Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-31T14:50:30.797Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-01-31T14:50:33.754Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-01-31T14:50:33.754Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-31T14:50:34.223Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-01-31T14:50:35.759Z] === RUN TestDockerSuite/TestEventsFormat [2022-01-31T14:50:42.983Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-01-31T14:50:42.983Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-01-31T14:50:42.983Z] === RUN TestDockerSuite/TestEventsImageImport [2022-01-31T14:50:42.983Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T14:50:42.983Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-01-31T14:50:42.983Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-31T14:50:42.983Z] === RUN TestDockerSuite/TestEventsImagePull [2022-01-31T14:50:42.983Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-31T14:50:42.983Z] === RUN TestDockerSuite/TestEventsImageTag [2022-01-31T14:50:43.985Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-01-31T14:50:43.985Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-31T14:50:43.985Z] === RUN TestDockerSuite/TestEventsRename [2022-01-31T14:50:46.720Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-01-31T14:50:47.820Z] === RUN TestDockerSuite/TestEventsResize [2022-01-31T14:50:52.595Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-01-31T14:50:52.595Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-01-31T14:51:13.840Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-01-31T14:51:13.840Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-31T14:51:13.840Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-01-31T14:51:13.840Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-31T14:51:13.840Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-01-31T14:51:13.840Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-31T14:51:13.840Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-01-31T14:51:15.407Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-01-31T14:51:23.803Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-01-31T14:51:24.810Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-01-31T14:51:29.616Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-01-31T14:51:30.343Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-01-31T14:51:31.908Z] === RUN TestDockerSuite/TestBuildXZHost [2022-01-31T14:51:31.908Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-31T14:51:32.377Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-01-31T14:51:32.377Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-31T14:51:32.377Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-01-31T14:51:32.377Z] docker_cli_sni_test.go:18: Flakey test [2022-01-31T14:51:32.377Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-01-31T14:51:35.340Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-01-31T14:51:35.541Z] === RUN TestDockerSuite/TestEventsTop [2022-01-31T14:51:35.541Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-31T14:51:35.541Z] === RUN TestDockerSuite/TestEventsUntag [2022-01-31T14:51:38.530Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-01-31T14:51:40.113Z] === RUN TestDockerSuite/TestCommitChange [2022-01-31T14:51:44.470Z] === RUN TestDockerSuite/TestExec [2022-01-31T14:51:44.470Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:51:44.944Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-01-31T14:51:44.944Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-31T14:51:44.944Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-01-31T14:51:45.983Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-01-31T14:51:48.785Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-01-31T14:51:51.778Z] === RUN TestDockerSuite/TestExecAPIStart [2022-01-31T14:51:51.778Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:51:51.779Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-01-31T14:51:51.779Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T14:51:51.779Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-01-31T14:51:51.779Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-31T14:51:51.779Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-01-31T14:51:51.862Z] === RUN TestDockerSuite/TestCommitHardlink [2022-01-31T14:51:51.862Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-31T14:51:51.862Z] === RUN TestDockerSuite/TestCommitNewFile [2022-01-31T14:51:55.615Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-01-31T14:51:59.027Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-01-31T14:51:59.027Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-31T14:51:59.027Z] === RUN TestDockerSuite/TestCommitTTY [2022-01-31T14:51:59.453Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-01-31T14:52:03.295Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-01-31T14:52:08.113Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-01-31T14:52:13.967Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-01-31T14:52:15.351Z] === RUN TestDockerSuite/TestExecCgroup [2022-01-31T14:52:15.351Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-31T14:52:15.351Z] === RUN TestDockerSuite/TestExecEnv [2022-01-31T14:52:15.351Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T14:52:15.351Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-01-31T14:52:15.351Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-31T14:52:15.351Z] === RUN TestDockerSuite/TestExecExitStatus [2022-01-31T14:52:19.193Z] === RUN TestDockerSuite/TestExecInspectID [2022-01-31T14:52:22.635Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-01-31T14:52:22.635Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T14:52:22.635Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-01-31T14:52:22.635Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-31T14:52:22.635Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-01-31T14:52:22.635Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-31T14:52:22.635Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-01-31T14:52:22.635Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-31T14:52:22.635Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-01-31T14:52:22.635Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-31T14:52:22.635Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-01-31T14:52:22.635Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-31T14:52:22.635Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-01-31T14:52:22.635Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T14:52:22.635Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-01-31T14:52:22.635Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-01-31T14:52:26.420Z] === RUN TestDockerSuite/TestExecInteractive [2022-01-31T14:52:26.420Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-31T14:52:26.420Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-01-31T14:52:26.420Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-31T14:52:26.420Z] === RUN TestDockerSuite/TestExecParseError [2022-01-31T14:52:26.420Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T14:52:26.420Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-01-31T14:52:26.420Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-31T14:52:26.420Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-01-31T14:52:26.420Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-31T14:52:26.420Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-01-31T14:52:30.262Z] === RUN TestDockerSuite/TestExecSetEnv [2022-01-31T14:52:30.262Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-31T14:52:30.262Z] === RUN TestDockerSuite/TestExecStartFails [2022-01-31T14:52:30.262Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T14:52:30.262Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-01-31T14:52:30.262Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-31T14:52:30.262Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-01-31T14:52:30.262Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-31T14:52:30.262Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-01-31T14:52:30.262Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-31T14:52:30.262Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-01-31T14:52:35.074Z] === RUN TestDockerSuite/TestExecUlimits [2022-01-31T14:52:35.074Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-31T14:52:35.074Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-01-31T14:52:35.185Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-01-31T14:52:43.821Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-01-31T14:52:43.821Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-31T14:52:43.821Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-01-31T14:52:43.821Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-31T14:52:43.821Z] === RUN TestDockerSuite/TestExecWithUser [2022-01-31T14:52:43.821Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T14:52:43.821Z] === RUN TestDockerSuite/TestGetContainerStats [2022-01-31T14:52:45.617Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-01-31T14:52:45.617Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-31T14:52:45.617Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-01-31T14:52:47.844Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-01-31T14:52:47.844Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-31T14:52:47.844Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-01-31T14:52:47.844Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-31T14:52:47.844Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-01-31T14:52:47.844Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-31T14:52:47.844Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-01-31T14:52:50.062Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-01-31T14:52:50.062Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-31T14:52:50.062Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-01-31T14:52:50.062Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-01-31T14:52:52.570Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-01-31T14:52:53.018Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-01-31T14:52:53.018Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-01-31T14:52:53.018Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-31T14:52:53.018Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-01-31T14:52:53.018Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-31T14:52:53.018Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-01-31T14:52:53.018Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T14:52:53.018Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-01-31T14:52:56.814Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-01-31T14:52:59.036Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-01-31T14:52:59.799Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-01-31T14:53:01.255Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-01-31T14:53:01.255Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-01-31T14:53:01.255Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-31T14:53:01.255Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-01-31T14:53:03.639Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-01-31T14:53:04.210Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-01-31T14:53:04.210Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-01-31T14:53:07.168Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-01-31T14:53:07.168Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T14:53:07.168Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-01-31T14:53:07.168Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T14:53:07.168Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-01-31T14:53:09.387Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-01-31T14:53:09.387Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-01-31T14:53:11.604Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-01-31T14:53:11.604Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-31T14:53:11.604Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-01-31T14:53:12.373Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-01-31T14:53:12.373Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:53:12.373Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-01-31T14:53:12.373Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-01-31T14:53:12.373Z] === RUN TestDockerSuite/TestHealth [2022-01-31T14:53:12.373Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-31T14:53:12.373Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-01-31T14:53:12.373Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-01-31T14:53:12.373Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-01-31T14:53:12.373Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-01-31T14:53:14.559Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-01-31T14:53:15.028Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-01-31T14:53:17.985Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-01-31T14:53:18.300Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-01-31T14:53:18.300Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-01-31T14:53:18.300Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-31T14:53:18.300Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-01-31T14:53:18.300Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-01-31T14:53:18.300Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-01-31T14:53:18.776Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-01-31T14:53:19.778Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-01-31T14:53:19.778Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T14:53:19.778Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-01-31T14:53:20.779Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-01-31T14:53:21.255Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-01-31T14:53:21.780Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-01-31T14:53:23.502Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-01-31T14:53:23.502Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-01-31T14:53:26.497Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-01-31T14:53:26.538Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-01-31T14:53:26.538Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-01-31T14:53:26.538Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-01-31T14:53:26.538Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-01-31T14:53:26.538Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-01-31T14:53:28.756Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-01-31T14:53:28.756Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-31T14:53:28.756Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-01-31T14:53:30.341Z] === RUN TestDockerSuite/TestImagesFormat [2022-01-31T14:53:30.342Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-01-31T14:53:30.342Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T14:53:30.342Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-01-31T14:53:31.714Z] === RUN TestDockerSuite/TestContainerAPITop [2022-01-31T14:53:31.714Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T14:53:31.714Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-01-31T14:53:33.932Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-01-31T14:53:33.932Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestImportBadURL [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestImportDisplay [2022-01-31T14:53:35.155Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestImportFile [2022-01-31T14:53:35.155Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-01-31T14:53:35.155Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestImportGzipped [2022-01-31T14:53:35.155Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-01-31T14:53:35.155Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-01-31T14:53:35.155Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-01-31T14:53:35.155Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-01-31T14:53:35.155Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-01-31T14:53:35.155Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-01-31T14:53:35.155Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T14:53:35.155Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-01-31T14:53:38.692Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-01-31T14:53:38.992Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-01-31T14:53:41.651Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-01-31T14:53:41.651Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-31T14:53:41.651Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-01-31T14:53:41.651Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-31T14:53:41.651Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-01-31T14:53:41.651Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-31T14:53:41.651Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-01-31T14:53:41.651Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-31T14:53:41.651Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-01-31T14:53:41.651Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-31T14:53:41.651Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-01-31T14:53:41.984Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-01-31T14:53:41.984Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T14:53:41.984Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-01-31T14:53:41.984Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-31T14:53:41.984Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-01-31T14:53:41.984Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-01-31T14:53:41.984Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-31T14:53:42.461Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-01-31T14:53:43.871Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-01-31T14:53:43.871Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-01-31T14:53:46.090Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-01-31T14:53:46.302Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-01-31T14:53:46.302Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-01-31T14:53:49.291Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-01-31T14:53:49.291Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-31T14:53:49.291Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-01-31T14:53:49.291Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-31T14:53:49.291Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-01-31T14:53:49.291Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-31T14:53:49.291Z] === RUN TestDockerSuite/TestInspectDefault [2022-01-31T14:53:53.133Z] === RUN TestDockerSuite/TestInspectHistory [2022-01-31T14:53:54.770Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-01-31T14:54:00.370Z] === RUN TestDockerSuite/TestInspectImage [2022-01-31T14:54:00.371Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:54:00.371Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-01-31T14:54:00.371Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T14:54:00.371Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-01-31T14:54:00.371Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T14:54:00.371Z] === RUN TestDockerSuite/TestInspectInt64 [2022-01-31T14:54:01.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-01-31T14:54:03.363Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-01-31T14:54:04.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0004a7590_} [2022-01-31T14:54:07.204Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-01-31T14:54:07.680Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-01-31T14:54:07.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11718653648_c:\foo_false____} [2022-01-31T14:54:10.802Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11718653648_c:\foo_true____} [2022-01-31T14:54:11.519Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-01-31T14:54:12.993Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-01-31T14:54:12.993Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-31T14:54:12.993Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-01-31T14:54:12.993Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-01-31T14:54:12.993Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-01-31T14:54:13.450Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-01-31T14:54:13.450Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-01-31T14:54:13.450Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-01-31T14:54:13.450Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-01-31T14:54:13.450Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-31T14:54:13.450Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-01-31T14:54:16.338Z] === RUN TestDockerSuite/TestInspectPlugin [2022-01-31T14:54:16.338Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-31T14:54:16.338Z] === RUN TestDockerSuite/TestInspectRootFS [2022-01-31T14:54:16.338Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-01-31T14:54:17.176Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-01-31T14:54:17.176Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-01-31T14:54:17.176Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T14:54:17.176Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-01-31T14:54:20.070Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-01-31T14:54:20.070Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-01-31T14:54:20.070Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-31T14:54:20.070Z] === RUN TestDockerSuite/TestCpRelativePath [2022-01-31T14:54:20.242Z] === RUN TestDockerSuite/TestInspectStatus [2022-01-31T14:54:22.962Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-01-31T14:54:22.962Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-31T14:54:22.962Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-01-31T14:54:22.962Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-31T14:54:22.962Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-01-31T14:54:22.962Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-31T14:54:22.962Z] === RUN TestDockerSuite/TestCpToCaseA [2022-01-31T14:54:25.061Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-01-31T14:54:27.637Z] === RUN TestDockerSuite/TestCpToCaseB [2022-01-31T14:54:30.527Z] === RUN TestDockerSuite/TestCpToCaseC [2022-01-31T14:54:30.527Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T14:54:30.527Z] === RUN TestDockerSuite/TestCpToCaseD [2022-01-31T14:54:30.527Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-31T14:54:30.527Z] === RUN TestDockerSuite/TestCpToCaseE [2022-01-31T14:54:32.298Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-01-31T14:54:38.231Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-01-31T14:54:42.296Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-01-31T14:54:45.303Z] === RUN TestDockerSuite/TestCpToCaseF [2022-01-31T14:54:45.304Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-31T14:54:45.304Z] === RUN TestDockerSuite/TestCpToCaseG [2022-01-31T14:54:45.304Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T14:54:45.304Z] === RUN TestDockerSuite/TestCpToCaseH [2022-01-31T14:54:47.112Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-01-31T14:54:50.106Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-01-31T14:54:53.950Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-01-31T14:54:55.593Z] === RUN TestDockerSuite/TestCpToCaseI [2022-01-31T14:54:55.593Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-31T14:54:55.593Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-01-31T14:54:55.593Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-31T14:54:55.593Z] === RUN TestDockerSuite/TestCpToDot [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksEnvs [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-01-31T14:54:58.396Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-01-31T14:54:58.396Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-01-31T14:54:58.396Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-01-31T14:54:58.396Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-01-31T14:55:01.390Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-01-31T14:55:03.688Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-01-31T14:55:03.688Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-31T14:55:03.688Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-01-31T14:55:03.688Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-31T14:55:03.688Z] === RUN TestDockerSuite/TestCpToStdout [2022-01-31T14:55:06.239Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-01-31T14:55:06.577Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-01-31T14:55:06.577Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:55:06.577Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-01-31T14:55:06.577Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-31T14:55:06.577Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-01-31T14:55:06.577Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-31T14:55:06.577Z] === RUN TestDockerSuite/TestCpVolumePath [2022-01-31T14:55:06.577Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-31T14:55:06.577Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-01-31T14:55:06.577Z] === RUN TestDockerSuite/TestCreateArgs [2022-01-31T14:55:07.034Z] === RUN TestDockerSuite/TestCreateByImageID [2022-01-31T14:55:09.201Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-01-31T14:55:12.094Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-01-31T14:55:12.094Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-01-31T14:55:12.094Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-01-31T14:55:13.474Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-01-31T14:55:14.260Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-01-31T14:55:15.222Z] === RUN TestDockerSuite/TestCreateLabels [2022-01-31T14:55:15.222Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-01-31T14:55:15.222Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-31T14:55:15.222Z] === RUN TestDockerSuite/TestCreateRM [2022-01-31T14:55:15.678Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-01-31T14:55:15.678Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-31T14:55:15.678Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-01-31T14:55:16.134Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-01-31T14:55:16.466Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-01-31T14:55:16.466Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-31T14:55:16.466Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-01-31T14:55:16.590Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-01-31T14:55:25.199Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-01-31T14:55:25.199Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-01-31T14:55:26.883Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-01-31T14:55:26.883Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-01-31T14:55:26.883Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-01-31T14:55:29.779Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-01-31T14:55:30.237Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-01-31T14:55:30.237Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-31T14:55:30.237Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-01-31T14:55:32.443Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-01-31T14:55:33.132Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-01-31T14:55:33.132Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.132Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-01-31T14:55:33.132Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-01-31T14:55:33.132Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.132Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-01-31T14:55:33.132Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.132Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-01-31T14:55:33.132Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.132Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-01-31T14:55:33.132Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.132Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-01-31T14:55:33.591Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-01-31T14:55:33.591Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-01-31T14:55:33.591Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-01-31T14:55:33.591Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestDevicePermissions [2022-01-31T14:55:33.591Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestDockerFails [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-01-31T14:55:33.591Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-01-31T14:55:33.591Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-01-31T14:55:33.591Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestEventsAttach [2022-01-31T14:55:33.591Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestEventsCommit [2022-01-31T14:55:33.591Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-31T14:55:33.591Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-01-31T14:55:36.484Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-01-31T14:55:39.378Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-01-31T14:55:41.187Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-01-31T14:55:42.270Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-01-31T14:55:48.414Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-01-31T14:55:50.812Z] === RUN TestDockerSuite/TestEventsCopy [2022-01-31T14:55:53.228Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-01-31T14:55:57.859Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-01-31T14:55:58.042Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-01-31T14:55:58.042Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-31T14:55:58.042Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-01-31T14:56:01.888Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-01-31T14:56:03.641Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-01-31T14:56:05.729Z] === RUN TestDockerSuite/TestLogsSince [2022-01-31T14:56:05.807Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-01-31T14:56:06.770Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-01-31T14:56:11.440Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-01-31T14:56:12.401Z] === RUN TestDockerSuite/TestEventsFilterType [2022-01-31T14:56:13.930Z] === RUN TestDockerSuite/TestEventsFilters [2022-01-31T14:56:16.239Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-01-31T14:56:16.239Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-31T14:56:16.239Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-01-31T14:56:16.239Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-31T14:56:16.239Z] === RUN TestDockerSuite/TestLogsTail [2022-01-31T14:56:19.703Z] === RUN TestDockerSuite/TestEventsFormat [2022-01-31T14:56:20.079Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-01-31T14:56:23.070Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-01-31T14:56:24.374Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-01-31T14:56:24.374Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-01-31T14:56:24.374Z] === RUN TestDockerSuite/TestEventsImageImport [2022-01-31T14:56:24.374Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T14:56:24.374Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-01-31T14:56:24.374Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-31T14:56:24.374Z] === RUN TestDockerSuite/TestEventsImagePull [2022-01-31T14:56:24.374Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-31T14:56:24.374Z] === RUN TestDockerSuite/TestEventsImageTag [2022-01-31T14:56:25.903Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-01-31T14:56:25.903Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-31T14:56:25.903Z] === RUN TestDockerSuite/TestEventsRename [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestMountIntoProc [2022-01-31T14:56:26.907Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestMountIntoSys [2022-01-31T14:56:26.907Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestNetHostname [2022-01-31T14:56:26.907Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-01-31T14:56:26.907Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-01-31T14:56:26.907Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-01-31T14:56:26.907Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPluginActive [2022-01-31T14:56:26.907Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-01-31T14:56:26.907Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-01-31T14:56:26.907Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-01-31T14:56:26.907Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-01-31T14:56:26.907Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-01-31T14:56:26.907Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-01-31T14:56:26.907Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-01-31T14:56:26.907Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-01-31T14:56:26.907Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPortHostBinding [2022-01-31T14:56:26.907Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPortList [2022-01-31T14:56:26.907Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-31T14:56:26.907Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-01-31T14:56:28.794Z] === RUN TestDockerSuite/TestEventsResize [2022-01-31T14:56:34.487Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-01-31T14:56:34.487Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T14:56:34.487Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-01-31T14:56:34.487Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-01-31T14:56:34.487Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-31T14:56:34.487Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-01-31T14:56:34.487Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-31T14:56:34.487Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-01-31T14:56:34.487Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T14:56:34.487Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-01-31T14:56:34.487Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-31T14:56:34.487Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-01-31T14:56:34.487Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-31T14:56:34.487Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-01-31T14:56:34.487Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-31T14:56:34.487Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-01-31T14:56:34.487Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T14:56:34.487Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-01-31T14:56:37.335Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-01-31T14:56:39.500Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-01-31T14:56:40.419Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-01-31T14:56:40.419Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-31T14:56:40.896Z] === RUN TestDockerSuite/TestPsByOrder [2022-01-31T14:56:42.393Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-01-31T14:56:48.165Z] === RUN TestDockerSuite/TestEventsTop [2022-01-31T14:56:48.165Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-31T14:56:48.165Z] === RUN TestDockerSuite/TestEventsUntag [2022-01-31T14:56:50.329Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-01-31T14:56:55.001Z] === RUN TestDockerSuite/TestExec [2022-01-31T14:56:55.001Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:56:55.001Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-01-31T14:56:55.001Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-31T14:56:55.001Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-01-31T14:56:55.931Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-01-31T14:56:55.931Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-31T14:56:55.931Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-01-31T14:56:57.172Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-01-31T14:56:59.340Z] === RUN TestDockerSuite/TestExecAPIStart [2022-01-31T14:56:59.340Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:56:59.340Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-01-31T14:56:59.340Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T14:56:59.340Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-01-31T14:56:59.340Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-31T14:56:59.340Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-01-31T14:57:01.510Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-01-31T14:57:04.403Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-01-31T14:57:06.572Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-01-31T14:57:09.461Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-01-31T14:57:10.971Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-01-31T14:57:14.132Z] === RUN TestDockerSuite/TestExecCgroup [2022-01-31T14:57:14.132Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-31T14:57:14.132Z] === RUN TestDockerSuite/TestExecEnv [2022-01-31T14:57:14.132Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T14:57:14.132Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-01-31T14:57:14.132Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-31T14:57:14.132Z] === RUN TestDockerSuite/TestExecExitStatus [2022-01-31T14:57:17.024Z] === RUN TestDockerSuite/TestExecInspectID [2022-01-31T14:57:22.795Z] === RUN TestDockerSuite/TestExecInteractive [2022-01-31T14:57:22.795Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-31T14:57:22.795Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-01-31T14:57:22.795Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-31T14:57:22.795Z] === RUN TestDockerSuite/TestExecParseError [2022-01-31T14:57:22.795Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T14:57:22.795Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-01-31T14:57:22.795Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-31T14:57:22.795Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-01-31T14:57:22.795Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-31T14:57:22.795Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-01-31T14:57:24.960Z] === RUN TestDockerSuite/TestExecSetEnv [2022-01-31T14:57:24.960Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-31T14:57:24.960Z] === RUN TestDockerSuite/TestExecStartFails [2022-01-31T14:57:24.960Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T14:57:24.960Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-01-31T14:57:24.960Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-31T14:57:24.960Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-01-31T14:57:24.960Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-31T14:57:24.960Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-01-31T14:57:24.960Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-31T14:57:24.960Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-01-31T14:57:27.854Z] === RUN TestDockerSuite/TestExecUlimits [2022-01-31T14:57:27.854Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-31T14:57:27.854Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-01-31T14:57:32.337Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-01-31T14:57:32.337Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-01-31T14:57:32.337Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-31T14:57:32.337Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-01-31T14:57:32.337Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-01-31T14:57:32.337Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-01-31T14:57:37.145Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-01-31T14:57:38.141Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-01-31T14:57:38.141Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-31T14:57:38.141Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-01-31T14:57:38.141Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-31T14:57:38.141Z] === RUN TestDockerSuite/TestExecWithUser [2022-01-31T14:57:38.141Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T14:57:38.141Z] === RUN TestDockerSuite/TestGetContainerStats [2022-01-31T14:57:43.911Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-01-31T14:57:47.660Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-01-31T14:57:49.691Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-01-31T14:57:53.415Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-01-31T14:57:53.599Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-01-31T14:57:54.078Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-31T14:57:54.078Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-01-31T14:57:54.078Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-31T14:57:54.078Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-01-31T14:58:00.465Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-01-31T14:58:00.465Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:58:00.465Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-01-31T14:58:00.465Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-01-31T14:58:00.465Z] === RUN TestDockerSuite/TestHealth [2022-01-31T14:58:00.465Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-31T14:58:00.465Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-01-31T14:58:00.465Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-01-31T14:58:00.465Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-01-31T14:58:00.465Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-01-31T14:58:01.305Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-01-31T14:58:01.305Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T14:58:01.305Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-01-31T14:58:01.305Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-31T14:58:01.305Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-01-31T14:58:01.305Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-31T14:58:01.305Z] === RUN TestDockerSuite/TestPsRightTagName [2022-01-31T14:58:01.305Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-31T14:58:01.305Z] === RUN TestDockerSuite/TestPsShowMounts [2022-01-31T14:58:05.134Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-01-31T14:58:05.590Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-01-31T14:58:05.590Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-31T14:58:05.590Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-01-31T14:58:05.590Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-01-31T14:58:05.590Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-01-31T14:58:06.047Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-01-31T14:58:07.009Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-01-31T14:58:07.009Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T14:58:07.009Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-01-31T14:58:07.972Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-01-31T14:58:08.428Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-01-31T14:58:10.596Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-01-31T14:58:11.053Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-01-31T14:58:13.896Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-01-31T14:58:13.896Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-31T14:58:13.896Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-01-31T14:58:13.959Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-01-31T14:58:14.371Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-01-31T14:58:14.371Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-31T14:58:14.371Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-01-31T14:58:15.958Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-01-31T14:58:16.963Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-01-31T14:58:16.963Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-31T14:58:16.963Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-01-31T14:58:22.611Z] === RUN TestDockerSuite/TestImagesFormat [2022-01-31T14:58:22.611Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-01-31T14:58:22.611Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T14:58:22.611Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-01-31T14:58:24.195Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestImportBadURL [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestImportDisplay [2022-01-31T14:58:26.408Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestImportFile [2022-01-31T14:58:26.408Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-01-31T14:58:26.408Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestImportGzipped [2022-01-31T14:58:26.408Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-01-31T14:58:26.408Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-01-31T14:58:26.408Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-01-31T14:58:26.408Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-01-31T14:58:26.408Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-31T14:58:26.408Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-01-31T14:58:26.878Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-01-31T14:58:26.878Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T14:58:26.878Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-01-31T14:58:26.878Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T14:58:26.878Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-01-31T14:58:33.065Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-01-31T14:58:35.550Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-01-31T14:58:36.064Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-01-31T14:58:37.117Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-01-31T14:58:37.117Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T14:58:37.117Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-01-31T14:58:37.117Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-31T14:58:37.117Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-01-31T14:58:37.117Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-01-31T14:58:37.117Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-31T14:58:37.117Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-01-31T14:58:40.914Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-01-31T14:58:40.914Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-01-31T14:58:43.131Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-01-31T14:58:43.131Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-31T14:58:43.131Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-01-31T14:58:43.131Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-31T14:58:43.131Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-01-31T14:58:43.131Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-31T14:58:43.131Z] === RUN TestDockerSuite/TestInspectDefault [2022-01-31T14:58:46.086Z] === RUN TestDockerSuite/TestInspectHistory [2022-01-31T14:58:50.848Z] === RUN TestDockerSuite/TestInspectImage [2022-01-31T14:58:50.848Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T14:58:50.848Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-01-31T14:58:50.848Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T14:58:50.848Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-01-31T14:58:50.848Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T14:58:50.848Z] === RUN TestDockerSuite/TestInspectInt64 [2022-01-31T14:58:53.807Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-01-31T14:58:56.026Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-01-31T14:58:56.495Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-01-31T14:58:58.718Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-01-31T14:59:01.677Z] === RUN TestDockerSuite/TestInspectPlugin [2022-01-31T14:59:01.677Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-31T14:59:01.677Z] === RUN TestDockerSuite/TestInspectRootFS [2022-01-31T14:59:01.677Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-01-31T14:59:03.897Z] === RUN TestDockerSuite/TestInspectStatus [2022-01-31T14:59:06.319Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-01-31T14:59:06.319Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:59:06.319Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-01-31T14:59:07.644Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-01-31T14:59:12.319Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-01-31T14:59:15.212Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-01-31T14:59:18.105Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-01-31T14:59:18.915Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-01-31T14:59:18.915Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-01-31T14:59:18.915Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-01-31T14:59:19.390Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-01-31T14:59:20.273Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-01-31T14:59:23.165Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-01-31T14:59:29.894Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-01-31T14:59:30.212Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksEnvs [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-01-31T14:59:33.104Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-01-31T14:59:33.104Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-01-31T14:59:33.104Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-01-31T14:59:33.104Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-01-31T14:59:35.822Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-01-31T14:59:35.823Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T14:59:35.823Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-01-31T14:59:35.995Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-01-31T14:59:38.162Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-01-31T14:59:43.941Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-01-31T14:59:44.561Z] === RUN TestDockerSuite/TestRmiBlank [2022-01-31T14:59:44.561Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-01-31T14:59:44.561Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-01-31T14:59:46.832Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-01-31T14:59:46.832Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-31T14:59:46.832Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-01-31T14:59:49.722Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-01-31T14:59:49.722Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-01-31T14:59:58.264Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-01-31T15:00:05.956Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-01-31T15:00:06.807Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-01-31T15:00:10.767Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-01-31T15:00:11.769Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-01-31T15:00:13.989Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-01-31T15:00:16.885Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-01-31T15:00:19.783Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-01-31T15:00:19.783Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-31T15:00:19.783Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-01-31T15:00:22.274Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-01-31T15:00:22.676Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-01-31T15:00:24.843Z] === RUN TestDockerSuite/TestLogsSince [2022-01-31T15:00:29.498Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-01-31T15:00:35.138Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-01-31T15:00:35.138Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-31T15:00:35.138Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-01-31T15:00:35.138Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-31T15:00:35.138Z] === RUN TestDockerSuite/TestLogsTail [2022-01-31T15:00:38.029Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-01-31T15:00:40.921Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-01-31T15:00:42.106Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestMountIntoProc [2022-01-31T15:00:43.815Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestMountIntoSys [2022-01-31T15:00:43.815Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestNetHostname [2022-01-31T15:00:43.815Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-01-31T15:00:43.815Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-01-31T15:00:43.815Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-01-31T15:00:43.815Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPluginActive [2022-01-31T15:00:43.815Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-01-31T15:00:43.815Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-01-31T15:00:43.815Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-01-31T15:00:43.815Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-01-31T15:00:43.815Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-01-31T15:00:43.815Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-01-31T15:00:43.815Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-01-31T15:00:43.815Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-01-31T15:00:43.815Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPortHostBinding [2022-01-31T15:00:43.815Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPortList [2022-01-31T15:00:43.815Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-31T15:00:43.815Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-01-31T15:00:48.043Z] === RUN TestDockerSuite/TestRmiTag [2022-01-31T15:00:48.519Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-01-31T15:00:49.590Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-01-31T15:00:49.590Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:00:49.590Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-01-31T15:00:49.590Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-01-31T15:00:49.590Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-31T15:00:49.590Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-01-31T15:00:49.590Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-31T15:00:49.590Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-01-31T15:00:49.590Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T15:00:49.590Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-01-31T15:00:49.590Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-31T15:00:49.590Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-01-31T15:00:49.590Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-31T15:00:49.590Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-01-31T15:00:49.590Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-31T15:00:49.590Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-01-31T15:00:49.590Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T15:00:49.590Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-01-31T15:00:52.354Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-01-31T15:00:55.370Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-01-31T15:00:55.370Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-31T15:00:55.370Z] === RUN TestDockerSuite/TestPsByOrder [2022-01-31T15:01:05.674Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-01-31T15:01:05.674Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-31T15:01:05.674Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-01-31T15:01:17.771Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-01-31T15:01:18.126Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-01-31T15:01:20.015Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-01-31T15:01:25.949Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-01-31T15:01:27.537Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-01-31T15:01:27.537Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-31T15:01:27.537Z] === RUN TestDockerSuite/TestRunAddHost [2022-01-31T15:01:27.537Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-31T15:01:27.537Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-01-31T15:01:27.537Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-31T15:01:27.537Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-01-31T15:01:27.537Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-31T15:01:27.537Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-01-31T15:01:27.537Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-31T15:01:27.537Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-01-31T15:01:27.537Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-31T15:01:27.537Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-01-31T15:01:27.537Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-31T15:01:27.537Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-01-31T15:01:30.526Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-01-31T15:01:30.526Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-31T15:01:30.526Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-01-31T15:01:30.526Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-31T15:01:30.526Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-01-31T15:01:33.076Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-01-31T15:01:33.076Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-01-31T15:01:33.076Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-31T15:01:33.076Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-01-31T15:01:37.766Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-01-31T15:01:41.609Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-01-31T15:01:44.603Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-01-31T15:01:48.026Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-01-31T15:01:48.453Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-01-31T15:01:51.536Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-01-31T15:01:51.536Z] === RUN TestDockerSuite/TestRunBindMounts [2022-01-31T15:01:52.920Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-01-31T15:01:58.770Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-31T15:01:58.770Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-01-31T15:02:01.767Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-01-31T15:02:01.767Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-31T15:02:01.767Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-01-31T15:02:06.575Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-01-31T15:02:06.575Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-31T15:02:06.575Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-01-31T15:02:06.575Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-31T15:02:06.575Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-01-31T15:02:09.576Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-01-31T15:02:09.576Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-31T15:02:09.576Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-01-31T15:02:09.576Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-31T15:02:09.576Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-01-31T15:02:09.576Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-31T15:02:09.576Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-01-31T15:02:09.576Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-31T15:02:09.576Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-01-31T15:02:09.576Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-31T15:02:09.576Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-01-31T15:02:09.576Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-31T15:02:09.576Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-01-31T15:02:09.576Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-31T15:02:09.576Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-01-31T15:02:12.567Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-01-31T15:02:14.179Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-01-31T15:02:15.563Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-01-31T15:02:16.402Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-01-31T15:02:16.402Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-31T15:02:16.872Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-01-31T15:02:16.872Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-31T15:02:16.872Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-01-31T15:02:19.405Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-01-31T15:02:19.405Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-31T15:02:19.405Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-01-31T15:02:19.405Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-31T15:02:19.405Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-01-31T15:02:19.405Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-31T15:02:19.405Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-01-31T15:02:22.406Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-01-31T15:02:22.406Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-31T15:02:22.406Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-01-31T15:02:22.406Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T15:02:22.406Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-01-31T15:02:22.406Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-31T15:02:22.406Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-01-31T15:02:22.406Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T15:02:22.406Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-01-31T15:02:22.750Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-01-31T15:02:22.750Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T15:02:22.750Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-01-31T15:02:22.750Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-31T15:02:22.750Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-01-31T15:02:22.750Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-31T15:02:22.750Z] === RUN TestDockerSuite/TestPsRightTagName [2022-01-31T15:02:22.750Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-31T15:02:22.750Z] === RUN TestDockerSuite/TestPsShowMounts [2022-01-31T15:02:24.657Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-01-31T15:02:31.422Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-01-31T15:02:31.422Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-31T15:02:31.422Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-01-31T15:02:33.437Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-01-31T15:02:33.438Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-31T15:02:33.438Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-01-31T15:02:33.438Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-31T15:02:33.438Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-01-31T15:02:33.438Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-31T15:02:33.438Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-01-31T15:02:33.438Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T15:02:33.438Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-01-31T15:02:33.438Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-31T15:02:33.438Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-01-31T15:02:33.438Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-31T15:02:33.438Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-01-31T15:02:33.647Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-01-31T15:02:33.647Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-31T15:02:33.647Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-01-31T15:02:34.637Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-01-31T15:02:35.625Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-01-31T15:02:35.625Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-31T15:02:35.625Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-01-31T15:02:35.686Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-01-31T15:02:35.686Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-31T15:02:35.686Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-01-31T15:02:36.163Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-01-31T15:02:36.163Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-31T15:02:36.163Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-01-31T15:02:39.153Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-01-31T15:02:40.398Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-01-31T15:02:43.001Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-01-31T15:02:43.001Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-31T15:02:43.001Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-01-31T15:02:45.156Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-01-31T15:02:45.995Z] === RUN TestDockerSuite/TestRunEnvironment [2022-01-31T15:02:45.995Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-31T15:02:45.995Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-01-31T15:02:45.995Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-31T15:02:45.995Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-01-31T15:02:45.995Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-31T15:02:45.995Z] === RUN TestDockerSuite/TestRunExitCode [2022-01-31T15:02:48.108Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-01-31T15:02:49.840Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-01-31T15:02:52.833Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-01-31T15:02:55.827Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-01-31T15:02:59.672Z] === RUN TestDockerSuite/TestRunExposePort [2022-01-31T15:02:59.672Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-01-31T15:02:59.672Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-31T15:02:59.672Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-01-31T15:02:59.672Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-31T15:02:59.672Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-01-31T15:02:59.672Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-31T15:02:59.672Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-01-31T15:02:59.672Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-31T15:02:59.672Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-31T15:02:59.672Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-31T15:02:59.672Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-01-31T15:02:59.672Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-31T15:02:59.672Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-01-31T15:02:59.672Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-31T15:02:59.672Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-01-31T15:03:06.902Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-01-31T15:03:06.902Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-31T15:03:06.902Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-01-31T15:03:06.902Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-01-31T15:03:06.902Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T15:03:06.902Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-01-31T15:03:06.902Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-31T15:03:06.902Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-01-31T15:03:06.902Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-31T15:03:06.902Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-01-31T15:03:06.902Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-31T15:03:06.902Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-01-31T15:03:15.656Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-01-31T15:03:15.656Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-31T15:03:15.656Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-01-31T15:03:17.919Z] === RUN TestDockerSuite/TestRunModeHostname [2022-01-31T15:03:17.919Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.224Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-01-31T15:03:18.224Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.224Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-01-31T15:03:18.396Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunMount [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-01-31T15:03:18.397Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-31T15:03:18.397Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-01-31T15:03:25.276Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-01-31T15:03:25.276Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-01-31T15:03:25.276Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-01-31T15:03:26.242Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-01-31T15:03:30.921Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-01-31T15:03:30.992Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-01-31T15:03:30.992Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-31T15:03:30.992Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-01-31T15:03:30.992Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-31T15:03:30.992Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-01-31T15:03:30.992Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-31T15:03:30.992Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-01-31T15:03:36.922Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-01-31T15:03:41.217Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-01-31T15:03:41.217Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T15:03:41.217Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-01-31T15:03:44.159Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-01-31T15:03:44.159Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-31T15:03:44.159Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-01-31T15:03:44.159Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-31T15:03:44.159Z] === RUN TestDockerSuite/TestRunNetHost [2022-01-31T15:03:44.159Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-31T15:03:44.159Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-01-31T15:03:44.159Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-31T15:03:44.159Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-01-31T15:03:44.159Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-31T15:03:44.159Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-01-31T15:03:44.159Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-31T15:03:44.159Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-01-31T15:03:44.159Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-31T15:03:44.159Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-01-31T15:03:44.159Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-31T15:03:44.159Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-01-31T15:03:44.159Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-31T15:03:44.159Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-01-31T15:03:44.637Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-01-31T15:03:46.033Z] === RUN TestDockerSuite/TestRmiBlank [2022-01-31T15:03:46.033Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-01-31T15:03:46.232Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-01-31T15:03:46.490Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-01-31T15:03:49.230Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-01-31T15:03:51.478Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-01-31T15:03:52.481Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-01-31T15:03:55.472Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-01-31T15:03:55.948Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-31T15:03:55.948Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-01-31T15:03:55.948Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-31T15:03:55.948Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-01-31T15:03:55.948Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-31T15:03:55.948Z] === RUN TestDockerSuite/TestRunPortInUse [2022-01-31T15:03:55.948Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-31T15:03:55.948Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-01-31T15:03:55.948Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-31T15:03:55.948Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-01-31T15:03:55.948Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-31T15:03:55.948Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-01-31T15:03:55.948Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-31T15:03:55.948Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-01-31T15:03:55.948Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-31T15:03:55.948Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-31T15:04:00.760Z] === RUN TestDockerSuite/TestRunPublishPort [2022-01-31T15:04:00.760Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-31T15:04:00.760Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-01-31T15:04:00.760Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-31T15:04:00.760Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-01-31T15:04:00.760Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-31T15:04:00.760Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-01-31T15:04:00.760Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-31T15:04:00.760Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-01-31T15:04:00.760Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T15:04:00.760Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-01-31T15:04:04.149Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-01-31T15:04:06.322Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-01-31T15:04:07.288Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-01-31T15:04:13.352Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-01-31T15:04:13.352Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-31T15:04:13.352Z] === RUN TestDockerSuite/TestRunRm [2022-01-31T15:04:15.833Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-01-31T15:04:16.347Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-01-31T15:04:23.578Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-01-31T15:04:26.129Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-01-31T15:04:26.573Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-01-31T15:04:30.412Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-01-31T15:04:34.253Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-01-31T15:04:34.253Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-31T15:04:34.253Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-01-31T15:04:34.253Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-31T15:04:34.253Z] === RUN TestDockerSuite/TestRunState [2022-01-31T15:04:34.253Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-31T15:04:34.253Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-01-31T15:04:36.431Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-01-31T15:04:38.099Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-01-31T15:04:38.099Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T15:04:38.099Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-01-31T15:04:38.575Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-01-31T15:04:38.575Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-31T15:04:38.575Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-01-31T15:04:38.575Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-31T15:04:38.575Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-01-31T15:04:38.575Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-01-31T15:04:39.055Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-01-31T15:04:39.055Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-31T15:04:39.055Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-01-31T15:04:41.105Z] === RUN TestDockerSuite/TestRmiTag [2022-01-31T15:04:41.562Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-01-31T15:04:44.453Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-01-31T15:04:44.986Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-01-31T15:04:44.986Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-01-31T15:04:44.986Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-01-31T15:04:44.986Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-01-31T15:04:44.986Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUserByID [2022-01-31T15:04:44.986Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-01-31T15:04:44.986Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-01-31T15:04:44.986Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-01-31T15:04:44.986Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUserByName [2022-01-31T15:04:44.986Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-31T15:04:44.986Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-01-31T15:04:48.825Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-01-31T15:04:48.825Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-31T15:04:48.825Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-01-31T15:04:52.664Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-01-31T15:04:52.664Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-31T15:04:52.664Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-01-31T15:04:52.664Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-31T15:04:52.664Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-01-31T15:04:56.503Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-01-31T15:05:05.514Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-01-31T15:05:07.019Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-01-31T15:05:07.045Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-01-31T15:05:13.442Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-01-31T15:05:13.911Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-01-31T15:05:13.911Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-31T15:05:13.911Z] === RUN TestDockerSuite/TestRunAddHost [2022-01-31T15:05:13.911Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-31T15:05:13.911Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-01-31T15:05:13.911Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-31T15:05:13.911Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-01-31T15:05:13.911Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-31T15:05:13.911Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-01-31T15:05:13.911Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-31T15:05:13.911Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-01-31T15:05:13.911Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-31T15:05:14.255Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-01-31T15:05:14.380Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-01-31T15:05:14.380Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-31T15:05:14.380Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-01-31T15:05:16.601Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-01-31T15:05:16.601Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-31T15:05:16.601Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-01-31T15:05:16.601Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-31T15:05:16.601Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-01-31T15:05:22.473Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-01-31T15:05:24.772Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-01-31T15:05:24.772Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-31T15:05:24.772Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-01-31T15:05:24.772Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-01-31T15:05:25.429Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-01-31T15:05:28.382Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-01-31T15:05:28.616Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-01-31T15:05:31.338Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-01-31T15:05:32.659Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-01-31T15:05:35.649Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-01-31T15:05:35.649Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-31T15:05:35.649Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-01-31T15:05:35.649Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-01-31T15:05:35.649Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-01-31T15:05:35.650Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T15:05:35.650Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-01-31T15:05:35.650Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-31T15:05:35.650Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-01-31T15:05:35.650Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-31T15:05:35.650Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-01-31T15:05:35.650Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-31T15:05:35.650Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-01-31T15:05:35.650Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-31T15:05:35.650Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-01-31T15:05:38.610Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-01-31T15:05:38.610Z] === RUN TestDockerSuite/TestRunBindMounts [2022-01-31T15:05:41.586Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-01-31T15:05:44.536Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-31T15:05:44.536Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-01-31T15:05:44.589Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-01-31T15:05:46.755Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-01-31T15:05:46.755Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-31T15:05:46.755Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-01-31T15:05:46.834Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-01-31T15:05:50.552Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-01-31T15:05:50.552Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-31T15:05:50.552Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-01-31T15:05:50.552Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-31T15:05:50.552Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-01-31T15:05:52.773Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-01-31T15:05:52.773Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-31T15:05:52.773Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-01-31T15:05:52.773Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-31T15:05:52.773Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-01-31T15:05:52.773Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-31T15:05:52.773Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-01-31T15:05:52.773Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-31T15:05:52.773Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-01-31T15:05:52.773Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-31T15:05:52.773Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-01-31T15:05:52.773Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-31T15:05:53.243Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-01-31T15:05:53.243Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-31T15:05:53.243Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-01-31T15:05:54.066Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-01-31T15:05:54.066Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-01-31T15:05:54.066Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-01-31T15:05:54.066Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-01-31T15:05:54.066Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveImageId [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-01-31T15:05:54.066Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-31T15:05:54.066Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-01-31T15:05:56.198Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-01-31T15:05:56.313Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-01-31T15:05:56.790Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-01-31T15:05:57.266Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-01-31T15:05:57.266Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-01-31T15:05:58.417Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-01-31T15:05:58.854Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-01-31T15:06:01.373Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-01-31T15:06:01.373Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-31T15:06:01.373Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-01-31T15:06:01.373Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-31T15:06:01.373Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-01-31T15:06:01.373Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-31T15:06:01.373Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-01-31T15:06:04.330Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-01-31T15:06:04.330Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-31T15:06:04.330Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-01-31T15:06:04.330Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T15:06:04.330Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-01-31T15:06:04.330Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-31T15:06:04.330Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-01-31T15:06:04.330Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T15:06:04.330Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-01-31T15:06:06.555Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-01-31T15:06:09.373Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-01-31T15:06:09.373Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-31T15:06:09.373Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-01-31T15:06:13.726Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-01-31T15:06:13.726Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-31T15:06:13.726Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-01-31T15:06:13.726Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-31T15:06:13.726Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-01-31T15:06:13.726Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-31T15:06:13.726Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-01-31T15:06:13.726Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T15:06:13.726Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-01-31T15:06:13.726Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-31T15:06:13.726Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-01-31T15:06:13.726Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-31T15:06:13.726Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-01-31T15:06:15.944Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-01-31T15:06:15.944Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-31T15:06:15.944Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-01-31T15:06:15.944Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-01-31T15:06:15.944Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-31T15:06:15.944Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-01-31T15:06:18.166Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-01-31T15:06:21.143Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-01-31T15:06:21.143Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-31T15:06:21.143Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-01-31T15:06:22.064Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-01-31T15:06:22.064Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T15:06:22.064Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-01-31T15:06:24.096Z] === RUN TestDockerSuite/TestRunEnvironment [2022-01-31T15:06:24.096Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-31T15:06:24.096Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-01-31T15:06:24.096Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-31T15:06:24.096Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-01-31T15:06:24.096Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-31T15:06:24.096Z] === RUN TestDockerSuite/TestRunExitCode [2022-01-31T15:06:26.315Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-01-31T15:06:27.995Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-01-31T15:06:27.995Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-31T15:06:27.995Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-01-31T15:06:27.995Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T15:06:27.995Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-01-31T15:06:27.995Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-31T15:06:27.995Z] === RUN TestDockerSuite/TestStartRecordError [2022-01-31T15:06:27.995Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-31T15:06:27.995Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-01-31T15:06:29.278Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-01-31T15:06:32.238Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-01-31T15:06:34.456Z] === RUN TestDockerSuite/TestRunExposePort [2022-01-31T15:06:34.456Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-01-31T15:06:34.456Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-31T15:06:34.925Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-01-31T15:06:34.925Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-31T15:06:34.925Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-01-31T15:06:34.925Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-31T15:06:34.925Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-01-31T15:06:34.925Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-31T15:06:34.925Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-31T15:06:34.925Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-31T15:06:34.925Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-01-31T15:06:34.925Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-31T15:06:34.925Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-01-31T15:06:34.925Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-31T15:06:34.925Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-01-31T15:06:38.509Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-01-31T15:06:38.510Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T15:06:38.510Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-01-31T15:06:38.510Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-31T15:06:38.510Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-01-31T15:06:38.510Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T15:06:38.510Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-01-31T15:06:38.510Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T15:06:38.510Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-01-31T15:06:38.510Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-31T15:06:38.510Z] === RUN TestDockerSuite/TestStatsNoStream [2022-01-31T15:06:38.510Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T15:06:38.510Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-01-31T15:06:39.694Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-01-31T15:06:39.694Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-31T15:06:39.694Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-01-31T15:06:39.694Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-01-31T15:06:39.694Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T15:06:39.694Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-01-31T15:06:39.695Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-31T15:06:39.695Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-01-31T15:06:39.695Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-31T15:06:39.695Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-01-31T15:06:39.695Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-31T15:06:39.695Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-01-31T15:06:41.503Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-01-31T15:06:46.321Z] === RUN TestDockerSuite/TestTopPrivileged [2022-01-31T15:06:46.321Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-31T15:06:46.321Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-01-31T15:06:50.123Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-01-31T15:06:50.123Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-31T15:06:50.123Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-01-31T15:06:50.158Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-01-31T15:06:50.159Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-31T15:06:50.159Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-01-31T15:06:50.159Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-31T15:06:50.159Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-01-31T15:06:50.159Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T15:06:50.159Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-01-31T15:06:50.159Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-31T15:06:50.159Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-01-31T15:06:50.159Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T15:06:50.159Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-01-31T15:06:50.159Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-31T15:06:50.159Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunModeHostname [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunMount [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-01-31T15:06:52.339Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-31T15:06:52.339Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-01-31T15:07:01.008Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-01-31T15:07:01.008Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-31T15:07:01.008Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-01-31T15:07:01.008Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-31T15:07:01.008Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-01-31T15:07:01.008Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-31T15:07:01.008Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-01-31T15:07:06.881Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-01-31T15:07:08.090Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-01-31T15:07:08.090Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-01-31T15:07:08.090Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-01-31T15:07:08.090Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-31T15:07:08.090Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-01-31T15:07:08.090Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-01-31T15:07:08.090Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-01-31T15:07:08.090Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-01-31T15:07:10.679Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-01-31T15:07:10.679Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-31T15:07:10.679Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-01-31T15:07:10.679Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-31T15:07:10.679Z] === RUN TestDockerSuite/TestRunNetHost [2022-01-31T15:07:10.679Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-31T15:07:10.679Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-01-31T15:07:10.679Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-31T15:07:10.679Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-01-31T15:07:10.679Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-31T15:07:10.679Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-01-31T15:07:10.679Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-31T15:07:10.679Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-01-31T15:07:10.679Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-31T15:07:11.085Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-01-31T15:07:11.085Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-01-31T15:07:11.149Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-01-31T15:07:11.149Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-31T15:07:11.149Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-01-31T15:07:11.149Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-31T15:07:11.149Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-01-31T15:07:11.618Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-01-31T15:07:12.606Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-01-31T15:07:14.924Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-01-31T15:07:15.400Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-01-31T15:07:15.505Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-01-31T15:07:15.877Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-01-31T15:07:16.353Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-01-31T15:07:16.353Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-01-31T15:07:17.675Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-01-31T15:07:18.640Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-01-31T15:07:21.534Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-01-31T15:07:21.534Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-31T15:07:21.534Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-01-31T15:07:21.534Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-31T15:07:21.534Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-01-31T15:07:21.534Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-31T15:07:21.534Z] === RUN TestDockerSuite/TestRunPortInUse [2022-01-31T15:07:21.534Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-31T15:07:21.534Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-01-31T15:07:21.534Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-31T15:07:21.534Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-01-31T15:07:21.534Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-31T15:07:21.534Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-01-31T15:07:21.534Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-31T15:07:21.534Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-01-31T15:07:21.534Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-31T15:07:21.534Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-31T15:07:26.206Z] === RUN TestDockerSuite/TestRunPublishPort [2022-01-31T15:07:26.206Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-31T15:07:26.206Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-01-31T15:07:26.206Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-31T15:07:26.206Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-01-31T15:07:26.206Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-31T15:07:26.206Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-01-31T15:07:26.206Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-31T15:07:26.206Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-01-31T15:07:26.206Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T15:07:26.206Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-01-31T15:07:28.946Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-01-31T15:07:28.946Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T15:07:28.946Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-01-31T15:07:28.946Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-01-31T15:07:28.946Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-01-31T15:07:28.946Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-31T15:07:28.946Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-01-31T15:07:34.755Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-01-31T15:07:34.755Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-31T15:07:34.755Z] === RUN TestDockerSuite/TestRunRm [2022-01-31T15:07:39.455Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-01-31T15:07:39.455Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-01-31T15:07:39.455Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-01-31T15:07:43.300Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-01-31T15:07:47.975Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-01-31T15:07:50.866Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-01-31T15:07:54.501Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-01-31T15:07:54.501Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-31T15:07:54.501Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite (3102.15s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.98s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.35s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.91s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (95.87s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.77s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.21s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.86s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (6.38s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (9.80s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (108.41s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.61s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (8.12s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (6.10s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.26s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.27s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.92s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.09s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.72s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (17.09s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (7.31s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.39s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.51s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.07s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.93s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.74s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddTar (51.22s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.58s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (26.84s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.08s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.77s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (11.01s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (7.85s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (13.42s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.95s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (7.05s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.68s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.79s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (35.73s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (7.04s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.10s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.63s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.95s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.71s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (2.05s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.13s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.28s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCmd (0.72s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.72s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.76s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (8.52s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (3.10s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.74s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.72s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.54s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.21s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.74s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.26s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.93s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.81s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (51.41s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.82s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.75s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (8.05s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.71s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (31.89s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (22.76s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.03s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.04s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.96s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.03s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.16s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignore (63.20s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.73s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (70.42s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.93s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.98s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.56s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.70s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.23s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.48s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.92s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.60s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (98.23s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.57s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.69s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.42s) [2022-01-31T15:07:56.093Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.62s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.68s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.80s) [2022-01-31T15:07:56.093Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.63s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.44s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.41s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.22s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.71s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.76s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.74s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildFails (3.36s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.16s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.23s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.30s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.48s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.62s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.96s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.77s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.66s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.57s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildHistory (13.93s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.26s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.79s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.90s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.13s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.86s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLabel (1.24s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.79s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.20s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.73s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLabels (1.21s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.80s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.97s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.66s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.73s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.54s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.80s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.83s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (42.97s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.77s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.64s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.46s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.88s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (22.88s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.61s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.81s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.92s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.81s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.56s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.91s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.22s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.68s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.85s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.97s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.97s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.39s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.21s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.92s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.47s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.50s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.32s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.05s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.83s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildRm (16.51s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (5.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.74s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.92s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.07s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.28s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.43s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.99s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.78s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.01s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.37s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.72s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildStderr (5.95s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (27.22s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.52s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.56s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.82s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (7.20s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.82s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.68s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.97s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.81s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.13s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.39s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.23s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.85s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.85s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.87s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.55s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.36s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.51s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.87s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.43s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.53s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.91s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestCommitChange (6.74s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.22s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestCommitNewFile (10.08s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestCommitTTY (9.75s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.33s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.39s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.63s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.73s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.49s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.39s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.17s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.14s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (4.05s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.15s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.50s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.44s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.48s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.65s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.33s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.48s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.89s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (7.13s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.16s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.51s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.69s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.44s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.26s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (4.18s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.35s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.78s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.68s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.62s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.70s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.61s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0003fe5d0_} (3.80s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12028102253_c:\foo_false____} (3.72s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12028102253_c:\foo_true____} (3.61s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.52s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.11s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.13s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-31T15:07:56.094Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (4.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-31T15:07:56.094Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCpGarbagePath (4.34s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCpRelativePath (4.13s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCpToCaseA (7.20s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCpToCaseB (4.04s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCpToCaseE (15.33s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCpToCaseH (14.05s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCpToDot (3.91s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCpToStdout (3.92s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.27s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.70s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.92s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.26s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.29s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.57s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.96s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateLabels (0.39s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateRM (0.50s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.53s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (11.82s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.66s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.53s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.49s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.54s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.39s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.45s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsCopy (6.61s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.30s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.32s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.92s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.83s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.21s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.17s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsFilters (7.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsFormat (6.91s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsRename (3.56s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsResize (33.83s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.52s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.38s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (6.14s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.65s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.57s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.42s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.57s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.22s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.89s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.03s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.57s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.30s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecInspectID (6.25s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.48s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.03s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.34s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.92s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestGetContainerStats (9.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.60s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.52s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.59s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.31s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.38s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.76s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.29s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.26s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.67s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.89s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.25s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.37s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.47s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.49s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.21s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.39s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectDefault (3.69s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectHistory (6.47s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.44s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectJSONFields (4.32s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.27s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.66s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (4.43s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (4.31s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectStatus (4.27s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.81s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectTemplateError (5.65s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (4.37s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.38s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.40s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.51s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.73s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.74s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (4.13s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (7.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.37s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (8.53s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.89s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.75s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.82s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.04s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (5.01s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.77s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.54s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsSince (10.28s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsTail (3.73s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.67s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.50s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-31T15:07:56.095Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-01-31T15:07:56.095Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.64s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.79s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPsByOrder (14.18s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.09s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (20.57s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.40s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.67s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.35s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (6.82s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.42s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.19s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.78s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.34s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.45s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (8.17s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.80s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (30.18s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (11.50s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.34s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.29s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.99s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (9.15s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (7.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.84s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.39s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (22.08s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.72s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.84s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (10.66s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (7.31s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (11.84s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (6.19s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiTag (0.79s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.81s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (23.73s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.77s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.39s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.35s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.79s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.78s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.37s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.34s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.30s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.39s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.85s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.34s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.49s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.06s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.40s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.58s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.40s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.30s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.19s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.52s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.45s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.41s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.30s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.31s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunExitCode (3.37s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.27s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.36s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.51s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.50s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.14s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.58s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.90s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.70s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (7.08s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.55s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.48s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.70s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.40s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.91s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.52s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.24s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunRm (3.44s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.59s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.51s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.49s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.40s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.58s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.50s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-01-31T15:07:56.096Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.90s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-31T15:07:56.096Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.59s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.65s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.41s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.40s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.97s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.70s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.19s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.42s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.67s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.54s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.55s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.89s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.47s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.86s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.34s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.27s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.76s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.42s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (11.39s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.31s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.96s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.15s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.31s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.25s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.30s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.18s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.22s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.36s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.86s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.47s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.44s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.46s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.99s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.71s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.68s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.33s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (14.26s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.88s) [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-01-31T15:07:56.097Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-01-31T15:07:56.097Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:07:56.097Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-01-31T15:07:56.097Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-01-31T15:07:56.097Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-01-31T15:07:56.097Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.097Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-01-31T15:07:56.098Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-01-31T15:07:56.098Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-01-31T15:07:56.098Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-01-31T15:07:56.098Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-01-31T15:07:56.098Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-31T15:07:56.098Z] === RUN TestDockerRegistryAuthTokenSuite [2022-01-31T15:07:56.098Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-01-31T15:07:56.098Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-01-31T15:07:56.098Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-01-31T15:07:56.098Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-01-31T15:07:56.098Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-01-31T15:07:56.098Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-31T15:07:56.098Z] === RUN TestDockerDaemonSuite [2022-01-31T15:07:56.098Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-01-31T15:07:56.098Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-01-31T15:07:56.098Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-01-31T15:07:56.098Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-31T15:07:56.098Z] === RUN TestDockerSwarmSuite [2022-01-31T15:07:56.098Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-01-31T15:07:56.098Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-31T15:07:56.098Z] === RUN TestDockerExternalVolumeSuite [2022-01-31T15:07:56.098Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-01-31T15:07:56.098Z] === RUN TestDockerNetworkSuite [2022-01-31T15:07:56.098Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-01-31T15:07:56.098Z] === RUN TestDockerHubPullSuite [2022-01-31T15:07:56.098Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-01-31T15:07:56.098Z] PASS [2022-01-31T15:07:56.098Z] ok github.com/docker/docker/integration-cli 3102.594s [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === Skipped [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-31T15:07:56.098Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-31T15:07:56.098Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-31T15:07:56.098Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-01-31T15:07:56.098Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.04s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-31T15:07:56.098Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-31T15:07:56.098Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.21s) [2022-01-31T15:07:56.098Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.21s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-31T15:07:56.098Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-01-31T15:07:56.098Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-31T15:07:56.098Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-01-31T15:07:56.098Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.03s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-31T15:07:56.098Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-01-31T15:07:56.098Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-01-31T15:07:56.098Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-31T15:07:56.098Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-01-31T15:07:56.098Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-31T15:07:56.098Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-01-31T15:07:56.098Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-01-31T15:07:56.098Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.03s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-01-31T15:07:56.098Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.03s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.61s) [2022-01-31T15:07:56.098Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.61s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.58s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.58s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.08s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.08s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.098Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.49s) [2022-01-31T15:07:56.098Z] [2022-01-31T15:07:56.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-01-31T15:07:56.098Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.099Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-01-31T15:07:56.099Z] [2022-01-31T15:07:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-31T15:07:56.099Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.099Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-31T15:07:56.099Z] [2022-01-31T15:07:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-31T15:07:56.099Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.099Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-31T15:07:56.099Z] [2022-01-31T15:07:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-01-31T15:07:56.099Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.099Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.06s) [2022-01-31T15:07:56.099Z] [2022-01-31T15:07:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-01-31T15:07:56.099Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.099Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-01-31T15:07:56.099Z] [2022-01-31T15:07:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-01-31T15:07:56.099Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.099Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-01-31T15:07:56.099Z] [2022-01-31T15:07:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.10s) [2022-01-31T15:07:56.099Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.099Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.10s) [2022-01-31T15:07:56.099Z] [2022-01-31T15:07:56.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.63s) [2022-01-31T15:07:56.099Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.099Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.63s) [2022-01-31T15:07:56.099Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-01-31T15:07:56.581Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.49s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.581Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-31T15:07:56.581Z] [2022-01-31T15:07:56.581Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-01-31T15:07:56.581Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.52s) [2022-01-31T15:07:56.582Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.46s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.53s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.53s) [2022-01-31T15:07:56.582Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.53s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-01-31T15:07:56.582Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-01-31T15:07:56.582Z] docker_cli_sni_test.go:18: Flakey test [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-01-31T15:07:56.582Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-31T15:07:56.582Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-01-31T15:07:56.582Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-01-31T15:07:56.582Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.582Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-31T15:07:56.582Z] [2022-01-31T15:07:56.582Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-31T15:07:56.582Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-31T15:07:56.583Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-31T15:07:56.583Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-31T15:07:56.583Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-01-31T15:07:56.583Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-01-31T15:07:56.583Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-01-31T15:07:56.583Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.03s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-01-31T15:07:56.583Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-31T15:07:56.583Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-31T15:07:56.583Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-01-31T15:07:56.583Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-01-31T15:07:56.583Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-31T15:07:56.583Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-01-31T15:07:56.583Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-31T15:07:56.583Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-01-31T15:07:56.583Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-01-31T15:07:56.583Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-31T15:07:56.583Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-31T15:07:56.583Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-31T15:07:56.583Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-31T15:07:56.583Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.03s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-31T15:07:56.583Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.03s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.03s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-31T15:07:56.583Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.583Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-31T15:07:56.583Z] [2022-01-31T15:07:56.583Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-31T15:07:56.584Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-01-31T15:07:56.584Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.03s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-01-31T15:07:56.584Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-31T15:07:56.584Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-01-31T15:07:56.584Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-31T15:07:56.584Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-31T15:07:56.584Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-01-31T15:07:56.584Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.03s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.03s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-31T15:07:56.584Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-01-31T15:07:56.584Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-01-31T15:07:56.584Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-01-31T15:07:56.584Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-01-31T15:07:56.584Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-01-31T15:07:56.584Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.584Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-01-31T15:07:56.584Z] [2022-01-31T15:07:56.584Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-31T15:07:56.584Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-01-31T15:07:56.585Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-31T15:07:56.585Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-31T15:07:56.585Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-31T15:07:56.585Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:07:56.585Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-31T15:07:56.585Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-31T15:07:56.585Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-31T15:07:56.585Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-01-31T15:07:56.585Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-31T15:07:56.585Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.585Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-31T15:07:56.585Z] [2022-01-31T15:07:56.585Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-31T15:07:56.585Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.03s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.04s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.586Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-01-31T15:07:56.586Z] [2022-01-31T15:07:56.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-31T15:07:56.586Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-01-31T15:07:56.587Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-31T15:07:56.587Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T15:07:56.587Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-31T15:07:56.587Z] [2022-01-31T15:07:56.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-01-31T15:07:57.064Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-01-31T15:07:57.064Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-01-31T15:07:57.064Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-31T15:07:57.064Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.064Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:07:57.064Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.064Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:07:57.064Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-01-31T15:07:57.065Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] DONE 1085 tests, 544 skipped in 3117.661s [2022-01-31T15:07:57.065Z] INFO: Integration tests ended at 01/31/2022 15:07:56. Duration:00:51:57.8250241 [2022-01-31T15:07:57.065Z] INFO: Docker info of the daemon under test at end of run [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] Containers: 2 [2022-01-31T15:07:57.065Z] Running: 0 [2022-01-31T15:07:57.065Z] Paused: 0 [2022-01-31T15:07:57.065Z] Stopped: 2 [2022-01-31T15:07:57.065Z] Images: 18 [2022-01-31T15:07:57.065Z] Server Version: 0.0.0-dev [2022-01-31T15:07:57.065Z] Storage Driver: windowsfilter [2022-01-31T15:07:57.065Z] Windows: [2022-01-31T15:07:57.065Z] Logging Driver: json-file [2022-01-31T15:07:57.065Z] Plugins: [2022-01-31T15:07:57.065Z] Volume: local [2022-01-31T15:07:57.065Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T15:07:57.065Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T15:07:57.065Z] Swarm: inactive [2022-01-31T15:07:57.065Z] Default Isolation: process [2022-01-31T15:07:57.065Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-31T15:07:57.065Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-31T15:07:57.065Z] OSType: windows [2022-01-31T15:07:57.065Z] Architecture: x86_64 [2022-01-31T15:07:57.065Z] CPUs: 4 [2022-01-31T15:07:57.065Z] Total Memory: 32GiB [2022-01-31T15:07:57.065Z] Name: azwin-2-045ec1 [2022-01-31T15:07:57.065Z] ID: JL56:Z2T4:CLLU:BGAY:A2CS:ROKJ:AIGM:PNBG:JWHG:JRFX:3DWH:P7O6 [2022-01-31T15:07:57.065Z] Docker Root Dir: D:\CI\PR-43199\4\daemon [2022-01-31T15:07:57.065Z] Debug Mode (client): false [2022-01-31T15:07:57.065Z] Debug Mode (server): true [2022-01-31T15:07:57.065Z] File Descriptors: -1 [2022-01-31T15:07:57.065Z] Goroutines: 46 [2022-01-31T15:07:57.065Z] System Time: 2022-01-31T15:07:56.7596349Z [2022-01-31T15:07:57.065Z] EventsListeners: 0 [2022-01-31T15:07:57.065Z] Registry: https://index.docker.io/v1/ [2022-01-31T15:07:57.065Z] Labels: [2022-01-31T15:07:57.065Z] Experimental: false [2022-01-31T15:07:57.065Z] Insecure Registries: [2022-01-31T15:07:57.065Z] 127.0.0.0/8 [2022-01-31T15:07:57.065Z] Live Restore Enabled: false [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] [2022-01-31T15:07:57.065Z] INFO: Stopping daemon under test [2022-01-31T15:07:57.065Z] SUCCESS: The process with PID 3080 (child process of PID 3292) has been terminated. [2022-01-31T15:07:57.065Z] SUCCESS: The process with PID 3292 (child process of PID 2784) has been terminated. [2022-01-31T15:07:57.065Z] INFO: Stop tailing logs of the daemon under tests [2022-01-31T15:07:57.065Z] INFO: executeCI.ps1 Completed successfully at 01/31/2022 15:07:56. [2022-01-31T15:07:57.065Z] INFO: Tidying up at end of run [2022-01-31T15:07:57.065Z] INFO: Saving daemon under test log (d:\CI\PR-43199\4\dut.out) to bundles\CIDUT.out [2022-01-31T15:07:57.065Z] INFO: Saving daemon under test log (d:\CI\PR-43199\4\dut.err) to bundles\CIDUT.err [2022-01-31T15:07:57.065Z] INFO: Saving containerd logs to bundles [2022-01-31T15:07:57.542Z] INFO: Nuke-Everything... [2022-01-31T15:07:57.542Z] INFO: Container count on control daemon to delete is 2 [2022-01-31T15:07:57.542Z] f5d4c882550e [2022-01-31T15:07:57.542Z] 6eb27dd3fa45 [2022-01-31T15:07:57.542Z] INFO: Tidying pidfile d:\CI\PR-43199\4\docker.pid [2022-01-31T15:07:57.542Z] INFO: Killing containerd with PID 2180 [2022-01-31T15:07:58.018Z] INFO: Nuking d:\CI [2022-01-31T15:07:59.411Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-01-31T15:08:00.940Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-01-31T15:08:03.838Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-01-31T15:08:03.838Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-31T15:08:03.838Z] === RUN TestDockerSuite/TestRunState [2022-01-31T15:08:03.838Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-31T15:08:03.838Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-01-31T15:08:12.403Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-01-31T15:08:12.403Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T15:08:12.403Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-01-31T15:08:13.935Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-01-31T15:08:13.935Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-31T15:08:13.935Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-01-31T15:08:13.935Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-31T15:08:13.935Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-01-31T15:08:13.935Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-01-31T15:08:14.392Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-01-31T15:08:14.392Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-31T15:08:14.392Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-01-31T15:08:20.195Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-01-31T15:08:20.195Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-01-31T15:08:20.195Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-01-31T15:08:20.195Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-01-31T15:08:20.195Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUserByID [2022-01-31T15:08:20.195Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-01-31T15:08:20.195Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-01-31T15:08:20.195Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-01-31T15:08:20.195Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUserByName [2022-01-31T15:08:20.195Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-31T15:08:20.195Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-01-31T15:08:22.366Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-01-31T15:08:22.366Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-31T15:08:22.366Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-01-31T15:08:25.261Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-01-31T15:08:25.261Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-31T15:08:25.261Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-01-31T15:08:25.261Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-31T15:08:25.261Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-01-31T15:08:28.309Z] INFO: Zapped successfully [2022-01-31T15:08:28.309Z] [2022-01-31T15:08:28.309Z] INFO: executeCI.ps1 exiting at Mon Jan 31 15:08:25 CUT 2022. Duration 01:21:07.7680752 [2022-01-31T15:08:28.309Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-01-31T15:08:28.565Z] Recording test results [2022-01-31T15:08:33.808Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-01-31T15:08:36.072Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-01-31T15:08:38.216Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-01-31T15:08:40.695Z] Archiving artifacts [2022-01-31T15:08:42.354Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-01-31T15:08:47.029Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-01-31T15:08:54.085Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-01-31T15:08:54.085Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-31T15:08:54.085Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-01-31T15:08:54.085Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-01-31T15:08:55.875Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43199/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-31T15:08:56.849Z] + make clean [2022-01-31T15:08:56.979Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-01-31T15:08:58.440Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-31T15:08:58.440Z] docker-dev-cache [2022-01-31T15:08:58.440Z] docker-mod-cache [Pipeline] deleteDir [2022-01-31T15:08:59.877Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-31T15:09:02.046Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-01-31T15:09:02.047Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-31T15:09:02.047Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-01-31T15:09:02.047Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-01-31T15:09:02.504Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-01-31T15:09:02.504Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T15:09:02.504Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-01-31T15:09:02.504Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-31T15:09:02.504Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-01-31T15:09:02.504Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-31T15:09:02.504Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-01-31T15:09:02.504Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-31T15:09:02.504Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-01-31T15:09:02.504Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-31T15:09:02.504Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-01-31T15:09:07.186Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-01-31T15:09:09.355Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-01-31T15:09:11.522Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-01-31T15:09:17.297Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-01-31T15:09:17.297Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-01-31T15:09:17.297Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-01-31T15:09:17.297Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-01-31T15:09:17.297Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-01-31T15:09:17.297Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-01-31T15:09:17.297Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-01-31T15:09:17.297Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestSaveImageId [2022-01-31T15:09:17.297Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-01-31T15:09:17.297Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-01-31T15:09:17.297Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-01-31T15:09:17.297Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-01-31T15:09:17.297Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.297Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-01-31T15:09:17.297Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.754Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-01-31T15:09:17.754Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.754Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-01-31T15:09:17.754Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.754Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-01-31T15:09:17.754Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-31T15:09:17.754Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-01-31T15:09:19.922Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-01-31T15:09:20.378Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-01-31T15:09:20.835Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-01-31T15:09:21.292Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-01-31T15:09:22.822Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-01-31T15:09:37.614Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-01-31T15:09:37.614Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-31T15:09:37.614Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-01-31T15:09:44.672Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-01-31T15:09:44.672Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T15:09:44.672Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-01-31T15:09:49.352Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-01-31T15:09:49.352Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-31T15:09:49.352Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-01-31T15:09:49.352Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T15:09:49.810Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-01-31T15:09:49.810Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-31T15:09:49.810Z] === RUN TestDockerSuite/TestStartRecordError [2022-01-31T15:09:49.810Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-31T15:09:49.810Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-01-31T15:10:02.197Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-01-31T15:10:02.197Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T15:10:02.197Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-01-31T15:10:02.197Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-31T15:10:02.197Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-01-31T15:10:02.197Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T15:10:02.197Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-01-31T15:10:02.197Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T15:10:02.197Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-01-31T15:10:02.197Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-31T15:10:02.197Z] === RUN TestDockerSuite/TestStatsNoStream [2022-01-31T15:10:02.197Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T15:10:02.197Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-01-31T15:10:03.166Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-01-31T15:10:06.061Z] === RUN TestDockerSuite/TestTopPrivileged [2022-01-31T15:10:06.061Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-31T15:10:06.061Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-01-31T15:10:08.959Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-01-31T15:10:08.959Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-31T15:10:08.959Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-01-31T15:10:08.959Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-31T15:10:08.959Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-01-31T15:10:08.959Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T15:10:08.959Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-01-31T15:10:08.959Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-31T15:10:08.959Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-01-31T15:10:08.959Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T15:10:08.959Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-01-31T15:10:08.959Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-31T15:10:08.959Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-01-31T15:10:26.615Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-01-31T15:10:26.615Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-01-31T15:10:26.615Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-01-31T15:10:26.615Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-31T15:10:26.615Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-01-31T15:10:26.615Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-01-31T15:10:26.615Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-01-31T15:10:26.615Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-01-31T15:10:28.787Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-01-31T15:10:28.787Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-01-31T15:10:32.511Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-01-31T15:10:32.511Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-01-31T15:10:32.967Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-01-31T15:10:32.968Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-01-31T15:10:33.426Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-01-31T15:10:48.203Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-01-31T15:10:48.203Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T15:10:48.203Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-01-31T15:10:48.203Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-01-31T15:10:48.203Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-01-31T15:10:48.203Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-31T15:10:48.203Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-01-31T15:11:00.564Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-01-31T15:11:00.564Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-01-31T15:11:01.023Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-01-31T15:11:11.348Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-01-31T15:11:11.348Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-31T15:11:11.348Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite (3118.85s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.03s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.79s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.67s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (117.80s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.30s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.17s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.59s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.50s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.59s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.68s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (129.65s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.73s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.80s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.21s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.15s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.65s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.83s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.41s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.53s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.82s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.28s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.46s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.94s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.21s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.58s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddTar (61.71s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (29.38s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.67s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.21s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.27s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.67s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.56s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.85s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.46s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.67s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.70s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (50.50s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.38s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.94s) [2022-01-31T15:11:12.880Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2022-01-31T15:11:12.880Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.68s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.21s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.66s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.85s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.18s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCmd (0.69s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.71s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.70s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.33s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.66s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.50s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.58s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.35s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.16s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.61s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.03s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.85s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (11.03s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.98s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.80s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.73s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.04s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.63s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (40.31s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.91s) [2022-01-31T15:11:13.338Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (29.24s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.05s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.98s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.02s) [2022-01-31T15:11:13.338Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.17s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.17s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignore (79.71s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.53s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (104.65s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.08s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.96s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (31.72s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.09s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (16.70s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (46.10s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (21.71s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.79s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (134.00s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.60s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.68s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.38s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.63s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.67s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.26s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.84s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.55s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.43s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.66s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.19s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.68s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (23.49s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.76s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildFails (7.45s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (11.25s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.28s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildForceRm (12.63s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildFromGit (11.62s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.69s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.36s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.92s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.72s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (14.79s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildHistory (13.69s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.24s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.35s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.93s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.28s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLabel (1.18s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.78s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.17s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.71s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLabels (1.21s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.90s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.01s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.70s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.81s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.78s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (22.39s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.71s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.48s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (30.97s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.05s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (11.80s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.42s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.07s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.10s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.87s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.23s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.88s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.64s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.89s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.32s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.58s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildOnBuild (15.27s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.97s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (15.68s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.49s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.51s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.05s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.69s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.44s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.49s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.05s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (53.30s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (31.30s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildRm (15.18s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.04s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.47s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.73s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.16s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (8.95s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.28s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (26.07s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.17s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.86s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.86s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.37s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.77s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildStderr (5.37s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.63s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.50s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.54s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.53s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.10s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.74s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.70s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (8.13s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.10s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.22s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.11s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.82s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.11s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.63s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.37s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.58s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.17s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.44s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (14.07s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.38s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.43s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.49s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.13s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestCommitChange (5.64s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.49s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestCommitTTY (12.94s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (10.06s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPICommit (12.67s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.88s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.59s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.50s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.84s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.09s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.57s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.53s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.69s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.62s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.63s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.42s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.81s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.60s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.30s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.46s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.22s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.77s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.53s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.71s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.32s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-01-31T15:11:13.339Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.20s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (29.72s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.77s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.78s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (7.91s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.83s) [2022-01-31T15:11:13.339Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0004a7590_} (2.78s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11718653648_c:\foo_false____} (2.80s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11718653648_c:\foo_true____} (2.81s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.74s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.75s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.15s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.67s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCpToCaseE (14.98s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.17s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCpToDot (7.61s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCpToStdout (3.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateArgs (0.22s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.19s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.59s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.21s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.27s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.81s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateRM (0.42s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.22s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.42s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.04s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.62s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.62s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.78s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.81s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.70s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.78s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.88s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsCopy (6.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.18s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.57s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.52s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.20s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.31s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsFilters (5.41s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsFormat (5.17s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.24s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsRename (2.87s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsResize (8.16s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.58s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.08s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.17s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsUntag (2.84s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.28s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.27s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.24s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.26s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.49s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.55s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.51s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.84s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.64s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecInspectID (5.26s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.88s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.83s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.03s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.32s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.43s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.49s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.39s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.10s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.16s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.42s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.80s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.30s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.22s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.34s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.77s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.85s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesFormat (0.29s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.33s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.11s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImportBadURL (0.11s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-01-31T15:11:13.340Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-31T15:11:13.340Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.10s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (7.60s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.56s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.13s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.35s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.26s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.52s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectDefault (2.50s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectHistory (5.08s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.49s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.63s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.52s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.61s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.11s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.52s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectStatus (3.13s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.15s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.77s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.59s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.52s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.63s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (7.37s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.54s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.10s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.24s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.27s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.13s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.85s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.60s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.05s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.99s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.13s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.01s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.87s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.69s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.71s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsSince (9.60s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsTail (3.23s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.97s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.60s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.06s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.73s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPsByOrder (10.22s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.30s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.19s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.38s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.73s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.90s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (18.53s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.39s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.88s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.91s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.71s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.36s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.84s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.88s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.89s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (29.28s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.96s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.92s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.05s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (9.93s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.89s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.87s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.34s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.90s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.78s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (11.12s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.16s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.06s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiTag (0.84s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.78s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.47s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.20s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.72s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.45s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.38s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.62s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.38s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.63s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.84s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.51s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.10s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.38s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.54s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.70s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-31T15:11:13.341Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.34s) [2022-01-31T15:11:13.341Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.69s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.77s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.69s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.74s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.45s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.23s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.68s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.65s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.72s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.69s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunExitCode (2.64s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.70s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.63s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.77s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.53s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.10s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (10.78s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.97s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.93s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.58s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.67s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.43s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.48s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.45s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.26s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.92s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.91s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunRm (7.59s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.89s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.99s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (7.44s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.52s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.92s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (7.50s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.44s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.21s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.10s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.11s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.73s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.57s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-31T15:11:13.342Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-01-31T15:11:13.342Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.80s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.72s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.24s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.80s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.17s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.64s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.68s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.10s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.60s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.03s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.49s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.78s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.43s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.30s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.79s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (12.62s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.22s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.70s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.83s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.56s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.76s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.62s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.36s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.26s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.39s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.06s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.43s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.50s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.48s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.24s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (13.67s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.75s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (12.46s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.35s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.34s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.23s) [2022-01-31T15:11:13.343Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-31T15:11:13.343Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.69s) [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-01-31T15:11:13.343Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.343Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-01-31T15:11:13.344Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.344Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-01-31T15:11:13.344Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.344Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-01-31T15:11:13.344Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.344Z] --- PASS: TestDockerRegistrySuite (0.21s) [2022-01-31T15:11:13.344Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-31T15:11:13.344Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-31T15:11:13.344Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-31T15:11:13.344Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:11:13.344Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:11:13.344Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:11:13.344Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-31T15:11:13.344Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-31T15:11:13.344Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-31T15:11:13.344Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-01-31T15:11:13.803Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-01-31T15:11:13.803Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-01-31T15:11:13.803Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-01-31T15:11:13.803Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-01-31T15:11:13.803Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-01-31T15:11:13.803Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-01-31T15:11:13.803Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-01-31T15:11:13.803Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-01-31T15:11:13.803Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthTokenSuite [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-01-31T15:11:13.803Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-01-31T15:11:13.803Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-01-31T15:11:13.803Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-01-31T15:11:13.803Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-01-31T15:11:13.803Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-31T15:11:13.803Z] === RUN TestDockerDaemonSuite [2022-01-31T15:11:13.803Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-01-31T15:11:13.803Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-01-31T15:11:13.803Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-01-31T15:11:13.803Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-31T15:11:13.803Z] === RUN TestDockerSwarmSuite [2022-01-31T15:11:13.803Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-01-31T15:11:13.803Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-31T15:11:13.803Z] === RUN TestDockerExternalVolumeSuite [2022-01-31T15:11:13.803Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-01-31T15:11:13.803Z] === RUN TestDockerNetworkSuite [2022-01-31T15:11:13.803Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-01-31T15:11:13.803Z] === RUN TestDockerHubPullSuite [2022-01-31T15:11:13.803Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-01-31T15:11:13.803Z] PASS [2022-01-31T15:11:13.803Z] ok github.com/docker/docker/integration-cli 3119.338s [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === Skipped [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-31T15:11:13.803Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-31T15:11:13.803Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-31T15:11:13.803Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-31T15:11:13.803Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-31T15:11:13.803Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-31T15:11:13.803Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-31T15:11:13.803Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-31T15:11:13.803Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-01-31T15:11:13.803Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-31T15:11:13.803Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-31T15:11:13.803Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-01-31T15:11:13.803Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-31T15:11:13.803Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-31T15:11:13.803Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-31T15:11:13.803Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-01-31T15:11:13.803Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-31T15:11:13.803Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-31T15:11:13.803Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-01-31T15:11:13.803Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-01-31T15:11:13.803Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.03s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-31T15:11:13.803Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.803Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-31T15:11:13.803Z] [2022-01-31T15:11:13.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-01-31T15:11:13.803Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.47s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.27s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.27s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.94s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.94s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.45s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.45s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-01-31T15:11:13.804Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.43s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.43s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.03s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.03s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.05s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.05s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.47s) [2022-01-31T15:11:13.804Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.47s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.45s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.804Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-31T15:11:13.804Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.804Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-31T15:11:13.804Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.43s) [2022-01-31T15:11:13.805Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.43s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-01-31T15:11:13.805Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-01-31T15:11:13.805Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-01-31T15:11:13.805Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-01-31T15:11:13.805Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-01-31T15:11:13.805Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.43s) [2022-01-31T15:11:13.805Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.43s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-01-31T15:11:13.805Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-01-31T15:11:13.805Z] docker_cli_sni_test.go:18: Flakey test [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.05s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-01-31T15:11:13.805Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.03s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-31T15:11:13.805Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-01-31T15:11:13.805Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.03s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.805Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-01-31T15:11:13.805Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.805Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-01-31T15:11:13.805Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-31T15:11:13.806Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-01-31T15:11:13.806Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-01-31T15:11:13.806Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-01-31T15:11:13.806Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-01-31T15:11:13.806Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-31T15:11:13.806Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-31T15:11:13.806Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-01-31T15:11:13.806Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-01-31T15:11:13.806Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-31T15:11:13.806Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-01-31T15:11:13.806Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.03s) [2022-01-31T15:11:13.806Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-31T15:11:13.806Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-31T15:11:13.806Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-31T15:11:13.806Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.03s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-31T15:11:13.806Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-31T15:11:13.806Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-01-31T15:11:13.806Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.03s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.806Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-01-31T15:11:13.806Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.806Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-01-31T15:11:13.806Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-31T15:11:13.807Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-01-31T15:11:13.807Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-31T15:11:13.807Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-31T15:11:13.807Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-01-31T15:11:13.807Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-31T15:11:13.807Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-01-31T15:11:13.807Z] [2022-01-31T15:11:13.807Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-31T15:11:13.807Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T15:11:13.807Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-31T15:11:14.265Z] [2022-01-31T15:11:14.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-01-31T15:11:14.265Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.265Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-01-31T15:11:14.265Z] [2022-01-31T15:11:14.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-31T15:11:14.265Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.265Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-31T15:11:14.265Z] [2022-01-31T15:11:14.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-01-31T15:11:14.265Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-01-31T15:11:14.266Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-31T15:11:14.266Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-01-31T15:11:14.266Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-01-31T15:11:14.266Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-31T15:11:14.266Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-31T15:11:14.266Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:11:14.266Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-31T15:11:14.266Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-31T15:11:14.266Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-01-31T15:11:14.266Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.03s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-01-31T15:11:14.266Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-01-31T15:11:14.266Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s) [2022-01-31T15:11:14.266Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-31T15:11:14.266Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-01-31T15:11:14.266Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-01-31T15:11:14.266Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-31T15:11:14.266Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.266Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-31T15:11:14.266Z] [2022-01-31T15:11:14.266Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-31T15:11:14.267Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-31T15:11:14.267Z] [2022-01-31T15:11:14.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-31T15:11:14.267Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-01-31T15:11:14.268Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-31T15:11:14.268Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.268Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-31T15:11:14.268Z] [2022-01-31T15:11:14.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-31T15:11:14.269Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-31T15:11:14.269Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-01-31T15:11:14.269Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-31T15:11:14.269Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-31T15:11:14.269Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.269Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-31T15:11:14.269Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-01-31T15:11:14.270Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-31T15:11:14.270Z] [2022-01-31T15:11:14.270Z] DONE 1085 tests, 539 skipped in 3130.065s [2022-01-31T15:11:14.727Z] INFO: Integration tests ended at 01/31/2022 15:11:14. Duration:00:52:10.2464599 [2022-01-31T15:11:14.727Z] INFO: Docker info of the daemon under test at end of run [2022-01-31T15:11:14.727Z] [2022-01-31T15:11:14.727Z] Containers: 2 [2022-01-31T15:11:14.727Z] Running: 0 [2022-01-31T15:11:14.727Z] Paused: 0 [2022-01-31T15:11:14.727Z] Stopped: 2 [2022-01-31T15:11:14.727Z] Images: 18 [2022-01-31T15:11:14.727Z] Server Version: 0.0.0-dev [2022-01-31T15:11:14.727Z] Storage Driver: windowsfilter [2022-01-31T15:11:14.727Z] Windows: [2022-01-31T15:11:14.727Z] Logging Driver: json-file [2022-01-31T15:11:14.727Z] Plugins: [2022-01-31T15:11:14.727Z] Volume: local [2022-01-31T15:11:14.727Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-31T15:11:14.727Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-31T15:11:14.727Z] Swarm: inactive [2022-01-31T15:11:14.727Z] Default Isolation: process [2022-01-31T15:11:14.727Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-01-31T15:11:14.727Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-01-31T15:11:14.727Z] OSType: windows [2022-01-31T15:11:14.727Z] Architecture: x86_64 [2022-01-31T15:11:14.727Z] CPUs: 4 [2022-01-31T15:11:14.727Z] Total Memory: 32GiB [2022-01-31T15:11:14.727Z] Name: azwin-2-de7590 [2022-01-31T15:11:14.727Z] ID: JN3A:EQTK:TQ3P:TAAW:YKDL:RCA6:GHJS:NKLD:7TYS:2FPQ:23LU:KMF4 [2022-01-31T15:11:14.727Z] Docker Root Dir: D:\CI\PR-43199\4\daemon [2022-01-31T15:11:14.727Z] Debug Mode (client): false [2022-01-31T15:11:14.727Z] Debug Mode (server): true [2022-01-31T15:11:14.727Z] File Descriptors: -1 [2022-01-31T15:11:14.727Z] Goroutines: 17 [2022-01-31T15:11:14.727Z] System Time: 2022-01-31T15:11:14.2927788Z [2022-01-31T15:11:14.727Z] EventsListeners: 0 [2022-01-31T15:11:14.727Z] Registry: https://index.docker.io/v1/ [2022-01-31T15:11:14.727Z] Labels: [2022-01-31T15:11:14.727Z] Experimental: false [2022-01-31T15:11:14.727Z] Insecure Registries: [2022-01-31T15:11:14.727Z] 127.0.0.0/8 [2022-01-31T15:11:14.727Z] Live Restore Enabled: false [2022-01-31T15:11:14.727Z] [2022-01-31T15:11:14.727Z] [2022-01-31T15:11:14.727Z] INFO: Stopping daemon under test [2022-01-31T15:11:14.727Z] SUCCESS: The process with PID 5884 (child process of PID 1384) has been terminated. [2022-01-31T15:11:14.727Z] SUCCESS: The process with PID 1384 (child process of PID 4188) has been terminated. [2022-01-31T15:11:14.727Z] INFO: Stop tailing logs of the daemon under tests [2022-01-31T15:11:14.727Z] INFO: executeCI.ps1 Completed successfully at 01/31/2022 15:11:14. [2022-01-31T15:11:14.727Z] INFO: Tidying up at end of run [2022-01-31T15:11:14.727Z] INFO: Saving daemon under test log (d:\CI\PR-43199\4\dut.out) to bundles\CIDUT.out [2022-01-31T15:11:14.727Z] INFO: Saving daemon under test log (d:\CI\PR-43199\4\dut.err) to bundles\CIDUT.err [2022-01-31T15:11:14.727Z] INFO: Saving containerd logs to bundles [2022-01-31T15:11:14.727Z] INFO: Nuke-Everything... [2022-01-31T15:11:15.184Z] INFO: Container count on control daemon to delete is 2 [2022-01-31T15:11:15.642Z] 0173aedeb560 [2022-01-31T15:11:15.642Z] 1fd3ba8599b0 [2022-01-31T15:11:15.642Z] INFO: Tidying pidfile d:\CI\PR-43199\4\docker.pid [2022-01-31T15:11:15.642Z] INFO: Nuking d:\CI [2022-01-31T15:11:51.434Z] INFO: Zapped successfully [2022-01-31T15:11:51.434Z] [2022-01-31T15:11:51.434Z] INFO: executeCI.ps1 exiting at Mon Jan 31 15:11:51 CUT 2022. Duration 01:24:22.4493717 [2022-01-31T15:11:51.434Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-01-31T15:11:52.140Z] Recording test results [2022-01-31T15:11:59.121Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-01-31T15:12:01.172Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-01-31T15:12:02.914Z] Archiving artifacts [2022-01-31T15:12:16.720Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43199/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-31T15:12:17.657Z] + make clean [2022-01-31T15:12:19.191Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-31T15:12:19.191Z] docker-dev-cache [2022-01-31T15:12:19.191Z] 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